@charset "UTF-8";
html, body {
  background-color: #f6f7f2;
  color: #2e3a44;
  font-weight: normal;
  margin: 0;
  font-family: "CrimsonPro";
  font-weight: 200;
}

b {
  font-weight: bold;
}

.pos-rel {
  position: relative;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: #2e3a44;
}

.italic {
  font-style: italic;
}

*:focus, a:hover, a:focus, input.form-control:focus, input.form-control:hover, select.form-control:focus, select.form-control:hover, textarea.form-control:focus, textarea.form-control:hover, button:hover, button:focus, button.btn:hover, button.btn:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
  border-color: transparent;
}

.form-group {
  margin-bottom: 35px;
}
.form-group label.hide {
  position: absolute;
  z-index: -1;
}
.form-group.custom-form2 label {
  padding-left: 0;
}
.form-group.custom-form2 .css-select {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.form-group.custom-form2 .css-select select {
  width: 100%;
  -webkit-appearance: none;
  height: auto;
  padding: 7px 40px 7px 20px;
  border-radius: 20px;
  border: 1px solid white;
  font-size: 18px;
  font-weight: normal;
  color: #2e3a44;
}
.form-group.custom-form2 .css-select .img-arrow {
  line-height: 1;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.form-group.custom-form label {
  padding-left: 0;
  margin-bottom: 0;
}
.form-group.custom-form textarea.form-control {
  height: 150px;
}
.form-group.custom-form .form-control {
  font-size: 18px;
  padding: 8px 15px;
  height: 44px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.form-group.custom-form .form-control::placeholder {
  opacity: 0.5;
  font-style: italic;
}
.form-group.custom-form .form-control:-ms-input-placeholder {
  opacity: 0.5;
  font-style: italic;
}
.form-group.custom-form .form-control::-ms-input-placeholder {
  opacity: 0.5;
  font-style: italic;
}
.form-group.mb40 {
  margin-bottom: 40px;
}
.form-group ul.l-bibit {
  margin: 0;
  padding: 0;
}
.form-group ul.l-bibit li {
  display: inline-block;
  margin-right: 40px;
}
.form-group ul.l-bibit li:last-child {
  margin-right: 0;
}
.form-group ul.l-bibit li a {
  min-width: 200px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 10px;
}
.form-group ul.l-bibit li a .tbl .cell.img {
  width: 70px;
  padding-right: 10px;
}
.form-group ul.l-bibit li a .tbl .cell.img .pos-rel {
  width: 50px;
}
.form-group ul.l-bibit li a .tbl .cell .txt {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 20px;
}
.form-group ul.l-bibit li a .check {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form-group ul.l-bibit li a.active {
  background-color: #2e3a44;
}
.form-group ul.l-bibit li a.active .check {
  display: block;
}
.form-group ul.l-bibit li a.active .tbl .cell .txt {
  font-weight: bold;
  color: white;
}
.form-group ul.l-bibit li a:hover {
  background-color: #2e3a44;
}
.form-group ul.l-bibit li a:hover .tbl .cell .txt {
  color: white;
}
.form-group ul.guardian-bibit li a.active {
  background-color: #0daf8c;
}
.form-group ul.guardian-bibit li a:hover {
  background-color: #0daf8c;
  opacity: 0.7;
}
.form-group ul.guardian-bibit li a:hover .tbl .cell .txt {
  color: white;
}
.form-group label {
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.form-group label.hide {
  position: absolute;
  z-index: -1;
}
.form-group textarea.form-control {
  resize: none;
  height: 150px;
  border-radius: 20px;
  background-color: white;
  border: 0;
  padding: 10px 20px;
  font-size: 16px;
}
.form-group .input-group {
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.form-group .input-group .input-group-prepend {
  margin-right: 0;
}
.form-group .input-group .input-group-prepend .input-group-text {
  width: 200px;
  padding: 7px 20px;
  border: 1px solid #2e3a44;
  background-color: #2e3a44;
  border-radius: 20px;
  font-size: 16px;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.form-group .input-group .input-group-prepend .input-group-text-guardian {
  width: 200px;
  padding: 7px 20px;
  border: 1px solid #0daf8c;
  background-color: #0daf8c;
  border-radius: 20px;
  font-size: 16px;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.form-group .input-group .css-select {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.form-group .input-group .css-select select {
  width: 100%;
  -webkit-appearance: none;
  height: auto;
  padding: 7px 40px 7px 20px;
  border-radius: 20px;
  border: 1px solid white;
  font-size: 18px;
  font-weight: normal;
  color: #2e3a44;
}
.form-group .input-group .css-select .img-arrow {
  line-height: 1;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.form-group .input-group .form-control {
  height: auto;
  padding: 7px 20px;
  border-radius: 20px;
  border: 1px solid white;
  font-size: 18px;
  font-weight: normal;
  color: #2e3a44;
}
.form-group .input-group .form-control::placeholder {
  opacity: 0.5;
  font-style: italic;
}
.form-group .input-group .form-control:-ms-input-placeholder {
  opacity: 0.5;
  font-style: italic;
}
.form-group .input-group .form-control::-ms-input-placeholder {
  opacity: 0.5;
  font-style: italic;
}

.tbl {
  width: 100%;
  height: 100%;
  display: table;
}
.tbl .cell {
  display: table-cell;
  vertical-align: middle;
}
.tbl .cell.v-top {
  vertical-align: top;
}
.tbl .cell.v-bottom {
  vertical-align: bottom;
}

button.hvr-button {
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 200% auto;
  color: white;
  border-radius: 20px;
  border: 0;
  font-size: 16px;
  letter-spacing: 1.5px;
  background-image: linear-gradient(to right, #2e3a44 0%, #161f27 51%, #2e3a44 100%);
  vertical-align: middle;
  z-index: 1;
}
button.hvr-button:hover, button.hvr-button:focus {
  background-position: right center;
}
button.hvr-button.mauto {
  margin: 0 auto;
}
button.hvr-button.green {
  background-image: linear-gradient(to right, #698c50 0%, #4e6c38 51%, #698c50 100%);
}
button.hvr-button.grey {
  background-color: #f5f7f1;
  background-image: none;
  color: #2e3a44;
}
button.hvr-button.grey:hover {
  opacity: 0.7;
}
button.hvr-button.light-green {
  background-color: #0cb08e;
  background-image: none;
  color: #FFF;
}
button.hvr-button.light-green:hover {
  opacity: 0.7;
}
button.hvr-button.white {
  background-color: white;
  background-image: none;
  text-transform: none;
  color: #2e3a44;
  font-size: 17px;
  letter-spacing: 0;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
button.hvr-button.white:hover {
  background-color: #2e3a44;
  color: white;
}

a.block {
  display: block;
}

a.inline-block {
  display: inline-block;
}

.inline-block {
  display: inline-block;
}
.inline-block.v-middle {
  vertical-align: middle;
}

header {
  position: relative;
}
header .header {
  background: white;
  padding: 20px 0;
}
header .header .logo a {
  display: inline-block;
}
header .header .logo a img {
  height: 70px;
}
header .header ul.l-btn {
  margin: 0;
  padding: 0;
}
header .header ul.l-btn li {
  display: inline-block;
  margin-right: 25px;
}
header .header ul.l-btn li.cart {
  display: none;
}
header .header ul.l-btn li.cart.open {
  display: inline-block;
  margin-right: 0;
}
header .header ul.l-btn li.cart img {
  position: relative;
  top: -2px;
  margin-right: 3px;
}
header .header ul.l-btn li.no-cart:nth-child(2) {
  margin-right: 0;
}
header .header ul.l-btn li a {
  display: block;
}
header .main-menu {
  background-color: #f0f3ed;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
}
header .main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
header .main-menu ul li {
  float: left;
  list-style: none;
  position: relative;
  width: calc(100% / 4);
}
header .main-menu ul li a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #2e3a44;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header .main-menu ul li a.dropbtn {
  cursor: pointer;
}
header .main-menu ul li a:hover {
  background-color: #698c50;
  color: white;
}
header .main-menu ul li a.active {
  background-color: #e0e8d8;
}
header .main-menu ul li a.active:hover {
  background-color: #698c50;
}
header .main-menu ul li .dropdown-content {
  width: 100%;
  display: none;
  padding: 15px 20px;
  position: absolute;
  background-color: rgba(46, 58, 68, 0.8);
  z-index: 1;
  text-align: left;
}
header .main-menu ul li .dropdown-content .mb5 {
  margin-bottom: 10px;
}
header .main-menu ul li .dropdown-content a {
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  color: white;
  text-transform: none;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  left: 0;
}
header .main-menu ul li .dropdown-content a:hover {
  left: 5px;
  background-color: transparent;
  color: #dafbc3;
}
header .main-menu ul li.dropdown:hover .dropdown-content {
  display: block;
}
header .main-menu ul li.dropdown:hover .dropbtn {
  background-color: #698c50;
  color: white;
}

.main {
  max-width: 2560px;
  margin: 0 auto;
}
.main .detail .input-quantity {
  clear: both;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.main .detail .input-quantity input {
  border: 1px solid #2e3a44;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px 5px;
}
.main .detail .input-quantity input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
  background-image: linear-gradient(to right, #2e3a44 0%, #161f27 51%, #2e3a44 100%);
  border: 1px solid #2e3a44;
  min-width: 44px;
  width: auto;
  transition: all 300ms ease;
}
.main .detail .input-quantity input[type=button]:hover {
  opacity: 0.8;
}
.main .detail .input-quantity input::-webkit-outer-spin-button, .main .detail .input-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.main .detail .input-quantity input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.main .detail .input-quantity .button-minus, .main .detail .input-quantity .button-plus {
  font-weight: bold;
  height: 44px;
  padding: 0;
  width: 44px;
  position: relative;
  color: white;
  font-size: 24px;
}
.main .detail .input-quantity .button-plus {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.main .detail .input-quantity .button-minus {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.main .detail .input-quantity .quantity-field {
  border-left: 0;
  border-right: 0;
  position: relative;
  height: 44px;
  border: 1px solid transparent;
  text-align: center;
  width: 60px;
  color: #777777;
  font-size: 18px;
  display: inline-block;
  background-color: white;
  margin: 0;
  resize: vertical;
}
.main .detail .nm {
  font-size: 26px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main .detail .price {
  font-size: 18px;
  line-height: 20px;
  color: #65717c;
  margin-bottom: 20px;
}
.main .detail .price .line {
  display: inline-block;
  margin-right: 10px;
  text-decoration: line-through;
}
.main .detail .price .red {
  display: inline-block;
  color: #da0f0f;
}
.main .detail .bdy-detail {
  margin-bottom: 30px;
}
.main .detail .bdy-detail p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}
.main .detail .btn-cart .inline-cart {
  display: inline-block;
  vertical-align: middle;
}
.main .detail .btn-cart .inline-cart.mr30 {
  margin-right: 30px;
}
.main .detail .btn-cart .inline-cart a {
  display: block;
}
.main .guardian-tree-fixed {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 999;
}
.main .guardian-tree-fixed img {
  width: 600px;
}
.main .guardian-tree-fixed-1 {
  position: absolute;
  top: 373px;
  left: 0;
  z-index: 999;
}
.main .brown-color {
  background-color: #a94b3c;
  width: 30px;
  height: 3000px;
}
.main .guardian-tree-fixed-2 {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 999;
}
.main .guardian-tree-fixed-2 img {
  width: 600px;
}
.main .link-btn {
  margin-bottom: 20px;
}
.main .link-btn a {
  min-width: 300px;
  cursor: pointer;
  padding: 8px 20px;
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 20px;
  border: 0;
  font-size: 18px;
  background: #2e3a44;
  vertical-align: middle;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: relative;
  left: 0;
}
.main .link-btn a img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.main .link-btn a img.h50 {
  height: 30px;
  top: 0;
}
.main .link-btn a:hover {
  left: 5px;
  color: white;
}
.main ul.l-donation {
  margin: 0;
  padding: 0;
}
.main ul.l-donation li {
  display: inline-block;
  margin-right: 15px;
}
.main ul.l-donation li:last-child {
  margin-right: 0;
}
.main ul.l-donation li a {
  cursor: pointer;
  display: block;
  padding: 8px 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #2e3a44;
  border-radius: 20px;
  border: 0;
  font-size: 17px;
  background: white;
  vertical-align: middle;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.main ul.l-donation li a.active {
  color: white;
  font-weight: bold;
  background: #2e3a44;
}
.main ul.l-donation li a.active .correct {
  display: inline-block;
}
.main ul.l-donation li a.active .img1 {
  display: none;
}
.main ul.l-donation li a.active .img2 {
  display: inline-block;
}
.main ul.l-donation li a .correct {
  position: relative;
  top: -1px;
  margin-right: 7px;
  display: none;
}
.main ul.l-donation li a:hover {
  color: white;
  background-color: #2e3a44;
}
.main .box-currency {
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 20px;
  border: 0;
  font-size: 17px;
  background: #2e3a44;
  vertical-align: middle;
  z-index: 1;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.main .box-currency .correct {
  position: relative;
  top: -1px;
  margin-right: 7px;
}
.main .box-currency .correct img {
  width: 13px;
}
.main .cart ul.l-payment {
  margin: 0;
  padding: 0;
}
.main .cart ul.l-payment.mb20 {
  margin-bottom: 20px;
}
.main .cart ul.l-payment li {
  display: inline-block;
  margin-right: 15px;
}
.main .cart ul.l-payment li:last-child {
  margin-right: 0;
}
.main .cart ul.l-payment li a {
  cursor: pointer;
  display: block;
  padding: 8px 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #2e3a44;
  border-radius: 20px;
  border: 0;
  font-size: 17px;
  background: white;
  vertical-align: middle;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.main .cart ul.l-payment li a.active {
  color: white;
  font-weight: bold;
  background: #2e3a44;
}
.main .cart ul.l-payment li a.active .correct {
  display: inline-block;
}
.main .cart ul.l-payment li a.active .img1 {
  display: none;
}
.main .cart ul.l-payment li a.active .img2 {
  display: inline-block;
}
.main .cart ul.l-payment li a .correct {
  position: relative;
  top: -1px;
  margin-right: 7px;
  display: none;
}
.main .cart ul.l-payment li a .correct img {
  width: 13px;
}
.main .cart ul.l-payment li a .img2 {
  display: none;
}
.main .cart ul.l-payment li a:hover {
  color: white;
  background-color: #2e3a44;
}
.main .cart ul.l-payment li a:hover .img1 {
  display: none;
}
.main .cart ul.l-payment li a:hover .img2 {
  display: inline-block;
}
.main .cart ul.guardian-option li a.active {
  background: #0daf8c;
}
.main .cart ul.guardian-option li a:hover {
  opacity: 0.7;
  background-color: #0daf8c;
}
.main .cart .box-hide {
  display: none;
}
.main .cart .box-hide.active {
  display: block;
}
.main .cart .box-hide .txt {
  font-size: 15px;
  line-height: 24px;
}
.main .cart .cart20 {
  margin-bottom: 20px;
}
.main .cart .cart30 {
  margin-bottom: 30px;
}
.main .cart .title-cart {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
}
.main .cart .title-cart.mb7 {
  margin-bottom: 7px;
}
.main .cart .text-cart {
  font-size: 18px;
  line-height: 26px;
}
.main .cart .bdy-cart p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}
.main .cart ul.l-cart {
  margin: 0 0 40px;
  padding: 0;
}
.main .cart ul.l-cart li {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 15px;
  vertical-align: middle;
  line-height: 20px;
  color: #9fa6ab;
}
.main .cart ul.l-cart li.active {
  color: #2e3a44;
}
.main .cart ul.l-cart li:last-child {
  margin-right: 0;
}
.main .cart .link-cart {
  margin-bottom: 20px;
}
.main .cart .link-cart a {
  color: #2e3a44;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 1px solid #2e3a44;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .cart .link-cart a:hover {
  color: #698c50;
}
.main .cart .mb50 {
  margin-bottom: 50px;
}
.main .cart ul.l-link-cart {
  margin: 0;
  padding: 0;
  text-align: center;
}
.main .cart ul.l-link-cart li {
  margin-right: 35px;
  display: inline-block;
}
.main .cart ul.l-link-cart li:last-child {
  margin-right: 0;
}
.main .cart ul.l-link-cart li a {
  color: #2e3a44;
  font-size: 20px;
  line-height: 26px;
  border-bottom: 1px solid #2e3a44;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .cart ul.l-link-cart li a:hover {
  color: #698c50;
}
.main .cart .css-cart {
  margin: 40px 0;
}
.main .cart .css-cart .top-cart {
  background-color: #2e3a44;
  padding: 20px 25px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: white;
  font-size: 16px;
  line-height: 26px;
}
.main .cart .css-cart .top-cart .t {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.main .cart .css-cart .top-cart .mb5 {
  margin-bottom: 5px;
}
.main .cart .css-cart .top-cart .w150 {
  padding-right: 15px;
  width: 150px;
}
.main .cart .css-cart .bottom-cart {
  padding: 20px 25px;
  background: white;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.main .cart .css-cart .bottom-cart .bdr-cart {
  border-top: 1px dotted #eaebec;
  border-bottom: 1px dotted #eaebec;
  padding: 20px 0;
}
.main .cart .css-cart .bottom-cart .bdr-cart .table-cart {
  padding: 5px 0;
}
.main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body {
  padding: 0;
}
.main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .w300 {
  width: 300px;
  padding-right: 15px;
}
.main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .w220 {
  width: 220px;
  padding-right: 15px;
}
.main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .total {
  font-size: 17px;
  font-weight: bold;
}
.main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .total.big {
  font-size: 22px;
}
.main .cart .css-cart .bottom-cart .table-cart .body .w100 {
  width: 100px;
  padding-right: 15px;
}
.main .cart .css-cart .bottom-cart .table-cart .body .t-data {
  font-size: 16px;
  font-weight: bold;
}
.main .cart .css-cart .bottom-cart .table-cart .body .data p {
  margin-bottom: 0;
  font-size: 16px;
}
.main .cart .table-cart .hdr {
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.main .cart .table-cart .w210 {
  width: 210px;
  padding-right: 15px;
}
.main .cart .table-cart .w50 {
  width: 50px;
}
.main .cart .table-cart .txt-right {
  text-align: right;
}
.main .cart .table-cart .body {
  padding: 0 0 40px;
  font-size: 16px;
  line-height: 24px;
}
.main .cart .table-cart .body .show767 {
  display: none;
}
.main .cart .table-cart .body .nm {
  font-size: 18px;
  font-weight: bold;
}
.main .cart .table-cart .body .img {
  width: 85px;
  padding-right: 25px;
}
.main .cart .table-cart .body .img img {
  width: 100%;
}
.main .cart .table-cart .body .box-quantity {
  display: inline-block;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.main .cart .table-cart .body .input-quantity {
  clear: both;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.main .cart .table-cart .body .input-quantity input {
  border: 1px solid transparent;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px 5px;
}
.main .cart .table-cart .body .input-quantity input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
  background: white;
  border: 1px solid transparent;
  min-width: 40px;
  width: auto;
  transition: all 300ms ease;
}
.main .cart .table-cart .body .input-quantity input[type=button]:hover {
  opacity: 0.8;
}
.main .cart .table-cart .body .input-quantity input::-webkit-outer-spin-button, .main .cart .table-cart .body .input-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.main .cart .table-cart .body .input-quantity input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.main .cart .table-cart .body .input-quantity .button-minus, .main .cart .table-cart .body .input-quantity .button-plus {
  font-weight: bold;
  height: 35px;
  padding: 0;
  width: 40px;
  position: relative;
  color: #2e3a44;
  font-size: 24px;
}
.main .cart .table-cart .body .input-quantity .button-plus {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.main .cart .table-cart .body .input-quantity .button-minus {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.main .cart .table-cart .body .input-quantity .quantity-field {
  border-left: 0;
  border-right: 0;
  position: relative;
  height: 35px;
  border: 1px solid transparent;
  text-align: center;
  width: 40px;
  color: #65717c;
  font-size: 16px;
  display: inline-block;
  background-color: white;
  margin: 0;
  resize: vertical;
}
.main .cart .table-cart .body .delete-cart {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  padding: 2px 10px;
  border-radius: 7px;
  background: white;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.main .cart .table-cart .body .delete-cart:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main .cart .table-cart .body .delete-cart img {
  position: relative;
  top: -1px;
}
.main .cart .box-cart .in-cart {
  background: white;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 10px 20px;
}
.main .cart .box-cart .in-cart.radius {
  border-radius: 8px;
}
.main .cart .box-cart .in-cart .t-cart {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 26px;
}
.main .cart .box-cart .in-cart .bdr-bottom {
  border-bottom: 1px solid #b2b8bd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.main .cart .box-cart .in-cart .mb10 {
  margin-bottom: 7px;
}
.main .cart .box-cart .in-cart .tbl-detail {
  color: #65717c;
  font-size: 16px;
  line-height: 20px;
}
.main .cart .box-cart .in-cart .tbl-detail.big {
  font-weight: bold;
  font-size: 18px;
  color: black;
}
.main .cart .box-cart .in-cart .tbl-detail .nm {
  color: black;
  font-weight: bold;
}
.main .cart .box-cart .in-cart .tbl-detail .right {
  width: 130px;
  padding-left: 20px;
  text-align: right;
}
.main .cart .box-cart .in-cart .box-discount {
  display: none;
}
.main .cart .box-cart .in-cart .box-discount.btn-remove {
  border-radius: 15px;
  background-color: #f1f2ed;
  font-size: 14px;
  color: #727d86;
  text-transform: uppercase;
  padding: 3px 15px;
}
.main .cart .box-cart .in-cart .box-discount.btn-remove img {
  cursor: pointer;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.main .cart .box-cart .in-cart .box-discount.active {
  display: block;
}
.main .cart .box-cart .in-cart .box-discount.active.btn-remove {
  display: inline-block;
}
.main .cart .box-cart .input-group .getDiscount {
  border-radius: 0;
  padding: 7px 20px;
  height: auto;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
}
.main .cart .box-cart .input-group .getDiscount::placeholder {
  opacity: 0.5;
  font-style: italic;
}
.main .cart .box-cart .input-group .getDiscount:-ms-input-placeholder {
  opacity: 0.5;
  font-style: italic;
}
.main .cart .box-cart .input-group .getDiscount::-ms-input-placeholder {
  opacity: 0.5;
  font-style: italic;
}
.main .cart .box-cart .input-group .input-group-append .hvr-button {
  border-radius: 0;
  height: auto;
  border-bottom-right-radius: 8px;
  padding: 8px 15px;
}
.main .slider-product {
  margin-bottom: 30px;
}
.main .slider-product .item .img img {
  width: 100%;
  border-radius: 7px;
}
.main .nav-product .slick-prev:before {
  color: #2e3a44;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
.main .nav-product .slick-next:before {
  color: #2e3a44;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
.main .nav-product .item {
  cursor: pointer;
  margin: 0 10px;
}
.main .nav-product .item.slick-current .img {
  border-color: #2e3a44;
}
.main .nav-product .item .img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid transparent;
  border-radius: 7px;
}
.main .nav-product .item .img img {
  width: 100%;
  border-radius: 7px;
}
.main .item-product {
  margin-bottom: 50px;
}
.main .item-product a {
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  bottom: 0;
}
.main .item-product a .img {
  position: relative;
}
.main .item-product a .img img {
  width: 100%;
}
.main .item-product a .img .abs-cart {
  border-radius: 5px;
  padding: 3px 8px;
  background-color: white;
  position: absolute;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  bottom: 10px;
  right: 10px;
}
.main .item-product a .img .abs-cart.sold {
  color: #da0f0f;
  font-size: 14px;
  text-transform: uppercase;
}
.main .item-product a:hover {
  bottom: 5px;
  opacity: 0.7;
}
.main .item-product a .pad {
  padding: 15px;
  background-color: white;
}
.main .item-product a .pad .nm {
  color: #2e3a44;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.main .item-product a .pad .price {
  font-size: 14px;
  line-height: 20px;
  color: #65717c;
}
.main .item-product a .pad .price .line {
  display: inline-block;
  margin-right: 10px;
  text-decoration: line-through;
}
.main .item-product a .pad .price .red {
  display: inline-block;
  color: #da0f0f;
}
.main .img-project {
  position: relative;
  margin-bottom: 40px;
}
.main .img-project img {
  width: 100%;
}
.main .img-project .abs-project {
  padding: 20px;
  background-color: rgba(46, 58, 68, 0.7);
  font-weight: bold;
  color: white;
  font-size: 25px;
  position: absolute;
  left: 0;
  width: auto;
  display: inline-block;
  bottom: 0;
  line-height: 30px;
}
.main .img-full img {
  width: 100%;
}
.main .map iframe {
  height: 450px;
  width: 100%;
}
.main .link-bibit a {
  display: inline-block;
  color: #dafbc3;
  font-size: 17px;
  border-bottom: 1px solid #dafbc3;
  font-style: italic;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .link-bibit a:hover {
  color: #698c50;
}
.main .link-guardian-tree a {
  color: #0b7567;
  font-size: 20px;
  border-bottom: 1px solid #0b7567;
  font-style: italic;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .link-guardian-tree a:hover {
  opacity: 0.7;
}
.main .item-kategori .row {
  margin-bottom: 40px;
}
.main .item-kategori .img {
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
}
.main .item-kategori .img img {
  width: 100%;
}
.main .item-kategori .h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
}
.main .item-kategori .bdy p {
  font-size: 17px;
  line-height: 30px;
  color: #65717c;
  margin-bottom: 0;
}
.main .item-contact {
  margin-bottom: 40px;
}
.main .item-contact.bergabung .t-contact {
  color: #2e3a44;
}
.main .item-contact.bergabung .txt p {
  color: #2e3a44;
}
.main .item-contact .t-contact {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}
.main .item-contact .t-contact.green {
  color: #dafbc3;
}
.main .item-contact .txt.mb30 {
  margin-bottom: 30px;
}
.main .item-contact .txt.green p {
  color: #dafbc3;
}
.main .item-contact .txt p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
  color: white;
}
.main .item-contact .l-contact.green a {
  color: #dafbc3;
}
.main .item-contact .l-contact a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 25px;
  color: white;
}
.main .item-contact .l-contact a:hover {
  color: #698c50;
}
.main .item-program {
  margin-bottom: 40px;
}
.main .item-program .percent {
  display: inline-block;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  color: #dafbc3;
  margin-bottom: 5px;
}
.main .item-program .txt {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
}
.main .txt-small {
  margin-top: 30px;
  font-size: 17px;
  line-height: 26px;
  color: white;
  opacity: 0.7;
  text-align: center;
}
.main .href {
  margin-top: 20px;
}
.main .href a {
  display: inline-block;
  color: #dafbc3;
  font-size: 18px;
  line-height: 26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .href a:hover {
  color: #698c50;
}
.main .item.white .h1 {
  color: white;
}
.main .item.white .text {
  color: white;
}
.main .item.white .read a {
  color: #dafbc3;
  border-bottom: 0;
  font-size: 18px;
}
.main .item.white .h2 {
  margin: 30px 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.main .item .mb80 {
  margin-bottom: 80px;
}
.main .item .img img {
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
}
.main .item .h1 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}
.main .item .text {
  margin-bottom: 15px;
}
.main .item .text p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}
.main .item .read a {
  display: inline-block;
  font-size: 16px;
  color: #2e3a44;
  line-height: 26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #2e3a44;
}
.main .item .read a:hover {
  color: #698c50;
  border-color: #698c50;
}
.main .item-global {
  overflow: hidden !important;
}
.main .item-global.blog .left .by {
  font-size: 20px;
  line-height: 26px;
  color: white;
  margin-bottom: 3px;
  font-weight: bold;
}
.main .item-global.blog .left .date {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 26px;
  color: white;
  opacity: 0.7;
}
.main .item-global.blog .left .category {
  font-size: 16px;
  line-height: 26px;
  color: white;
  opacity: 0.7;
}
.main .item-global.blog .left .category a {
  display: inline-block;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .item-global.blog .left .category a:hover {
  color: #dafbc3;
}
.main .item-global.blog .left .pad80 {
  padding: 60px 0;
}
.main .item-global.blog .right .pad80 {
  padding: 60px 0;
}
.main .item-global .left {
  background: #2e3a44;
}
.main .item-global .left:before {
  width: 100%;
  height: 100%;
  left: -100%;
  content: "";
  background-color: #2e3a44;
  position: absolute;
}
.main .item-global .left ul.l-about {
  margin: 0;
  padding: 0;
}
.main .item-global .left ul.l-about li {
  display: block;
  margin-bottom: 10px;
}
.main .item-global .left ul.l-about li:last-child {
  margin-bottom: 0;
}
.main .item-global .left ul.l-about li a {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
}
.main .item-global .left ul.l-about li a.active {
  color: #dafbc3;
  font-weight: bold;
  font-style: italic;
}
.main .item-global .left ul.l-about li a:hover {
  color: #dafbc3;
}
.main .item-global .right .box-publikasi {
  margin-bottom: 35px;
}
.main .item-global .right .box-publikasi .w200 {
  width: 200px;
  padding-left: 15px;
  text-align: right;
}
.main .item-global .right .box-publikasi .w200 .hvr-button {
  font-size: 14px;
}
.main .item-global .right .box-publikasi .nm-publikasi {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2e3a44;
  line-height: 25px;
}
.main .item-global .right .box-publikasi .bdy-publikasi p {
  margin-bottom: 0;
  color: #65717c;
  font-size: 16px;
  line-height: 26px;
}
.main .item-global .right .img {
  margin-bottom: 20px;
}
.main .item-global .right .img img {
  width: 100%;
  border-radius: 8px;
}
.main .item-global .right .txt {
  font-style: italic;
  font-size: 16px;
  color: #65717c;
  line-height: 24px;
  margin-bottom: 20px;
}
.main .item-global .right .item-tim {
  margin: 10px 0 20px;
}
.main .item-global .right .item-tim .img {
  margin-bottom: 10px;
}
.main .item-global .right .item-tim .img.small img {
  width: auto;
  height: 100px;
}
.main .item-global .right .item-tim .img img {
  width: 100%;
  border-radius: 8px;
}
.main .item-global .right .item-tim .nm {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 24px;
}
.main .item-global .right .item-tim .jab {
  font-size: 16px;
  color: #65717c;
  line-height: 20px;
}
.main .item-liputan {
  text-align: center;
  margin: 0 0 40px;
}
.main .item-liputan img {
  max-width: 100%;
  margin: 0 auto;
}
.main .slider-banner {
  margin-bottom: 0;
}
.main .slider-banner .slick-prev {
  left: 10px;
  width: 18px;
  height: 30px;
  z-index: 10;
}
.main .slider-banner .slick-prev:before {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
}
.main .slider-banner .slick-next {
  right: 10px;
  width: 18px;
  height: 30px;
}
.main .slider-banner .slick-next:before {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
}
.main .slider-banner .slick-dots {
  bottom: 20px;
}
.main .slider-banner .slick-dots li {
  margin: 0 7px;
  width: 14px;
  height: 14px;
}
.main .slider-banner .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  border: 1px solid white;
  background: #2e3a44;
}
.main .slider-banner .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid transparent;
  background: white;
  border-radius: 50px;
}
.main .slider-banner .slick-dots li button:before {
  display: none;
}
.main .banner {
  position: relative;
  background-size: cover !important;
  width: 100%;
  height: 550px;
}
.main .banner .abs-banner {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
}
.main .banner .abs-banner .in-banner {
  display: inline-block;
  padding: 30px 100px 30px 50px;
  background-color: rgba(46, 58, 68, 0.7);
}
.main .banner .abs-banner .in-banner .t2 {
  font-size: 50px;
  line-height: 40px;
  color: white;
  margin-bottom: 15px;
  font-weight: bold;
}
.main .banner .abs-banner .in-banner .txt {
  margin-bottom: 20px;
  width: 300px;
  font-size: 22px;
  line-height: 30px;
  color: white;
}
.main .banner.big {
  height: 650px;
}
.main .banner.small {
  height: 400px;
}
.main .banner .box-title {
  position: relative;
  display: block;
  font-weight: bold;
  color: white;
  font-size: 33px;
  padding: 15px 20px;
  text-align: center;
  line-height: 45px;
  background-color: rgba(46, 58, 68, 0.7);
}
.main .banner .box-title:before {
  height: 100%;
  width: 15px;
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  background-color: rgba(46, 58, 68, 0.7);
}
.main .banner .box-title:after {
  height: 100%;
  width: 15px;
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  background-color: rgba(46, 58, 68, 0.7);
}
.main .banner .t {
  font-weight: bold;
  color: white;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
}
.main .pad80 {
  padding: 80px 0;
}
.main .pad80.pt120 {
  padding-top: 120px;
}
.main .pad80.min800 {
  min-height: 800px;
}
.main .pad80.black {
  background-color: #2e3a44;
}
.main .pad80.black .title {
  color: white;
}
.main .pad80.black .bdy p {
  color: white;
}
.main .pad80.black .bdy h1 {
  color: white;
}
.main .pad80.guardian-tree {
  background-size: cover !important;
  width: 100%;
  position: relative;
  height: 100%;
}
.main .pad80.guardian-tree-2 {
  background-color: #b4e5f4;
  padding-bottom: 0px;
  position: relative;
}
.main .pad80.background-guardian {
  background-size: cover !important;
  width: 100%;
  position: relative;
  height: 620px;
}
.main .pad80.background-guardian-2 {
  background-size: cover !important;
  position: relative;
  height: 100%;
  padding-bottom: 0;
}
.main .item-entri {
  margin: 10px 0 30px;
}
.main .item-entri a {
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: block;
}
.main .item-entri a:hover .box .nm {
  color: #698c50;
}
.main .item-entri a:hover .img {
  opacity: 0.7;
}
.main .item-entri a .img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .item-entri a .img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
  height: 180px;
  width: 100%;
}
.main .item-entri a .box {
  background-color: white;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px;
}
.main .item-entri a .box .date {
  text-transform: uppercase;
  font-size: 13px;
  color: #797f83;
  line-height: 15px;
  margin-bottom: 10px;
}
.main .item-entri a .box .nm {
  font-weight: bold;
  color: #2e3a44;
  margin-bottom: 5px;
  font-size: 17px;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .item-entri a .box .txt p {
  margin-bottom: 0;
  color: #797f83;
  height: 65px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
}
.main .click-adopter {
  cursor: pointer;
  color: #2e3a44;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  border-bottom: 1px solid #2e3a44;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .click-adopter:hover {
  color: #698c50;
}
.main .box-all {
  display: none;
}
.main .view-all {
  margin-bottom: 50px;
  text-align: center;
}
.main .view-all.text-left {
  text-align: left;
}
.main .view-all a {
  cursor: pointer;
  color: #2e3a44;
  font-size: 20px;
  line-height: 26px;
  border-bottom: 1px solid #2e3a44;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .view-all a:hover {
  color: #698c50;
}
.main .adopsi .img {
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin-bottom: 30px;
}
.main .adopsi .img img {
  border-radius: 7px;
  width: 100%;
}
.main .item-blog {
  margin-bottom: 30px;
}
.main .item-blog.gallery a {
  cursor: pointer;
  position: relative;
  border-radius: 7px;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
}
.main .item-blog.gallery a .img {
  border-radius: 7px;
  height: 250px;
}
.main .item-blog.gallery a .abs-play {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.main .item-blog a {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  position: relative;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .item-blog a:hover {
  bottom: 5px;
}
.main .item-blog a .abs-view {
  position: absolute;
  top: 20px;
  right: 30px;
  text-transform: uppercase;
  color: white;
  z-index: 20;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
}
.main .item-blog a .abs-txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 20;
}
.main .item-blog a .abs-txt .loc {
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 7px;
}
.main .item-blog a .abs-txt .nm {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 22px;
  line-height: 26px;
  color: #dafbc3;
}
.main .item-blog a .abs-txt ul.l {
  margin: 0;
  padding: 0;
}
.main .item-blog a .abs-txt ul.l li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  line-height: 18px;
}
.main .item-blog a .abs-txt ul.l li:last-child {
  margin-right: 0;
}
.main .item-blog a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 20px;
  background-color: rgba(46, 58, 68, 0.4);
}
.main .item-blog a .img {
  background-size: cover !important;
  width: 100%;
  border-radius: 20px;
}
.main .item-blog a .img.h600 {
  height: 600px;
}
.main .item-blog a .img.h330 {
  height: 330px;
}
.main .item-blog a .img.h240 {
  height: 240px;
}
.main .item-blog a .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.main .item-blog a .shadow img {
  border-radius: 20px;
  width: 100%;
}
.main .item-blog a .shadow img.show-xs {
  display: none;
}
.main ul.l-soc-contact {
  margin: 20px 0 0 0;
  padding: 0;
}
.main ul.l-soc-contact li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
.main ul.l-soc-contact li:last-child {
  margin-right: 0;
}
.main ul.l-soc-contact li a {
  color: #2e3a44;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 25px;
  line-height: 1;
}
.main ul.l-soc-contact li a:hover {
  color: #698c50;
}
.main .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 25px;
}
.main .title.mb40 {
  margin-bottom: 40px;
}
.main .title.mb20 {
  margin-bottom: 20px;
}
.main .title.mb10 {
  margin-bottom: 10px;
}
.main .t-italic {
  font-style: italic;
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 50px;
  line-height: 24px;
}
.main ul.l-status {
  margin: 0;
  padding: 0;
  text-align: right;
}
.main ul.l-status li {
  display: inline-block;
  margin-right: 15px;
  font-size: 17px;
}
.main ul.l-status li .form-group {
  position: relative;
  margin-bottom: 0;
}
.main ul.l-status li .form-group input {
  padding-right: 40px;
}
.main ul.l-status li .form-group .btn-search {
  border: 0;
  padding: 0;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main ul.l-status li:last-child {
  margin-right: 0;
}
.main .table-bibit {
  margin-top: 25px;
}
.main .table-bibit .box-hdr {
  display: none;
}
.main .table-bibit .bg-bibit {
  background-color: white;
  padding: 10px 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.main .table-bibit .bg-bibit .empty {
  padding: 40px 0;
  text-align: center;
  font-size: 20px;
  opacity: 0.7;
  font-style: italic;
}
.main .table-bibit .tbl.hdr {
  padding: 18px 0;
  background-color: #2e3a44;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.main .table-bibit .tbl.bdy {
  border-bottom: 1px solid rgba(46, 58, 68, 0.1);
  background-color: white;
  padding: 10px 0;
  font-size: 16px;
  line-height: 23px;
}
.main .table-bibit .tbl.bdy.last {
  border-bottom: 0;
}
.main .table-bibit .tbl .cell {
  padding: 0 15px;
}
.main .table-bibit .tbl .cell.wno {
  width: 60px;
}
.main .table-bibit .tbl .cell.wna {
  width: 180px;
}
.main .table-bibit .tbl .cell.wta {
  width: 180px;
}
.main .table-bibit .tbl .cell.wjbp {
  width: 200px;
}
.main .table-bibit .tbl .cell.wsbp {
  width: 200px;
}
.main .table-bibit .tbl .cell .show-xs {
  display: none;
}
.main .table-bibit .pag {
  margin-top: 30px;
  text-align: right;
}
.main .table-bibit .pag ul {
  margin: 0;
  padding: 0;
}
.main .table-bibit .pag ul li {
  display: inline-block;
  margin-right: 10px;
}
.main .table-bibit .pag ul li:last-child {
  margin-right: 0;
  margin-left: 15px;
}
.main .table-bibit .pag ul li:last-child a {
  font-weight: bold;
  border-bottom: 1px solid #2e3a44;
}
.main .table-bibit .pag ul li a {
  font-size: 20px;
  color: #2e3a44;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .table-bibit .pag ul li a.active {
  font-weight: bold;
}
.main .table-bibit .pag ul li a:hover {
  opacity: 0.7;
}
.main .item-check {
  margin-bottom: 40px;
}
.main .item-check .img-check {
  margin-bottom: 10px;
}
.main .item-check .txt-check {
  color: #dafbc3;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.main .item-check .bdy-check h1 {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #dafbc3;
}
.main .item-check .bdy-check p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
  color: white;
}
.main .item-check .bdy-check p.mb20 {
  margin-bottom: 20px;
}
.main .item-bibit {
  position: relative;
  margin-bottom: 35px;
}
.main .item-bibit .txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  padding-right: 10px;
}
.main .item-bibit .num {
  position: absolute;
  top: -20px;
  left: -15px;
  font-size: 50px;
  opacity: 0.2;
  line-height: 1;
  font-weight: bold;
}
.main .item-guardian-tree {
  position: relative;
  margin-bottom: 35px;
}
.main .item-guardian-tree .txt {
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
  padding-right: 10px;
}
.main .item-guardian-tree .num img {
  width: 200px;
  text-align: center;
}
.main .txt-small2 .star {
  font-size: 20px;
  font-weight: bold;
}
.main .txt-small2 p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
.main .txt-small2 p.mb20 {
  margin-bottom: 20px;
}
.main .box-adopter {
  display: none;
}
.main .box-adopter .in-adopter {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  background-color: white;
  font-size: 15px;
  color: #727d86;
  padding: 3px 15px;
}
.main .box-adopter .in-adopter span {
  position: relative;
  top: -1.5px;
  margin-right: 5px;
}
.main .box-adopter .in-adopter .remove-adopter img {
  cursor: pointer;
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main .box-adopter .in-adopter .remove-adopter img:hover {
  opacity: 0.7;
}
.main .bdy .bdr {
  color: #2e3a44;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #2e3a44;
}
.main .bdy .bdr:hover {
  opacity: 0.7;
}
.main .bdy.fz14 {
  margin-bottom: 15px;
}
.main .bdy.fz14 p {
  line-height: 24px;
  font-size: 16px;
}
.main .bdy.mb40 {
  margin-bottom: 40px;
}
.main .bdy.mb30 {
  margin-bottom: 30px;
}
.main .bdy.mb20 {
  margin-bottom: 20px;
}
.main .bdy img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.main .bdy p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}
.main .bdy p.bold {
  font-weight: bold;
}
.main .bdy p.mb25 {
  margin-bottom: 25px;
}
.main .bdy h1 {
  font-weight: bold;
  margin: 0;
  font-size: 24px;
  line-height: 35px;
}
.main .bdy h1.mb15 {
  margin-bottom: 15px;
}
.main .t-adopsi {
  margin-top: 50px;
  text-align: center;
}
.main .t-adopsi a {
  display: inline-block;
}
.main .image-left-guardian p {
  margin-top: 30px;
}
.main .image-left-guardian img {
  float: left;
  width: 420px;
  margin-right: 20px;
}
.main .mb50 {
  margin-bottom: 50px;
}
.main .box-project {
  margin-top: 15px;
  padding: 20px;
  background-color: rgba(46, 58, 68, 0.7);
}
.main .box-project .mb10 {
  margin-bottom: 10px;
}
.main .box-project .t {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #dafbc3;
}
.main .box-project .b {
  font-size: 15px;
  line-height: 20px;
  color: white;
}
.main .title2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  margin: 30px 0 10px;
}
.main .title3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.main .title3.mb20 {
  margin-bottom: 20px;
}
.main .title4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
}
.main .title4.mb30 {
  margin-bottom: 30px;
}
.main .title4.title-guardian {
  color: #588088;
}
.main .bdy2 {
  margin-bottom: 20px;
}
.main .bdy2 p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

footer .footer-top {
  background-color: #698c50;
  padding: 50px 0 70px;
  color: white;
}
footer .footer-top ul.l-btn {
  margin: 20px 0 0;
  padding: 0;
}
footer .footer-top ul.l-btn li {
  display: inline-block;
  margin-right: 25px;
}
footer .footer-top ul.l-btn li:last-child {
  margin-right: 0;
}
footer .footer-top ul.l-btn li a {
  display: block;
}
footer .footer-top .t {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}
footer .footer-top .bdy p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
footer .footer-top ul.l {
  margin: 20px 0 35px;
  padding: 0;
}
footer .footer-top ul.l li {
  display: inline-block;
  margin-right: 25px;
}
footer .footer-top ul.l li:last-child {
  margin-right: 0;
}
footer .footer-top ul.l li .img img {
  height: 60px;
}
footer .footer-bottom {
  background-color: #ffffff;
  position: relative;
  top: -20px;
  padding: 50px 0 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
footer .footer-bottom .t {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
}
footer .footer-bottom .t a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-bottom .t a:hover {
  color: #698c50;
}
footer .footer-bottom .t2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
footer .footer-bottom .bdy p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
footer .footer-bottom .mb30 {
  margin-bottom: 30px;
}
footer .footer-bottom .input-group {
  border-radius: 20px;
  background-color: #f6f7f2;
}
footer .footer-bottom .input-group input {
  border: 1px solid transparent;
  background-color: #f6f7f2;
  padding: 9px 12px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
}
footer .footer-bottom .input-group input::placeholder {
  opacity: 0.5;
}
footer .footer-bottom .input-group input:-ms-input-placeholder {
  opacity: 0.5;
}
footer .footer-bottom .input-group input::-ms-input-placeholder {
  opacity: 0.5;
}
footer .footer-bottom .input-group .input-group-append .input-group-text {
  margin: 0;
  cursor: pointer;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 200% auto;
  color: white;
  border-radius: 20px;
  border: 0;
  font-size: 14px;
  letter-spacing: 1px;
  background-image: linear-gradient(to right, #2e3a44 0%, #161f27 51%, #2e3a44 100%);
  vertical-align: middle;
  z-index: 1;
  height: 40px;
}
footer .footer-bottom .input-group .input-group-append .input-group-text:hover, footer .footer-bottom .input-group .input-group-append .input-group-text:focus {
  background-position: right center;
}
footer .footer-bottom .link a {
  color: #2e3a44;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 24px;
}
footer .footer-bottom .link a:hover {
  color: #698c50;
}
footer .footer-bottom .mr25 {
  margin-right: 25px;
}
footer .footer-bottom ul.l {
  margin: 0;
  padding: 0;
}
footer .footer-bottom ul.l li {
  display: block;
}
footer .footer-bottom ul.l li a {
  color: #2e3a44;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 24px;
}
footer .footer-bottom ul.l li a:hover {
  color: #698c50;
}
footer .footer-bottom .cp {
  font-size: 16px;
  line-height: 24px;
}
footer .footer-bottom .cp .bold {
  font-weight: bold;
}
footer .footer-bottom .cp a {
  color: #2e3a44;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 24px;
}
footer .footer-bottom .cp a:hover {
  color: #698c50;
}
footer .footer-bottom ul.l-soc {
  margin: 0;
  padding: 0;
}
footer .footer-bottom ul.l-soc li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
footer .footer-bottom ul.l-soc li:last-child {
  margin-right: 0;
}
footer .footer-bottom ul.l-soc li a {
  color: #698c50;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  line-height: 1;
}
footer .footer-bottom ul.l-soc li a:hover {
  color: #2e3a44;
}

.modal {
  text-align: center;
  -webkit-overflow-scrolling: auto;
  padding: 0 !important;
  background-color: transparent;
}
.modal .t-pop {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin: 15px 0 5px;
}
.modal.all-code .modal-content {
  padding: 0;
}
.modal.all-code .pad {
  padding: 20px;
}
.modal.all-code .top {
  background-color: #2e3a44;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 20px;
}
.modal.all-code .bdy-pop p {
  line-height: 30px;
}
.modal.all-code .img-pop {
  text-align: center;
  margin-bottom: 20px;
}
.modal.all-code .img-pop img {
  width: 220px;
}
.modal.all-code .txt-close {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal.all-code .txt-close:hover {
  color: #698c50;
}
.modal#video-modal .modal-content {
  padding: 0;
}
.modal#video-modal .modal-dialog {
  width: 900px;
  max-width: 900px;
}
.modal#video-modal .video {
  line-height: 0;
}
.modal#video-modal .video iframe {
  width: 100%;
  height: 500px;
}
.modal .bdy-pop {
  margin-bottom: 20px;
  text-align: center;
}
.modal .bdy-pop p {
  font-weight: 200;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}
.modal .close-pop {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
}
.modal .close-pop i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #2e3a44;
  font-size: 17px;
  line-height: 0;
}
.modal .close-pop i:hover {
  opacity: 0.7;
}
.modal .modal-content {
  padding: 20px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  border: 0;
}
.modal .modal-body {
  padding: 0;
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 450px;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#main-page {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#main-page .bg-dark {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: black;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0px;
  display: none;
  opacity: 0;
}
#main-page .bg-dark-menu {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: black;
  z-index: 1;
  position: fixed;
  left: 50%;
  top: 0;
  display: none;
  opacity: 0.8;
  max-width: 2560px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.offcanvas-menu-open #main-page {
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.offcanvas-menu-open #menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.click-menu {
  display: none;
}

#menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  z-index: 9999;
  background: #2e3a44;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  overflow: auto;
  padding: 40px 20px 20px;
}
#menu .close-menu {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  color: white;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#menu .close-menu:hover {
  opacity: 0.7;
}
#menu .bdr {
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#menu ul.l-menu {
  margin: 0;
  padding: 0;
}
#menu ul.l-menu li {
  display: block;
  margin-bottom: 10px;
}
#menu ul.l-menu li:last-child {
  margin-bottom: 0;
}
#menu ul.l-menu li a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}
#menu ul.l-menu li i {
  margin-left: 5px;
  position: relative;
  top: 1px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
#menu ul.l-menu li ul.subDrop {
  margin: 0;
  padding: 0 0 0 20px;
  display: none;
}
#menu ul.l-menu li ul.subDrop li {
  margin-bottom: 5px;
}
#menu ul.l-menu li ul.subDrop li a {
  font-size: 16px;
  text-transform: none;
}
#menu ul.l-menu li ul.subDrop.active {
  display: block;
}
#menu ul.l-btn {
  display: none;
}

@media (max-width: 1199px) {
  header .main-menu {
    display: none;
  }
  header ul.l-btn {
    display: inline-block;
    vertical-align: middle;
  }

  .click-menu {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }
  .click-menu i {
    font-size: 25px;
  }

  .main .table-bibit .tbl .cell.wno {
    width: 60px;
  }
  .main .table-bibit .tbl .cell.wna {
    width: 155px;
  }
  .main .table-bibit .tbl .cell.wta {
    width: 155px;
  }
  .main .table-bibit .tbl .cell.wjbp {
    width: 155px;
  }
  .main .table-bibit .tbl .cell.wsbp {
    width: 155px;
  }
  .main ul.l-bibit li {
    margin-right: 15px;
  }
  .main ul.l-bibit li a {
    min-width: 185px;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .w300 {
    width: 260px;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .w220 {
    width: 160px;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .total {
    font-size: 16px;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .total.big {
    font-size: 20px;
  }
  .main .cart .css-cart .bottom-cart .table-cart .body .w210 {
    width: 160px;
  }
  .main .cart .table-cart .w210 {
    width: 150px;
  }
  .main .cart .table-cart .w50 {
    width: 40px;
  }
  .main .banner .box-title {
    font-size: 26px;
    line-height: 35px;
  }
  .main .link-guardian-tree a {
    font-size: 17px;
  }
  .main .pad80.pt120 {
    padding-top: 50px;
  }
  .main .pad80.background-guardian {
    height: 550px;
  }
  .main .item-guardian-tree .txt {
    font-size: 18px;
  }
  .main .guardian-tree-fixed {
    top: 0;
    left: 0;
    z-index: 999;
  }
  .main .guardian-tree-fixed img {
    width: 380px;
  }
  .main .guardian-tree-fixed-1 {
    top: 205px;
  }
  .main .brown-color {
    background-color: #a94b3c;
    width: 15px;
    height: 3400px;
  }
  .main .guardian-tree-fixed-2 {
    bottom: 0;
    left: 0;
  }
  .main .guardian-tree-fixed-2 img {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .md20 {
    margin-bottom: 20px !important;
  }

  .md10 {
    margin-bottom: 10px !important;
  }

  .modal#video-modal .modal-dialog {
    width: 700px;
    max-width: 700px;
  }

  .main .t-italic {
    margin-top: -5px;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 20px;
  }
  .main .table-bibit .bg-bibit .empty {
    padding: 30px 0;
    font-size: 18px;
  }
  .main .table-bibit .tbl.hdr {
    padding: 15px 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .main .table-bibit .tbl.bdy {
    font-size: 14px;
    line-height: 20px;
  }
  .main .table-bibit .tbl .cell.wno {
    width: 50px;
  }
  .main .table-bibit .tbl .cell.wna {
    width: 110px;
  }
  .main .table-bibit .tbl .cell.wta {
    width: 120px;
  }
  .main .table-bibit .tbl .cell.wjbp {
    width: 120px;
  }
  .main .table-bibit .tbl .cell.wsbp {
    width: 120px;
  }
  .main .table-bibit .pag {
    margin-top: 20px;
  }
  .main .table-bibit .pag ul li a {
    font-size: 18px;
  }
  .main .detail .btn-cart .inline-cart.mr30 {
    margin-right: 20px;
  }
  .main .detail .btn-cart .hvr-button {
    font-size: 14px;
    padding: 10px 15px;
  }
  .main .form-group.resp20 {
    margin-bottom: 20px;
  }
  .main .item-check {
    margin-bottom: 30px;
  }
  .main .item-check .img-check {
    margin-bottom: 7px;
  }
  .main .item-check .txt-check {
    font-size: 16px;
    line-height: 20px;
  }
  .main .item-check .bdy-check h1 {
    font-size: 20px;
  }
  .main .item-check .bdy-check p {
    font-size: 14px;
    line-height: 20px;
  }
  .main .item-check .bdy-check p.mb20 {
    margin-bottom: 10px;
  }
  .main .link-btn {
    margin-bottom: 15px;
  }
  .main .link-btn a {
    min-width: auto;
    width: 100%;
    font-size: 16px;
  }
  .main .link-btn a img {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    top: 0;
    height: 18px;
  }
  .main .link-guardian-tree a {
    font-size: 15px;
  }
  .main .item-guardian-tree .txt {
    font-size: 16px;
    margin-left: 25px;
    margin-bottom: 20px;
  }
  .main .brown-color {
    background-color: #a94b3c;
    width: 15px;
    height: 3600px;
  }
  .main .pad80.pt120 {
    padding-top: 10px;
  }
  .main .pad80.background-guardian {
    height: 510px;
  }
  .main .guardian-tree-fixed-2 {
    bottom: -35px;
    left: 0;
  }
  .main .guardian-tree-fixed-2 img {
    width: 320px;
  }
  .main .cart ul.l-link-cart li {
    margin-right: 30px;
  }
  .main .cart ul.l-link-cart li a {
    font-size: 18px;
  }
  .main .cart .css-cart {
    margin: 30px 0;
  }
  .main .cart .css-cart .top-cart {
    padding: 15px 20px;
  }
  .main .cart .css-cart .top-cart .t {
    font-size: 20px;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .w220 {
    width: 130px;
  }
  .main .cart .css-cart .bottom-cart .table-cart .body .tbl-product {
    display: table;
  }
  .main .cart .css-cart .bottom-cart .table-cart .body .tbl-product .cell {
    width: 30px;
    display: table-cell;
  }
  .main .cart .css-cart .bottom-cart .table-cart .body .img {
    padding-right: 15px;
  }
  .main .cart .css-cart .bottom-cart .table-cart .body .w210 {
    width: 110px;
  }
  .main .cart .css-cart .bottom-cart .table-cart .body .w100 {
    width: 50px;
  }
  .main .cart .title-cart {
    font-size: 20px;
  }
  .main .cart .mb50 {
    margin-bottom: 40px;
  }
  .main .cart .link-cart a {
    font-size: 22px;
  }
  .main .cart .table-cart .hdr {
    padding-bottom: 25px;
    font-size: 18px;
  }
  .main .cart .table-cart .w210 {
    width: 125px;
  }
  .main .cart .table-cart .body {
    padding: 0 0 30px;
    font-size: 14px;
  }
  .main .cart .table-cart .body .tbl-product {
    display: block;
  }
  .main .cart .table-cart .body .tbl-product .cell {
    display: block;
  }
  .main .cart .table-cart .body .nm {
    margin-top: 7px;
    font-size: 16px;
    line-height: 20px;
  }
  .main .cart .table-cart .body .img {
    width: 75px;
    padding-right: 0;
  }
  .main .cart .table-cart .body .input-quantity input {
    padding: 5px;
  }
  .main .cart .table-cart .body .input-quantity input[type=button] {
    min-width: 30px;
  }
  .main .cart .table-cart .body .input-quantity .button-minus, .main .cart .table-cart .body .input-quantity .button-plus {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .main .cart .table-cart .body .input-quantity .quantity-field {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
  .main .cart .table-cart .body .delete-cart {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    padding: 2px 10px;
    border-radius: 7px;
    background: white;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  }
  .main .cart .table-cart .body .delete-cart:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .main .cart .box-cart .in-cart {
    padding: 10px 20px;
  }
  .main .cart .box-cart .in-cart .t-cart {
    font-size: 18px;
  }
  .main .cart .box-cart .in-cart .tbl-detail {
    font-size: 14px;
    line-height: 17px;
  }
  .main .cart .box-cart .in-cart .tbl-detail.big {
    font-size: 16px;
  }
  .main .cart .box-cart .in-cart .tbl-detail .right {
    width: 120px;
  }
  .main .item-liputan img {
    height: 100px;
  }
  .main .item-program {
    margin-bottom: 30px;
  }
  .main .item-program .percent {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .main .item-program .txt {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
  }
  .main .txt-small {
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
  }
  .main .item-blog.gallery a .img {
    height: 180px;
  }
  .main .item-blog a .abs-view {
    top: 10px;
    right: 20px;
    font-size: 14px;
  }
  .main .item-blog a .abs-txt {
    bottom: 20px;
    left: 20px;
  }
  .main .item-blog a .abs-txt .loc {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .main .item-blog a .abs-txt .nm {
    margin-bottom: 0;
    font-size: 18px;
  }
  .main .item-blog a .abs-txt ul.l li {
    font-size: 12px;
  }
  .main .item-blog a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 20px;
    background-color: rgba(46, 58, 68, 0.4);
  }
  .main .item-blog a .img {
    background-size: cover !important;
    width: 100%;
    border-radius: 20px;
  }
  .main .item-blog a .img.h600 {
    height: 500px;
  }
  .main .item-blog a .img.h330 {
    height: 230px;
  }
  .main .item-blog a .shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .main .item-blog a .shadow img {
    border-radius: 20px;
    width: 100%;
  }
  .main .item-global.blog .right .pad80 {
    padding: 40px 0;
  }
  .main .item-global.blog .left .pad80 {
    padding: 40px 0;
  }
  .main .item-global .left .pad80 {
    padding: 40px 0;
  }
  .main .item-global .right .box-publikasi {
    margin-bottom: 40px;
  }
  .main .item-global .right .box-publikasi .tbl {
    display: block;
  }
  .main .item-global .right .box-publikasi .tbl .cell {
    display: block;
    width: 100%;
  }
  .main .item-global .right .box-publikasi .w200 {
    margin-top: 10px;
    width: auto;
    padding-left: 0;
    text-align: left;
  }
  .main .item-global .right .pad80 {
    padding: 40px 0;
  }
  .main .item-global .right .item-tim .img.small img {
    height: 70px;
  }
  .main .item-global .right .img {
    margin-bottom: 10px;
  }
  .main .item-global .right .txt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .main .item-global .right .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .main .map iframe {
    height: 350px;
  }
  .main .item-contact {
    margin-bottom: 30px;
  }
  .main .item-contact .t-contact {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
  }
  .main .item-contact .txt p {
    font-size: 16px;
  }
  .main .item-contact .l-contact a {
    font-size: 16px;
  }
  .main .banner {
    height: 450px;
  }
  .main .banner .abs-banner .in-banner {
    padding: 30px 50px 30px 30px;
  }
  .main .banner .abs-banner .in-banner .t2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .main .banner .abs-banner .in-banner .txt {
    margin-bottom: 20px;
    width: 300px;
    font-size: 20px;
  }
  .main .banner.big {
    height: 550px;
  }
  .main .banner.small {
    height: 300px;
  }
  .main .banner .box-title {
    padding: 15px 20px;
    font-size: 22px;
    line-height: 30px;
  }
  .main .banner .t {
    font-size: 40px;
    line-height: 45px;
  }
  .main .item.white .read a {
    font-size: 16px;
  }
  .main .item.white .h2 {
    margin: 20px 0 5px;
    font-size: 16px;
  }
  .main .item .mb80 {
    margin-bottom: 60px;
  }
  .main .item .h1 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .main .item .text {
    margin-bottom: 10px;
  }
  .main .item .text p {
    font-size: 16px;
    line-height: 26px;
  }
  .main .item .read a {
    font-size: 14px;
  }
  .main .pad80 {
    padding: 60px 0;
  }
  .main .pad80.pt120 {
    padding-top: 60px;
  }
  .main .pad80.min800 {
    min-height: 600px;
  }
  .main .title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .main .title.mb40 {
    margin-bottom: 30px;
  }
  .main .t-adopsi {
    margin-top: 40px;
  }
  .main .image-left-guardian img {
    width: 300px;
  }
  .main .bdy p {
    font-size: 16px;
    line-height: 26px;
  }
  .main .bdy h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .main .title2 {
    font-size: 22px;
    line-height: 30px;
  }
  .main .title3 {
    font-size: 18px;
    line-height: 26px;
  }
  .main .title3 .mb20 {
    margin-bottom: 10px;
  }
  .main .title4 {
    font-size: 24px;
    line-height: 26px;
  }
  .main .bdy2 {
    margin-bottom: 15px;
  }
  .main .bdy2 p {
    font-size: 14px;
    line-height: 20px;
  }

  footer .footer-top {
    padding: 40px 0 60px;
  }
  footer .footer-top .t {
    font-size: 26px;
  }
  footer .footer-top .bdy p {
    font-size: 15px;
    line-height: 20px;
  }
  footer .footer-top ul.l {
    margin: 20px 0 30px;
  }
  footer .footer-top ul.l li {
    margin-right: 20px;
  }
  footer .footer-top ul.l li .img img {
    height: 50px;
  }
  footer .footer-bottom {
    padding: 40px 0 0;
  }
  footer .footer-bottom .t {
    font-size: 14px;
    margin-bottom: 5px;
  }
  footer .footer-bottom .t2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  footer .footer-bottom .mb30 {
    margin-bottom: 20px;
  }
  footer .footer-bottom .bdy p {
    font-size: 14px;
  }
  footer .footer-bottom .link a {
    font-size: 14px;
  }
  footer .footer-bottom ul.l li a {
    font-size: 14px;
  }
  footer .footer-bottom .cp {
    font-size: 14px;
  }
  footer .footer-bottom .cp a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #menu ul.l-menu {
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #menu ul.l-btn {
    display: block;
    margin: 0;
    padding: 0;
  }
  #menu ul.l-btn li {
    display: inline-block;
    margin-right: 15px;
  }
  #menu ul.l-btn li:last-child {
    margin-right: 0;
  }
  #menu ul.l-btn li.cart {
    display: none;
  }
  #menu ul.l-btn li.cart.open {
    display: block;
  }

  .row.row5 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.row5 > div {
    padding-right: 8px;
    padding-left: 8px;
    height: 100%;
  }

  header .header {
    padding: 10px 0;
  }
  header .header .logo a img {
    height: 50px;
  }
  header .header ul.l-btn {
    display: none;
  }

  .sm30 {
    margin-bottom: 30px;
  }

  .sm20 {
    margin-bottom: 20px;
  }

  .sm10 {
    margin-bottom: 10px !important;
  }

  .md20 {
    margin-bottom: 15px !important;
  }

  .form-group {
    margin-bottom: 25px;
  }
  .form-group.mb40 {
    margin-bottom: 25px;
  }
  .form-group.custom-form label {
    margin-bottom: 7px;
  }
  .form-group.custom-form .form-control {
    font-size: 14px;
    padding: 7px 15px;
    height: 37px;
  }
  .form-group.custom-form2 {
    margin-bottom: 10px;
  }
  .form-group.custom-form2 .css-select select {
    padding: 7px 30px 7px 15px;
    font-size: 14px;
  }
  .form-group.custom-form2 .css-select .img-arrow {
    top: 48%;
    right: 15px;
  }
  .form-group.custom-form2 .css-select .img-arrow img {
    width: 10px;
  }
  .form-group label {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 7px;
  }
  .form-group textarea.form-control {
    font-size: 14px;
    padding: 10px 15px;
  }
  .form-group .input-group .input-group-prepend .input-group-text {
    width: 140px;
    padding: 7px 15px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .form-group .input-group .css-select select {
    font-size: 14px;
  }
  .form-group .input-group .form-control {
    padding: 7px 15px;
    font-size: 14px;
  }

  .main .table-bibit {
    margin-top: 20px;
  }
  .main .table-bibit .box-hdr {
    background-color: #2e3a44;
    color: white;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    display: block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .main .table-bibit .bg-bibit {
    background-color: white;
    padding: 0;
  }
  .main .table-bibit .bg-bibit .empty {
    padding: 30px 0;
    font-size: 14px;
  }
  .main .table-bibit .tbl {
    display: block;
  }
  .main .table-bibit .tbl.hdr {
    display: none;
  }
  .main .table-bibit .tbl.bdy {
    padding: 15px 0;
  }
  .main .table-bibit .tbl .cell {
    display: block;
  }
  .main .table-bibit .tbl .cell.wno {
    width: 100%;
  }
  .main .table-bibit .tbl .cell.wna {
    width: 100%;
  }
  .main .table-bibit .tbl .cell.wta {
    width: 100%;
  }
  .main .table-bibit .tbl .cell.wjbp {
    width: 100%;
  }
  .main .table-bibit .tbl .cell.wsbp {
    width: 100%;
  }
  .main .table-bibit .tbl .cell .show-xs {
    margin-right: 3px;
    font-weight: bold;
    display: inline-block;
  }
  .main .table-bibit .pag ul li a {
    font-size: 16px;
  }
  .main ul.l-soc-contact {
    margin: 10px 0 0 0;
  }
  .main ul.l-soc-contact li {
    margin-right: 10px;
  }
  .main ul.l-soc-contact li a {
    font-size: 20px;
  }
  .main ul.l-bibit li {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .main .item-check {
    margin-bottom: 30px;
  }
  .main .item-check .txt-check {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .main .item-check .bdy-check h1 {
    font-size: 18px;
  }
  .main .t-adopsi {
    margin-top: 30px;
  }
  .main .image-left-guardian img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .main .resp-link .text-right {
    text-align: left !important;
    margin-top: 10px;
  }
  .main .link-bibit a {
    font-size: 14px;
  }
  .main ul.l-donation {
    margin-top: 5px;
  }
  .main ul.l-donation li {
    margin-right: 10px;
  }
  .main ul.l-donation li a {
    padding: 8px 15px;
    font-size: 15px;
  }
  .main ul.l-donation li a .correct {
    top: -1px;
    margin-right: 5px;
  }
  .main .box-currency {
    padding: 8px 15px;
    font-size: 15px;
  }
  .main .box-currency .correct {
    top: -1px;
    margin-right: 5px;
  }
  .main .box-currency .correct img {
    width: 12px;
  }
  .main .link-btn {
    margin-bottom: 15px;
  }
  .main .link-btn a {
    min-width: 300px;
    width: auto;
  }
  .main .link-btn a img {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    top: -2px;
    height: 18px;
  }
  .main .link-btn a img .h50 {
    top: 2px;
  }
  .main .cart ul.l-link-cart li {
    margin-right: 25px;
  }
  .main .cart ul.l-link-cart li a {
    font-size: 16px;
  }
  .main .cart .css-cart {
    margin: 20px 0;
  }
  .main .cart .css-cart .top-cart {
    padding: 10px 15px;
    font-size: 14px;
  }
  .main .cart .css-cart .top-cart .t {
    margin-bottom: 7px;
    font-size: 18px;
  }
  .main .cart .css-cart .top-cart .mb5 {
    margin-bottom: 3px;
  }
  .main .cart .css-cart .top-cart .w150 {
    padding-right: 10px;
    width: 110px;
  }
  .main .cart .css-cart .bottom-cart {
    padding: 10px 15px;
  }
  .main .cart .css-cart .bottom-cart .title-cart {
    margin-bottom: 0;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart {
    padding: 10px 0;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body {
    display: table;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .cell {
    display: table-cell;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .cell.hidden-xs {
    display: none;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .w300 {
    width: 50%;
    padding-right: 10px;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .w220 {
    text-align: right;
    padding-right: 0;
    width: 50%;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .total {
    font-size: 15px;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .total .resp-block {
    display: block;
  }
  .main .cart .css-cart .bottom-cart .bdr-cart .table-cart .body .total.big {
    font-size: 18px;
  }
  .main .cart .css-cart .bottom-cart .table-cart.resp .body {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main .cart .css-cart .bottom-cart .table-cart.resp .body .t-data {
    font-size: 14px;
  }
  .main .cart .css-cart .bottom-cart .table-cart.resp .body .data {
    margin-bottom: 15px;
  }
  .main .cart .css-cart .bottom-cart .table-cart.resp .body .data p {
    font-size: 14px;
  }
  .main .cart .css-cart .bottom-cart .table-cart .body .tbl-product .cell.img {
    width: 30px;
  }
  .main .cart .css-cart .bottom-cart .table-cart .body .w210 {
    width: 100%;
  }
  .main .cart .css-cart .bottom-cart .table-cart .body .w100 {
    padding-right: 0;
    width: 100%;
  }
  .main .cart .box-hide .txt {
    font-size: 14px;
    line-height: 18px;
  }
  .main .cart ul.l-payment.mb20 {
    margin-bottom: 15px;
  }
  .main .cart ul.l-payment li {
    margin-right: 10px;
  }
  .main .cart ul.l-payment li a {
    padding: 8px 15px;
    font-size: 15px;
  }
  .main .cart ul.l-payment li a .correct {
    top: -1px;
    margin-right: 5px;
  }
  .main .cart ul.l-payment li a .correct img {
    width: 12px;
  }
  .main .cart ul.l-payment li a .img1 img, .main .cart ul.l-payment li a .img2 img {
    height: 15px;
  }
  .main .cart .title-cart {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main .cart ul.l-cart {
    margin: 0 0 25px;
  }
  .main .cart ul.l-cart li {
    font-size: 13px;
    line-height: 18px;
  }
  .main .cart .mb50 {
    margin-bottom: 30px;
  }
  .main .cart .link-cart a {
    font-size: 16px;
  }
  .main .cart .table-cart .hdr {
    padding-bottom: 0;
    font-size: 16px;
  }
  .main .cart .table-cart .hdr .hidden-xs {
    display: none;
  }
  .main .cart .table-cart .w210 {
    width: 100%;
    padding-right: 0;
  }
  .main .cart .table-cart .body {
    position: relative;
    display: block;
    padding: 20px 0 15px;
    border-bottom: 1px dotted #eaebec;
  }
  .main .cart .table-cart .body .cell {
    display: block;
    width: 100%;
  }
  .main .cart .table-cart .body .show767 {
    display: inline-block;
    margin-right: 5px;
  }
  .main .cart .table-cart .body .tbl-quantity {
    display: table;
    height: 100%;
  }
  .main .cart .table-cart .body .tbl-quantity .cell {
    display: table-cell;
    width: auto;
  }
  .main .cart .table-cart .body .tbl-quantity .cell.show767 {
    width: 70px;
  }
  .main .cart .table-cart .body .tbl-quantity .cell.w120 {
    border-radius: 7px;
    width: 90px;
  }
  .main .cart .table-cart .body .tbl-product {
    display: block;
  }
  .main .cart .table-cart .body .tbl-product .cell {
    display: block;
  }
  .main .cart .table-cart .body .nm {
    margin-top: 7px;
    font-size: 16px;
    line-height: 20px;
  }
  .main .cart .table-cart .body .img {
    width: 75px;
    padding-right: 0;
  }
  .main .cart .table-cart .body .txt-right {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main .cart .box-cart .in-cart {
    padding: 10px 20px;
  }
  .main .cart .box-cart .in-cart .mb10 {
    margin-bottom: 4px;
  }
  .main .cart .box-cart .in-cart .t-cart {
    font-size: 16px;
  }
  .main .pad80.pt120 {
    padding-top: 10px;
  }
  .main .pad80.background-guardian {
    height: 450px;
  }
  .main .brown-color {
    background-color: #a94b3c;
    width: 15px;
    height: 4000px;
  }
  .main .detail .nm {
    font-size: 18px;
    line-height: 26px;
  }
  .main .detail .price {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main .detail .bdy-detail {
    margin-bottom: 20px;
  }
  .main .detail .bdy-detail p {
    font-size: 14px;
    line-height: 24px;
  }
  .main .detail .btn-cart .inline-cart.mr30 {
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .main .input-quantity input[type=button] {
    min-width: 40px;
  }
  .main .input-quantity .button-minus, .main .input-quantity .button-plus {
    height: 35px;
    width: 40px;
    font-size: 20px;
  }
  .main .input-quantity .quantity-field {
    height: 35px;
    width: 40px;
    font-size: 15px;
  }
  .main .slider-product {
    margin-bottom: 20px;
  }
  .main .nav-product .slick-prev {
    left: -15px;
  }
  .main .nav-product .slick-prev:before {
    font-size: 15px;
  }
  .main .nav-product .slick-next {
    right: -15px;
  }
  .main .nav-product .slick-next:before {
    font-size: 15px;
  }
  .main .nav-product .item {
    cursor: pointer;
    margin: 0 10px;
  }
  .main .nav-product .item.slick-current .img {
    border-color: #2e3a44;
  }
  .main .nav-product .item .img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid transparent;
    border-radius: 7px;
  }
  .main .nav-product .item .img img {
    width: 100%;
    border-radius: 7px;
  }
  .main .item-product {
    margin-bottom: 30px;
  }
  .main .item-product a .img .abs-cart.sold {
    font-size: 13px;
  }
  .main .item-product a .pad {
    padding: 10px;
  }
  .main .item-product a .pad .nm {
    font-size: 15px;
    line-height: 20px;
  }
  .main .item-product a .pad .price {
    font-size: 13px;
    line-height: 15px;
  }
  .main .item-product a .pad .price .line {
    margin-right: 10px;
  }
  .main .item-program {
    margin-bottom: 20px;
  }
  .main .item-program .percent {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .main .item-program .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .main .item-bibit {
    margin-bottom: 25px;
  }
  .main .item-bibit .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    padding-right: 0;
  }
  .main .item-bibit .num {
    top: -15px;
    left: -10px;
    font-size: 40px;
  }
  .main .txt-small2 {
    font-size: 13px;
    line-height: 20px;
  }
  .main .txt-small {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .main .view-all {
    margin-bottom: 30px;
  }
  .main .view-all.blog {
    margin-bottom: 0;
  }
  .main .view-all a {
    font-size: 16px;
  }
  .main .item-blog.gallery a .img {
    height: 130px;
  }
  .main .item-blog a .img.h600 {
    height: 200px;
  }
  .main .item-blog a .img.h330 {
    height: 200px;
  }
  .main .item-blog a .img.h240 {
    height: 200px;
  }
  .main .item-blog a .shadow img.show-xs {
    display: block;
  }
  .main .item-blog a .shadow img.hide-xs {
    display: none;
  }
  .main .item-global.blog .left {
    background-color: #f6f7f2;
  }
  .main .item-global.blog .left .by {
    color: #2e3a44;
    font-size: 18px;
  }
  .main .item-global.blog .left .date {
    font-size: 14px;
    line-height: 20px;
    color: #2e3a44;
    opacity: 1;
  }
  .main .item-global.blog .left .category {
    color: #2e3a44;
    opacity: 1;
    font-size: 14px;
    line-height: 20px;
  }
  .main .item-global.blog .left .category a {
    color: #2e3a44;
  }
  .main .item-global.blog .left .pad80 {
    padding: 20px 0 0;
  }
  .main .item-global.blog .left .black {
    background-color: #f6f7f2;
  }
  .main .item-global.blog .left:before, .main .item-global.blog .left:after {
    display: none;
  }
  .main .item-global.blog .right .pad80 {
    border-bottom: 1px solid #d0d0d0;
    padding: 20px 0 30px;
  }
  .main .item-global .left .pad80 {
    padding: 20px 0;
  }
  .main .item-global .left ul.l-about li {
    margin-bottom: 5px;
  }
  .main .item-global .left ul.l-about li a {
    font-size: 15px;
    line-height: 18px;
  }
  .main .item-global .right .box-publikasi .w200 .hvr-button {
    font-size: 12px;
  }
  .main .item-global .right .box-publikasi .nm-publikasi {
    font-size: 15px;
  }
  .main .item-global .right .box-publikasi .bdy-publikasi p {
    font-size: 14px;
    line-height: 20px;
  }
  .main .item-global .right .item-tim {
    margin-bottom: 10px;
  }
  .main .item-global .right .item-tim .nm {
    font-size: 17px;
    margin-bottom: 0;
  }
  .main .item-global .right .item-tim .jab {
    font-size: 14px;
  }
  .main .item-global .right .pad80 {
    padding: 30px 0;
  }
  .main .item-global .right .txt {
    font-size: 13px;
    line-height: 18px;
  }
  .main .item-global .right .title {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 25px;
  }
  .main .item-liputan {
    margin-bottom: 30px;
  }
  .main .item-liputan img {
    height: 60px;
  }
  .main .item .img {
    margin-bottom: 15px;
  }
  .main .item .h1 {
    margin: 0 0 5px;
    font-size: 18px;
  }
  .main .item .mb80 {
    margin-bottom: 40px;
  }
  .main .item .text {
    margin-bottom: 5px;
  }
  .main .item .text p {
    font-size: 14px;
  }
  .main .item .read a {
    font-size: 14px;
  }
  .main .map iframe {
    height: 300px;
  }
  .main .item-kategori .img {
    margin-bottom: 20px;
  }
  .main .item-kategori .h1 {
    font-size: 18px;
  }
  .main .item-kategori .bdy p {
    font-size: 14px;
    line-height: 20px;
  }
  .main .item-contact {
    text-align: center;
    margin-bottom: 20px;
  }
  .main .item-contact.donasi {
    margin-bottom: 30px;
  }
  .main .item-contact.donasi .hvr-button {
    font-size: 12px;
  }
  .main .item-contact .t-contact {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .main .item-contact .txt.mb30 {
    margin-bottom: 15px;
  }
  .main .item-contact .txt p {
    font-size: 14px;
  }
  .main .item-contact .l-contact a {
    font-size: 14px;
  }
  .main .slider-banner .slick-prev {
    left: 5px;
    width: 12px;
    height: 20px;
  }
  .main .slider-banner .slick-prev:before {
    font-size: 20px;
  }
  .main .slider-banner .slick-next {
    right: 5px;
    width: 12px;
    height: 20px;
  }
  .main .slider-banner .slick-next:before {
    font-size: 20px;
  }
  .main .slider-banner .slick-dots {
    bottom: 10px;
  }
  .main .slider-banner .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
  .main .slider-banner .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
  }
  .main .slider-banner .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .main .banner {
    height: 250px;
  }
  .main .banner .abs-banner {
    padding: 0 10px;
    bottom: 50px;
  }
  .main .banner .abs-banner .in-banner {
    padding: 20px 20px;
  }
  .main .banner .abs-banner .in-banner .t2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .main .banner .abs-banner .in-banner .txt {
    margin-bottom: 20px;
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }
  .main .banner.big {
    height: 400px;
  }
  .main .banner.small {
    height: 150px;
  }
  .main .banner .box-title {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 25px;
  }
  .main .banner .t {
    font-size: 25px;
    line-height: 30px;
  }
  .main .resp-center {
    text-align: center;
  }
  .main .resp-center a .hvr-button {
    font-size: 15px;
  }
  .main ul.l-status {
    margin-top: 20px;
    text-align: center;
  }
  .main ul.l-status li {
    font-size: 15px;
  }
  .main ul.l-status li .form-group input {
    font-size: 15px;
  }
  .main .pad80 {
    padding: 30px 0;
  }
  .main .pad80.pt120 {
    padding-top: 30px;
  }
  .main .pad80.min800 {
    min-height: 500px;
  }
  .main .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .main .title.mb40 {
    margin-bottom: 20px;
  }
  .main .title.mb20 {
    margin-bottom: 5px;
  }
  .main .box-project {
    margin-top: 10px;
    padding: 15px;
  }
  .main .box-project .t {
    font-size: 14px;
    line-height: 18px;
  }
  .main .box-project .b {
    font-size: 14px;
    line-height: 18px;
  }
  .main .img-project {
    margin-bottom: 30px;
  }
  .main .img-project .abs-project {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .main .bdy.fz14 p {
    font-size: 14px;
    line-height: 20px;
  }
  .main .bdy p {
    font-size: 16px;
    line-height: 20px;
  }
  .main .bdy.mb20 {
    margin-bottom: 10px;
  }
  .main .bdy.mb40 {
    margin-bottom: 30px;
  }
  .main .bdy h1 {
    font-size: 16px;
    line-height: 26px;
  }
  .main .title2 {
    font-size: 18px;
    line-height: 26px;
  }
  .main .title3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .main .title4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .main .title4.mb30 {
    margin-bottom: 20px;
  }
  .main .mb50 {
    margin-bottom: 30px;
  }

  button.hvr-button {
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  footer .footer-top {
    padding: 30px 0 50px;
  }
  footer .footer-top ul.l-btn {
    margin-top: 15px;
  }
  footer .footer-top ul.l-btn li {
    margin-right: 15px;
  }
  footer .footer-top .t {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
  }
  footer .footer-top .bdy p {
    font-size: 14px;
    line-height: 18px;
  }
  footer .footer-top ul.l {
    margin: 10px 0 20px;
  }
  footer .footer-top ul.l li {
    margin-right: 10px;
  }
  footer .footer-top ul.l li .img img {
    height: 40px;
  }
  footer .footer-bottom {
    padding: 30px 0 0;
  }
  footer .footer-bottom .mr25 {
    margin-bottom: 5px;
  }

  .modal.all-code .pad {
    padding: 10px;
  }
  .modal.all-code .top {
    font-size: 16px;
    padding: 15px;
  }
  .modal.all-code .bdy-pop p {
    line-height: 30px;
  }
  .modal.all-code .img-pop {
    margin-bottom: 15px;
  }
  .modal.all-code .img-pop img {
    width: 150px;
  }
  .modal.all-code .txt-close {
    font-size: 15px;
    line-height: 20px;
  }
  .modal#video-modal .modal-dialog {
    width: 280px;
    max-width: 280px;
  }
  .modal#video-modal .video iframe {
    height: 200px;
  }
  .modal .modal-dialog {
    width: 280px;
  }
  .modal .modal-dialog .modal-content {
    padding: 10px 10px 20px;
  }
  .modal .modal-dialog .modal-content .t-pop {
    font-size: 18px;
  }
  .modal .modal-dialog .modal-content .bdy-pop {
    margin-bottom: 15px;
  }
  .modal .modal-dialog .modal-content .bdy-pop p {
    line-height: 20px;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .main .cart .hide420 {
    display: none;
  }
  .main .resp-block {
    display: block;
  }
  .main .resp-block > div {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .main .click-adopter {
    margin-top: 10px;
  }
  .main .item-product a .pad .nm {
    font-size: 15px;
    line-height: 20px;
  }
  .main .item-product a .pad .price {
    font-size: 13px;
    line-height: 15px;
    height: 30px;
  }
  .main .item-product a .pad .price .line {
    display: block;
    margin-right: 3px;
  }
}
@media (max-width: 340px) {
  .main .link-btn {
    margin-bottom: 15px;
  }
  .main .link-btn a {
    min-width: auto;
    width: 100%;
  }
  .main .link-btn a img {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    top: 0;
  }
}

/*# sourceMappingURL=front.css.map */
