@charset "UTF-8";

:root{
    --color-green:#00a79d;
    --color-yellow:#fcd734;
    --color-grey:#9b9a9a;
}



*, *::after, *::before {
  box-sizing: border-box;
}

html {
  /* font-size: 62.5%; */
}

body {
  font-size: 1rem;        
  font-family: 'Noto Sans Thai', sans-serif;
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
  color: #111433;
  background-color: #ffffff;

  /* background:url(../images/bg.png) no-repeat; */
  background-size: 100%;
  background-position: top center ;
}

@media (min-width: 1400px) {
    .container{
        max-width: 1220px;
    }
}

a {
  color: #00a79d;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}

input {
  /* font-family: sans-serif; */
  font-size: 1rem;
}

a:hover{
  color: black;
}
/* remove “X” from search input field */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
:focus-visible {
    outline: 0;
}
h1{  
    /* font-size: 2.5rem;
    font-size: 32px;
    line-height: 3rem;
    text-align: center;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #00a79d; */
}
h2{
    font-size: 2.5rem;
    font-size: 32px;
    line-height: 3rem;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00a79d;
    /* background: url(../images/favicon.png) no-repeat;
    background-position: left center;
    background-size: 30px;
    padding-left: 30px; */
}
h2:after{
  /* content:""; */
  position: absolute;
  width: 90%;
  height: 1px;
  right: 0;
  top:45%;
  background: #e4e4e4;
}
h2 small{
  font-size: 17px;
  font-weight: 600;
  color:#303030;
      
    background: var(--color-yellow);
    display: block;
    width: 250px;
    margin-bottom: 0;
    line-height: 30px;
    margin: 0 auto;
    padding-top: 3px;
    padding-bottom: 1px;
    border-radius: 1px;
}
.text-success {
    color: #00a79d !important;
}
.pl-0{
  padding-left:0 !important;
}
.pr-0{
  padding-right:0 !important;
}
.pb-0{
  padding-bottom:0 !important;
}
.pt-0{
  padding-top:0 !important;
}
.btn-outline-dark.focus, .btn-outline-dark:focus{
    box-shadow: none;
}
.breadcrumb{
  background: transparent;
  padding: .75rem 0 .75rem 0rem;
  margin: 1rem 0;
  line-height: 28px;
}
.breadcrumb li i{margin-right:5px;}
.color-yellow{
  color:var(--color-yellow) !important;
}
.form-select{
    color: #00a79d;
    border: 1px solid #00a79d4a;
    border: 1px solid #ffffff;
    padding: .775rem 2.25rem .775rem .75rem;
    border-radius: .5rem;
    font-weight: 600;
    height: 52px;
}
.dropdown-small{
    font-weight: 500;
    margin-bottom: 30px;
    margin-left: 15px;
}
.dropdown-menu{
    min-width: 100px;
    width: 150px;
    padding: 0;
    border: 1px solid #00a79d4a;

   font-weight: 500; 
}

.dropdown-small .dropdown-menu{
    min-width: 100px;
    width: 105px;
    padding: 0;
    border: 1px solid #00a79d4a;

   font-weight: 500; 
}
.dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    color: #212529;
    border: 0;
    max-width: 100px;
}
/* -------------------------------- 

Main Components 

-------------------------------- */
.blog-header-logo img{
  width: 175px;
  height:auto;
}
.menu-business{
  width: 68%;
  text-align: center;
}
.menu-type a, .menu-type p{
    color: #fff;

    padding: 0 10px;
    font-size: 18px;
    font-weight: 400;
}
.menu-type a:hover{
  color: var(--color-yellow);

}
.nav-scroller{
  position: relative;
}
.menu-pkt{
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
}

.menu-pkt-nav{
  position: relative;
}
.menu-pkt-nav  ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
  
.menu-pkt-nav  ul li {
  display:inline-block;
}
.menu-pkt-nav  ul li a{
  color:#fff;    
  padding: 12px 0;
}

/* Hide Dropdowns by Default */
.menu-pkt-nav  ul ul {
  display: none;
  position: absolute;
  top: 25px;
  width: 100%;
  
  padding: 10px 0 0 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
  
/* Display Dropdowns on Hover */
.menu-pkt-nav  ul li:hover > ul {
  display:block;
}
  
/* Fisrt Tier Dropdown */
.menu-pkt-nav  ul ul li {
  width:100%;
  float:none;
  display:list-item;
  position: relative;    
  text-align: left;
    padding-left: 10px;
  background-color: #ffffff;
}
.menu-pkt-nav  ul ul li a{
    padding: 5px 10px;
    display: block;
    height: 50px;
    line-height: 45px;
    font-weight: 400;
    color: #222;
    border-bottom: 1px solid #ebebeb;
}
.menu-pkt-nav  ul ul li:hover{
  box-shadow: inset 3px 0 0 #00A397;
}
.menu-pkt-nav  ul ul li a:hover{
  background: #fff;
  color: #00A397;
} 

header {
  /* height: 100px; */
  /* background: #ffffff; */
}
header.blog-header{
  padding: 39px 7px 35px;
}
.header-wrap{
  background-color: #00a79d;
  background: linear-gradient(to right,  #009380 0%,#00a79d 21%,#00a79d 74%,#009380 100%);
  background: linear-gradient(to right, #00a79d 0%,#0cbeb4 21%,#0cbeb4 74%,#00a79d 100%);
  padding: 5px 0;
}
.home .header-wrap{
  margin-bottom:20px;
}
.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 45px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0 20px 0 20px;
  line-height: 45px;
  /* background-color: #9b9a9a;
  background-color: #fcd734;
  background-color: #00a79d; */
  color: #ffffff;
  border-radius:1px;
  font-size: 18px;
  /* font-family: "IBM Plex Sans Thai Looped", sans-serif; */
  font-weight: 500;
}
.cd-dropdown-trigger i{
  margin-right: 5px;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #01887f;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  content: none;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-dropdown-trigger:hover{
    color: var(--color-yellow);
    text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1rem;
    font-size:18px;
  }
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #00a79d;
    /* box-shadow: 0 0 9px #009582; */
    color: var(--color-yellow);
  }
  
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
      background-color: #00a79d;
      box-shadow: 0 0 9px #009582;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h3,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h3,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h3,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h3,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: var(--color-grey);
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h3 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: var(--color-green);
  /* background-color: #111433; */
  /* border-bottom: 1px solid #242643; */
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: var(--color-green);
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
.cd-dropdown.dropdown-is-active img{
  width: 102px;
  height:25px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: calc(100% - -5px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h3, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #292929;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #ebebeb;
  border-style: solid;
}
.cd-dropdown-content .see-all a{
  font-weight: 700;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
  margin-bottom:15px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1rem;
  }
  
  .cd-dropdown-content a{
    font-weight: 600;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #222;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    border-color: #ebebeb;
    font-weight: 500;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
    color: #494a4a;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-weight: 600;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #292929;
  font-size: 1rem;
  /* display: none; */
  line-height: 10px;
  padding: 0 20px;
  text-transform: capitalize;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  filter: invert(37%) sepia(84%) saturate(1271%) hue-rotate(147deg) brightness(97%) contrast(104%);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-hotel::before {
  background-image: url("../images/menu/sub-menu/icon-hotel.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-restaurant::before {
  background-image: url("../images/menu/sub-menu/icon-restaurant.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-personal::before {
  background-image: url("../images/menu/sub-menu/icon-people.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-bakery::before {
  background-image: url("../images/menu/sub-menu/icon-bread.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-laundry::before {
  background-image: url("../images/menu/sub-menu/icon-laundry.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-school::before {
  background-image: url("../images/menu/sub-menu/icon-school.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-hospital::before {
  background-image: url("../images/menu/sub-menu/icon-hospital.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-cleaning-service::before {
  background-image: url("../images/menu/sub-menu/icon-clean-office.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-office::before {
  background-image: url("../images/menu/sub-menu/icon-work.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-goverment-office::before {
  background-image: url("../images/menu/sub-menu/icon-goverment.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-supermarket::before {
  background-image: url("../images/menu/sub-menu/icon-store.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  /* background-image: url("../images/menu/sub-menu/"); */
}


.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-about::before {
  background-image: url("../images/menu/sub-menu/icon-about.png");
  filter:none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-service::before {
  background-image: url("../images/menu/sub-menu/icon-service.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-partner::before {
  background-image: url("../images/menu/sub-menu/icon-client.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-news::before {
  background-image: url("../images/menu/sub-menu/icon-news.png");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-contact::before {
  background-image: url("../images/menu/sub-menu/icon-contact.png");
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
    margin-bottom:0;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #00a79d;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    min-height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    color: #fff;
    background: #00a79d;
    pointer-events: auto;
    border-radius: 30px;
    font-size:1rem;
    font-weight:600;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cd-dropdown-content .cd-dropdown-icons.cd-dropdown-pkt > li{
    width:100%;
  }
  .cd-dropdown-content .cd-dropdown-icons.cd-dropdown-pkt > .see-all {
        width: calc(100% - 60px);
    }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 190px;
    top: 267px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #00a79d;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
    font-weight: 500;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 150px;
    height: 227.5px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 30px;
    height: 30px;
    font-size: 1rem;
    padding-left: 0;
    color: #444444;

    padding-left:2px;
    font-weight: 400;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #00a79d;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #00a79d;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 93px;
    line-height: 1.2;
    padding: 20px 0 0 65px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ffc10729;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: var(--color-green);
    font-weight: 600;
    display: block;
    padding: 0 20px;
    line-height: 34px;
    height: 34px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 0.85rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
    left: 20px;

    filter: invert(37%) sepia(84%) saturate(1271%) hue-rotate(147deg) brightness(97%) contrast(104%);
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 3px 0 0 #00a79d;
    color: #00a79d;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #00a79d;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #00a79d;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search{
    border: 2px solid #00a79d;
    border-radius: 30px;
}
.cd-search input[type="search"] {
  width: 85%;
  height: 45px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ebebeb;
  background-color: #ffffff;
  color: #00a79d;
  border: none;
  border-radius: 30px 0 0 30px;
    font-weight: 500;
    font-family: "IBM Plex Sans Thai Looped", sans-serif;
}
.cd-search input::placeholder {
    color: #00a79d;
}
.top-right a{
    display: block;
    width: 40px;
    height: 40px;
    background: #00a79d;
    color: #fff;
    margin: 0 5px;
    border-radius: 30px;
    text-align: center;
    line-height: 42px;
    font-size: 23px;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #9b9a9a;
  color:#00a79d;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #9b9a9a;
  color:#00a79d;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #9b9a9a;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #9b9a9a;
}
.cd-search input[type="search"]:focus {
  /* background: #ffffff; */
  color: #00a79d;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
  color:#00a79d;
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
  color:#00a79d;
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search button {
    height: 45px;
    width: 15%;
    float: right;
    padding: 10px 10px;
    margin-top: 0;
    background: #ffffff;
    font-size: 23px;
    border: none;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
    color: #00a79d;
    text-align: right;
}
.cd-search button i{
  vertical-align: text-top;
}
.wrapper-filter{
    background: #b7dad6;
    padding: 30px 0;
    margin: 0 0 30px 0;
}
.searchbar{
    border: 1px solid #00a79d4a;
    border: 1px solid #ffffff;
    border-radius: 8px;
}
.searchbar input[type="search"], .searchbar button{
    height: 50px; 
}
.searchbar input[type="search"]{
  border-radius: 6px 0 0 6px;
} 
.searchbar button{
  border-radius: 0 6px 6px 0;
}
 .product_tags p{
  display: inline-block;
  font-weight: 600;
  color: #00a79d;
}
.product_tags ul{display:contents;}
.product_tags ul li {
  display: inline-block;
  margin: 0 3px 8px 0;
}
.product_tags ul li a {
  display: block;
  padding: 5px 10px;
  background: #b7dad6;
  font-weight: 600;
  border-radius: 8px;
}
.product_tags ul li:hover a{
  background: #00a79d;
  color: #fff;
}
.pkt-wishlist-wrapper .yith-add-to-wishlist-button-block{margin:0 auto !important;}

@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ffffff;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: var(--color-green);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

#top-banner{
    width:100%;
    height:250px;
    /* height:400px; */
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #96d2ca 0%, #29afa6 100%);
    overflow: hidden;
}
#top-banner img{
   margin-top:-70px;

    max-width: 1300px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.category-banner{
  position: relative;
}
.category-banner:before{
  content: "";
  width: 100%;
  height: 98%;
  top: 0;
  left: 0;
  /* background: rgb(0 0 0 / 10%); */
  position: absolute;
}
.page-link{
    border:0;
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
    vertical-align: sub;
    margin-left: 5px;
}



/* contact */
.block-contact-box{
    background-color: #90d0c8;
    /* background:linear-gradient(to bottom, #96d2ca 0%, #29afa6 100%); */

    border-radius: 6px;
    padding: 30px 0 20px 20px;
    margin-top: 35px;
    margin-bottom: 30px;
    text-align: left;
}
.block-contact-box.contact_2{
    background-color: #d3f8e2;
}
.block-contact-box.contact_3{
    background-color: #f6f5f5
}
.block-contact-box h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 32px;
    text-align: center;
}
.block-contact-box ul {
    padding-left: 0;
    margin-bottom: 0;
}
.block-contact-box ul li {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 32px;
}
.block-contact-box ul li strong{
  font-weight: 600;
}
.block-contact-box ul li strong i{
  margin-right: 5px;
}

/* footer */
.inner-footer{
  background-color: #323232;
  /* background-color: #676c69; */
  padding: 15px 0;

}
.block-benefit{
  /* background-color: #00a79d; */
  border-radius: 6px;
  padding: 10px 0;
  margin:0 1%;
  align-items: center;
}
.block-benefit .benefit-icon{
  text-align: center;
}
.block-benefit .benefit-icon img{
  filter:grayscale(100%) brightness(100);
  margin-top:3px;
  max-width:40px;
  width:40px;
  height:40px;
}
.block-benefit .benefit-detail{
}
.block-benefit .benefit-detail p{
  color:#fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.block-benefit .benefit-detail p.benefit-call a{
  font-size: 1.5rem;
  font-weight: 600;  
  color:#fff;
}

.block-benefit .benefit-detail p.benefit-call a:hover{
  color:#00a79d;
}

.footer-policy{
  background-color: #212121;
  padding: 10px 0;
}
.footer-policy p{
  color: #9b9c9b;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 9px;
  font-weight: 300;
  margin: 7px 0 0;
}
.footer-nav-menu{
  text-align: right;
}
.footer-nav-menu ul{
  margin:5px 0 0;
}
.footer-nav-menu li{
  display:inline-block;
  position: relative;
}
.footer-nav-menu li:after{
  content: "|";
  position: absolute;
  right: -5px;
  top: 0;
  color: #9b9c9b;
}
.footer-nav-menu li:last-child:after{
  content:none;
}
.footer-nav-menu a{
    color: #9b9c9b;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 9px;
    font-weight: 300;
}

.footer-nav-menu a:hover{
  color: #fff;
}


.footer-location{
    border-radius: 0;
    padding: 5px 25px 0px;
    text-align: left;
    color: #9b9c9b;
    /* background-color: #636363; */
    margin: 20px 0 30px;
}
.footer-location.second{
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}
.footer-location ul, .footer-location li{
  font-weight: 300;
  line-height: 26px;
}
.footer-location ul{
  padding-left: 20px;
}
.footer-location li{
  list-style-type: disc;
  padding-left:0;
}
.footer-location h5{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--color-green);
}
.footer-location strong{
  font-weight: 500;
}
.site-logo img{
    width: 175px;
    height: auto;
}
footer{
  padding: 50px 0;
  background-color: #4B504D;
  color:#fff;
}
footer .footer-logo{
  text-align: center;
  margin-top:40px;
}
footer .footer-logo img{
  width: 200px;
  height:auto;
  margin:0 auto;
}
footer .footer-social ul{
  margin: 20px auto 10px;
  text-align: center;
}
footer .footer-social li{
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
footer .footer-social a{
  display: block;
  width: 35px;
  height: 35px;
  background: var(--color-green);
  color: #ffffff8f;
  margin: 0 2px;
  border-radius: 13px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
}
footer .footer-social img{
    width: 40px;
    height: 34px;
    vertical-align: text-top;
}
footer .footer-nav-menu{
  text-align: center;
}
footer .footer-nav-menu ul{
  margin:20px 0 0;
}
footer .footer-nav-menu li{
  display:inline-block;
  position: relative;
}
footer .footer-nav-menu li:after{
  content: "|";
  position: absolute;
  right: -5px;
  top: 0;
  color: #9b9c9b;
}
footer .footer-nav-menu li:last-child:after{
  content:none;
}
footer .footer-nav-menu a{
    color: #9a9b9a;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 9px;
    font-weight: 500;
}



footer .menu-nav-bottom{
    /* border-left: 1px solid #fcd734; */
    padding-left: 20px;
     padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 30px;
}
footer .menu-nav-bottom li a{
  color: #9b9c9b;
  line-height: 24px;
}
footer .menu-nav-bottom li a strong{
  color: #fafafa;
  font-weight: 600;
}
footer .menubottomlast ul li {
  list-style-type: disc;
}
.top-right a{}


/* iPad */
@media screen and (max-width: 991px) {
    .container {
        /*background:green;*/
    }
    .menu-business{}
    .menu-type{display:none;}

    h2 small{width: 40%;}
    .searchbar{margin: 0 0 0 0;}
}

/* iPad Vertical */
@media screen and (max-width: 1180px) and (min-width: 767px) {
    .container {
        /*background:pink;*/
    }
    .text-center .menu-type{display:none;}
 
}


@media screen and (max-width: 768px) {
    .container {
        /*background:yellow;*/
    }
    header.blog-header {
      padding: 20px 10px 20px;
    }
    .text-center .menu-type{display:none;}
    .cd-dropdown-wrapper{
      position: absolute;
      right: 50px;
      top: 10px;
    }
    .cd-dropdown-trigger{
      color: #00a79d;
      color:var(--color-yellow);
      display: inline-block;
      line-height: 55px;

      position: absolute;
      top: -8px;
      right: -50px;
      padding: 0;
    }
    .cd-dropdown-trigger span{display: none;}
    .cd-dropdown-trigger i{
      font-size: 35px;
    }

    .searchbar{margin: 0 0 25px 0;}
    .blog-header-logo{
      margin-bottom: 0;
      display: inline-block;
    }
    .blog-header-logo img{
      width: 160px;
      height:auto;
    }
    .header-wrap {padding:15px 15px;}
    .menu-pkt{display:none;}
    .top-right a {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent;
      color: var(--color-grey);
      line-height: 18px;
      vertical-align: super;
      margin: 0 3px;
    }
    .cart-icon span{
      padding: 5px;
      width: 20px;
      height: 20px;
      font-size: 12px;
    }
    .cd-search input[type="search"]{width: 88%;}
    .cd-search button{width: 12%;}

    h2 small{width: 60%;}
    .wrap-partner img{
      width: 100%;
    }
    
    #top-banner{
        text-align: center;
        height: 150px;
    }
    #top-banner img {
        margin-top: 0;
    }


  .block-benefit .benefit-detail{
    display: none;
  }
  .footer-policy p ,.footer-nav-menu{
    text-align: center;
    line-height: 18px;
  }
  .footer-nav-menu a{font-size: 10px;}
  footer .footer-logo img {
    width: 200px;
  }
  footer .menubottomlast ul {text-align: center;}
  footer .menubottomlast ul li {
      list-style-type: disc;
      display: inline-block;
      margin:0 10px;
  }
}


@media (max-width: 576px) {
    .container, .container-sm {
        max-width: 640px;
    }
}