@charset "UTF-8";
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a {
  outline: none; }

button {
  border: none;
  background: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

.text-justify {
  text-align: justify; }

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@font-face {
  font-family: 'VNF-Gotham';
  src: url("../fonts/VNF-Gotham.ttf") format("truetype"); }
@font-face {
  font-family: 'VNF-Gotham';
  src: url("../fonts/SVN-GothamBold.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'VNF-Gotham';
  src: url("../fonts/SVN-GothamBold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'Pacifico';
  src: url("../fonts/Pacifico-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'utm-alexander';
  src: url("../fonts/utm-alexander.ttf") format("truetype"); }
@font-face {
  font-family: 'UTM-Cookies';
  src: url("../fonts/UTM-Cookies.ttf") format("truetype"); }
@font-face {
  font-family: 'ELECTRIK';
  src: url("../fonts/ELECTRIK.TTF") format("truetype"); }
.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.c-img {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.hv-over {
  display: block;
  position: relative; }
  .hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-over:hover:after {
    background: rgba(75, 200, 200, 0.4); }

.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.hv-light {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:before {
    background: rgba(242, 211, 0, 0.2); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }

  .md-center {
    text-align: center; }

  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left; }

  .sm-center {
    text-align: center; }

  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left; }

  .xs-center {
    text-align: center; }

  .xs-right {
    text-align: right; }

  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > [class^="col-"] {
      padding: 0 5px; } }
.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

body {
  font-size: 14px;
  font-family: "VNF-Gotham";
  line-height: 1.5;
  color: #333; }
ol.breadcrumb {
    padding: 0;
    background: transparent !important; }
ol.breadcrumb a {
    color: #fff;
    font-weight: 600; }
    .breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #fff; }
.breadcrumb-bg {
    background-repeat: no-repeat !important;
    background-size: cover;
    padding: 25px 0;
    text-align: center;
    margin-bottom: 20px; 
  }
.site-breadcumb .section-title {
    font-size: 30px;
    color: #f2ffff; }
.breadcrumb-menubar {
    background: transparent none repeat scroll 0 0;
    margin: 7px 0 0;
    padding: 0 }
  .breadcrumb-menubar > li {
    text-transform: uppercase;
    font-weight: 500;
    color: #a8a7a4;
    font-size: 12px; }
  .breadcrumb-menubar > li > a {
    color: #a8a7a4; }
.breadcrumb {
  padding: 15px 0;
  margin-top: 70px; }
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  text-align: justify;
  margin-bottom: 10px; }
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  height: auto !important; }
.s-content table, .s-content iframe {
  max-width: 100%; }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.slick-list {
  margin: 0 -15px; }
  .slick-list .slick-slide {
    margin: 0 15px; }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.dura5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.dura15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.dura20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.dura100 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

.carousel {
  z-index: 0; }
  .carousel .img img {
    display: block;
    width: 100%; }
  .carousel.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .carousel.carousel-fade .carousel-inner .item, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .carousel.carousel-fade .carousel-inner .active, .carousel.carousel-fade .carousel-inner .next.left, .carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel.carousel-fade .carousel-inner .next, .carousel.carousel-fade .carousel-inner .prev, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

header {
  position: fixed;
  background: #fff;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 14px; }
  header:before {
    content: '';
    display: block;
    margin-bottom: 10px;
    height: 4px;
    background-image: url("../images/bor-top.jpg");
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 8px;
    bottom: -8px;
    background-image: url("../images/arrow.png"); 

  }
  header .logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #fff; }
    header .logo .img {
      display: block;
      max-height: 95px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    header .logo:after {
      content: '';
      /*background-image: url("../images/logo-bot.png");*/
      background-size: contain;
      background-repeat: no-repeat;
      top: 100%;
      width: 114px;
      height: 16px;
      position: absolute;
      left: 50%;
      margin-left: -61px; }

.main-nav {
  display: inline-block;
  vertical-align: middle; }
  .main-nav > ul {
    font-size: 0; }
    .main-nav > ul > li {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      margin-right: 29px; 
    }
      .main-nav > ul > li > a {
        display: block;
        text-transform: uppercase;
        color: #008001;
        font-weight: 500;
        padding: 32px 0; 
      }
      .main-nav > ul > li:hover > a, .main-nav > ul > li.active > a {
        color: #ffcb05; }
  .main-nav li {
    position: relative;
    text-align: left; }
    .main-nav li ul {
      position: absolute;
      min-width: 270px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: 1;
      margin-top: 10px;
      pointer-events: none;
      opacity: 0;
      -webkit-box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.5);
              box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.5); }
      .main-nav li ul ul {
        left: 100%;
        top: 0;
        padding-left: 5px; }
      .main-nav li ul a {
        background: #ffcb05;
        display: block;
        color: #fff;
        font-size: 14px;
        padding: 10px 15px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
      .main-nav li ul li:hover > a {
        background: #f8b54d; }
    .main-nav li:hover > ul {
      margin-top: 0;
      pointer-events: all;
      opacity: 1; }

.search {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

  .search i{ 
      color: #008001;
  }
  .search > button {
    font-size: 14px;
    color: #3e3e3e; }
  .search .ct {
    position: absolute;
    background: #fff;
    padding: 15px;
    width: 300px;
    right: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
    display: none;
    margin-top: 15px;
    border-radius: 3px; 
    z-index: 9;
}

.search-fr {
  position: relative; }
  .search-fr input {
    width: 100%;
    height: 36px;
    border: solid 1px #ccc;
    border-radius: 3px; }
  .search-fr button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #4bc8c8;
    font-size: 16px; }

#slider .slider-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  height: 22px;
  margin-top: -11px; }
  #slider .slider-arrow img {
    display: block;
    height: 100%; }
  #slider .slider-arrow:hover {
    opacity: 0.6; }
  #slider .slider-arrow.prev {
    left: 10px; }
  #slider .slider-arrow.next {
    right: 10px; }
#slider .carousel-indicators {
  z-index: 1;
  line-height: 1;
  bottom: 15px; }
  #slider .carousel-indicators li {
    vertical-align: middle;
    background: #fff;
    width: 11px;
    height: 11px;
    margin: 0 8px;
    background: #ffcb05;
    border-color: #ffcb05;
    position: relative;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    #slider .carousel-indicators li:after {
      content: '';
      position: absolute;
      top: -5px;
      right: -5px;
      bottom: -5px;
      left: -5px;
      border-radius: inherit;
      border: solid 1px #ffcb05;
      -webkit-transition: inherit;
      transition: inherit; }
    #slider .carousel-indicators li.active {
      background: #fff;
      margin: 0 8px;
      width: 11px;
      height: 11px;
      border-color: #fff; }
      #slider .carousel-indicators li.active:after {
        border-color: #fff; }
#slider .caption {
  position: absolute;
  top: 30%;
  left: 40%;
  text-transform: uppercase;
  line-height: 1.3; }
  #slider .caption .title {
    color: #fff;
    font-size: 72px;
    font-family: "ELECTRIK"; }
  #slider .caption p {
    font-size: 38px;
    color: #1faceb;
    font-family: "UTM-Cookies"; }
  #slider .caption span {
    display: block;
    font-size: 42px;
    color: #ffc22f;
    font-family: "UTM-Cookies"; }

.h-title {
  font-size: 32px;
  font-family: "Pacifico";
  color: #008001;
  background-repeat: no-repeat;
  background-image: url("../images/bor.png");
  padding-bottom: 25px;
  background-position: left bottom;
  margin-top: 55px;
  margin-bottom: 40px;
  /*text-transform: capitalize;*/
   }
  .h-title span {
    color: #ffcb05; }
  .h-title.text-center {
    background-position: center bottom; }

.h-about .h-title {
  margin-bottom: 22px; }
.h-about .lik {
  text-transform: uppercase;
  color: #545454;
  font-weight: 500; }
  .h-about .lik i {
    margin-right: 5px;
    font-weight: normal; }
  .h-about .lik:hover {
    color: #4bc8c8; }
.h-about .img {
  margin-top: 60px;
  border-radius: 20px 0 20px 0;
  display: block;
  margin-bottom: 8px;
  width: 100%; }
.h-about .s-content {
  margin-left: 180px;
  border-left: solid 3px #ffaa04;
  padding-left: 18px;
  font-size: 13px;
  color: #8b8989;
  line-height: 2; }
.h-about .yt-box {
  margin-top: 65px;
  margin-right: -200px;
  z-index: 1;
  border-radius: 15px 0 15px 0;
  overflow: hidden; }

.yt-box {
  position: relative;
  z-index: 0; }
  .yt-box img {
    display: block;
    width: 100%;
    cursor: pointer;
    cursor: pointer; }
  .yt-box iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .yt-box:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    z-index: 1;
    position: absolute;
    pointer-events: none;
    font-family: "FontAwesome";
    content: "";
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 56px;
    line-height: 1;
    margin-top: -28px;
    margin-left: -24px; }
  .yt-box:hover:after {
    color: #ed1c24; }

.h-subscribe {
  background-image: url("../images/bg1.png");
  margin-top: 50px;
  color: #fff;
  position: relative;
  padding-top: 45px;
  padding-bottom: 32px; }
  .h-subscribe:before {
    content: '';
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url("../images/arrow.png"); }
  .h-subscribe .title {
    text-transform: uppercase;
    font-size: 28px;
    font-family: "utm-alexander"; }
  .h-subscribe p {
    font-size: 16px; }
  .h-subscribe .butn {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background: #ffcb05;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    line-height: 47px;
    padding: 0 37px 3px 37px;
    border-radius: 8px 0 8px 0;
    -webkit-box-shadow: 0 4px 0 #d78300;
    box-shadow: 0 4px 0 #d5ab0b;
    white-space: nowrap;
  }

.h-lesson {
  background-image: url("../images/bg2.png");
  padding-bottom: 60px; }

.lesson-cas .slick-list {
  margin: 0 -7px; }
  .lesson-cas .slick-list .slick-slide {
    margin: 0 7px; }
.lesson-cas .item .img {
  display: block;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 22px; }
  .lesson-cas .item .img img {
    display: block;
    width: 100%; }
.lesson-cas .item .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #3a3a3a;
  padding: 0 7px;
  margin-bottom: 17px; }
  .lesson-cas .item .title a:hover {
    color: #008001; }
.lesson-cas .item p {
  color: #818282;
  text-align: justify;
  line-height: 22px;
  padding: 0 7px; }

.category-cas .item .img {
  display: block;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 22px; }
  .category-cas .item .img img {
    display: block;
    width: 100%; }
.category-cas .item .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fbca12;
  padding: 0 7px;
  margin-bottom: 17px; }
  .category-cas .item .title a:hover {
    color: #f8b54d; }
.category-cas .item p {
  color: #818282;
  text-align: justify;
  line-height: 22px;
  padding: 0 7px;
  height: 88px;
  overflow: hidden; }

.def-cas {
  padding-bottom: 55px; 
}
  .def-cas .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #999898;
    font-size: 28px;
    text-align: center;
    line-height: 46px;
    bottom: 0; }
    .def-cas .slick-arrow:hover {
      background: #008001;
      color: #fff; }
    .def-cas .slick-arrow.prev {
      right: 50%;
      margin-right: 3px;
      padding-right: 2px; }
    .def-cas .slick-arrow.next {
      left: 50%;
      margin-left: 3px;
      padding-left: 2px; }

.h-news .h-title {
  margin-top: 30px; }
.h-news .read-more {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background-image: url("../images/more-bg.png");
  background-size: cover;
  width: 135px;
  line-height: 54px;
  color: #fff;
  text-align: center; }

.h-post {
  margin-bottom: 40px; }
  .h-post .img {
    width: 270px;
    float: left;
    display: block;
    border-radius: 10px 10px 0 0; }
    .h-post .img img {
      display: block;
      width: 100%; }
  .h-post .ct {
    margin-left: 287px;
    padding-top: 7px; }
    .h-post .ct .title {
      color: #3c3c3c;
      font-size: 17px;
      line-height: 24px;
      font-weight: 500;
      margin-bottom: 19px; }
      .h-post .ct .title a:hover {
        color: #008001; }
    .h-post .ct p {
      color: #999;
      line-height: 22px;
      margin-bottom: 15px;
      max-height: 88px;
      overflow: hidden; }
    .h-post .ct .more {
      font-style: italic;
      font-size: 13px;
      color: #5f5f5f; }
      .h-post .ct .more i {
        margin-right: 3px; }
      .h-post .ct .more:hover {
        color: #ffcb05; }

.h-gallery {
  /*background: #4bc8c8;*/
  background: url('../images/bg-gallery.png');
  position: relative;
  background-repeat: no-repeat;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 60px; }
  .h-gallery:before {
    content: '';
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url("../images/arrow.png"); }
  .h-gallery .i-title {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-family: "Pacifico";
    margin-bottom: 35px; }
.album-cas {
  margin-bottom: 20px; }
  .album-cas .item {
    display: inline-block;
    text-align: center; }

.gallery-cas {
  padding-bottom: 100px; }
  .gallery-cas .item {
    text-align: center; }
    .gallery-cas .item .gallery {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .gallery-cas .item .gallery img {
        display: block; }
      .gallery-cas .item .gallery:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background-image: url("../images/gal-bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        opacity: 0; }
      .gallery-cas .item .gallery .title {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 10px;
        right: 10px;
        text-align: center;
        z-index: 1;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0; }
      .gallery-cas .item .gallery:hover .title {
        opacity: 1; }
      .gallery-cas .item .gallery:hover:after {
        opacity: 0.66; }
  .gallery-cas .slick-arrow:hover {
    background: #ffcb05; }

.h-testimonial {
  padding-top: 10px;
  /*padding-bottom: 55px; */
}

.testi-cas {
  max-width: 1050px;
  margin: 0 auto; }

.testimonial {
  text-align: center;
  margin: 20px 20px 0 20px; }
  .testimonial p {
    line-height: 24px;
    color: #989898;
    margin-bottom: 14px;
    position: relative; }
    .testimonial p:before {
      font-family: "FontAwesome";
      content: "";
      font-size: 18px;
      color: #008001;
      position: absolute;
      top: -20px;
      left: -15px; }
    .testimonial p:after {
      font-family: "FontAwesome";
      content: "";
      font-size: 18px;
      color: #008001;
      position: absolute;
      bottom: -17px;
      margin-left: 12px; }
  .testimonial span {
    font-size: 13px;
    color: #008001;
    text-align: center;
    font-style: italic; }

.map iframe {
  display: block;
  height: 288px; }

.footer {
  background-image: url("../images/bg-foot.png");
  padding-top: 20px;
  padding-bottom: 65px; }
  .footer .fb-page {
    margin-top: 35px; }

.f-line {
  color: #848484;
  line-height: 24px;
  margin-bottom: 15px; }
  .f-line i {
    width: 18px;
    margin-right: 5px; }

.foot-title {
  font-size: 26px;
  font-family: "Pacifico";
  color: #2c2c2c;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("../images/ft1.png");
  margin-top: 20px;
  margin-bottom: 37px; }
  .foot-title.v2 {
    background-image: url("../images/ft2.png"); }

.f-list li {
  color: #848484;
  margin-bottom: 12px; }
  .f-list li a:hover {
    color: #179350; }

.foot {
  background: #008001;
  color: #fff;
  padding: 14px 0 17px 0;
  position: relative; }
  .foot:after {
    content: '';
    display: block;
    height: 3px;
    background-image: url("../images/bor-bot.jpg");
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .foot .social a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px; }
    .foot .social a:hover {
      color: #f8b54d; }
  .foot a:hover {
    text-decoration: underline; }

.fix-right {
  position: fixed;
  top: 50%;
  margin-top: -100px;
  right: 5px;
  z-index: 9;
  /*display: none; */
}
  .fix-right a {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    background: #4bc8c8;
    color: #fff;
    margin-bottom: 5px; }
    .fix-right a.f {
      background: #3b5998; }
    .fix-right a.y {
      background: #c52c1e; }
    .fix-right a.v {
      background: #00aced; }
    .fix-right a.g {
      background: #dc4a3d; }
    .fix-right a:hover {
      background: #f8b54d; }

.message {
  position: fixed;
  bottom: 30px;
  right: 10px; }
  .message img {
    display: block; }

.post-item-name {
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #fbcb06;
    padding: 0;
    margin-bottom: 15px; }
.post-item-des p img{width:100%;height:auto;}/*thai*/
.btn-inline {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background: #fbcb06;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    line-height: 47px;
    padding: 0 37px 3px 37px;
    border-radius: 8px 0 8px 0;
    -webkit-box-shadow: 0 4px 0 #d78300;
    box-shadow: 0 4px 0 #e0b70f;
    white-space: nowrap;
    margin-bottom: 20px;
  }
.gallery-cas {
    margin-bottom: 20px; }

@media all and (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media all and (max-width: 1499px) {
  .message img {
    width: 70px; } }
@media all and (max-width: 1199px) {
  .main-nav > ul > li {
    margin-right: 12px; } }
@media all and (max-width: 991px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    z-index: 1; }
    .menu-btn i {
      display: block;
      margin: auto;
      border-top: solid 2px #008001;
      width: 17px;
      border-bottom: double 7px #008001;
      height: 12px; }
    .menu-btn.act i {
      width: auto;
      height: auto;
      border: none; }
      .menu-btn.act i:after, .menu-btn.act i:before {
        content: '';
        display: block;
        margin: auto;
        width: 17px;
        border-bottom: solid 2px #008001; }
      .menu-btn.act i:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px; }
      .menu-btn.act i:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .menu-btn.v2 {
      background: #008001; }
      .menu-btn.v2 i {
        border-color: #fff; }
      .menu-btn.v2.act i:after, .menu-btn.v2.act i:before {
        border-color: #fff; }

  .main-nav {
    display: none; }

  .m-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px; }
    .m-nav.act {
      right: 0; }
    .m-nav .nav-ct {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 55px; }
    .m-nav .nav-close {
      top: 9px;
      right: 10px;
      background: none; }
    .m-nav .search-fr {
      display: block;
      margin: 10px 50px 10px 15px; }
    .m-nav .main-nav {
      display: block;
      margin: 0;
      padding: 0; }
      .m-nav .main-nav > ul > li {
        display: block;
        margin: 0; }
        .m-nav .main-nav > ul > li > a {
          padding: 10px 15px 10px 15px;
          border-top: solid 1px #e6e6e6;
          color: #008001;
          font-weight: bold; }
        .m-nav .main-nav > ul > li:hover > a {
          color: #fff;
          background: #008001; }
      .m-nav .main-nav li {
        position: relative; }
        .m-nav .main-nav li ul {
          display: none;
          width: auto;
          position: static;
          background: rgba(0, 0, 0, 0.03);
          border-bottom: none;
          margin-left: 0px;
          opacity: 1;
          -webkit-transition: none;
          transition: none;
          margin-top: 0px;
          pointer-events: all;
          padding: 0;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .m-nav .main-nav li ul:after {
            content: none;
            display: none; }
          .m-nav .main-nav li ul a {
            display: block;
            font-size: 14px;
            background: none;
            color: #008001;
            border-top: solid 1px rgba(255, 255, 255, 0.8);
            border-bottom: none;
            padding: 10px 15px 10px 30px;
            text-transform: uppercase; }
          .m-nav .main-nav li ul li:hover > a {
            background: #008001;
            color: #fff; }
          .m-nav .main-nav li ul ul a {
            padding-left: 45px; }
        .m-nav .main-nav li .nav-drop {
          display: block;
          font-style: normal;
          height: 41px;
          width: 41px;
          text-align: center;
          padding-top: 2px;
          font-size: 16px;
          line-height: 40px;
          background: rgba(0, 0, 0, 0.03);
          color: #008001;
          float: right;
          position: relative;
          z-index: 1;
          cursor: pointer; }
          .m-nav .main-nav li .nav-drop:after {
            font-family: "FontAwesome";
            content: ""; }
          .m-nav .main-nav li .nav-drop.act:after {
            content: "\f0d8"; }
        .m-nav .main-nav li:hover > .nav-drop {
          color: #fff; }
        .m-nav .main-nav li:hover > ul {
          margin-top: 0;
          pointer-events: all;
          opacity: 1; }

  header {
    position: relative;
    padding: 10px 0; }
    header .logo img {
      max-height: 70px; }
    header .logo:after {
      content: none;
      display: none; }
    header .nav-open {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -40px; }
    header:before {
      content: none; }

  .search {
    display: block; }
    .search > button {
      display: none; }
    .search .ct {
      margin-top: 10px;
      display: block;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: static;
      width: auto; }

  #slider .caption {
    top: 90px;
    left: 20%; }
    #slider .caption .title {
      font-size: 48px; }

  .h-about .img {
    margin-top: 50px; }
  .h-about .s-content {
    margin-left: 0px; }
  .h-about .yt-box {
    margin-top: 45px;
    margin-right: 0px; }

  .h-subscribe .cell {
    text-align: center;
    display: block; }
  .h-subscribe .butn {
    white-space: normal; }

  .foot .social {
    margin: 5px 0; }

  .fix-right {
    right: auto;
    left: 5px; }

  .message img {
    width: 50px; }

  .h-post .img {
    width: auto;
    float: none;
    margin-bottom: 15px; }
  .h-post .ct {
    margin-left: 0px; } }
@media all and (max-width: 767px) {
  #slider .img img {
    min-height: 180px; }
  #slider .caption {
    top: 40px;
    left: 50px;
    right: 10px;
    line-height: 1.2; }
    #slider .caption .title {
      font-size: 38px; }
    #slider .caption p {
      font-size: 20px; }
    #slider .caption span {
      font-size: 22px; }
  #slider .slider-arrow {
    height: 12px;
    margin-top: -6px; }

  .h-subscribe .title {
    font-size: 22px; }
  .h-subscribe .butn {
    padding: 0 15px;
    font-size: 15px;
    font-weight: normal; }

  .h-title {
    font-size: 26px; }

  .def-cas {
    padding-bottom: 60px; }
  .breadcrumb {
    margin-top: 20px;
  }
  .h-post {
    margin-bottom: 30px; }
    .h-post .ct {
      padding-top: 0px; }
      .h-post .ct .title {
        font-size: 14px;
        line-height: 22px;
        height: 45px;
        overflow: hidden;
        margin-bottom: 10px; }
      .h-post .ct p {
        display: none; } }
@media all and (max-width: 375px) {
  #slider .caption .title {
    font-size: 32px; }
  #slider .caption p {
    font-size: 18px; }
  #slider .caption span {
    font-size: 20px; } }
@media all and (min-width: 992px) {
  header.fixed .logo img {
    max-height: 50px; }
  header.fixed .main-nav > ul > li > a {
    padding: 11px 0 19px 0; } }
@media all and (max-width: 991px) {
  header.fixed {
    position: fixed;
    background: white;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); }
    header.fixed:after {
      content: none;
      display: none; }
    header.fixed .logo img {
      max-height: 50px; }
    header.fixed .search {
      display: none; }
    header.fixed .nav-open {
      margin-top: -20px; } }

.btn-call{
    position: fixed;
    bottom: 100px;
    left: 40px;
    z-index: 9999;
}
.btn-call strong{
    background: #76B82C;
    display: inline-block;
    border-radius: 8px 0 0 8px;
    color: #fff;
    font-size: 20px;
    font-family: "OpenSans";
    position: absolute;
    right: 72px;
    top: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-right: 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    min-width: 160px;
    text-align: center;

    font-weight: normal;
}
.btn-call strong:after{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 10px solid #76B82C;
    border-bottom: 20px solid transparent;
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
}
.btn-call:hover strong{
    opacity: 1;
    pointer-events: all;
    margin-right: 0px;
}
.btn-call span{
    display: block;
    font-size: 42px;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50% !important;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #76B82C;
    position: relative;
}
.btn-call span i{
    animation-name: lac;
    -webkit-animation-name: lac;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.btn-call span:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: solid 1px rgba(118, 184, 44, 0.6);
    animation-name: zoomin;
    -webkit-animation-name: zoomin;

    animation-name: zoomin;
    -webkit-animation-name: zoomin;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.btn-call span:after{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: rgba(118, 184, 44, 0.6);
    z-index: -1;

    animation-name: zoomout;
    -webkit-animation-name: zoomout;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@keyframes lac {
    0% {transform: rotate(0deg);}
    10% {transform: rotate(-25deg);}
    20% {transform: rotate(25deg);}
    30% {transform: rotate(-25deg);}
    40% {transform: rotate(25deg);}
    50% {transform: rotate(0deg);}
    100% {transform: rotate(0deg);}
}
@-webkit-keyframes lac {
    0% {-webkit-transform: rotate(0deg);}
    10% {-webkit-transform: rotate(-25deg);}
    20% {-webkit-transform: rotate(25deg);}
    30% {-webkit-transform: rotate(-25deg);}
    40% {-webkit-transform: rotate(25deg);}
    50% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(0deg);}
}
@keyframes zoomin{
  0%{transform: scale(.8);opacity: 1;}
  100%{transform: scale(2.2);opacity: .1;}
}
@-webkit-keyframes zoomin{
  0%{-webkit-transform: scale(.8);opacity: 1;}
  100%{-webkit-transform: scale(2.2);opacity: .1;}
}
@keyframes zoomout{
  0%{transform: scale(0.8);opacity: 1;}
  100%{transform: scale(1.1);opacity: .3}
}
@-webkit-keyframes zoomout{
  0%{-webkit-transform: scale(0.8);opacity: 1;}
  100%{-webkit-transform: scale(1.1);opacity: .3;}
}

.h-testimonial .slick-arrow {
    display: none !important;
}

/* PHONE RING STYLE*/
.btn-call {
  position: fixed;
  bottom: 140px;
  left: 40px !important;
  z-index: 9999; }
@media all and (max-width: 480px) {
  .product .img {
    height: 200px; } }
.btn-call {
  position: fixed;
  bottom: 140px;
  left: 40px;
  z-index: 9999; }

.btn-call span {
  display: block;
  font-size: 28px;
  width: 54px;
  height: 54px;
  margin: auto;
  border-radius: 50%;
  line-height: 57px;
  text-align: center;
  color: #fff;
  background: #fbcb06;
  position: relative; }

.btn-call span i {
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.btn-call span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px rgb(251, 203, 6);
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.btn-call span:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(251, 203, 6, 0.8);
  z-index: -1;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

/* table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
} */

/* add by P */
.table-wrapper {
  overflow-x: auto; /* Enable horizontal scrolling on smaller screens */
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 8px;
  border: 1px solid #ddd;
}

img {
  max-width: 100%; /* Ensure image fits within its container */
  height: auto; /* Maintain aspect ratio while resizing */
}

/* Apply responsive styles */
@media (max-width: 767px) {
  table {
    display: block; /* Make the table a block element */
  }

  th, td {
    display: block; /* Display cells as block elements */
    width: 100%; /* Make cells occupy full width */
  }
  
  img {
    display: block; /* Display image as a block element */
    width: 100%; /* Make image occupy full width */
    height: auto; /* Reset height for automatic resizing */
  }
}

/* end */
@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: .1; } }
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
    opacity: .1; } }
@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .3; } }
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1.1);
    opacity: .3; } }
@media all and (max-width: 991px) {
  .btn-call {
    top: auto;
    bottom: 120px;
    left: 20px; }
    .btn-call span {
      width: 40px;
      height: 40px;
      font-size: 18px;
      line-height: 42px; } }

      .cate-box > ul > li span {
        position: absolute;
        right: 5px;
        font-size: 22px;
        cursor: pointer;
        top:0px;
      }
      .cate-box .sub-cate {
        padding-left: 15px;
        display: none;
      }
      .cate-box .sub-cate li {
        border-bottom: none;
        display: block;
        padding-top: 5px;
        margin-bottom: 5px;
      }
      .cate-box ul li a {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
      }



