body, p {font-family: 'Kanit', sans-serif;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Kanit', sans-serif;
}
.content-allmid {
    align-items: center;
    display: flex;
    flex-flow: wrap;
}

.header {
    margin-left: 95px;
    margin-bottom: 15px;
    position: relative;
    /*text-align: center;*/
}
.header:before {
    position: absolute;
    content: '';
    width: 75px;
    top: 50%;
    left: -75px;
    height: 3px;
    background: #05453a;
}
.header h2 {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 55px;
    margin-bottom: 0px;
    color: #05453a;
    /*text-shadow: -1px -1px 0 #c1c1c1, 1px -1px 0 #c1c1c1, -1px 1px 0 #c1c1c1, 1px 1px 0 #ccc;*/
}
.header h5 {
    position: relative;
    z-index: 1;
    color: #a1a1a1;
}

a {
    color:#686868;
    transition: all .3s ease;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #52694c;
}
::selection {
    background: #014b94;
}
.sys-product h2:hover, h2:active {
    color: #9c9c9c;
}
p {
     margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}
ul.item-3-column > li {
    width: 33.33333333%;
    display: inline-block;
    float: left;
    padding: 1%;
}
ul.item-4-column > li {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 1%;
}
ul.item-2-column > li {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 1%;
}
.clear-none {
    clear: none !important;
}

.btn-main {
    color: #fff;
    display: inline-block;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 8px 25px;
    background:#05453a;
    transition: all .5s ease;
    font-size: 16px;
    border-radius: 3px;
}
.btn-main:hover, .btn-mainblue:active {
    color: #014b94;
    box-shadow: none;
    background: #ccc;
}
.btn-txt {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.btn-txt:before {
    position: absolute;
    content: '';
    width:10px;
    height: 2px;
    background-color: #014b94;
    left: -25px;
    top: 50%;
    transition: all .5s ease;
}
.btn-txt:after {
    position: absolute;
    content: '';
    width:10px;
    height: 2px;
    background-color: #014b94;
    right: -25px;
    top: 50%;
    transition: all .5s ease;
}
.btn-txt:hover:before {
    left: -15px;
}
.btn-txt:hover:after {
    right: -15px;
}
#header #header-wrap {
    box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);
}
/* TOPBAR */
#topbar {    background-image: linear-gradient(to right, #0f6f63, #a2cc42);
}
.img100{ width: 100%;}
.relative{ position: relative;}
#topbar .social-icons {
    float: left;
    height: 100%;
    overflow: hidden;
}

#topbar .social-icons li img {
    width: 16px;
    margin-top: 0px;
}

#topbar i{ margin-right: 4px;}
#topbar a{ font-size: 14px; line-height: 40px;    color: #fff;}
#topbar p{ margin: 0; display: inline-block;}
.tb-menu-topleft{ display: inline-block; float: left;}
.tb-menu-topright{float: right; text-align: right;}
#topbar .fa{
    font-size: 12px;
    vertical-align: middle;
    line-height: 36px;
    margin-left: 2px;
}
.tb-account, .tb-currency, .tb-search, .tb-language{
    display: inline-block;
    float: left;
}
#header .header-extras #shopping-cart {
    position: relative;
    display: none;
}
.topbar-dropdown .title{ padding: 0;}
.topbar-dropdown a.list-entry{color: #787878!important;}
.topbar-dropdown a.list-entry:hover{color: #52694c!important;}
.flag{ width: 15px;}
.top-menu-item{ 
    display: inline-block;
    position: relative;
    float: left;
    padding: 0 10px
}
.top-menu-item:after{
    content: "";
    display: inline-block;
    height: 15px;
    width: 1px;
    top: 13px;
    position: absolute;
    left: -1px;
    background: rgba(0, 0, 0, 0.08);
}
.tb-language{ padding-right: 0;}

/* SIDE Shortcut */
#side-shortcut {
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 10;
    display: none;
}
#side-shortcut a.btn{ 
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #cccccc;
    border: none;
    border-radius: 0;
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}
#side-shortcut a.btn:hover{
    background: #52694c;
}
#side-shortcut a.btn i{
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    padding: 0;
}
#side-shortcut a img{ width: 24px; margin-top: 8px;}
#side-shortcut span{
    background-color: #52694c;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    right: 100%;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    width: auto;
    font-family: sans-serif;
    opacity: 0;
    display: none;
}
#side-shortcut > [class*="shortcut-"]{ 
    height: 40px;
    position: relative;
    border-bottom: 1px solid #fff;
}
#side-shortcut > [class*="shortcut-"]:hover span{
    opacity: 1;
    display: block;
}

.modal-content{ padding: 0;}
.modal-header{ background: #52694c;}
.modal-title{ line-height: normal; color: #fff; padding: 10px 0;}
.modal-title::after{ display: none;}
.modal-footer .btn-b{ margin-bottom: 0;}

#side-shortcut .dropdown-menu{
    top: -25%;
    right: 100%;
    left: initial;
    border: none;
}
#side-shortcut .dropdown-menu>li>a{
    padding: 6px 15px;
    color: #797979;
    font-size: 14px;
}
#side-shortcut .shortcut-language .dropdown-menu a img{
    width: 15px;
    margin: 0;
    margin-right: 6px;
}

/*Menu*/
#mainMenu nav > ul > li > a {
    font-family:  'Kanit', sans-serif;
    z-index: 1;
}
#mainMenu nav > ul > li:before {
    position: absolute;
    content: '';
    background: #005147;
    width: 0px;
    height: 10px;
    left: 0px;
    top: 25px;
    opacity: 0;
    transition: all ease .5s;
}
#mainMenu nav > ul > li:after {
    position: absolute;
    content: '';
    border: 1px solid #ddd;
    width: 0px;
    height: 10px;
    left: 0px;
    bottom: 30px;
    z-index: 0;
    opacity: 0;
    transition: all ease .5s;
}
#mainMenu nav > ul > li:hover:before,
#mainMenu nav > ul > li:hover:after {
    width: 30px;
    opacity: 1;
}
#mainMenu nav > ul > li .dropdown-menu > li > a,
#mainMenu nav > ul > li .dropdown-menu > li > span,
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    font-family:  'Kanit', sans-serif;
}
#header[data-transparent=true]+#google-map, #header[data-transparent=true]+#slider, #header[data-transparent=true]+.fullscreen, #header[data-transparent=true]+.halfscreen {
    top: -80px;
    margin-bottom: -80px;
}


/*Menu*/
#header #header-wrap #logo a > img {
    height: 80px;
    margin: 0px;
}
#header.header-sticky {
  /*  height: 60px;
    line-height: 60px;*/
}
#header.header-sticky #header-wrap {}
#header.header-sticky #header-wrap #logo {
    height: 60px;
}
#header.header-sticky #header-wrap #logo a > img {
   /* height: 60px;
    margin: 2px 0px 0px;*/
}
#header.header-transparent #header-wrap, #header.header-transparent.dark #header-wrap {
    background: linear-gradient(180deg, rgba(0,0,0,0.25) 53%, rgba(255,255,255,0) 100%);
}
#header.header-sticky #mainMenu nav > ul > li > a {
    color: #484848;
}
#mainMenu nav > ul > li > a {
    color: #484848;
    font-size: 16px;
    font-family:  'Kanit', sans-serif;
    /*text-shadow: 2px 2px 6px #3b3b3b;*/
}
#mainMenu nav > ul > li {
    position: relative;
    margin-left: 0px;
    /*transition: all .0s ease;*/
}
/*#mainMenu nav > ul > li:before {
    position: absolute;
    content:'';
    background: #fff;
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 0;
    transition: all ease .5s;
}
#mainMenu nav > ul > li:hover:before, #mainMenu nav > ul > li:focus:before {
  height: 100%;
}*/

#mainMenu nav > ul > li.hover-active > a,
#mainMenu nav > ul > li.hover-active > span,
#mainMenu nav > ul > li.current > a,
#mainMenu nav > ul > li.current > span,
#mainMenu nav > ul > li:hover > a,
#mainMenu nav > ul > li:hover > span,
#mainMenu nav > ul > li:focus > a,
#mainMenu nav > ul > li:focus > span {
    color: #52694c!important;
    font-weight: bold;
}

/*Menu Level2*/
#mainMenu nav > ul > li .dropdown-menu {
    border-style: solid;
    border-color: #fff;
    border-width: 0px !important;
    margin-top: 6px;
    border-radius: 0px;
    padding: 0px;
    background: rgba(255,255,255,.9);
}
#mainMenu nav > ul > li:hover > ul {
    margin-top: -6px;
}
#mainMenu nav > ul > li .dropdown-menu > li > a,
#mainMenu nav > ul > li .dropdown-menu > li > span,
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    color: #484848;
    font-size: 14.5px;
    font-family:  'Kanit', sans-serif;
}
#mainMenu nav > ul > li .dropdown-menu > li:hover {
    background: #52694c; 
}
#mainMenu nav > ul > li .dropdown-menu > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li > a:active, #mainMenu nav > ul > li .dropdown-menu > li > span:focus, #mainMenu nav > ul > li .dropdown-menu > li > span:hover, #mainMenu nav > ul > li .dropdown-menu > li > span:active, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:active {
    background-color: #52694c;
    color: #ffffff;
}
#mainMenu nav > ul > li .dropdown-menu > li.current > a, #mainMenu nav > ul > li .dropdown-menu > li.current > span, #mainMenu nav > ul > li .dropdown-menu > li:hover > a, #mainMenu nav > ul > li .dropdown-menu > li:hover > span, #mainMenu nav > ul > li .dropdown-menu > li:focus > a, #mainMenu nav > ul > li .dropdown-menu > li:focus > span, #mainMenu nav > ul > li .dropdown-menu > li:active > a, #mainMenu nav > ul > li .dropdown-menu > li:active > span, #mainMenu nav > ul > li .dropdown-menu > li.hover-active > a, #mainMenu nav > ul > li .dropdown-menu > li.hover-active > span {
    color: #ffffff !important;
    padding: 12px 17px 12px 21px;
}
#mainMenu nav > ul > li .dropdown-submenu:before {
    color: #111;
}
#mainMenu nav > ul > li .dropdown-submenu:hover:before {
    color: #484848;
}

/*Menu level3*/
#mainMenu nav > ul > li .dropdown-submenu > ul {
    margin-top: 6px;
}
#mainMenu nav > ul > li .dropdown-submenu:hover > ul {
    margin-top: 0px;
}
#header.header-sticky .header-extras > ul > li > a:not(.btn), #header.header-sticky .header-extras > ul > li .topbar-dropdown > .title {
    color: #484848;
}
#header .header-extras > ul > li > a:not(.btn), #header .header-extras > ul > li .topbar-dropdown > .title {
    color: #484848;
    /*transition: all .0s ease;*/
}
/*#header .form-control {color: #fff;}*/

#header .header-extras > ul > li > a:not(.btn) i, #header .header-extras > ul > li .topbar-dropdown > .title i {
    font-size: 22px;
}
header .header-extras #shopping-cart > a {
    font-size: 22px;
    color: #333;
}
header .header-extras #shopping-cart > a:hover {color:#7c9000;}
#header .header-extras #shopping-cart > a .shopping-cart-items {
    position: absolute;
    background: #52694c;
    border: 2px solid transition;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    padding: 2px 4px;
    right: -28px;
    top: -19px;
    width: 35px;
    height: 35px;
    text-align: center;
    z-index: -1;
    transition: all ease .3s;
}
#header .header-extras #shopping-cart > a:hover .shopping-cart-items {
     background: transparent;
     border: 2px solid #52694c;
     color:#52694c;
}
/*banner*/
#slider{
    height: 100% !important;
}
.inspiro-slider .slide {
    height: 100% !important;
}
#slider .owl-stage-outer {height: 100% !important;}
#slider .owl-stage-outer .owl-stage {height: 100% !important;}
.slide{
    position: relative;
}
#slider .slide img {
    display: block;
    width: 100%;
    height: auto;
}

.slide-captions{
    position: absolute;
    top: 27%;
    width: 35%;
}
.owl-item:nth-child(odd) .slide-captions{
    left: 8%;
}
.owl-item:nth-child(even) .slide-captions{
    right: 8%;
    text-align: right;
}
.inspiro-slider .slide-captions h1 {
    font-size: 27px;
    line-height: 20px;
    color: #52694c;
}
.inspiro-slider .slide-captions > p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
}

.inspiro-slider .slide-captions > a.btn-detail {
    font-size: 20px;
    font-weight: 300;
    position: relative;
    padding: 5px 15px;
    border: 1px solid #484848;
}
.inspiro-slider .owl-item:nth-child(odd) .slide-captions > a.btn-detail {
    margin-right: 95px;
}
.inspiro-slider .owl-item:nth-child(even) .slide-captions > a.btn-detail {
    margin-left: 95px;
}
.inspiro-slider .slide-captions > a.btn-detail:hover {
    border-color: #52694c;
}
.inspiro-slider .slide-captions > a.btn-detail:before {
    position: absolute;
    content: '';
    width: 75px;
    top: 50%;
    height: 2px;
    background: #52694c;
}
.inspiro-slider .owl-item:nth-child(odd) .slide-captions > a.btn-detail:before {
    right: -95px;
}
.inspiro-slider .owl-item:nth-child(even) .slide-captions > a.btn-detail:before {
    left: -95px;
}
.owl-carousel .owl-nav [class*="owl-"] {
    border-radius: 0px;
}
.owl-carousel.arrows-creative .owl-nav [class*="owl-"] i {
    color: #9f9f9f;
    font-size: 30px;
}
.owl-carousel.arrows-creative .owl-nav [class*="owl-"]:hover i{
    color: #fff;
}
.owl-carousel.arrows-creative .owl-nav [class*="owl-"]:hover {   
    background-color: #52694c;
}
.owl-carousel.dots-creative .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}



.w-100 {
    width: 100%!important;
}
.centered {
    /* margin-top: 95px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.subheading {
    font-size: 1.3rem;
    margin-bottom: 0px;
}
.heading-ab {
    font-size: 70px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
    letter-spacing: 0px;
    color: #67a804;
}
.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*about*/
.ab-sec-1 {
    padding-bottom: 0px;
}
.ab-sec-1 p {text-indent: 30px;
}
.centered img {
    width: 100%;
    height: 100%;
}
.ab-right img {
    width: 100%;
}
.ab-right h2 {
    font-size: 26px;
    margin-bottom: 0px;
    color: #67a804;
}
.cf-choose-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cf-choose-list ul li {
    margin: 0 0 15px 0;
}
.cf-choose-list ul li .icon {
    float: left;
    width: 30px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;    color: #0000ff;
}
.cf-choose-list ul li .desc {
    margin-left: 40px;
}
.cf-choose-list ul li .desc h5 {
    color: #0000ff;
}
.text-green {
    color: #00640f !important;
    font-size: 33px;
}
.text-red {
    margin-top: 25px;
    margin-bottom: 0px;
    border-radius: 15px;
    padding: 30px;
    line-height: 52px;
    font-size: 50px;
    color: #ffffff !important;
    background-color: #d80000;
}

.btn-more {
    position: absolute;
    top: 54px;
    right: 11%;
}

/*Category*/
.sec-category {padding-bottom: 50px;    background-color: #05453a;}
.sec-category .header h2 {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 55px;
    margin-bottom: 5px;
    color: #fff;
    /* text-shadow: -1px -1px 0 #c1c1c1, 1px -1px 0 #c1c1c1, -1px 1px 0 #c1c1c1, 1px 1px 0 #ccc; */
}
.sec-category .header:before {
    position: absolute;
    content: '';
    width: 75px;
    top: 50%;
    left: -75px;
    height: 3px;
    background: #fff;
}
.sec-category .category-group {}
.sec-category .category-group .category-item {}
.sec-category .category-item .category-inner {
    position: relative;
    overflow: hidden;
}
.sec-category .category-item .category-inner a > img.category-bg { 
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 3s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.sec-category .category-item .category-inner:hover a > img.category-bg { 
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.sec-category .category-item .category-inner .category-detail {
    height: 125px;
    position: absolute;
    width: 100%;
    top: 1px;
    left: 0px;
    padding: 20px;
    background: rgba(255,255,255,0.6);
    transition: all ease .5s;
}
.sec-category .category-item .category-inner:hover .category-detail {
    background: rgba(255,255,255,0.8);
}
.sec-category .category-item .category-detail img {
    width: 60px;
    height: 60px;
    display: inline-block;
    float: left;
    /*position: absolute;
    left: 20px;
    top: 20px; */
}
.sec-category .category-item .category-detail .category-txt {
    display: inline-block;
    margin-left: 15px;
    float: right;
    position: absolute;
}
.sec-category .category-item .category-detail .category-txt h4 {
    margin-bottom: 5px;
    line-height: normal;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    letter-spacing: 0px;
}
.sec-category .category-item .category-detail .category-txt a.btn-detail {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border: 1px solid #aaa;
    padding: 2px 10px; 
    cursor: pointer;
}
.sec-category .category-item .category-detail .category-txt a.btn-detail:hover {
    background: #aaa;
    color: #fff;
}

/*Product*/
.sec-product {padding-bottom: 100px;}
.sec-product .header {}
.sec-product .header h2{}
.sec-product .product-group {}
.sec-product .product-item {}
.product-item .product-inner {
    border-radius: 3px;
    background: #fff;
}
.product-item .product-inner .product-img {
    position: relative;
    /*min-height: 368px;*/
    overflow: hidden;
}
.product-item .product-inner .product-img img {
    width: 100%;
    transition: .5s all ease;
    position: relative; 
}
.product-item .product-inner .product-img img.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s all ease;   
}
.product-item .product-inner:hover .product-img img {
    opacity: 0;
}
.product-item .product-inner:hover .product-img  img.img-hover{
    opacity: 1;
    width: 100%;
}
.product-item .product-inner .product-img .tag {
    position: absolute;
    top: 0px;
    left: 10px;
    background: #000;
    padding: 13px 3px 8px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
.product-item .product-inner .product-img .btn-detail{
    position: absolute;
    top: 20px;
    right: -50px;
    display: table;
    background: #52694c;
    color: #fff;
    /*border: 2px solid #52694c;
     padding: 4px 13px; */
    margin-bottom: 5px;
    line-height: 39px;
    font-weight: 500;
    cursor: pointer;
    transition: .5s all ease;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-align: center;
    width: 40px;
    height: 40px;
}
.product-item .product-inner:hover .product-img .btn-detail{
    right: 10px;
}
.product-item .product-inner .product-img .btn-detail:hover {
    background: rgba(104, 104, 104, .8);
    color: #fff;
}
.product-item .product-inner .product-img .btn-detail i {}

.product-item .product-inner .product-img .btn-addcart {
    position: absolute;
    width: 100%;
    right: -50px;
    text-align: center;
    bottom: 0px;
    vertical-align: middle;
    opacity: 0;
    transition: .5s all ease;
    cursor: pointer;
}
.product-item .product-inner:hover .product-img .btn-addcart {
    right: 0px;
    opacity: 1;
    display: none;
}
.product-item .product-inner .product-img .btn-addcart i {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 13px;
    color: #fff;
    font-size: 20px;
    width: 20px;
    height: 20px;
}
.product-item .product-inner .product-img .btn-addcart:hover i {color:#fff;}
.product-item .product-inner .product-img .btn-addcart img {
    position: absolute;
    right: 20px;
    bottom: 13px;
    color: #fff;
    width: 20px;
    height: 20px;
}
.product-item .product-inner .product-img .btn-addcart:before {
    position: absolute;
    content: "";
    border-right: 100px solid #52694c;
    border-top: 80px solid transparent;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    transition: all .5s;
}
.product-item .product-inner .product-img .btn-addcart:hover:before {
    border-right: 100px solid rgba(104, 104, 104, .8);
}
.product-item .product-inner .product-img .btn-detail span{
    position: absolute;
    padding: 5px 6px;
    right: 110%;
    top: 10px;
    white-space: nowrap;
    z-index: 20;
    background-color: #686886;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    line-height: normal;
    opacity: 0;
}
.product-item .product-inner .product-img .btn-addcart span{
    position: absolute;
    padding: 5px 6px;
    right: 45px;
    bottom: 10px;
    white-space: nowrap;
    z-index: 20;
    background-color: #686886;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    line-height: normal;
    opacity: 0;
}
.product-item .product-inner .product-img .btn-detail:hover span,
.product-item .product-inner .product-img .btn-addcart:hover span{
    opacity: 1;
}

.product-item .product-inner .product-detail {
    text-align: center;
    padding: 8px 12px 12px;    background-color: #1b3d1c;
}
.product-item .product-inner .product-detail .product-title  {
    font-size: 16px;
    line-height: 22px;
}
.product-item .product-inner .product-title a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 18px;
    height: 44px;
}
.product-item .product-inner .product-title a:hover{
    color: #feff02;
    transition: .3s all ease;
}
.product-item .product-inner .product-detail p {

    margin-bottom: 5px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}


/*Productslide*/
.sec-productslide {padding-bottom: 0px;}
.sec-productslide .header {}
.sec-productslide .header h2{}
.sec-productslide .product-group {}
.sec-productslide .product-group > .img-inner {padding-right: 10px; overflow: hidden;}
.sec-productslide .product-group > .img-inner > a > img{
    width: 100%;
    transition: all ease 1s;
}
.sec-productslide .product-group > .img-inner:hover > a > img{ 
    transform: scale(1.05);
}
.sec-productslide .product-item { margin: 0px 8px; }

.sec-productslide .product-group .owl-carousel .owl-nav [class*="owl-"] {
    height: 70px;
    width: 25px;
    line-height: 70px;
    border: 1px solid #fff;
    display: inline-block;
    top: 36%;
    /*opacity: 1;*/
    background-color: #fff;
    border-radius: 0px
}
.sec-productslide .product-group .owl-carousel .owl-nav [class*="owl-"] i {
    line-height: 70px;
    font-size: 45px;
    color: #aaa;
}
.sec-productslide .product-group .owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    border-color: transparent;
}
.sec-productslide .product-group .owl-carousel .owl-nav [class*="owl-"]:hover i {
    color: #484848;
}
.sec-productslide .product-group .owl-carousel .owl-nav .owl-prev, .sec-productslide .product-group .owl-carousel:hover .owl-prev {
    left: -35px;
}
.sec-productslide .product-group .owl-carousel .owl-nav .owl-next, .sec-productslide .product-group .owl-carousel:hover .owl-next {
    right: -35px;
}

/*Promotion*/
.sec-promotion{     padding: 80px 0px 80px 0px; background: #05453a;}
.sec-promotion .promotion-group {}
.sec-promotion .promotion-group .promotion-item{}
.sec-promotion .promotion-item .promotion-inner img {
    width: 100%;
    transition: all ease 3s;
}
.sec-promotion .promotion-item .promotion-inner:hover img {
    transform: scale(1.05);
}
.sec-promotion .promotion-item .promotion-inner:before {
    position: absolute;
    top: 0;
    left: -10%;
    z-index: 2;
    display: block;
    content: '';
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
    transform: skewX(-25deg);
    opacity: 0;
}
.sec-promotion .promotion-item .promotion-inner:hover:before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
    opacity: 1;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.sec-promotion .owl-carousel .owl-nav [class*="owl-"] {
    height: 70px;
    width: 25px;
    line-height: 70px;
    border: 1px solid #fff;
    display: inline-block;
    top: 45%;
    opacity: 1;
    background-color: #fff;
    border-radius: 0px
}
.sec-promotion .owl-carousel .owl-nav [class*="owl-"] i {
    line-height: 70px;
    font-size: 45px;
    color: #aaa;
}
.sec-promotion .owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    border-color: transparent;
}
.sec-promotion .owl-carousel .owl-nav [class*="owl-"]:hover i {
    color: #484848;
}
.sec-promotion .owl-carousel .owl-nav .owl-prev, .sec-promotion .owl-carousel:hover .owl-prev {
    left: -50px;
}
.sec-promotion .owl-carousel .owl-nav .owl-next, .sec-promotion .owl-carousel:hover .owl-next {
    right: -50px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span {
    transition: all ease-in-out .5s;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    width: 25px;
    border-radius: 30px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span:after {
    width: 100%;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span:after {
    border-radius: 0px;
    height: 100%;
    width: 0px;
}
/*.sec-promotion .owl-carousel .owl-controls .owl-dots .owl-dot span:after {
    border-radius: 0px;
}*/

/*Service*/
.parallax, .page-title-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
.sec-service {
    padding: 50px 0px;
    background-image: linear-gradient(to right, #0f6f63, #a2cc42);
}
.sec-service .service-group {}
.sec-service .service-group .service-item{}
.sec-service .service-item .service-inner{
    display: flex;
    align-items: center;
    border-right: 1px solid #e5e5e5;
}
.sec-service .service-item:last-child .service-inner {
    border-right: 0;
}
.sec-service .service-item .service-img {
    margin-right: 20px;
    position: absolute;
    top: 0;
}
.sec-service .service-item .service-img img {
    width: 60px;
    height: auto;
}
.sec-service .service-item .service-detail {
    left: 24%;
    position: relative;
}
.sec-service .service-item .service-detail h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
}
.sec-service .service-item .service-detail p{
    font-size: 14px;
    line-height: 24px;
    max-width: 230px;color: #fff
}
.sec-service .service-item .service-detail h4 a {
    color: #fff;
}
.sec-service .service-item .service-detail p a {
    color: #fff;
}
/*Subscribe*/
.sec-subscribe { padding:40px 0;     background-image: linear-gradient(to right, #0f6f63, #a2cc42);}
.sec-subscribe .subscribe-txt {}
.sec-subscribe .subscribe-txt h2, .sec-subscribe .subscribe-txt p{ margin-bottom: 0px;color: #fff;}
.sec-subscribe .subscribe-form-inner {
    position: relative;
    border: 2px solid #fff;
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
}
.sec-subscribe .subscribe-form-inner .input-group {width: 100%;}
.sec-subscribe .subscribe-form-inner input{
    width: 100%;
    border: none;
    padding: 10px 20px;
    padding-right: 200px;
    line-height: 30px;
    height: 55px;
    color: #fff;
    font-size: 15px !important;
    background-color: transparent;
}
.sec-subscribe .subscribe-form-inner button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: none;
    border: none;
    width: 200px;
    border-left: 2px solid #fff;
    font-size: 14px!important;
    font-weight: 600;
    color: #fff;
}

/*footer*/
#footer {
    padding-bottom: 0px;
    background-color: #05453a;
    border-top: none;
}
.footer-content {
    padding: 40px 0px 40px;
    background-color: #fff;
}
#footer, #footer h4, #footer strong {
    color: #000 !important;
}
#footer a {
    color: #000 !important;
}
 #footer a:hover {color: #ffc53c !important;}
 #footer h4 {
    font-family: "Kanit", sans-serif;
    margin-bottom: 10px;
}

#footer .ft-contact {text-align: left;}
.logo-f {
    text-align: center;
}
#footer .ft-contact p {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}
 #footer .ft-contact ul li {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 28px;
        color: #000;
    /*font-weight: 600;*/
 }
.fa-map-marker:before {
    content: "\f041" !important;
}
#footer .ft-social .col-md-7 {
    padding: 0px;
}
#footer .ft-social ul.list li {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 5px;
}
#footer .ft-menu {
    padding-left: 8%;
}
#footer .ft-menu ul li { line-height: 23px; }
#footer .ft-menu ul li a {
    font-size: 16px;line-height: 31px;
    /*font-weight: 600;*/
}

#footer .ft-social {text-align:left;}
#footer .ft-social .line-qr {
    margin-bottom: 10px;
    text-align: center;
}
#footer .ft-social .line-qr p {
    color: #000;
}
#footer .ft-social .line-qr img {
    height: 110px;
}
#footer .ft-social h2 {
    font-size: 15px;
    margin-bottom: 0px;
}
#footer .ft-social .line-btn {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: transparent;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 3px;
    margin-top: 20px;
}
#footer .ft-social .line-btn span{
    color: #333!important;
    margin-bottom: 0px;
    margin-left: 40px;
    line-height: 20px;
    margin-top: 0px;
    font-weight: normal;
    letter-spacing: 0.6px;
}
#footer .ft-social .line-btn span.line-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
}
#footer .ft-social .line-btn img {
    position: absolute;
    display: inline-block;
    height: 35px;
    width: 35px!important;
    clear: right!important;
    top: 7px;
    left: 5px;
}
#footer .ft-social .line-btn:hover img {
    animation: toTopFromBottom 0.3s forwards;
}
#footer .ft-social .line-btn:hover {
    color: #fff !important;
    background-color: transparent;
    box-shadow: none;
}

#footer .ft-social .social-icons {
    margin-top:3px;
    float: right;
    display: block;
    width: 100%;
}
#footer .ft-social .social-icons ul {
    padding: 0;
    float: left;
}
/*#footer .ft-social .social-icons li {
    float: right;
}*/
#footer .ft-social .social-icons.social-icons-border li a {
    border: 1px solid #fff;
    color: #fff!important;
}
#footer .ft-social .social-icons.social-icons-border li a i {
    color: #000;
}
.copyright {
    background-image: linear-gradient(to right, #a2cc42, #0f6f63);
}
.social-icons li:hover img {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
.social-icons li img {
    width: 18px;
    margin-top: -3px;
}
.logo-f img {
    width: 65%;
}
.ft-contact h2 {
    font-size: 21px;
    margin-bottom: 0px;
}
#footer .copyright-content {
    background-color: transparent;
    border-top: none;
    min-height: 0px;
    padding: 5px 0;
}
.copyright-text {
    font-size: 12px;
    color: #fff;
    padding: 0px;
    font-weight: normal;
    letter-spacing: 0px;    text-align: center;
}
#footer .footer-payment {
    text-align: right;
    display: none;
}
#footer .footer-payment ul li{
    padding-top: 5px;
    display: inline-block;
    float: right;
    margin-left: 8px;
}

#goToTop{
    bottom: 48px !important;
    right: 10px;
}
#goToTop:after, #goToTop:before {
    background-color: #52694c;
}

.engine_by_shopup_bottom {
    background-color: transparent;
    border-top: none;
    color: #000;
    padding: 3px;
        position: unset;
    /* margin-top: -50px; */
}
.lines, .lines:before, .lines:after {
    background-color: #014b94 !important;
}


/* CUSTOM */
.sys-galleries .body .lists .lists-item h2{font-size: 20px;}
.sys-gallery .body h1 {
    font-size: 20px;
    margin: 0px;
    padding: 0;
}
.sys-products .body .lists.column-3 .lists-item .title a h2{font-size: 20px;}
.sys-products .body .lists .lists-item .product-image-box .body-image .show_img.active {margin: 0 auto;}
.mdate{display: none;}
.viewed{display: none;}
.sys-products .body .lists.column-2 .lists-item .title a h2 { font-size: 20px;}
.sys-contacts .top .body-top .page-header{display: none;}
.sys-contacts .body .title h2 { font-size: 20px;}
.sys-articles .body .lists .lists-item h2 {font-size: 20px;}
.sys-articles .body .lists .lists-item .border {border: 1px solid #eee;margin-bottom: 30px;}
.sys-products .body .lists.column-4 .lists-item .title a h2 {font-size: 20px;}
.sys-product .body .product-detail .title h1 {font-size: 20px;}

    .product-image {
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .product-specs ul {
      padding-left: 1.25rem;
    }
    .product-specs ul li {
      margin-bottom: 0.5rem;
    }
    .section-divider {
      border-top: 1px solid #dee2e6;
      margin-top: 2rem;
      padding-top: 1rem;
    }
    .product-specs ul li:nth-child(odd) {
    background-color: #f0f0f0;
    padding: 5px;
  }
    .col-right-c {
    margin-top: 66px;
}

.subpage-section{padding-bottom: 0px;}
















/*Responsive*/ 
@media (max-width: 1199px){
}
@media (max-width: 991px){
    ul.item-4-column > li {width: 33.33333333%;}
    .sec-productslide .product-group {margin-bottom: 30px;}
    #footer .ft-social {text-align: left;}
    #footer .ft-social .social-icons ul {float: left;}
    #footer .ft-contact, #footer .ft-menu {margin-bottom: 20px;}
}
/* iPad*/
@media (max-width: 769px){}

/* Smartphone*/
@media (max-width: 480px){
    #topbar .social-icons li a {
    border-radius: 0px;
    font-size: 12px;
    height: 30px;
    line-height: 40px;
    text-align: center;
    width: 30px;
    overflow: hidden;
    margin: 0;
}
.heading-ab {
    font-size: 40px;
}
.text-green {
    color: #00640f !important;
    font-size: 20px;
    text-indent: 0px !important;
}
.ab-sec-1 p {
    text-indent: 30px;
    padding: 15px;
}
.text-red {
    margin-top: 25px;
    margin-bottom: 0px;
    border-radius: 15px;
    padding: 30px;
    line-height: 36px;
    font-size: 28px;
    color: #ffffff !important;
    background-color: #d80000;
}
.slide-captions {
    position: absolute;
    top: 15%;
    width: 45%;
}
.inspiro-slider .slide-captions h1 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
    color: #52694c;
}
.inspiro-slider .slide-captions > p {
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.inspiro-slider .slide-captions > a.btn-detail {
    font-size: 12px;
    font-weight: 300;
    position: relative;
    padding: 5px 15px;
    border: 1px solid #484848;
}

.inspiro-slider .owl-item:nth-child(even) .slide-captions > a.btn-detail {
    margin-left: 15px;
}
.inspiro-slider .owl-item:nth-child(odd) .slide-captions > a.btn-detail {
    margin-right: 15px;
}
ul.item-3-column > li {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 1%;
}
.sec-service .service-item .service-inner {
    display: unset;
    align-items: center;
    border-right: 0px solid #e5e5e5;
}
.sec-service .service-item .service-img {
    margin-right: 20px;
    position: unset;
    top: 0;
}
.sec-service .service-item .service-detail {
    left: 23%;
    position: relative;
    top: -50px;
}


.header {
    margin-left: 30px;
    margin-bottom: 20px;
    position: relative;
    /* text-align: center; */
}
.header h2 {
    font-size: 28px;
    margin-bottom: 5px;
}
.header:before {
    position: absolute;
    content: '';
    width: 33px;
    top: 39%;
    left: -25px;
    height: 3px;
    background: #05453a;
}

.sec-category .header h2 {
    font-size: 28px;
    margin-bottom: 5px;
}
.sec-category .header:before {
    position: absolute;
    content: '';
    width: 33px;
    top: 39%;
    left: -25px;
    height: 3px;
}
#header .header-extras {right: 15px;}
#header .header-extras > ul > li {
    float: left;
    margin-left: 10px;
    border: 0;
}
ul.item-2-column > li {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 1%;
}
    ul.item-4-column > li {
        width: 50%;
    }

#footer .ft-social .line-qr {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 70px;
}

.copyright-text {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    padding: 0px;
    font-weight: normal;
    letter-spacing: 0px;
}

















}

@media (max-width: 414px){}

/* iPhone6*/
@media (max-width: 376px){}

/* iPhone4,5*/
@media (max-width: 321px){}
