@charset "UTF-8";
/*=========================================================*/
/*Tho dang*/
/*=========================================================*/
/*=========================================================*/
/*Tho dang*/
/*=========================================================*/
/*========================================================*/
/*========================================================*/
/* 
SELECT - INPUT
--------------------------------------------------------------------------
*/
/*--------------------------------------------------------------*/
.widget-menu.blog-menu ul.menu li a, .blogs article .article-title, .blogs article .article-desc, .widget-recent ul li .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

html, body {
  height: 100%; }

#wrapper {
  min-height: 100%; }

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

p {
  margin: 0 0 20px; }

img {
  max-width: 100%; }

ul.decimal {
  list-style: decimal; }

ul.decimal-zero {
  list-style: decimal-leading-zero; }

ul.latin {
  list-style: lower-latin; }

ul.latin-upper {
  list-style: upper-alpha; }

ul.circle {
  list-style: circle; }

ul.inherit {
  list-style: inherit; }

.modal-open {
  overflow: hidden; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

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

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

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.entry-contrent img {
  max-width: 100%;
  height: auto; }

.entry-contrent img.lazy-hidden {
  background: url(../images/loading.gif) no-repeat center center !important;
  background-size: 40px !important;
  min-height: 50px; }

select {
  line-height: inherit !important; }

.zoomimg {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.bl {
  position: absolute;
  left: 0;
  bottom: 0; }

.br {
  position: absolute;
  right: 0;
  bottom: 0; }

.tl {
  position: absolute;
  left: 0;
  top: 0; }

.tr {
  position: absolute;
  right: 0;
  top: 0; }

@-webkit-keyframes loading {
  from {
    opacity: 0.6; }
  to {
    opacity: 0.4; } }

@keyframes loading {
  from {
    opacity: 0.6; }
  to {
    opacity: 0.4; } }

#wrapper {
  overflow: hidden; }

[class*="container"] {
  position: relative;
  z-index: 1; }

[class*="container"].full {
  width: auto;
  max-width: 1920px; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.wrapVideoBg {
  min-height: 200px;
  position: relative;
  overflow: hidden !important; }

.wrapVideoBg iframe, .wrapVideoBg video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100% !important;
  height: 100%  !important;
  top: 0;
  left: 0; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .wrapVideoBg iframe, .wrapVideoBg video {
    height: 100%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.single_item_video {
  position: relative;
  min-height: 200px; }

.single_item_video > .btnvideo {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.single_item_video > .btnvideo:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.single_item_video > .btnvideo > i {
  width: 70px;
  font-size: 70px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  height: 70px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  z-index: 3; }

.single_item_video > .btnvideo > img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100% !important;
  height: 100%  !important;
  top: 0;
  left: 0; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .single_item_video > .btnvideo > img {
    height: 100%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.single_item_video > .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }

.single_item_video > .video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: none; }

.single_item_video.active > .video {
  z-index: 4; }

[class*="section"],
[class*="sec"] {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.sec-t {
  padding-top: 100px; }

.sec-b {
  padding-bottom: 100px; }

.sec-tb {
  padding: 100px 0; }

.section {
  padding: 100px 0; }

.section-t {
  padding-top: 100px; }

.section-b {
  padding-bottom: 100px; }

[class*="s-o-"]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000; }

.s-o-1:before {
  opacity: 0.1; }

.s-o-2:before {
  opacity: 0.2; }

.s-o-3:before {
  opacity: 0.3; }

.s-o-4:before {
  opacity: 0.4; }

.s-o-5:before {
  opacity: 0.5; }

.s-o-6:before {
  opacity: 0.6; }

.s-o-7:before {
  opacity: 0.7; }

.s-o-8:before {
  opacity: 0.8; }

.s-o-9:before {
  opacity: 0.9; }

.uppercase {
  text-transform: uppercase; }

@media only screen and (min-width: 1200px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none; }
  ::-webkit-scrollbar:vertical {
    width: 12px; }
  ::-webkit-scrollbar:horizontal {
    height: 12px; }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff; }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff; } }

[class*="tRes"] {
  position: relative;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

[class*="tRes"]:before {
  content: "";
  padding-top: 100%;
  display: block;
  position: relative;
  z-index: 2; }

[class*="tRes"] > img, [class*="tRes"] > video {
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100% !important;
  height: 100%  !important;
  top: 0;
  left: 0; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  [class*="tRes"] > img, [class*="tRes"] > video {
    height: 100%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

[class*="tRes"] > video {
  z-index: 3; }

[class*="tRes"] > iframe {
  display: block;
  border: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }

.tRes_16_9:before {
  padding-top: 56.25%; }

.tRes_4_3:before {
  padding-top: 75%; }

.tRes_2_1:before {
  padding-top: 50%; }

.tRes_1_2:before {
  padding-top: 200%; }

.tRes_30:before {
  padding-top: 30%; }

.tRes_31:before {
  padding-top: 31%; }

.tRes_32:before {
  padding-top: 32%; }

.tRes_33:before {
  padding-top: 33%; }

.tRes_34:before {
  padding-top: 34%; }

.tRes_35:before {
  padding-top: 35%; }

.tRes_36:before {
  padding-top: 36%; }

.tRes_37:before {
  padding-top: 37%; }

.tRes_38:before {
  padding-top: 38%; }

.tRes_39:before {
  padding-top: 39%; }

.tRes_40:before {
  padding-top: 40%; }

.tRes_41:before {
  padding-top: 41%; }

.tRes_42:before {
  padding-top: 42%; }

.tRes_43:before {
  padding-top: 43%; }

.tRes_44:before {
  padding-top: 44%; }

.tRes_45:before {
  padding-top: 45%; }

.tRes_46:before {
  padding-top: 46%; }

.tRes_47:before {
  padding-top: 47%; }

.tRes_48:before {
  padding-top: 48%; }

.tRes_49:before {
  padding-top: 49%; }

.tRes_50:before {
  padding-top: 50%; }

.tRes_51:before {
  padding-top: 51%; }

.tRes_52:before {
  padding-top: 52%; }

.tRes_53:before {
  padding-top: 53%; }

.tRes_54:before {
  padding-top: 54%; }

.tRes_55:before {
  padding-top: 55%; }

.tRes_56:before {
  padding-top: 56%; }

.tRes_57:before {
  padding-top: 57%; }

.tRes_58:before {
  padding-top: 58%; }

.tRes_59:before {
  padding-top: 59%; }

.tRes_60:before {
  padding-top: 60%; }

.tRes_61:before {
  padding-top: 61%; }

.tRes_62:before {
  padding-top: 62%; }

.tRes_63:before {
  padding-top: 63%; }

.tRes_64:before {
  padding-top: 64%; }

.tRes_65:before {
  padding-top: 65%; }

.tRes_66:before {
  padding-top: 66%; }

.tRes_67:before {
  padding-top: 67%; }

.tRes_68:before {
  padding-top: 68%; }

.tRes_69:before {
  padding-top: 69%; }

.tRes_70:before {
  padding-top: 70%; }

.tRes_71:before {
  padding-top: 71%; }

.tRes_72:before {
  padding-top: 72%; }

.tRes_73:before {
  padding-top: 73%; }

.tRes_74:before {
  padding-top: 74%; }

.tRes_75:before {
  padding-top: 75%; }

.tRes_76:before {
  padding-top: 76%; }

.tRes_77:before {
  padding-top: 77%; }

.tRes_78:before {
  padding-top: 78%; }

.tRes_79:before {
  padding-top: 79%; }

.tRes_80:before {
  padding-top: 80%; }

.tRes_81:before {
  padding-top: 81%; }

.tRes_82:before {
  padding-top: 82%; }

.tRes_83:before {
  padding-top: 83%; }

.tRes_84:before {
  padding-top: 84%; }

.tRes_85:before {
  padding-top: 85%; }

.tRes_86:before {
  padding-top: 86%; }

.tRes_87:before {
  padding-top: 87%; }

.tRes_88:before {
  padding-top: 88%; }

.tRes_89:before {
  padding-top: 89%; }

.tRes_90:before {
  padding-top: 90%; }

.tRes_91:before {
  padding-top: 91%; }

.tRes_92:before {
  padding-top: 92%; }

.tRes_93:before {
  padding-top: 93%; }

.tRes_94:before {
  padding-top: 94%; }

.tRes_95:before {
  padding-top: 95%; }

.tRes_96:before {
  padding-top: 96%; }

.tRes_97:before {
  padding-top: 97%; }

.tRes_98:before {
  padding-top: 98%; }

.tRes_99:before {
  padding-top: 99%; }

.darken-20 {
  background-color: #030c18; }

.lighten-20 {
  background-color: #1d68ca; }

.darken-30 {
  background-color: black; }

.lighten-30 {
  background-color: #3782e3; }

.darken-40 {
  background-color: black; }

.lighten-40 {
  background-color: #649ee9; }

.darken-50 {
  background-color: black; }

.lighten-50 {
  background-color: #91baef; }

.darken-60 {
  background-color: black; }

.lighten-60 {
  background-color: #bdd6f6; }

.darken-70 {
  background-color: black; }

.lighten-70 {
  background-color: #eaf2fc; }

.darken-80 {
  background-color: black; }

.lighten-80 {
  background-color: white; }

.darken-90 {
  background-color: black; }

.lighten-90 {
  background-color: white; }

.darken-100 {
  background-color: black; }

.lighten-100 {
  background-color: white; }

.list-thumb-contain [class*="tRes"] img {
  -o-object-fit: contain;
  object-fit: contain; }

.tss, [class*="tRes"]:before, [class*="tRes"] > img, [class*="tRes"] > video, #header, #header .container, #header #logo img, .owl-visible.owl-carousel .owl-item, .owl-visible.owl-carousel .owl-item .text, .owl-carousel .owl-nav > *, .owl-carousel .owl-dots > .owl-dot span, .btn i, .btn[class*='arrow']:before, ul.page-numbers .page-numbers, .modal .modal-dialog, .dropdown > .content, #back-top, .list-post-1 .title, .list-post-2 .title, .divsocial .item, .form-search-focus input, .ss1 .item, .ss1 .title, .ss3 .content .inner, .page-trademark .list .item, .list-report li, .list-report li:before, .page-leadership .item {
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

figure {
  margin-bottom: 30px;
  max-width: 100%; }

figure > img {
  display: block; }

figure figcaption {
  color: #9B9B9B;
  display: block;
  font-size: 12px;
  padding: 5px 0 0;
  font-style: italic; }

.alignright {
  float: right;
  margin: 0 0 30px 30px; }

.alignleft {
  float: left;
  margin: 0 30px 30px 0; }

.aligncenter {
  margin: 0 auto 20px; }

img.aligncenter {
  display: block; }

.label-30 > .item > .title {
  width: 30px; }

.label-40 > .item > .title {
  width: 40px; }

.label-50 > .item > .title {
  width: 50px; }

.label-60 > .item > .title {
  width: 60px; }

.label-70 > .item > .title {
  width: 70px; }

.label-80 > .item > .title {
  width: 80px; }

.label-90 > .item > .title {
  width: 90px; }

.label-100 > .item > .title {
  width: 100px; }

.label-110 > .item > .title {
  width: 110px; }

.label-120 > .item > .title {
  width: 120px; }

.label-130 > .item > .title {
  width: 130px; }

.label-140 > .item > .title {
  width: 140px; }

.label-150 > .item > .title {
  width: 150px; }

.label-160 > .item > .title {
  width: 160px; }

.label-170 > .item > .title {
  width: 170px; }

.label-180 > .item > .title {
  width: 180px; }

.label-190 > .item > .title {
  width: 190px; }

.label-200 > .item > .title {
  width: 200px; }

.label-210 > .item > .title {
  width: 210px; }

.label-220 > .item > .title {
  width: 220px; }

.label-230 > .item > .title {
  width: 230px; }

.label-240 > .item > .title {
  width: 240px; }

.label-250 > .item > .title {
  width: 250px; }

.label-260 > .item > .title {
  width: 260px; }

.label-270 > .item > .title {
  width: 270px; }

.label-280 > .item > .title {
  width: 280px; }

.label-290 > .item > .title {
  width: 290px; }

.label-300 > .item > .title {
  width: 300px; }

input[type="checkbox"] {
  width: auto !important;
  height: auto !important; }

@media only screen and (min-width: 768px) {
  .smb {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .spc {
    display: none !important; } }

.owl-carousel .item {
  margin: 0 !important; }

#map {
  height: 500px; }

.display-table {
  display: table;
  width: 100%; }

.display-table .table-cell {
  display: table-cell;
  vertical-align: middle; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.reverse.row, .end.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media only screen and (min-width: 992px) {
  .reverse-lg.row, .end-lg.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media only screen and (min-width: 768px) {
  .reverse-md.row, .end-md.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media only screen and (min-width: 576px) {
  .reverse-sm.row, .end-sm.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.row.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.row.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.row.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.row.list-item > [class*="col-"] {
  margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px; }
  .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; } }

@media only screen and (max-width: 575px) {
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; } }

.hidden {
  display: none !important; }

@media only screen and (min-width: 992px) {
  .hidden-lg {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none !important; } }

[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block; }

[class^="icon-"].ix:before, [class^="icon-"].iy:before, [class*=" icon-"].ix:before, [class*=" icon-"].iy:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

[class^="icon-"].it:before, [class*=" icon-"].it:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

[class^="icon-"].ib:before, [class*=" icon-"].ib:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  line-height: 42px;
  font-size: 32px;
  cursor: pointer;
  color: #5F4B5B; }

.menu-btn i {
  display: block;
  line-height: normal; }

.menu-btn:hover {
  color: #103a71; }

.menu-btn.show {
  display: block; }

.menu-btn.x span {
  position: absolute;
  height: 2px;
  background-color: #5F4B5B;
  left: 5px;
  right: 5px;
  top: calc(50% - 1px);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.menu-btn.x:before, .menu-btn.x:after {
  position: absolute;
  height: 2px;
  background-color: #5F4B5B;
  left: 5px;
  right: 5px;
  content: "";
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.menu-btn.x:before {
  top: 8px; }

.menu-btn.x:after {
  top: calc(100% - 10px); }

.menu-btn.overlay {
  position: fixed;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.06);
  z-index: 10000;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden; }

body.showMenu {
  overflow: hidden; }

body.showMenu #wrapper {
  overflow: hidden; }

body.showMenu .wrap-menu-pc {
  opacity: 1;
  visibility: visible; }

body.showMenu [class*='wrap-menu-mb'] {
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  visibility: visible; }

body.showMenu .menu-btn.overlay {
  visibility: visible;
  opacity: 1;
  left: 400px; }

body.showMenu .menu-btn.x span {
  background: none !important; }

body.showMenu .menu-btn.x:after {
  -ms-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
  -webkit-transform: translateY(-12px) rotate(45deg); }

body.showMenu .menu-btn.x:before {
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
  -webkit-transform: translateY(12px) rotate(-45deg); }

.ef-tx-t.ef, .group-ef .ef-tx-t[class*="efch"], .group-ef-hover .ef-tx-t[class*="efch"] {
  -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
  transform: translateY(50px) scale3d(1, 1.6, 0.8); }

.ef-tx-l.ef, .group-ef .ef-tx-l[class*="efch"], .group-ef-hover .ef-tx-l[class*="efch"] {
  -webkit-transform: translateX(50px) scale3d(1, 1.6, 0.8);
  transform: translateX(50px) scale3d(1, 1.6, 0.8); }

.ef-tx-b.ef, .group-ef .ef-tx-b[class*="efch"], .group-ef-hover .ef-tx-b[class*="efch"] {
  -webkit-transform: translateY(-50px) scale3d(1, 1.6, 0.8);
  transform: translateY(-50px) scale3d(1, 1.6, 0.8); }

.ef-tx-r.ef, .group-ef .ef-tx-r[class*="efch"], .group-ef-hover .ef-tx-r[class*="efch"] {
  -webkit-transform: translateX(-50px) scale3d(1, 1.6, 0.8);
  transform: translateX(-50px) scale3d(1, 1.6, 0.8); }

.ef-th.ef, .group-ef .ef-th[class*="efch"], .group-ef-hover .ef-th[class*="efch"] {
  opacity: 1 !important; }

.ef-th.ef:not(.loaded) img, .group-ef .ef-th:not(.loaded)[class*="efch"] img, .group-ef-hover .ef-th:not(.loaded)[class*="efch"] img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.ef-img-t.ef, .group-ef .ef-img-t[class*="efch"], .group-ef-hover .ef-img-t[class*="efch"] {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

.ef-img-l.ef, .group-ef .ef-img-l[class*="efch"], .group-ef-hover .ef-img-l[class*="efch"] {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }

.ef-img-b.ef, .group-ef .ef-img-b[class*="efch"], .group-ef-hover .ef-img-b[class*="efch"] {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ef-img-r.ef, .group-ef .ef-img-r[class*="efch"], .group-ef-hover .ef-img-r[class*="efch"] {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.ef {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  transition: all 1s cubic-bezier(0, 0.15, 0, 1); }

.group-ef [class*="efch"], .group-ef-hover [class*="efch"] {
  opacity: 0;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  transition: all 1s cubic-bezier(0, 0.15, 0, 1); }

.group-ef .efch-1, .group-ef-hover .efch-1 {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important; }

.group-ef .efch-2, .group-ef-hover .efch-2 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important; }

.group-ef .efch-3, .group-ef-hover .efch-3 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important; }

.group-ef .efch-4, .group-ef-hover .efch-4 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important; }

.group-ef .efch-5, .group-ef-hover .efch-5 {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important; }

.group-ef .efch-6, .group-ef-hover .efch-6 {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  transition-delay: 1s !important; }

.group-ef .efch-7, .group-ef-hover .efch-7 {
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important; }

.group-ef .efch-8, .group-ef-hover .efch-8 {
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important; }

.group-ef .efch-9, .group-ef-hover .efch-9 {
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important; }

.group-ef .efch-10, .group-ef-hover .efch-10 {
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important; }

.group-ef .efch-11, .group-ef-hover .efch-11 {
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
  transition-delay: 2s !important; }

.group-ef .efch-12, .group-ef-hover .efch-12 {
  -webkit-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
  transition-delay: 2.2s !important; }

.group-ef .efch-13, .group-ef-hover .efch-13 {
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important; }

.group-ef .efch-14, .group-ef-hover .efch-14 {
  -webkit-transition-delay: 2.6s !important;
  -o-transition-delay: 2.6s !important;
  transition-delay: 2.6s !important; }

.group-ef .efch-15, .group-ef-hover .efch-15 {
  -webkit-transition-delay: 2.8s !important;
  -o-transition-delay: 2.8s !important;
  transition-delay: 2.8s !important; }

.group-ef .efch-16, .group-ef-hover .efch-16 {
  -webkit-transition-delay: 3s !important;
  -o-transition-delay: 3s !important;
  transition-delay: 3s !important; }

.group-ef .efch-17, .group-ef-hover .efch-17 {
  -webkit-transition-delay: 3.2s !important;
  -o-transition-delay: 3.2s !important;
  transition-delay: 3.2s !important; }

.group-ef .efch-18, .group-ef-hover .efch-18 {
  -webkit-transition-delay: 3.4s !important;
  -o-transition-delay: 3.4s !important;
  transition-delay: 3.4s !important; }

.group-ef .efch-19, .group-ef-hover .efch-19 {
  -webkit-transition-delay: 3.6s !important;
  -o-transition-delay: 3.6s !important;
  transition-delay: 3.6s !important; }

.group-ef .efch-20, .group-ef-hover .efch-20 {
  -webkit-transition-delay: 3.8s !important;
  -o-transition-delay: 3.8s !important;
  transition-delay: 3.8s !important; }

.group-ef .efch-21, .group-ef-hover .efch-21 {
  -webkit-transition-delay: 4s !important;
  -o-transition-delay: 4s !important;
  transition-delay: 4s !important; }

.group-ef .efch-22, .group-ef-hover .efch-22 {
  -webkit-transition-delay: 4.2s !important;
  -o-transition-delay: 4.2s !important;
  transition-delay: 4.2s !important; }

.group-ef .efch-23, .group-ef-hover .efch-23 {
  -webkit-transition-delay: 4.4s !important;
  -o-transition-delay: 4.4s !important;
  transition-delay: 4.4s !important; }

.group-ef .efch-24, .group-ef-hover .efch-24 {
  -webkit-transition-delay: 4.6s !important;
  -o-transition-delay: 4.6s !important;
  transition-delay: 4.6s !important; }

.group-ef .efch-25, .group-ef-hover .efch-25 {
  -webkit-transition-delay: 4.8s !important;
  -o-transition-delay: 4.8s !important;
  transition-delay: 4.8s !important; }

.group-ef .efch-26, .group-ef-hover .efch-26 {
  -webkit-transition-delay: 5s !important;
  -o-transition-delay: 5s !important;
  transition-delay: 5s !important; }

.group-ef .efch-27, .group-ef-hover .efch-27 {
  -webkit-transition-delay: 5.2s !important;
  -o-transition-delay: 5.2s !important;
  transition-delay: 5.2s !important; }

.group-ef .efch-28, .group-ef-hover .efch-28 {
  -webkit-transition-delay: 5.4s !important;
  -o-transition-delay: 5.4s !important;
  transition-delay: 5.4s !important; }

.group-ef .efch-29, .group-ef-hover .efch-29 {
  -webkit-transition-delay: 5.6s !important;
  -o-transition-delay: 5.6s !important;
  transition-delay: 5.6s !important; }

.ef.loaded,
.group-ef.loaded [class*="efch"],
.loaded.group-ef-hover [class*="efch"],
.group-ef-hover:hover [class*="efch"] {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
  transform: translate(0, 0) scale3d(1, 1, 1); }

.group-ef.loaded .ef-th img, .loaded.group-ef-hover .ef-th img,
.group-ef-hover:hover .ef-th img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }

@media only screen and (max-width: 1199px) {
  .group-ef-hover [class*="efch"] {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1) !important;
    transform: translate(0, 0) scale3d(1, 1, 1) !important; }
  .group-ef-hover .ef-th img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important; } }

/*End header 1*/
/*----------------------------------------------------------------------------------------------*/
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  /* No Js */
  /*
 * 	Owl Carousel - Auto Height Plugin
 */ }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-loaded.owl-carousel {
  display: block; }

.owl-loading.owl-carousel {
  opacity: 0;
  display: block; }

.owl-hidden.owl-carousel {
  opacity: 0; }

.owl-refresh.owl-carousel .owl-item {
  visibility: hidden; }

.owl-drag.owl-carousel .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-grab.owl-carousel {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-rtl.owl-carousel {
  direction: rtl; }

.owl-rtl.owl-carousel .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-carousel .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel > .item-visible:not(:first-child) {
  display: none; }

.owl-carousel[class*="grid-space"] {
  margin: 0 !important; }

.noslide.owl-carousel .owl-stage-outer {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: auto !important;
  display: block; }

.noslide.owl-carousel .owl-stage {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.noslide.owl-carousel .owl-stage .owl-item {
  position: relative;
  width: 100% !important;
  padding-right: 5px;
  padding-left: 5px; }

.owl-visible.owl-carousel .owl-stage-outer {
  overflow: visible; }

.owl-visible.owl-carousel .owl-item {
  opacity: 0.5; }

.owl-visible.owl-carousel .owl-item .text {
  opacity: 0; }

.owl-visible.owl-carousel .owl-item.active {
  opacity: 1; }

.owl-visible.owl-carousel .owl-item.active .text {
  opacity: 1; }

.owl-carousel .owl-item > [class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }

.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%; }

.owl-carousel .owl-nav > * {
  position: absolute;
  cursor: pointer;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  line-height: 50px;
  font-size: 40px;
  border-radius: 10px;
  background-color: transparent;
  color: #103a71;
  border: 0 solid #103a71;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.owl-carousel .owl-nav > *:hover {
  color: #92752c; }

.owl-carousel .owl-nav > * i {
  line-height: inherit; }

.owl-carousel .owl-nav > *.owl-prev {
  left: 10px; }

.owl-carousel .owl-nav > *.owl-next {
  right: 10px; }

.owl-carousel .owl-dots {
  padding: 0;
  position: absolute;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

.owl-carousel .owl-dots > .owl-dot {
  display: inline-block;
  border: none;
  background: none; }

.owl-carousel .owl-dots > .owl-dot span {
  display: block;
  -webkit-backface-visibility: visible;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 100%;
  background-color: #D3D3D3;
  border: none; }

.owl-carousel .owl-dots > .owl-dot.active span, .owl-carousel .owl-dots > .owl-dot:hover span {
  background-color: #103a71;
  border-color: #103a71; }

@media only screen and (min-width: 992px) {
  .owl-carousel.nav-2 .owl-nav {
    left: -50px;
    right: -50px; } }

.owl-carousel.nav-3 .owl-nav {
  width: 70px;
  position: absolute;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  top: -20px;
  height: 30px;
  right: 0;
  left: auto; }

.owl-carousel.nav-3 .owl-nav > * {
  text-align: center;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px; }

.owl-carousel.nav-3 .owl-nav > *:hover {
  color: #103a71; }

.owl-carousel.nav-3 .owl-nav > *.owl-prev {
  left: 0; }

.owl-carousel.nav-3 .owl-nav > *.owl-next {
  right: 0; }

/* SYNC OWL */
.wrap-syn-owl {
  margin-bottom: 30px; }

.wrap-syn-owl .wrap-syn-1 {
  margin-bottom: 10px; }

.wrap-syn-owl .wrap-syn-2 .item {
  position: relative; }

.wrap-syn-owl .wrap-syn-2 .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid transparent;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5); }

.wrap-syn-owl .wrap-syn-2 .current .item:before {
  border-color: #103a71;
  background-color: rgba(0, 0, 0, 0); }

.wrap-syn-owl .divtext {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  z-index: 5; }

[class*="cttab"] .tab-content {
  min-height: 1px;
  position: relative; }

[class*="cttab"] .tab-content > div {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

[class*="cttab"] .tab-content > div.active {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  max-height: inherit;
  position: relative; }

[class*="cttab"] .tab-content > div.tab-map .tab-inner {
  padding-bottom: 0 !important; }

.cttab-v1 {
  position: relative; }

.cttab-v1 > .tab-menu {
  list-style: none; }

.cttab-v1 > .tab-menu > div {
  display: block;
  cursor: pointer;
  position: relative;
  font-family: "Open Sans", sans-serif;
  padding: 15px 0 15px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  color: inherit;
  padding-right: 50px; }

.cttab-v1 > .tab-menu > div span {
  display: block;
  line-height: inherit;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.cttab-v1 > .tab-menu > div .triangle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  width: 50px;
  opacity: 0;
  right: 0; }

.cttab-v1 > .tab-menu > div:hover {
  color: #103a71; }

.cttab-v1 > .tab-menu > div.active {
  color: #103a71; }

.cttab-v1 > .tab-menu > div.active .triangle {
  opacity: 1; }

.cttab-v1 > .tab-menu > div + div {
  border-top: 1px solid #D3D3D3; }

.cttab-v1 > .tab-content > div {
  padding-top: 15px; }

/*----------------------------------------------------------------------------------------------*/
.btn {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  overflow: hidden;
  font-weight: 500;
  font-size: 17px;
  color: #103a71;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #103a71;
  line-height: 43px;
  height: 45px;
  padding: 0 25px; }

.btn i {
  display: inline-block;
  line-height: inherit; }

.btn:hover, .btn:active {
  color: #fff;
  background-color: #103a71;
  border: 1px solid #103a71;
  -webkit-box-shadow: 0 0px 21px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 21px rgba(0, 0, 0, 0.5); }

.full.btn {
  display: block;
  width: auto; }

.round.btn {
  border-radius: 100px; }

.btn[class*='arrow']:before {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "\e902";
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  left: -2px;
  font-family: 'icomoon' !important; }

.arrowr.btn {
  padding-right: 50px; }

.arrowr.btn:before {
  right: 6px; }

.arrowr.lg.btn:before {
  right: 10px; }

.arrowr.sm.btn:before {
  right: 2px; }

.arrowl.btn {
  padding-left: 50px; }

.arrowl.btn:before {
  left: 6px; }

.arrowl.lg.btn:before {
  left: 10px; }

.arrowl.sm.btn:before {
  left: 2px; }

.lg.btn {
  line-height: 63px;
  height: 65px;
  font-size: 22px;
  padding: 0 45px; }

.sm.btn {
  line-height: 33px;
  height: 35px;
  font-size: 16px;
  padding: 0 20px; }

.ico-r.btn {
  padding-right: 45px; }

.ico-r.btn i {
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  right: 0;
  position: absolute;
  top: 0;
  width: 45px; }

.ico-r.btn:hover i {
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transform: translateX(5px); }

.ico-l.btn {
  padding-left: 45px; }

.ico-l.btn i {
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px; }

.ico-l.btn:hover i {
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transform: translateX(5px); }

.input {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 16px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  height: 35px;
  padding: 0 15px; }

.lg.input {
  font-size: 21px;
  height: 55px;
  padding-left: 35px; }

.sm.input {
  font-size: 15px;
  height: 30px;
  padding-left: 10px; }

.input:focus {
  border: 1px solid #103a71; }

/* SWITCH
------------------------------------------------------------------------------
*/
label.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px; }

label.switch input {
  display: none; }

label.switch > span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; }

label.switch > span:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: 24px;
  top: 4px;
  background-color: #E6E6E6;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; }

label.switch input:checked + span {
  background-color: #103a71;
  border-color: #103a71; }

label.switch input:checked + span:before {
  right: 4px;
  background-color: #fff; }

label.stext.switch {
  width: 66px; }

label.stext.switch > span span {
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  float: left;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #59595B;
  line-height: 28px; }

label.stext.switch > span .on {
  text-align: right;
  opacity: 0; }

label.stext.switch > span .off {
  text-align: left; }

label.stext.switch > span:before {
  right: 40px; }

label.stext.switch input:checked + span .on {
  opacity: 1;
  color: #fff; }

label.stext.switch input:checked + span .off {
  opacity: 0; }

label.round.switch > span {
  border-radius: 30px; }

label.round.switch > span:before {
  border-radius: 50%; }

label.round2.switch > span, label.round2.switch > span:before {
  border-radius: 3px; }

label.checkbox {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: normal;
  margin: 0 0 5px; }

label.checkbox input {
  display: none !important; }

label.checkbox > span {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  border-radius: 3px;
  background-color: #fff; }

label.checkbox > span:before {
  content: "";
  width: 5px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 3px;
  margin-top: -2px;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
  -ms-transform: translate(-50%, -50%) rotate(35deg);
  transform: translate(-50%, -50%) rotate(35deg); }

label.checkbox input:checked + span {
  border-color: #103a71;
  background-color: #103a71; }

label.checkbox input:checked + span:before {
  opacity: 1; }

label.checkbox input:disabled + span {
  opacity: 0.2; }

label.checkbox:hover > span {
  border-color: #103a71; }

label.radio {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: normal;
  margin: 0 0 5px; }

label.radio input {
  display: none !important; }

label.radio > span {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  border-radius: 100%;
  background-color: #fff; }

label.radio > span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #103a71;
  top: 50%;
  left: 50%;
  position: absolute;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

label.radio input:checked + span {
  border-color: #103a71; }

label.radio input:checked + span:before {
  opacity: 1; }

label.radio input:disabled + span {
  opacity: 0.2; }

label.radio:hover > span {
  border-color: #103a71; }

label.block.radio {
  padding: 30px 0 0;
  text-align: center;
  display: block; }

label.block.radio > span {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 0; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0; }

.table th, .table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ddd; }

ul.page-numbers {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0; }

ul.page-numbers li {
  display: inline-block; }

ul.page-numbers .page-numbers {
  display: block;
  text-align: center;
  overflow: hidden;
  width: 35px;
  height: 38px;
  color: #103a71;
  background-color: #f8f9fa;
  border-radius: 2px;
  line-height: 40px; }

ul.page-numbers .page-numbers.prev, ul.page-numbers .page-numbers.next {
  font-size: 12px; }

ul.page-numbers .page-numbers:hover, ul.page-numbers .page-numbers.current {
  color: #fff;
  background-color: #103a71; }

/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
.rowlabel {
  display: block; }

.rowlabel .item {
  overflow: hidden;
  display: block; }

.rowlabel .item .title {
  float: left;
  margin-right: 10px;
  position: relative;
  min-height: 1px; }

.rowlabel .item .text {
  overflow: hidden;
  display: block; }

.rowlabel .item > p {
  margin: 0; }

.rowlabel:not(.row) .item + .item {
  margin-top: 10px; }

.itemline.rowlabel .item + .item {
  border-top: 1px solid #CCCCCC;
  padding-top: 10px;
  margin-top: 10px; }

.label-line.rowlabel .item {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 10px; }

.label-line.rowlabel .item + .item {
  margin-top: 10px; }

.wrap-rotate-text {
  position: absolute; }

.wrap-rotate-text .rotate-text {
  position: absolute !important;
  margin: 0 !important;
  -webkit-transform-origin: left top !important;
  -ms-transform-origin: left top !important;
  transform-origin: left top !important;
  white-space: nowrap !important; }

.wrap-rotate-text .rotate-text.bottom {
  bottom: 0;
  -webkit-transform-origin: left bottom !important;
  -ms-transform-origin: left bottom !important;
  transform-origin: left bottom !important; }

@-webkit-keyframes ama-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@keyframes ama-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@-webkit-keyframes ama-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }

@keyframes ama-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }

@-webkit-keyframes ama-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

@keyframes ama-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

/* MODAL
------------------------------------------------------------------------------
*/
.modal {
  display: none; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  /* Modal Content/Box */
  /* The Close Button */ }

.modal .modal-dialog {
  width: 1140px;
  max-width: 94%;
  margin: 50px auto 0;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  background: #fff;
  right: 0;
  z-index: 10;
  text-align: center;
  color: #000;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px; }

.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.in.modal .modal-dialog {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.fade.modal-backdrop {
  filter: alpha(opacity=0);
  opacity: 0; }

.in.modal-backdrop {
  filter: alpha(opacity=50);
  opacity: .5; }

/*  Jquery Modal
------------------------------------------------------------------------------
*/
.jquery-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999999;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.jquery-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.jquery-modal.behind {
  background-color: transparent; }

.jquery-modal .modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.jquery-modal .modal a.close-modal {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  background: #fff;
  right: 0;
  z-index: 10;
  text-align: center;
  color: #000;
  line-height: 40px;
  border-radius: 3px;
  font-family: 'icomoon' !important;
  text-indent: -99999em;
  cursor: pointer; }

.jquery-modal .modal a.close-modal:before {
  content: "\e90f";
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.jquery-modal .modal a.close-modal:hover {
  color: #103a71; }

.jquery-modal .modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.jquery-modal .modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.jquery-modal .modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.jquery-modal .modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.jquery-modal .modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

/*  ToggleHeight
------------------------------------------------------------------------------
*/
.toggleHeight {
  overflow: hidden; }

.toggleHeight > .tgh-content {
  overflow: hidden;
  height: 0; }

.toggleHeight > .toggle .l {
  display: none; }

.toggleHeight > .toggle .m {
  display: block; }

.toggleHeight > .toggle.less .m {
  display: none; }

.toggleHeight > .toggle.less .l {
  display: block; }

/*  Dropdown
------------------------------------------------------------------------------
*/
.dropdown {
  position: relative; }

.dropdown > .title {
  display: block;
  cursor: pointer; }

.dropdown > .title:hover {
  color: #103a71; }

.subright.dropdown > .content {
  right: 0; }

.subright.dropdown > .content:before {
  right: 30px;
  left: auto; }

/*----------------------------------------------------------------------------------------------*/
.dropdown:not(.toggleClass):hover > .content, .active.dropdown > .content {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }

.dropdown > .content {
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  background-color: #EBEBEB;
  border-radius: 4px;
  padding: 5px;
  width: 260px;
  position: absolute; }

.dropdown > .content:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #EBEBEB;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-99%);
  -ms-transform: translateY(-99%);
  transform: translateY(-99%); }

.dropdown > .content > .inner {
  background-color: #fff;
  border-radius: 4px; }

.dropdown > .content ul.menu {
  margin: 0;
  padding: 0; }

.dropdown > .content ul.menu > li {
  display: block; }

.dropdown > .content ul.menu > li a {
  display: block;
  padding: 8px 10px; }

.dropdown > .content ul.menu > li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.dropdown > .content ul.menu > li.active a {
  color: #103a71; }

.dropdown > .right.content {
  right: 0; }

.dropdown > .right.content:before {
  right: 30px;
  left: auto; }

/* Custom space grid */
.grid-space-0 {
  margin-left: 0;
  margin-right: 0; }

.grid-space-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

.grid-space-2 {
  margin-left: -1px;
  margin-right: -1px; }

.grid-space-2 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px; }

.grid-space-4 {
  margin-left: -2px;
  margin-right: -2px; }

.grid-space-4 > [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px; }

@media only screen and (min-width: 768px) {
  .grid-space-10 {
    margin-left: -5px;
    margin-right: -5px; }
  .grid-space-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .grid-space-16 {
    margin-left: -8px;
    margin-right: -8px; }
  .grid-space-16 > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px; }
  .grid-space-20 {
    margin-left: -10px;
    margin-right: -10px; }
  .grid-space-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (min-width: 1200px) {
  .grid-space-40 {
    margin-left: -20px;
    margin-right: -20px; }
  .grid-space-40 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px; }
  .grid-space-60 {
    margin-left: -30px;
    margin-right: -30px; }
  .grid-space-60 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px; }
  .grid-space-80 {
    margin-left: -40px;
    margin-right: -40px; }
  .grid-space-80 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px; }
  .grid-space-120 {
    margin-left: -60px;
    margin-right: -60px; }
  .grid-space-120 > [class*="col-"] {
    padding-left: 60px;
    padding-right: 60px; }
  .grid-space-200 {
    margin-left: -100px;
    margin-right: -100px; }
  .grid-space-200 > [class*="col-"] {
    padding-left: 100px;
    padding-right: 100px; } }

/* EXTEND 
-------------------------------------------------*/
/* Theme - Include Mixins 
-------------------------------------------------*/
.list-icon {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-icon > li, .list-icon > div {
  padding: 5px 0 5px 25px;
  position: relative;
  margin-bottom: 5px; }

.list-icon > li:before, .list-icon > div:before {
  font-family: 'icomoon' !important;
  content: "";
  font-size: 100%;
  color: inherit;
  position: absolute;
  left: 0;
  top: 5px; }

/* RESET 
-------------------------------------------------*/
body:not(.home) #main {
  padding: 0 0 20px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px; }

h1, .h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 100%; }

.max500 {
  max-width: 500px;
  margin: 0 auto; }

textarea.input {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100px; }

.entry-content .meta {
  font-size: 12px;
  color: #707070;
  font-weight: normal; }

.entry-content p, .entry-content .p {
  margin-bottom: 30px; }

.entry-content ul, .entry-content ol {
  margin: 0 0 40px 25px; }

.entry-content ul li, .entry-content ol li {
  margin-bottom: 5px; }

.entry-content ul ul, .entry-content ol ul {
  margin-bottom: 0; }

.entry-content ul ul li:first-child, .entry-content ol ul li:first-child {
  margin-top: 5px; }

.entry-content ul ul.none, .entry-content ol ul.none {
  list-style: none;
  margin: 0; }

.entry-content img {
  height: auto; }

.entry-content a:not(.btn) {
  color: #103a71; }

.dropdown {
  position: relative; }

.dropdown-title {
  display: block; }

.dropdown-content {
  position: absolute;
  display: none;
  background-color: #fff;
  color: #333;
  padding: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 200px; }

.dropdown-content > li {
  display: block; }

.dropdown-content > li a {
  display: block;
  padding: 8px 0; }

.dropdown-content > li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.dropdown-content > li.active a {
  color: #103a71; }

.dropdown:hover .dropdown-content {
  display: block; }

.meta {
  margin-bottom: 10px;
  font-size: 14px;
  color: #B2B2B2;
  vertical-align: bottom; }

.meta i {
  font-size: 20px;
  display: inline-block;
  margin-right: 2px; }

#map {
  height: 500px; }

/* END RESET */
#panel {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  position: relative; }

#panel ul.menu {
  list-style: none;
  font-size: 14px;
  float: right; }

#panel ul.menu li {
  display: inline-block; }

#panel ul.menu li > a {
  display: block;
  color: #8c8c8c;
  line-height: 35px;
  padding: 0 15px; }

#panel ul.menu .secret {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #8c8c8c; }

body:not(.home) #header {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.21); }

.page-title {
  color: #103a71;
  font-size: 24px;
  font-weight: 400; }

.list-post-1 .item {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.list-post-1 .title {
  font-size: 20px;
  font-weight: 700;
  font-family: "DINRoundOT";
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase; }

.list-post-2 .item {
  margin-bottom: 45px; }

.list-post-2 .img {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.list-post-2 .date {
  margin-bottom: 10px;
  font-size: 14px;
  color: #B2B2B2;
  vertical-align: bottom; }

.list-post-2 .date i {
  font-size: 20px;
  display: inline-block;
  margin-right: 2px; }

.list-post-2 .title {
  font-size: 18px;
  font-weight: 700;
  font-family: "DINRoundOT";
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase; }

#slideshow .item {
  display: block;
  position: relative; }

#slideshow .item [class*=tRes] {
  max-height: 550px;
  min-height: 300px; }

#slideshow .item [class*=tRes]:before {
  background-color: rgba(0, 0, 0, 0.5); }

#slideshow .divtext {
  text-align: center;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  max-width: 700px;
  font-size: 25px;
  width: 100%;
  z-index: 5;
  color: #fff; }

.divsocial .item {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 28px;
  margin-left: 10px;
  font-size: 16px; }

.divsocial .item:hover {
  border-color: #103a71; }

.form-search-focus {
  position: relative;
  background: #103a71;
  border-radius: 50px; }

.form-search-focus input {
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 2;
  border: none;
  background-color: transparent;
  display: block;
  padding-left: 20px;
  opacity: 0;
  color: #fff; }

.form-search-focus input:focus {
  width: 250px;
  opacity: 1;
  padding-right: 35px; }

.form-search-focus input:focus ~ button {
  z-index: 3; }

.form-search-focus button {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  border: none;
  background: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer; }

.form-search-focus ::-webkit-input-placeholder {
  /* Edge */
  color: #fff; }

.form-search-focus :-ms-input-placeholder {
  /* Internet Explorer */
  color: #fff; }

.form-search-focus ::-ms-input-placeholder {
  color: #fff; }

.form-search-focus ::placeholder {
  color: #fff; }

#banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center; }

#banner .divtext {
  position: absolute;
  left: 15px;
  right: 15px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 35%; }

#banner h1 {
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  font-weight: normal; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #banner h1 {
    font-size: 60px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #banner h1 {
    font-size: 50px; } }

@media only screen and (max-width: 767px) {
  #banner h1 {
    font-size: 34px; } }

h2.section-title {
  color: #103a71;
  font-weight: 700; }

.ss1 h2.section-title {
  text-align: center;
  margin-bottom: 50px; }

.ss1 .item {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1); }

@media only screen and (min-width: 1200px) {
  .ss1 .item {
    height: 525px; } }

.ss1 .item:hover {
  -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1); }

.ss1 .divtext {
  padding: 20px; }

.ss1 .title {
  font-size: 19px;
  font-weight: 700;
  color: #103a71;
  margin-bottom: 15px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

@media screen and (min--moz-device-pixel-ratio: 0), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ss1 .title {
    max-height: 81.42857px;
    /* Fallback for non-webkit */
    display: block;
    /* Fallback for non-webkit */
    overflow: hidden;
    position: relative; } }

.ss1 .title:hover {
  color: #92752c; }

.ss1 .desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

@media screen and (min--moz-device-pixel-ratio: 0), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ss1 .desc {
    max-height: 121.42857px;
    /* Fallback for non-webkit */
    display: block;
    /* Fallback for non-webkit */
    overflow: hidden;
    position: relative; } }

.ss1 .owl-carousel .owl-dots {
  position: relative;
  bottom: auto;
  display: block;
  padding-top: 20px; }

.thumb {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1); }

.thumb > img {
  display: block; }

.ss0 {
  overflow: hidden; }

.ss0 .divtext {
  max-width: 360px; }

.ss0 .img {
  position: relative; }

.ss0 .img:before {
  content: "";
  width: 220px;
  height: 220px;
  background: url(../images/patten.png) no-repeat top left;
  background-size: 220px;
  display: block;
  position: absolute;
  top: -100px;
  left: -80px; }

.ss0 .thumb {
  float: left; }

.ss0 .thumb > img {
  height: 430px;
  width: auto;
  max-width: inherit; }

.ss1 {
  padding-top: 30px; }

.ss2 .row {
  margin-bottom: 30px; }

.ss2 .container {
  padding-top: 70px;
  padding-bottom: 100px; }

.ss2 .container:before {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  display: block;
  background-color: #e0e0e0;
  content: ""; }

.ss2 h3 {
  color: #2f2e2e;
  text-transform: uppercase; }

.ss2 .img > .inner {
  background: url(../images/patten.png) no-repeat top left;
  background-size: 130px;
  padding: 50px 0 0 50px; }

.ss2 .divtext {
  padding: 100px 0 50px; }

.ss3 {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 150px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 20; }

.ss3 .img {
  float: left;
  margin: 30px 0 0; }

.ss3 .img > img {
  width: auto;
  max-width: inherit; }

.ss3 .content {
  position: relative; }

.ss3 .content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: url(../images/gradient.png) repeat-x bottom center; }

.ss3 .content .inner {
  max-height: 350px;
  padding-bottom: 40px;
  overflow: hidden; }

.ss3 .toggleClass {
  position: relative; }

.ss3 .toggleClass > .toggle {
  position: absolute;
  bottom: 10px;
  background-color: #103a71;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 10px;
  border-radius: 100%;
  z-index: 10;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  cursor: pointer; }

.ss3 .toggleClass.active .content .inner {
  max-height: 700px; }

.ss3 .toggleClass.active > .toggle i:before {
  content: "\e929"; }

ul.menu-top-header > li > a:after {
  width: 20px;
  bottom: 22px; }

section.breadcrumbs {
  position: relative;
  padding: 20px 0;
  font-size: 14px; }

.entry-header {
  background-color: #103a71;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
  max-height: 450px;
  margin-bottom: 50px; }

.entry-header:before {
  background-color: rgba(0, 0, 0, 0.2); }

.entry-title {
  font-size: 38px;
  color: #103a71;
  margin-bottom: 40px;
  font-weight: 700; }

.widget-menu {
  background-color: #f8f9fa;
  padding: 25px 30px; }

.widget-menu ul.menu {
  list-style: none; }

.widget-menu ul.menu a {
  color: #103a71;
  display: block;
  padding: 10px 0;
  position: relative; }

.widget-menu ul.menu a:hover {
  color: #92752c; }

.widget-menu ul.menu li {
  display: block; }

.widget-menu ul.menu li + li {
  margin-top: 10px; }

.widget-menu ul.menu li.active a {
  font-weight: 700;
  color: #92752c; }

.widget-menu ul.menu li.active a:after {
  content: "";
  width: 12px;
  height: 3px;
  background-color: #92752c;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0; }

@media only screen and (max-width: 991px) {
  .widget-menu {
    padding: 15px; }
  .widget-menu .widget-menu ul.menu li.active a {
    padding-left: 10px; } }

.widget-menu.blog-menu {
  background-color: inherit; }

.widget-menu.blog-menu ul.menu li {
  position: relative; }

.widget-menu.blog-menu ul.menu li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #c3c3c3;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.widget-menu.blog-menu ul.menu li:hover:before, .widget-menu.blog-menu ul.menu li.active:before {
  background: #92752c; }

.widget-menu.blog-menu ul.menu li:hover a, .widget-menu.blog-menu ul.menu li.active a {
  font-weight: inherit;
  padding-left: 0; }

.widget-menu.blog-menu ul.menu li:hover a:after, .widget-menu.blog-menu ul.menu li.active a:after {
  display: none; }

.widget-menu.blog-menu ul.menu li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9; }

.widget-menu.blog-menu ul.menu li a {
  -webkit-line-clamp: 3;
  line-height: 28px; }

.timeline {
  position: relative; }

.timeline:before {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #dadada;
  left: 110px;
  content: ""; }

.timeline .item {
  position: relative;
  padding-left: 150px; }

.timeline .year {
  position: absolute;
  left: 0;
  font-size: 21px;
  font-weight: 700;
  color: #103a71; }

.timeline .icon {
  position: absolute;
  left: 95px;
  background-color: #fff;
  padding: 20px 0;
  top: -20px; }

.timeline .icon img {
  display: block; }

.page-trademark .list .item {
  margin-bottom: 30px; }

.page-trademark .list .item > img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.page-trademark .list .item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.select {
  background-color: #f8f9fa !important;
  border: none;
  border-radius: 3px; }

#filter {
  background-color: #fff;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px; }

#filter .title {
  display: block;
  color: #103a71;
  text-transform: uppercase;
  margin-bottom: 5px; }

#filter select {
  width: 100%; }

.viewmore {
  width: 290px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  line-height: 40px;
  max-width: 100%;
  text-transform: uppercase;
  color: #103a71;
  cursor: pointer; }

.viewmore:hover {
  color: #92752c; }

.page-trademark .entry-title {
  color: #103a71; }

/* news*/
.nav-horizontal {
  margin-bottom: 55px; }

.nav-horizontal > li {
  padding: 0 10px; }

.nav-horizontal a {
  text-transform: uppercase;
  color: #103a71;
  padding: 10px 20px; }

.nav-horizontal a.active, .nav-horizontal a:hover {
  background-color: #103a71;
  color: #fff; }

.row-no-padding-h > div[class^="col-"] {
  padding-left: 0;
  padding-right: 0; }

.btn.bg-primary {
  background-color: #103a71;
  color: #fff; }

.btn.bg-primary:focus,
.btn.bg-primary:hover {
  color: #103a71;
  background-color: #fff;
  border-color: 1px solid #103a71; }

.btn.white.inset {
  -webkit-box-shadow: inset -1px -2px 26px 7px #e9eaeb;
  box-shadow: inset -1px -2px 26px 7px #e9eaeb; }

.btn.white.inset:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.color-primary {
  color: #103a71 !important; }

.font-light {
  font-weight: 100 !important; }

.mb-50 {
  margin-bottom: 50px; }

.bg-grey {
  background-color: #f8f9fa; }

/**/
.box-shadow-bottom {
  -webkit-box-shadow: -6px 1px 26px 7px #e9eaeb;
  -moz-box-shadow: -6px 1px 26px 7px #e9eaeb;
  box-shadow: -6px 1px 26px 7px #e9eaeb;
  background-color: #fff; }

.box-shadow-bottom + .btn.full {
  margin: 0 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.list-news .item-wrapper {
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px; }

.list-news .item-wrapper .item {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.list-news .item-wrapper .item-title {
  padding: 30px;
  font-weight: 700;
  color: #103a71;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 7px 5px 0px #dddddd;
  -moz-box-shadow: 0px 7px 5px 0px #dddddd;
  box-shadow: 0px 7px 5px 0px #dddddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.list-news .item-wrapper .item-title .image-icon,
.list-news .item-wrapper .item-title i {
  width: 55px;
  height: 55px;
  background-color: #1bb1e7;
  color: #fff;
  border-radius: 3px;
  margin-right: 20px;
  display: inline-block;
  line-height: 55px;
  font-size: 20px;
  text-align: center;
  position: relative;
  top: 3px; }

.list-news .item-wrapper:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.list-news .item-wrapper:hover a {
  color: #1bb1e7; }

@font-face {
  font-family: 'DINRoundOT';
  src: url(../fonts/DINRoundOT/DINRoundOT.otf);
  font-weight: 500; }

@font-face {
  font-family: 'DINRoundOT';
  src: url(../fonts/DINRoundOT/DINRoundOT-Light.otf);
  font-weight: 400; }

@font-face {
  font-family: 'DINRoundOT';
  src: url(../fonts/DINRoundOT/DINRoundOT-Medium.otf);
  font-weight: 600; }

@font-face {
  font-family: 'DINRoundOT';
  src: url(../fonts/DINRoundOT/DINRoundOT-Bold.otf);
  font-weight: 700; }

@font-face {
  font-family: 'SFUFutura';
  src: url(../fonts/sfu/SFUFutura.ttf);
  font-weight: 500; }

@font-face {
  font-family: 'SFUFutura';
  src: url(../fonts/sfu/SFUFuturaBold2.TTF);
  font-weight: 700; }

@font-face {
  font-family: 'SFUFutura';
  src: url(../fonts/sfu/SFUFuturaHeavy2.TTF);
  font-weight: 900; }

/*----------------------------------------------*/
body {
  font-family: 'DINRoundOT', 'SFUFutura', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  color: #494949; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 15px; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'SFUFutura', sans-serif;
  font-weight: 500; }

/*----------------------------------------------*/
.menu-top-header > li > a:after {
  background-color: inherit !important; }

/*----------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .afterHeader {
    height: 134px; } }

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .afterHeader {
    height: 120px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .afterHeader {
    height: 110px; } }

@media only screen and (max-width: 767px) {
  .afterHeader {
    height: 110px; } }

/*----------------------------------------------*/
/* PROPERTY 
------------------------------------------------*/
#header {
  z-index: 1000;
  position: relative;
  background-color: #fff; }

#header #logo {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#header #logo.l {
  left: 15px; }

#header #logo.r {
  right: 15px; }

#header #logo.c {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

#header .wrap-menu-header {
  position: relative; }

#header .group-header {
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: table; }

#header .group-header > .item {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle; }

.fixe#header {
  position: absolute;
  left: 0;
  right: 0; }

.fixed#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }

.sticky#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.stickyUp#header {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.stickyDown#header {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

@media only screen and (max-width: 767px) {
  body.showMenu #header .wrap-menu-header ul.menu {
    opacity: 1;
    visibility: visible; } }

@media only screen and (min-width: 1200px) {
  ul.menu-top-header {
    margin: 0;
    list-style: none;
    padding: 0;
    float: right;
    text-align: left; }
  ul.menu-top-header > li {
    position: relative;
    margin-right: 0;
    float: left; }
  ul.menu-top-header > li > a {
    display: block;
    font-size: 15px;
    padding: 0 10px 0 0;
    text-transform: uppercase; } }

@media only screen and (min-width: 1200px) {
  ul.menu-top-header > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #92752c; }
  ul.menu-top-header > li .showsubmenu {
    position: absolute;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 5px;
    display: none !important; }
  ul.menu-top-header > li > .wrapul, ul.menu-top-header > li > ul {
    left: 0;
    margin: 30px 0 0;
    width: 250px; }
  ul.menu-top-header > li .wrapul, ul.menu-top-header > li > ul {
    position: absolute;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    background-color: #fff; }
  ul.menu-top-header > li .wrapul ul, ul.menu-top-header > li > ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  ul.menu-top-header > li .wrapul li, ul.menu-top-header > li > ul li {
    display: block;
    position: relative; }
  ul.menu-top-header > li .wrapul li + li, ul.menu-top-header > li > ul li + li {
    border-top: 1px solid #f1f1f1; }
  ul.menu-top-header > li .wrapul li.children > a, ul.menu-top-header > li > ul li.children > a {
    padding-right: 25px; }
  ul.menu-top-header > li .wrapul li.children > a:after, ul.menu-top-header > li > ul li.children > a:after {
    font-family: 'icomoon' !important;
    content: "\e900";
    position: absolute;
    right: 15px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  ul.menu-top-header > li .wrapul li a, ul.menu-top-header > li > ul li a {
    display: block;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 250px;
    max-width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    padding: 10px;
    text-transform: uppercase; }
  ul.menu-top-header > li .wrapul li .wrapul, ul.menu-top-header > li > ul li .wrapul {
    left: 90%;
    top: 0;
    margin: 0 0 0 30px;
    overflow: hidden;
    width: 0; }
  ul.menu-top-header > li .wrapul li:hover, ul.menu-top-header > li > ul li:hover {
    z-index: 100; }
  ul.menu-top-header > li .wrapul li:hover > a, ul.menu-top-header > li > ul li:hover > a {
    color: #103a71;
    padding-left: 20px; }
  ul.menu-top-header > li .wrapul li:hover > .wrapul, ul.menu-top-header > li .wrapul li:hover > ul, ul.menu-top-header > li > ul li:hover > .wrapul, ul.menu-top-header > li > ul li:hover > ul {
    margin: 0;
    overflow: visible;
    width: 250px;
    opacity: 1;
    visibility: visible; }
  ul.menu-top-header > li .wrapul li[class*="current"] > a, ul.menu-top-header > li .wrapul li.active > a, ul.menu-top-header > li > ul li[class*="current"] > a, ul.menu-top-header > li > ul li.active > a {
    color: #103a71; }
  ul.menu-top-header > li:hover > a {
    color: #92752c; }
  ul.menu-top-header > li:hover > .wrapul {
    visibility: visible;
    opacity: 1;
    margin-top: 0; } }

/*------------------------------------------*/
.wrap-menu-header .menu-head {
  display: none; }

/*------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .wrap-menu-header {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: none;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99999   !important;
    max-width: 100%;
    overflow: hidden;
    background-color: #fff;
    width: 400px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    right: auto;
    color: #000; }
  .wrap-menu-header .menu-head {
    position: relative;
    padding: 0 15px;
    line-height: 70px;
    height: 70px;
    border-bottom: 1px solid #f1f1f1; }
  .wrap-menu-header .menu-head h3 {
    margin: 0;
    font-size: 20px;
    line-height: inherit; }
  .wrap-menu-header .menu-head .menu-btn {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px; }
  .wrap-menu-header .menu-head .back {
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center; }
  .wrap-menu-header .menu-head .back i {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 25px; }
  .wrap-menu-header .menu-head {
    display: block !important; }
  .wrap-menu-header ul.menu-top-header {
    list-style: none;
    margin: 0;
    padding: 0;
    float: none !important; }
  .wrap-menu-header ul.menu-top-header a:before,
  .wrap-menu-header ul.menu-top-header a:after {
    display: none !important; }
  .wrap-menu-header ul.menu-top-header > li {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    float: none !important;
    display: block;
    margin: 0;
    padding: 0; }
  .wrap-menu-header ul.menu-top-header > li > a {
    display: block;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 5px;
    text-transform: uppercase; }
  .wrap-menu-header ul.menu-top-header > li .showsubmenu {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 50px;
    display: block !important;
    height: 50px;
    text-align: center;
    border-left: 1px solid #f1f1f1;
    line-height: 50px;
    font-size: 12px;
    overflow: hidden;
    z-index: 10;
    color: inherit;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important; }
  .wrap-menu-header ul.menu-top-header > li .showsubmenu:before {
    display: inline-block; }
  .wrap-menu-header ul.menu-top-header > li:hover > a, .wrap-menu-header ul.menu-top-header > li[class*="current"] > a, .wrap-menu-header ul.menu-top-header > li.active > a, .wrap-menu-header ul.menu-top-header > li.parent-showsub > a {
    color: #103a71; }
  .wrap-menu-header ul.menu-top-header li > ul, .wrap-menu-header ul.menu-top-header .wrapul {
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    visibility: visible;
    display: none;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    left: auto !important;
    width: auto !important;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    border: none;
    border-top: 1px solid #f1f1f1; }
  .wrap-menu-header ul.menu-top-header li > ul li, .wrap-menu-header ul.menu-top-header .wrapul li {
    display: block;
    position: relative; }
  .wrap-menu-header ul.menu-top-header li > ul li + li, .wrap-menu-header ul.menu-top-header .wrapul li + li {
    border-top: 1px solid #f1f1f1; }
  .wrap-menu-header ul.menu-top-header li > ul li a, .wrap-menu-header ul.menu-top-header .wrapul li a {
    display: block;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 5px; }
  .wrap-menu-header ul.menu-top-header li > ul li .showsubmenu, .wrap-menu-header ul.menu-top-header .wrapul li .showsubmenu {
    height: 46px;
    line-height: 46px; }
  .wrap-menu-header ul.menu-top-header li > ul li:hover > a, .wrap-menu-header ul.menu-top-header li > ul li[class*="current"] > a, .wrap-menu-header ul.menu-top-header li > ul li.active > a, .wrap-menu-header ul.menu-top-header li > ul li.parent-showsub > a, .wrap-menu-header ul.menu-top-header .wrapul li:hover > a, .wrap-menu-header ul.menu-top-header .wrapul li[class*="current"] > a, .wrap-menu-header ul.menu-top-header .wrapul li.active > a, .wrap-menu-header ul.menu-top-header .wrapul li.parent-showsub > a {
    color: #103a71; }
  .wrap-menu-header ul.menu-top-header li > ul ul a, .wrap-menu-header ul.menu-top-header .wrapul ul a {
    padding-left: 45px; }
  .wrap-menu-header ul.menu-top-header li > ul ul ul a, .wrap-menu-header ul.menu-top-header .wrapul ul ul a {
    padding-left: 60px; }
  .wrap-menu-header ul.menu-top-header li > ul ul ul ul a, .wrap-menu-header ul.menu-top-header .wrapul ul ul ul a {
    padding-left: 75px; }
  .wrap-menu-header ul.menu-top-header li.parent-showsub > .showsubmenu:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  body.showMenu .wrap-menu-header {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .menu-btn {
    display: block; } }

/*------------------------------------------*/
body.showMenu {
  overflow: hidden; }

body.showMenu #wrapper {
  overflow: hidden; }

body.showMenu .wrap-menu-pc {
  opacity: 1;
  visibility: visible; }

body.showMenu [class*='wrap-menu-mb'] {
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  visibility: visible; }

body.showMenu .menu-btn.overlay {
  visibility: visible;
  opacity: 1;
  left: 400px; }

body.showMenu .menu-btn.x span {
  background: none !important; }

body.showMenu .menu-btn.x:after {
  -ms-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
  -webkit-transform: translateY(-12px) rotate(45deg); }

body.showMenu .menu-btn.x:before {
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
  -webkit-transform: translateY(12px) rotate(-45deg); }

/*------------------------------------------*/
/*------------------------------------------*/
#header .form-search-focus {
  background: #fff; }

#header .form-search-focus .icon-search:before {
  font-weight: bold;
  color: #767676; }

.form-search-focus {
  position: relative;
  background: #103a71;
  border-radius: 50px; }

/*------------------------------------------*/
.form-search-focus input {
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 2;
  border: none;
  background-color: transparent;
  display: block;
  padding-left: 20px;
  opacity: 0;
  color: #fff;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; }

.form-search-focus input:focus ~ button {
  z-index: 3; }

.form-search-focus button {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  border: none;
  background: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer; }

.form-search-focus ::-webkit-input-placeholder {
  /* Edge */
  color: #858585; }

.form-search-focus :-ms-input-placeholder {
  /* Internet Explorer */
  color: #858585; }

.form-search-focus ::-ms-input-placeholder {
  color: #858585; }

.form-search-focus ::placeholder {
  color: #858585; }

/*------------------------------------------*/
body.showMenu .menu-btn.overlay {
  left: inherit; }

body:not(.home) #header {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.11); }

/*------------------------------------------*/
#header {
  z-index: 1000;
  position: relative;
  background-color: #fff;
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/ }
  #header > .container {
    z-index: 0; }
    @media only screen and (min-width: 1200px) {
      #header > .container {
        height: 84px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #header > .container {
        height: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #header > .container {
        height: 60px; } }
    @media only screen and (max-width: 767px) {
      #header > .container {
        height: 60px; } }
  #header .btn-search {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #103a71;
    border-radius: 100%;
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 20px; }
  #header #logo {
    position: absolute !important;
    top: 50%;
    width: 168px;
    height: 25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      #header #logo {
        height: 60px; } }
    #header #logo img {
      display: block;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        #header #logo img {
          max-height: 32px; } }
  #header #logo.l {
    left: 15px; }
  #header #logo.r {
    right: 15px; }
  #header #logo.c {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  #header .group-header {
    right: 0; }
    @media only screen and (max-width: 767px) {
      #header .group-header {
        top: 32px;
        right: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      #header .group-header .menu-btn.x {
        display: block; } }
  #header .menu-top-header > li > a {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
    @media only screen and (min-width: 1200px) {
      #header .menu-top-header > li > a {
        line-height: 84px; } }
    @media only screen and (min-width: 1200px) and (min-width: 992px) and (max-width: 1199px) {
      #header .menu-top-header > li > a {
        line-height: 70px; } }
    @media only screen and (min-width: 1200px) and (min-width: 768px) and (max-width: 991px) {
      #header .menu-top-header > li > a {
        line-height: 60px; } }
    @media only screen and (min-width: 1200px) and (max-width: 767px) {
      #header .menu-top-header > li > a {
        line-height: 60px; } }
  @media only screen and (min-width: 1200px) {
    #header .menu-top-header > li[class*="current"]:after {
      opacity: 1; } }
  @media only screen and (min-width: 1200px) {
    #header .menu-top-header li {
      margin-left: 10px; } }
  #header .menu-top-header li:after {
    content: '';
    width: 100%;
    height: 6px;
    background-color: #68BE42;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  @media only screen and (min-width: 1200px) {
    #header .menu-top-header li.active:after, #header .menu-top-header li:hover:after {
      opacity: 1; } }
  #header .menu-top-header a {
    color: #0056B8;
    font-weight: 900; }
  @media only screen and (max-width: 1199px) {
    #header .wrap-menu-header {
      overflow: auto;
      width: 100%;
      z-index: 0 !important; } }
  @media only screen and (min-width: 1200px) {
    #header .wrap-menu-header {
      margin-right: 290px; } }
  @media only screen and (max-width: 1199px) and (min-width: 992px) {
    #header .wrap-menu-header {
      top: 120px; } }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    #header .wrap-menu-header {
      top: 109px; } }
  @media only screen and (max-width: 767px) {
    #header .wrap-menu-header {
      top: 109px; } }
  #header .form-search-focus {
    background: #fff;
    border-bottom: 1px solid #A8DDF5;
    /*------------------------------------------*/
    /*------------------------------------------*/ }
    #header .form-search-focus .icon-search:before {
      font-weight: bold;
      color: #767676; }
    #header .form-search-focus input {
      width: 35px;
      height: 35px;
      position: relative;
      z-index: 2;
      border: none;
      background-color: transparent;
      display: block;
      padding-left: 20px;
      opacity: 0;
      color: #000;
      -webkit-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      #header .form-search-focus input:focus {
        width: 200px;
        opacity: 1;
        padding-right: 35px;
        border: none;
        border-radius: 0px 0px 4px 4px; }
  #header .th-media1 {
    color: #0056B8; }
    #header .th-media1 .list1,
    #header .th-media1 .list2 {
      display: block;
      list-style-type: none; }
      #header .th-media1 .list1 li,
      #header .th-media1 .list2 li {
        display: inline-block; }
      #header .th-media1 .list1 a,
      #header .th-media1 .list2 a {
        padding: 10px 15px; }
    #header .th-media1 .list1 .icon-facebook:before {
      color: #0056B8;
      font-size: 20px; }
    #header .th-media1 .list1 .icon-youtube {
      position: relative;
      top: 3px;
      font-size: 23px; }
    #header .th-media1 .list1 li:not(:last-child) {
      margin-right: 5px; }
    #header .th-media1 .list2 li {
      position: relative; }
      #header .th-media1 .list2 li:not(:last-child):after {
        content: "";
        width: 2px;
        height: 16px;
        display: block;
        position: absolute;
        background: #858585;
        top: 36%;
        opacity: 0.9; }
      #header .th-media1 .list2 li:after {
        right: 0; }
      #header .th-media1 .list2 li:first-child:before {
        left: 0; }
  #header .th-panel {
    color: #0056B8;
    border: 1px solid #EBF8FD; }
    #header .th-panel .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: auto; }
    #header .th-panel .list1,
    #header .th-panel .list2 {
      list-style-type: none; }
      #header .th-panel .list1 li,
      #header .th-panel .list2 li {
        display: inline-block; }
    #header .th-panel .list1 {
      margin-right: 32px;
      font-size: 19px; }
      #header .th-panel .list1 .icon-facebook:before {
        color: #0056B8; }
      #header .th-panel .list1 .icon-youtube {
        position: relative;
        top: 3px;
        font-size: 23px; }
      #header .th-panel .list1 li:not(:last-child) {
        margin-right: 15px; }
    #header .th-panel .list2 {
      margin-right: 34px; }
      #header .th-panel .list2 li {
        position: relative; }
        #header .th-panel .list2 li:after, #header .th-panel .list2 li:first-child:before {
          content: "";
          width: 2px;
          height: 16px;
          display: block;
          position: absolute;
          background: #858585;
          top: 21%;
          opacity: 0.9; }
        #header .th-panel .list2 li:after {
          right: 0; }
        #header .th-panel .list2 li:first-child:before {
          left: 0; }
      #header .th-panel .list2 a {
        position: relative;
        display: block;
        padding: 0 12px; }
    #header .th-panel .secret {
      display: inline-block;
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent !important;
      border-right: 5px solid transparent !important;
      border-top: 5px solid #0056B8; }
    #header .th-panel .lang1 {
      list-style-type: none; }
      #header .th-panel .lang1 > li {
        position: relative;
        padding: 13px 0; }
        #header .th-panel .lang1 > li:hover .lang1__dropdown {
          visibility: visible;
          opacity: 1; }
      #header .th-panel .lang1__dropdown {
        visibility: hidden;
        list-style-type: none;
        opacity: 0;
        min-width: 5rem;
        position: absolute;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-top: 0;
        left: 0;
        border: 1px solid #dadada;
        background: #fff;
        z-index: 2;
        top: 48px; }
        #header .th-panel .lang1__dropdown a {
          display: block;
          padding: 8px 3px 8px;
          -webkit-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          transition: all ease 0.2s; }
          #header .th-panel .lang1__dropdown a a:hover {
            margin-left: 3px; }
          #header .th-panel .lang1__dropdown a img {
            margin-right: 3px; }
  #header .th-note {
    position: absolute;
    width: 100%;
    padding: 7px 7px;
    z-index: 0;
    top: 36px;
    font-size: 13px;
    color: #858585;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all linear 500ms;
    -o-transition: all linear 500ms;
    transition: all linear 500ms; }
    @media only screen and (max-width: 767px) {
      #header .th-note {
        width: 200px;
        right: 0;
        font-size: 12px; } }
    #header .th-note_title1 {
      margin-bottom: 10px;
      font-size: 13px;
      color: #0056B8; }
    #header .th-note ul {
      list-style-type: none; }
    #header .th-note_list1 li {
      display: inline-block;
      position: relative;
      padding: 0 6px;
      margin-bottom: 7px; }
      @media only screen and (max-width: 767px) {
        #header .th-note_list1 li {
          margin-bottom: 4px; } }
      #header .th-note_list1 li:not(:last-child):after {
        content: "";
        width: 1px;
        height: 16px;
        display: block;
        position: absolute;
        background: #858585;
        top: 21%;
        opacity: 0.9;
        right: 0; }
      #header .th-note_list1 li:first-child {
        padding-left: 0; }
      #header .th-note_list1 li:last-child {
        padding-left: 0;
        padding-right: 0; }
    #header .th-note_list2 li {
      display: inline-block;
      position: relative;
      margin-right: 5px;
      margin-bottom: 7px;
      padding: 2px 6px;
      border-radius: 10px;
      border: 1px solid #858585; }
  #header .th-search-box {
    position: relative; }
    @media only screen and (min-width: 1200px) {
      #header .th-search-box {
        right: 47px; } }
    @media only screen and (max-width: 1199px) and (min-width: 768px) {
      #header .th-search-box {
        right: 40px; } }
    #header .th-search-box button {
      position: absolute;
      top: 0;
      right: 0;
      width: 35px;
      height: 100%;
      border: none;
      background: none;
      text-align: center;
      color: #fff;
      font-size: 16px;
      cursor: pointer; }
    #header .th-search-box .search-text {
      width: 220px;
      height: 35px;
      padding: 0 35px 0 8px;
      font-size: 13px;
      border: none;
      border-radius: 0px 0px 4px 4px;
      border-bottom: 1px solid #A8DDF5; }
  @media only screen and (max-width: 767px) {
    #header .c-showPC {
      display: none !important; } }
  @media only screen and (min-width: 768px) {
    #header .c-showSP {
      display: none !important; } }
  #header.sticky {
    opacity: 0.9; }
  #header #site-header-cart {
    position: absolute; }
    @media only screen and (min-width: 1200px) {
      #header #site-header-cart {
        top: 0;
        right: 0; } }
    @media only screen and (max-width: 1199px) and (min-width: 768px) {
      #header #site-header-cart {
        right: 33px;
        top: 7px; } }
    #header #site-header-cart .cart-contents {
      width: 30px;
      height: 30px; }
  #header .site-header-cart .cart-contents .count {
    right: 3px; }
  #header .woocommerce .widget_shopping_cart .cart_list a.remove, #header .woocommerce.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #858585 !important; }
    #header .woocommerce .widget_shopping_cart .cart_list a.remove:hover, #header .woocommerce.widget_shopping_cart .cart_list a.remove:hover {
      color: #68BE42 !important;
      background: #fff; }
  #header .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons, #header .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons {
    padding-left: 10px; }

/*------------------------------------------*/
/*------------------------------------------*/
/*============================================*/
/* SELECT 2
------------------------------------------------------------------------------
*/
/*.select2-container {
  display: block;
  z-index: 99; }*/
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

/*.select2-container .selection {
  display: block; }*/
.select2-container .select2-selection {
  display: block; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container .select2-search--inline {
  float: left; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-results {
  display: block; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-results__option[aria-selected] {
  cursor: pointer; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--open .select2-dropdown {
  left: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

/* line 1, assets/scss/extend/_select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 1, assets/scss/extend/_select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */
/* line 7, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/ }

/* line 58, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0; }

/* line 69, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px; }

/* line 73, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px; }

/* line 83, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */ }

/* line 93, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999; }

/* line 97, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999; }

/* line 101, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1; }

/* line 106, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999; }

/* line 110, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */ }

/* line 125, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0; }

/* line 129, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed; }

/* line 134, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626; }

/* line 139, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff; }

/* line 144, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px; }

/* line 148, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

/* line 152, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px; }

/* line 157, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px; }

/* line 162, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px; }

/* line 167, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px; }

/* line 172, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px; }

/* line 177, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap; }

/* line 186, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9; }

/* line 198, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */ }

/* line 207, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px; }

/* line 212, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent; }

/* line 218, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent; }

/* line 224, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

/* line 232, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333; }

/* line 236, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 242, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed; }

/* line 247, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee; }

/* line 252, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none; }

/* line 257, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px; }

/* line 265, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px; }

/* line 271, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 276, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */ }

/* line 285, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px; }

/* line 293, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 306, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0; }

/* line 311, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999; }

/* line 315, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */ }

/* line 330, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 345, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px; }

/* line 351, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px; }

/* line 362, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em; }

/* line 371, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px; }

/* line 379, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

/* line 383, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px; }

/* line 387, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */ }

/* line 398, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px; }

/* line 404, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px; }

/* line 411, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px; }

/* line 420, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5; }

/* line 429, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px; }

/* line 435, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */ }

/* line 446, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px; }

/* line 452, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px; }

/* line 461, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px; }

/* line 468, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px; }

/* line 478, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333; }

/* line 487, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px; }

/* line 493, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }

/* line 499, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px; }

/* line 504, assets/scss/extend/_select2bt.scss */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }

/* line 510, assets/scss/extend/_select2bt.scss */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px; }

/* line 515, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */ }

/* line 527, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px; }

/* line 532, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */ }

/* line 539, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 543, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto; }

/* line 548, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0; }

/* line 552, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

/* line 558, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px; }

/* line 563, assets/scss/extend/_select2bt.scss */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 95, assets/scss/themes/_theme.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  right: 15px; }

/* line 97, assets/scss/themes/_theme.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  font-family: "icomoon" !important;
  font-size: 8px;
  margin-top: -1px; }

/* line 99, assets/scss/themes/_theme.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
  content: '';
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #0056B8; }

/* line 102, assets/scss/themes/_theme.scss */
.select2-container--bootstrap .select2-selection {
  background-color: #fff;
  font-size: 14px;
  border: none;
  border: 1px solid #C9F1B7 !important;
  color: #858585;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 6px 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 0;
  padding-left: 15px;
  /*margin-bottom: 30px;*/
  height: 34px;
  border: none; }

@media only screen and (max-width: 767px) {
  /* line 102, assets/scss/themes/_theme.scss */
  .select2-container--bootstrap .select2-selection {
    margin-bottom: 10px; } }

/* line 119, assets/scss/themes/_theme.scss */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 30px; }

/* line 123, assets/scss/themes/_theme.scss */
.select2-container--bootstrap .select2-dropdown {
  border-color: #000 !important;
  margin-top: 0px; }

/* line 126, assets/scss/themes/_theme.scss */
.select2-container--bootstrap.select2-container--open .select2-selection__arrow b:before {
  content: '';
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #0056B8; }

/* line 129, assets/scss/themes/_theme.scss */
.select2-container--bootstrap.select2 {
  width: 100% !important; }

/* line 686, assets/scss/extend/_select2bt.scss */
.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none; }

/* line 690, assets/scss/extend/_select2bt.scss */
.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3; }

/* line 694, assets/scss/extend/_select2bt.scss */
.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top; }

/* END RESET */
/*-------------------TH---------------*/
/* line 206, assets/scss/themes/_theme.scss */
#wpsl-wrap {
  padding-left: 60px;
  padding-right: 60px; }

@media only screen and (max-width: 767px) {
  #wpsl-gmap {
    width: 100%; } }

/* line 209, assets/scss/themes/_theme.scss */
#wpsl-search-wrap .select2 {
  display: block !important; }

/* line 213, assets/scss/themes/_theme.scss */
#wpsl-category {
  float: none !important; }

/* line 215, assets/scss/themes/_theme.scss */
.wpsl-info-window p {
  line-height: 20px;
  margin-bottom: 0; }

/* line 221, assets/scss/themes/_theme.scss */
.wpsl-store-location p {
  margin-bottom: 0; }

/* line 228, assets/scss/themes/_theme.scss */
.wpsl-search {
  margin-bottom: 0;
  min-height: 105px;
  max-height: 178px;
  padding: 0;
  background: none; }

/* line 238, assets/scss/themes/_theme.scss */
#wpsl-search-wrap div {
  margin-right: 0; }

#wpsl-search-wrap div.collapsible {
  float: none; }
  #wpsl-search-wrap div.collapsible .hide-box {
    display: none; }

/* line 241, assets/scss/themes/_theme.scss */
#wpsl-search-wrap .actions {
  margin-top: 30px;
  -webkit-transition: -webkit-transform 0.7s ease-out;
  transition: -webkit-transform 0.7s ease-out;
  -o-transition: transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
  text-align: center; }

/* line 247, assets/scss/themes/_theme.scss */
#wpsl-search-wrap .actions .btn:not(:last-child) {
  margin-right: 30px; }

@media only screen and (max-width: 767px) {
  /* line 241, assets/scss/themes/_theme.scss */
  #wpsl-search-wrap .actions {
    margin-top: 0px !important; }
  /* line 252, assets/scss/themes/_theme.scss */
  #wpsl-search-wrap .actions .btn {
    margin-right: 0 !important;
    width: 170px;
    margin-bottom: 10px; } }

/* line 263, assets/scss/themes/_theme.scss */
#wpsl-result-list {
  padding: 30px 15px;
  padding-bottom: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0745);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0745);
  height: 580px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    #wpsl-result-list {
      width: 100%;
      height: auto; } }

/* line 269, assets/scss/themes/_theme.scss */
#wpsl-result-list ul li:not(:last-child) {
  border-bottom: 1px dashed #DDDDDD; }

/* line 272, assets/scss/themes/_theme.scss */
#wpsl-result-list ul li {
  padding: 18px 0; }

/* line 276, assets/scss/themes/_theme.scss */
#wpsl-result-list li p {
  margin-bottom: 0; }

#wpsl-stores,
#th-store-founded {
  color: #000000; }
  #wpsl-stores .title.h5,
  #th-store-founded .title.h5 {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #0056B8; }
    #wpsl-stores .title.h5:before,
    #th-store-founded .title.h5:before {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 10px;
      background-color: #68BE42; }
  #wpsl-stores .title.h5,
  #wpsl-stores .wpsl-street,
  #th-store-founded .title.h5,
  #th-store-founded .wpsl-street {
    display: block;
    margin-bottom: 7px; }

/* line 280, assets/scss/themes/_theme.scss */
.storeCounter {
  border-bottom: 1px solid #ddd;
  margin-bottom: 18px;
  padding-bottom: 18px;
  display: block; }

/* line 281, assets/scss/themes/_theme.scss */
.storeCounter span {
  color: #D0021B;
  margin-right: 5px;
  font-weight: bold; }

/* line 291, assets/scss/themes/_theme.scss */
#list-stores-wrap {
  height: calc(580px - 90px) !important;
  overflow-y: auto; }

/* line 294, assets/scss/themes/_theme.scss */
#list-stores-wrap .list-stores {
  list-style: none;
  margin: 0; }

.btn {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  overflow: hidden;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background-color: #46B9F2;
  border-radius: 4px;
  border: none;
  line-height: 35px;
  height: 35px;
  padding: 0 25px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/fonts/icomoon.eot?ui2i8x");
  src: url("../fonts/icomoon/fonts/icomoon.eot?ui2i8x#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?ui2i8x") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?ui2i8x") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?ui2i8x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tien-loi:before {
  content: "\e961";
  color: #0056b8; }

.icon-cart5:before {
  content: "\e966";
  color: #858585; }

.icon-sua1:before {
  content: "\e963";
  color: #0056b8; }

.icon-sua:before {
  content: "\e962";
  color: #0056b8; }

.icon-sua2:before {
  content: "\e964";
  color: #0056b8; }

.icon-sua3:before {
  content: "\e965";
  color: #0056b8; }

.icon-food:before {
  content: "\e923";
  color: #0056b8; }

.icon-khach-san:before {
  content: "\e95e";
  color: #0056b8; }

.icon-nha-hang:before {
  content: "\e95f";
  color: #0056b8; }

.icon-sieu-thi:before {
  content: "\e960";
  color: #0056b8; }

.icon-insta:before {
  content: "\e95d"; }

.icon-star1:before {
  content: "\e95b";
  color: #0056b8; }

.icon-star2:before {
  content: "\e95c";
  color: #0056b8; }

.icon-right:before {
  content: "\e95a"; }

.icon-next:before {
  content: "\e900"; }

.icon-placeholder:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e958";
  color: #fff; }

.icon-back:before {
  content: "\e902"; }

.icon-left-arrow:before {
  content: "\e957"; }

.icon-up-arrow:before {
  content: "\e956"; }

.icon-arrow-1:before {
  content: "\e915"; }

.icon-arrow-4:before {
  content: "\e903"; }

.icon-arrow-5:before {
  content: "\e904"; }

.icon-arrow-6:before {
  content: "\e905"; }

.icon-arrow-9:before {
  content: "\e906"; }

.icon-arrows:before {
  content: "\e907"; }

.icon-cart-2:before {
  content: "\e908"; }

.icon-cart-3:before {
  content: "\e909"; }

.icon-cart:before {
  content: "\e90a"; }

.icon-clock:before {
  content: "\e90b"; }

.icon-close:before {
  content: "\e90c"; }

.icon-company-2:before {
  content: "\e90d"; }

.icon-company:before {
  content: "\e90e"; }

.icon-date-2:before {
  content: "\e90f"; }

.icon-date:before {
  content: "\e910"; }

.icon-dropbox:before {
  content: "\e911"; }

.icon-edit-2:before {
  content: "\e912"; }

.icon-edit-3:before {
  content: "\e913"; }

.icon-edit:before {
  content: "\e914"; }

.icon-facebook1:before {
  content: "\e959"; }

.icon-fax:before {
  content: "\e916"; }

.icon-flickr:before {
  content: "\e917"; }

.icon-folder-2:before {
  content: "\e918"; }

.icon-folder-3:before {
  content: "\e919"; }

.icon-folder:before {
  content: "\e91a"; }

.icon-google-plus-2:before {
  content: "\e91b"; }

.icon-google-plus:before {
  content: "\e91c"; }

.icon-google:before {
  content: "\e91d"; }

.icon-heart:before {
  content: "\e91e"; }

.icon-home:before {
  content: "\e91f"; }

.icon-home2:before {
  content: "\e920"; }

.icon-home3:before {
  content: "\e921"; }

.icon-image:before {
  content: "\e922"; }

.icon-language:before {
  content: "\e924"; }

.icon-like-1:before {
  content: "\e925"; }

.icon-like:before {
  content: "\e926"; }

.icon-linkedin:before {
  content: "\e927"; }

.icon-lock:before {
  content: "\e928"; }

.icon-mail-1:before {
  content: "\e929"; }

.icon-mail-2:before {
  content: "\e92a"; }

.icon-mail-3:before {
  content: "\e92b"; }

.icon-map:before {
  content: "\e92c"; }

.icon-map1:before {
  content: "\e92d"; }

.icon-maps:before {
  content: "\e92e"; }

.icon-menu:before {
  content: "\e92f"; }

.icon-minus-2:before {
  content: "\e930"; }

.icon-minus:before {
  content: "\e931"; }

.icon-mobile:before {
  content: "\e932"; }

.icon-money:before {
  content: "\e933"; }

.icon-noti:before {
  content: "\e934"; }

.icon-paypal:before {
  content: "\e935"; }

.icon-phone-1:before {
  content: "\e936"; }

.icon-phone-2:before {
  content: "\e937"; }

.icon-phone-3:before {
  content: "\e938"; }

.icon-phone-4:before {
  content: "\e939"; }

.icon-pinterest:before {
  content: "\e93a"; }

.icon-plane:before {
  content: "\e93b"; }

.icon-play:before {
  content: "\e93c"; }

.icon-plus-2:before {
  content: "\e93d"; }

.icon-plus:before {
  content: "\e93e"; }

.icon-question:before {
  content: "\e93f"; }

.icon-quote:before {
  content: "\e940"; }

.icon-search-2:before {
  content: "\e941"; }

.icon-search:before {
  content: "\e942";
  color: #858585; }

.icon-share-2:before {
  content: "\e943"; }

.icon-share:before {
  content: "\e944"; }

.icon-skype:before {
  content: "\e945"; }

.icon-smile:before {
  content: "\e946"; }

.icon-sort:before {
  content: "\e947"; }

.icon-spin:before {
  content: "\e948"; }

.icon-star:before {
  content: "\e949"; }

.icon-tag:before {
  content: "\e94a"; }

.icon-talk:before {
  content: "\e94b"; }

.icon-tick:before {
  content: "\e94c"; }

.icon-tumblr:before {
  content: "\e94d"; }

.icon-twitter:before {
  content: "\e94e"; }

.icon-user-2:before {
  content: "\e94f"; }

.icon-user-3:before {
  content: "\e950"; }

.icon-user:before {
  content: "\e951"; }

.icon-view:before {
  content: "\e952"; }

.icon-vimeo:before {
  content: "\e953"; }

.icon-youtube-2:before {
  content: "\e954"; }

.icon-youtube:before {
  content: "\e955"; }

.l-main {
  position: relative; }
  .l-main--service1 {
    padding-top: 90px;
    background: url(../images/index/td-bg-top.png) no-repeat left top;
    background-size: 100%; }
    @media only screen and (max-width: 767px) {
      .l-main--service1 {
        padding-top: 40px; } }
  .l-main--pb1 {
    padding-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      .l-main--pb1 {
        padding-bottom: 60px; } }

/*------------------------------------------------*/
.l-visual {
  display: block;
  position: relative; }

/*------------------------------------------------*/
.l-box1 .c-box1:not(:last-child) {
  margin-bottom: 30px; }

/*------------------------------------------------*/
.l-faq1 .c-faq1 {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .l-faq1 .c-faq1 {
      margin-bottom: 15px; } }

/*------------------------------------------------*/
/*=========================================================*/
/*Tho dang*/
/*=========================================================*/
/*=================Component====================*/
/*----------------------------------------------*/
/*-----------------breadcrumbs------------------------*/
.c-breadcrumbs {
  position: relative;
  padding: 18px 0 18px;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(#f9fff6)) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, #f9fff6) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, #f9fff6) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, #f9fff6) no-repeat top left; }
  @media only screen and (max-width: 767px) {
    .c-breadcrumbs {
      padding: 20px 0; } }
  .c-breadcrumbs a:hover {
    text-decoration: underline; }
  .c-breadcrumbs .item {
    color: #858585;
    text-align: left; }
    .c-breadcrumbs .item:not(:last-child):after {
      font-family: 'icomoon' !important;
      content: '\e95a';
      position: relative;
      top: 2px;
      font-size: 14px;
      display: inline-block;
      margin: 0 10px;
      color: #0056B8; }
    .c-breadcrumbs .item:last-child {
      font-family: 'SFUFutura', sans-serif;
      color: #0056B8;
      font-weight: 700; }

/*============================================*/
/*============================================*/
@media only screen and (max-width: 767px) {
  .c-showPC {
    display: none; } }

@media only screen and (min-width: 768px) {
  .c-showSP {
    display: none; } }

/*============================================*/
/*============================================*/
.c-form1 {
  display: block;
  position: relative; }
  .c-form1__info {
    position: relative;
    margin-bottom: 30px; }
    .c-form1__info input {
      width: 100%;
      background: #FFFFFF;
      border: 1px solid #D2D2D2;
      border-radius: 5px;
      font-family: DINRoundOT;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      height: 50px;
      padding: 0 20px; }
    .c-form1__info textarea {
      resize: none;
      padding: 10px 20px;
      width: 100%;
      background: #FFFFFF;
      border: 1px solid #D2D2D2;
      border-radius: 5px;
      font-family: DINRoundOT;
      font-style: normal;
      font-weight: normal;
      font-size: 16px; }
    .c-form1__info select, .c-form1__info input, .c-form1__info textarea {
      border: 1px solid #C9F1B7; }

/*============================================*/
/*============================================*/
.c-sidebar1 {
  position: relative;
  display: block;
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/ }
  @media only screen and (max-width: 991px) {
    .c-sidebar1 {
      padding-top: 40px; } }
  .c-sidebar1 .menu {
    list-style: none;
    /*------------------------------------------*/
    /*------------------------------------------*/
    /*------------------------------------------*/
    /*------------------------------------------*/ }
    .c-sidebar1 .menu a {
      display: block;
      padding: 10px 0;
      position: relative;
      font-size: 16px;
      color: #858585;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      .c-sidebar1 .menu a:hover {
        color: #68BE42; }
    .c-sidebar1 .menu li {
      display: block; }
      .c-sidebar1 .menu li + li {
        margin-top: 10px; }
      .c-sidebar1 .menu li a {
        -webkit-line-clamp: 3;
        line-height: 28px; }
    .c-sidebar1 .menu .active a {
      color: #68BE42; }
  .c-sidebar1__box1 {
    display: block;
    position: relative;
    /*------------------------------------------*/ }
    .c-sidebar1__box1 .menu {
      /*------------------------------------------*/
      /*------------------------------------------*/ }
      .c-sidebar1__box1 .menu a {
        position: relative;
        font-size: 16px;
        color: #858585;
        border-top: 1px solid #BEBEBE; }
  .c-sidebar1__box2 {
    display: block;
    position: relative;
    /*------------------------------------------*/ }
    .c-sidebar1__box2 .menu {
      /*------------------------------------------*/
      /*------------------------------------------*/ }
      .c-sidebar1__box2 .menu a {
        position: relative;
        font-size: 16px;
        color: #858585;
        border-top: 1px solid #C9F1B7;
        -webkit-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s; }
  .c-sidebar1__title1 {
    margin-bottom: 17px;
    font-weight: 900;
    font-size: 16px;
    color: #0056B8;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .c-sidebar1__title1 {
        margin-bottom: 14px; } }

/*============================================*/
/*============================================*/
.c-slider1 {
  display: block;
  position: relative;
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/ }
  .c-slider1__control1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    /*------------------------------------------*/ }
    .c-slider1__control1 .arrow1 {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 36px;
      height: 36px;
      border-radius: 30px;
      text-align: center;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      cursor: pointer;
      /*--------------------------------------*/
      /*--------------------------------------*/ }
      .c-slider1__control1 .arrow1--prev1 {
        left: 41px; }
        @media only screen and (max-width: 767px) {
          .c-slider1__control1 .arrow1--prev1 {
            left: 10px; } }
      .c-slider1__control1 .arrow1--next1 {
        right: 41px; }
        @media only screen and (max-width: 767px) {
          .c-slider1__control1 .arrow1--next1 {
            right: 10px; } }
      .c-slider1__control1 .arrow1 .icon:before {
        font-size: 38px;
        color: #fff;
        -webkit-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
        @media only screen and (max-width: 767px) {
          .c-slider1__control1 .arrow1 .icon:before {
            font-size: 24px; } }
      .c-slider1__control1 .arrow1:hover .icon:before {
        opacity: 0.3; }
  .c-slider1__img1 {
    position: relative; }
    .c-slider1__img1 img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .c-slider1__box1 {
    position: relative;
    display: block;
    line-height: 0;
    position: relative;
    display: block;
    /*------------------------------------------*/
    /*------------------------------------------*/
    /*------------------------------------------*/
    /*------------------------------------------*/
    /*------------------------------------------*/ }
    .c-slider1__box1 iframe {
      width: 100%;
      height: 540px; }
      @media only screen and (max-width: 767px) {
        .c-slider1__box1 iframe {
          height: 350px; } }
    .c-slider1__box1 .title1 {
      position: absolute;
      top: 17%;
      left: 0;
      right: 0;
      margin: 0 auto;
      font-weight: 500;
      font-size: 45px;
      color: #FFFFFF;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .c-slider1__box1 .title1 {
          top: 20%;
          font-size: 26px; } }
    .c-slider1__box1 .img1 {
      width: 100%;
      height: 100%; }
      .c-slider1__box1 .img1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .c-slider1__box1 .video1 video {
      width: 100%;
      height: 540px; }
      @media only screen and (max-width: 767px) {
        .c-slider1__box1 .video1 video {
          height: 350px; } }
    .c-slider1__box1 .box1 {
      z-index: 0; }
  .c-slider1 .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-slider1 .owl-carousel .owl-stage .c-slider1__box1 {
      height: 100%; }
  .c-slider1 .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 20px;
    padding-bottom: 20px;
    /*------------------------------------------*/
    /*------------------------------------------*/
    /*------------------------------------------*/ }
    @media only screen and (max-width: 767px) {
      .c-slider1 .owl-dots {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .c-slider1 .owl-dots > .owl-dot span {
      border: 2px solid #fff;
      width: 12px;
      height: 12px;
      background: none; }
    .c-slider1 .owl-dots > .owl-dot.active span,
    .c-slider1 .owl-dots > .owl-dot:hover span {
      background: #fff;
      border: 2px solid #fff; }

/*============================================*/
/*============================================*/
.c-title-special1 {
  font-family: 'SFUFutura', sans-serif;
  position: relative;
  font-weight: bold;
  font-size: 38px;
  color: #0056B8;
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/ }
  @media only screen and (max-width: 767px) {
    .c-title-special1 {
      font-size: 28px; } }
  @media only screen and (max-width: 575px) {
    .c-title-special1 {
      font-size: 7vw; } }
  .c-title-special1:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #C9F1B7;
    right: 0;
    bottom: 25%;
    z-index: -1; }
  .c-title-special1 span {
    padding: 0 30px 0 0;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .c-title-special1 span {
        padding: 0 20px 0 0; } }
  .c-title-special1 .link1 {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 17px; }
    @media only screen and (max-width: 575px) {
      .c-title-special1 .link1 {
        top: 1px;
        font-size: 14px; } }
    .c-title-special1 .link1 .icon {
      font-weight: bold;
      margin-left: 10px;
      font-size: 13px; }

/*============================================*/
/*============================================*/
.c-title1,
.c-title2,
.c-title3,
.c-title4 {
  font-family: 'SFUFutura', sans-serif; }

/*--------------------------------------------*/
.c-title1 {
  font-size: 38px;
  font-weight: bold;
  color: #0056B8; }
  @media only screen and (max-width: 767px) {
    .c-title1 {
      font-size: 26px; } }

/*--------------------------------------------*/
.c-title2 {
  font-size: 22px;
  color: #0056B8; }
  @media only screen and (max-width: 767px) {
    .c-title2 {
      font-size: 22px; } }

/*--------------------------------------------*/
.c-title4 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #103A71; }
  @media only screen and (max-width: 767px) {
    .c-title4 {
      font-size: 32px; } }

/*===========================================*/
/*===========================================*/
.c-btn1 {
  padding: 11px 36px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: #fff;
  background: #0056B8;
  border: 1px solid #0056B8;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/ }
  .c-btn1:hover {
    color: #0056B8;
    background: #fff; }
    .c-btn1:hover i:before {
      color: #0056B8; }
  .c-btn1 i {
    position: relative;
    top: 2px;
    /*----------------------------------------*/
    /*----------------------------------------*/ }
    .c-btn1 i:before {
      color: #fff;
      margin-left: 8px;
      vertical-align: middle;
      font-size: 13px; }

/*--------------------------------------------*/
.c-btn2 {
  width: 160px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  color: #0056B8;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/ }
  @media only screen and (max-width: 767px) {
    .c-btn2 {
      margin: 0 auto;
      display: block; } }
  .c-btn2:hover {
    color: #fff;
    background: #A39161; }
  .c-btn2--type1 {
    display: block;
    width: 230px;
    border: 1px solid #103A71; }
    .c-btn2--type1:hover {
      background: #103A71; }

/*===========================================*/
/*===========================================*/
.c-banner1 {
  position: relative;
  height: 230px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover; }
  .c-banner1__title1 {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .c-banner1__title1 {
        font-size: 30px; } }

/*------------------------------------------*/
.c-date1 {
  font-weight: normal;
  font-size: 14px;
  color: #848484; }

/*------------------------------------------*/
.c-page-numbers {
  list-style: none;
  text-align: center;
  padding: 0;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .c-page-numbers {
      text-align: center; } }
  .c-page-numbers li {
    display: inline-block; }
  .c-page-numbers .page-numbers {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    width: 32px;
    height: 32px;
    margin: 0 4px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 31px;
    font-size: 17px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    .c-page-numbers .page-numbers:not(:last-child) {
      margin-right: 5px; }
    .c-page-numbers .page-numbers:hover {
      color: #fff;
      -webkit-box-shadow: 2px 4px 6px rgba(25, 64, 9, 0.298);
      box-shadow: 2px 4px 6px rgba(25, 64, 9, 0.298);
      background-color: #68BE42; }
  .c-page-numbers .prev,
  .c-page-numbers .next {
    border: 1px solid #ccc;
    font-size: 12px; }
  .c-page-numbers .prev {
    margin-left: 0; }
  .c-page-numbers .next {
    margin-right: 0; }
  .c-page-numbers .current {
    color: #fff;
    -webkit-box-shadow: 2px 4px 6px rgba(25, 64, 9, 0.298);
    box-shadow: 2px 4px 6px rgba(25, 64, 9, 0.298);
    background-color: #0056B8; }

/*-----------------list---------------------*/
/*-----------------list1--------------------*/
.c-list1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media only screen and (max-width: 767px) {
    .c-list1 {
      margin: 0 -10px; } }
  .c-list1 .list1__card1 {
    width: 30%;
    position: relative;
    margin: 0 15px 30px;
    padding: 40px 40px 50px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0745);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0745);
    border-radius: 5px;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s; }
    @media only screen and (max-width: 1199px) {
      .c-list1 .list1__card1 {
        width: 29%; } }
    @media only screen and (max-width: 991px) {
      .c-list1 .list1__card1 {
        width: 44%; } }
    @media only screen and (max-width: 767px) {
      .c-list1 .list1__card1 {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px 20px; } }
    .c-list1 .list1__card1:hover {
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.27)), to(#f9fff6));
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
      background: linear-gradient(to left, rgba(255, 255, 255, 0.27), #f9fff6);
      -webkit-box-shadow: 0px 8px 22px rgba(16, 58, 113, 0.141361);
      box-shadow: 0px 8px 22px rgba(16, 58, 113, 0.141361); }
  .c-list1 .list1__title1 {
    margin: 42px 0 18px;
    font-weight: bold;
    font-size: 22px;
    color: #0056B8; }
    @media only screen and (max-width: 767px) {
      .c-list1 .list1__title1 {
        margin: 22px 0 12px;
        font-size: 18px; } }
  .c-list1 .list1__info1 {
    position: relative;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .c-list1 .list1__info1 {
        margin-bottom: 20px; } }
  .c-list1 .list1__text1 {
    font-size: 16px;
    color: #000000; }
  .c-list1 .btn-details {
    display: inline-block;
    padding: 11px 30px 11px 30px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #0056B8;
    background-color: #0056B8;
    cursor: pointer;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    @media only screen and (max-width: 767px) {
      .c-list1 .btn-details {
        display: block;
        text-align: center; } }
    .c-list1 .btn-details:hover {
      background-color: #fff;
      color: #0056B8;
      border-color: #676767; }

/*-----------------list2--------------------*/
.c-list2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media only screen and (max-width: 767px) {
    .c-list2 {
      margin: 0 -10px; } }
  .c-list2 .list1__card1 {
    width: 30%;
    height: 400px;
    position: relative;
    margin: 0 15px 30px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0745);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0745);
    border-radius: 5px;
    border: 1px solid #C9F1B7;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s; }
    @media only screen and (max-width: 1199px) {
      .c-list2 .list1__card1 {
        width: 29%; } }
    @media only screen and (max-width: 991px) {
      .c-list2 .list1__card1 {
        width: 44%; } }
    @media only screen and (max-width: 767px) {
      .c-list2 .list1__card1 {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px 20px; } }
    .c-list2 .list1__card1:hover {
      -webkit-box-shadow: 0px 8px 22px rgba(16, 58, 113, 0.141361);
      box-shadow: 0px 8px 22px rgba(16, 58, 113, 0.141361); }
      .c-list2 .list1__card1:hover .list1__info1 {
        top: 0; }
      .c-list2 .list1__card1:hover .list1__img1 {
        top: -100%; }
  .c-list2 .list1__title1 {
    margin: 0 0 18px;
    font-size: 22px;
    color: #0056B8;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .c-list2 .list1__title1 {
        margin: 0 0 12px;
        font-size: 18px; } }
  .c-list2 .list1__img1, .c-list2 .list1__info1 {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .c-list2 .list1__info1 {
    top: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 78px;
    margin-bottom: 40px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .c-list2 .list1__info1 {
        margin-bottom: 20px; } }
  .c-list2 .list1__img1 {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-list2 .list1__img1 img {
      max-width: 182px; }
  .c-list2 .list1__text1 {
    font-size: 16px;
    color: #858585; }
  .c-list2 .btn-details {
    display: inline-block;
    padding: 11px 30px 11px 30px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #2E3192;
    background-color: #2E3192;
    cursor: pointer;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    @media only screen and (max-width: 767px) {
      .c-list2 .btn-details {
        display: block;
        text-align: center; } }
    .c-list2 .btn-details:hover {
      background-color: #fff;
      color: #0056B8;
      border-color: #676767; }

/*-----------------list3--------------------*/
.c-list3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media only screen and (max-width: 767px) {
    .c-list3 {
      margin: 0 -10px; } }
  .c-list3 .link1:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); }
  .c-list3__card1 {
    width: 30%;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #C9F1B7;
    border-radius: 10px;
    margin: 0 15px 30px;
    padding: 40px 0;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    @media only screen and (max-width: 991px) {
      .c-list3__card1 {
        width: 28%; } }
    @media only screen and (max-width: 767px) {
      .c-list3__card1 {
        width: 100%;
        margin-bottom: 20px;
        padding: 30px 10px; } }
    .c-list3__card1:hover {
      cursor: pointer;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.27)), to(#f9fff6));
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
      background: linear-gradient(to left, rgba(255, 255, 255, 0.27), #f9fff6);
      -webkit-box-shadow: 2px 5px 15px rgba(25, 64, 9, 0.2);
      box-shadow: 2px 5px 15px rgba(25, 64, 9, 0.2); }
  .c-list3__img1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .c-list3__img1 img {
      max-width: 150px;
      max-height: 100px; }

/*==========================================*/
/*==========================================*/
.c-row-list1 {
  position: relative; }
  .c-row-list1 .link1 {
    position: relative;
    display: block; }
    .c-row-list1 .link1:hover .list1__title1 {
      color: #68BE42; }
  .c-row-list1 .c-date1 {
    margin-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      .c-row-list1 .c-date1 {
        margin-bottom: 12px; } }
  .c-row-list1 .list1__card1 {
    display: block;
    position: relative;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .c-row-list1 .list1__card1 {
        margin-bottom: 20px; } }
  .c-row-list1 .list1__img1 {
    position: relative; }
  .c-row-list1 .list1__info1 {
    position: relative;
    padding-top: 24px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .c-row-list1 .list1__info1 {
        padding-top: 14px; } }
  .c-row-list1 .list1__title1 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #0056B8;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media only screen and (max-width: 767px) {
      .c-row-list1 .list1__title1 {
        font-size: 18px; } }
  .c-row-list1 .list1__content1 {
    margin-bottom: 0;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

/*==========================================*/
/*==========================================*/
.c-listitem1 {
  position: relative;
  margin: 0 -10px; }
  @media only screen and (max-width: 767px) {
    .c-listitem1 {
      margin: 0 -5px; } }
  .c-listitem1 .link1 {
    cursor: pointer; }
    .c-listitem1 .link1.active h1, .c-listitem1 .link1.active h2, .c-listitem1 .link1.active h3, .c-listitem1 .link1.active h4, .c-listitem1 .link1.active h5, .c-listitem1 .link1.active h6,
    .c-listitem1 .link1.active .icon:before {
      color: #68BE42; }
    .c-listitem1 .link1:hover h1, .c-listitem1 .link1:hover h2, .c-listitem1 .link1:hover h3, .c-listitem1 .link1:hover h4, .c-listitem1 .link1:hover h5, .c-listitem1 .link1:hover h6,
    .c-listitem1 .link1:hover .icon:before {
      color: #68BE42; }
  .c-listitem1__card1 {
    display: block;
    position: relative;
    padding: 0 10px; }
    @media only screen and (max-width: 767px) {
      .c-listitem1__card1 {
        padding: 0 5px; } }
  .c-listitem1__img1 {
    position: relative;
    height: 59px;
    margin: 0 auto;
    text-align: center; }
    .c-listitem1__img1 img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle;
      position: absolute;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      left: 50%;
      top: 50%;
      max-height: 59px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .c-listitem1__img1 .icon {
      font-size: 50px; }
      .c-listitem1__img1 .icon:before {
        -webkit-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
  .c-listitem1__content1 {
    position: relative;
    padding: 10px 10px 0; }
    @media only screen and (max-width: 767px) {
      .c-listitem1__content1 {
        padding: 10px 0 0; } }
    .c-listitem1__content1 .title1 {
      font-size: 15px;
      font-weight: 500;
      color: #0056B8;
      text-align: center; }
    .c-listitem1__content1 h1, .c-listitem1__content1 h2, .c-listitem1__content1 h3, .c-listitem1__content1 h4, .c-listitem1__content1 h5, .c-listitem1__content1 h6 {
      margin: 0;
      -webkit-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }

/*------------------------------------------*/
.c-listitem2 {
  margin: 0 -10px; }
  @media only screen and (max-width: 767px) {
    .c-listitem2 {
      margin: 0 -5px; } }
  .c-listitem2__card1 {
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    @media only screen and (max-width: 767px) {
      .c-listitem2__card1 {
        width: auto;
        padding: 10px 10px 10px;
        margin-bottom: 20px; } }
    .c-listitem2__card1:hover {
      -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2); }
      .c-listitem2__card1:hover .c-listitem2__content1 {
        background-color: #E8FFDF; }
      .c-listitem2__card1:hover .c-listitem2__img1:after {
        opacity: 1; }
  .c-listitem2__content1 {
    padding: 21px 20px;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s; }
    @media only screen and (max-width: 767px) {
      .c-listitem2__content1 {
        padding: 11px 10px; } }
    .c-listitem2__content1 .title1 {
      margin: 0;
      font-size: 15px;
      font-weight: bold;
      color: #0056B8;
      text-align: center;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media only screen and (max-width: 767px) {
        .c-listitem2__content1 .title1 {
          font-size: 15px; } }
    .c-listitem2__content1 .content1 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .c-listitem2__img1 {
    position: relative;
    text-align: center;
    line-height: 0;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s; }
    .c-listitem2__img1:after {
      content: '';
      position: absolute;
      width: 45%;
      height: 100%;
      z-index: 1;
      top: 0;
      left: 0;
      opacity: 0;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.27)), to(#f9fff6));
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
      background: linear-gradient(to left, rgba(255, 255, 255, 0.27), #f9fff6);
      -webkit-transition: all ease-in 0.5s;
      -o-transition: all ease-in 0.5s;
      transition: all ease-in 0.5s; }
  .c-listitem2 .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 15px;
    /*------------------------------------------*/
    /*------------------------------------------*/
    /*------------------------------------------*/ }
    @media only screen and (max-width: 767px) {
      .c-listitem2 .owl-dots {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .c-listitem2 .owl-dots > .owl-dot span {
      width: 7px;
      height: 7px;
      background: #C9F1B7; }
    .c-listitem2 .owl-dots > .owl-dot.active span,
    .c-listitem2 .owl-dots > .owl-dot:hover span {
      background: #194009; }

/*------------------------------------------*/
.c-listitem3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .c-listitem3:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 72px;
    background: url(../images/product/bg-ke.png) no-repeat left top;
    background-size: 100% 100%; }
  .c-listitem3__card1 {
    position: relative;
    margin: 0 13px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    @media only screen and (max-width: 767px) {
      .c-listitem3__card1 {
        width: 50%; } }
    @media only screen and (max-width: 1199px) {
      .c-listitem3__card1:nth-of-type(5) {
        display: none; } }
    @media only screen and (max-width: 991px) {
      .c-listitem3__card1:nth-of-type(4) {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .c-listitem3__card1:nth-of-type(3) {
        display: none; } }
    @media only screen and (max-width: 500px) {
      .c-listitem3__card1:nth-of-type(2) {
        display: none; } }
  .c-listitem3__link1:hover .title1, .c-listitem3__link1:hover .iconmoon-cart-bg:before {
    color: #91742c; }
  .c-listitem3__content1 {
    position: relative;
    margin-top: 20px;
    padding: 10px 10px 12px;
    background: #fff;
    border-radius: 3px; }
    .c-listitem3__content1:before {
      content: '';
      position: absolute;
      display: block;
      top: -6px;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 7px solid #fff; }
    .c-listitem3__content1 .info1 {
      position: relative;
      display: block;
      text-align: center;
      color: #B6B6B6; }
      .c-listitem3__content1 .info1 span:not(:last-child):after {
        content: '|';
        margin: 0 10px; }
      .c-listitem3__content1 .info1__price1 {
        font-size: 13px; }
      .c-listitem3__content1 .info1 .iconmoon-cart-bg:before {
        font-size: 12px; }
    .c-listitem3__content1 .title1 {
      margin: 0 0 3px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 13px;
      font-weight: 500;
      color: #103a71;
      text-align: center;
      -webkit-transition: all ease-in 0.5s;
      -o-transition: all ease-in 0.5s;
      transition: all ease-in 0.5s; }
      @media only screen and (max-width: 767px) {
        .c-listitem3__content1 .title1 {
          margin: 0 0 2px;
          font-size: 13px; } }
  .c-listitem3__img1 {
    position: relative;
    line-height: 0;
    text-align: center; }
    .c-listitem3__img1 .new1 {
      display: block;
      width: 46px;
      height: 46px;
      position: absolute;
      top: -10px;
      right: 0;
      text-align: center;
      padding: 22px 0;
      font-size: 15px;
      color: #FFFFFF;
      background: url(../images/product/tag-new.svg) no-repeat left;
      background-size: 100% 100%; }
      @media only screen and (max-width: 767px) {
        .c-listitem3__img1 .new1 {
          width: 35px;
          height: 35px;
          top: -4px;
          right: 0;
          padding: 17px 0;
          font-size: 13px; } }
  .c-listitem3__type1:before {
    bottom: 43px; }
    @media only screen and (max-width: 767px) {
      .c-listitem3__type1:before {
        bottom: 40px; } }
  .c-listitem3__type1--po1:before {
    bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .c-listitem3__type1--po1:before {
        bottom: 32px; } }
  .c-listitem3__type1--po2:before {
    bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .c-listitem3__type1--po2:before {
        bottom: 59px; } }
  .c-listitem3__type1 .c-listitem3__card1 {
    width: 208px; }
    @media only screen and (max-width: 1199px) {
      .c-listitem3__type1 .c-listitem3__card1:nth-of-type(4) {
        display: none; } }
    @media only screen and (max-width: 991px) {
      .c-listitem3__type1 .c-listitem3__card1:nth-of-type(3) {
        display: none; } }
    @media only screen and (max-width: 500px) {
      .c-listitem3__type1 .c-listitem3__card1:nth-of-type(2) {
        display: none; } }
  .c-listitem3__type1 .c-listitem3__img1 img {
    width: 184px;
    height: 124px; }
  .c-listitem3__type2:before {
    bottom: 43px; }
    @media only screen and (max-width: 767px) {
      .c-listitem3__type2:before {
        bottom: 41px; } }
  .c-listitem3__type2--po1:before {
    bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .c-listitem3__type2--po1:before {
        bottom: 23px; } }
  .c-listitem3__type2--po2:before {
    bottom: 61px; }
    @media only screen and (max-width: 767px) {
      .c-listitem3__type2--po2:before {
        bottom: 59px; } }
  .c-listitem3__type2 .c-listitem3__card1 {
    width: 183px; }
  .c-listitem3__type2 .c-listitem3__img1 img {
    width: 184px;
    height: 124px; }
  .c-listitem3__type3:before {
    bottom: 43px; }
    @media only screen and (max-width: 767px) {
      .c-listitem3__type3:before {
        bottom: 41px; } }
  .c-listitem3__type3--po1:before {
    bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .c-listitem3__type3--po1:before {
        bottom: 22px; } }
  .c-listitem3__type3--po2:before {
    bottom: 66px; }
    @media only screen and (max-width: 767px) {
      .c-listitem3__type3--po2:before {
        bottom: 69px; } }
  .c-listitem3__type3 .c-listitem3__card1 {
    width: 167px; }
  .c-listitem3__type3 .c-listitem3__img1 img {
    width: 184px;
    height: 124px; }

/*==========================================*/
/*==========================================*/
/*----------------carousel--------------------*/
.c-carousel1 {
  position: relative; }
  .c-carousel1__card1 {
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #C9F1B7;
    border-radius: 10px;
    padding: 18px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; }
    @media only screen and (max-width: 767px) {
      .c-carousel1__card1 {
        width: auto;
        margin-bottom: 20px; } }
    .c-carousel1__card1:hover {
      background: #FFFFFF;
      -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); }
  .c-carousel1__img1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c-carousel1 .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 15px;
    /*------------------------------------------*/
    /*------------------------------------------*/
    /*------------------------------------------*/ }
    @media only screen and (max-width: 767px) {
      .c-carousel1 .owl-dots {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .c-carousel1 .owl-dots > .owl-dot span {
      width: 7px;
      height: 7px;
      background: #C9F1B7; }
    .c-carousel1 .owl-dots > .owl-dot.active span,
    .c-carousel1 .owl-dots > .owl-dot:hover span {
      background: #194009; }

/*------------------------------------*/
.c-carousel2 {
  position: relative; }
  .c-carousel2__card1 {
    cursor: pointer;
    background: #FFFFFF;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; }
    @media only screen and (max-width: 767px) {
      .c-carousel2__card1 {
        width: auto;
        margin-bottom: 20px; }
        .c-carousel2__card1:last-child {
          margin-bottom: 10px; } }
    .c-carousel2__card1:hover {
      background: #FFFFFF;
      -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); }
      .c-carousel2__card1:hover .c-carousel1__info1 .title1 {
        color: #91742C; }
    .c-carousel2__card1 .c-carousel1__info1 {
      padding: 10px 30px 10px;
      border-bottom: 1px solid #9d9d9d; }
      @media only screen and (max-width: 767px) {
        .c-carousel2__card1 .c-carousel1__info1 {
          padding: 10px 10px 10px; } }
      .c-carousel2__card1 .c-carousel1__info1:last-child {
        overflow: hidden;
        padding: 20px 0 0;
        border-bottom: 0; }
  .c-carousel2__link1 {
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 20px 19px;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s; }
  .c-carousel2__info1 {
    position: relative;
    color: #595959; }
    .c-carousel2__info1 .title1 {
      margin-bottom: 0;
      font-weight: 500;
      font-size: 16px;
      text-align: center;
      color: #103A71; }
    .c-carousel2__info1 p {
      margin: 0; }
  .c-carousel2__img1 {
    position: relative;
    display: block; }
    .c-carousel2__img1 img {
      width: 100%; }
    .c-carousel2__img1 .c-label1 {
      position: absolute;
      right: 41px;
      top: 0; }
      @media only screen and (max-width: 767px) {
        .c-carousel2__img1 .c-label1 {
          right: 18%; } }

/*============================================*/
.c-label1 {
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #FFFFFF;
  z-index: 2;
  background: url(../images/index/new-icon.png) no-repeat left;
  background-size: 100% 100%; }
  @media only screen and (max-width: 767px) {
    .c-label1 {
      width: 35px;
      height: 35px;
      line-height: 34px;
      font-size: 12px; } }

/*============================================*/
/*====================================*/
.c-arrow1 {
  text-align: center;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4) !important;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  @media only screen and (max-width: 767px) {
    .c-arrow1 {
      width: 40px !important;
      height: 40px !important;
      line-height: 40px !important; } }
  .c-arrow1--left, .c-arrow1--right {
    font-size: 15px !important;
    color: #68BE42 !important;
    border-radius: 100% !important; }
    .c-arrow1--left:hover, .c-arrow1--right:hover {
      color: #fff !important;
      background: #68BE42; }
  .c-arrow1--left {
    left: -5px; }
    @media only screen and (min-width: 1200px) {
      .c-arrow1--left {
        left: -72px; } }
    @media only screen and (max-width: 1199px) and (min-width: 992px) {
      .c-arrow1--left {
        left: -52px; } }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .c-arrow1--left {
        left: -32px; } }
  .c-arrow1--right {
    right: -8px; }
    @media only screen and (min-width: 1200px) {
      .c-arrow1--right {
        right: -72px; } }
    @media only screen and (max-width: 1199px) and (min-width: 992px) {
      .c-arrow1--right {
        right: -52px; } }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .c-arrow1--right {
        right: -32px; } }
  .c-arrow1 img {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 32%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/*====================================*/
/*====================================*/
.c-footer {
  position: relative;
  display: block;
  padding: 64px 0 41px;
  color: #fff;
  font-size: 15px;
  background-color: #0056B8;
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*-----------------------------------------*/
  /*-----------------------------------------*/ }
  @media only screen and (max-width: 767px) {
    .c-footer {
      padding: 50px 0 35px; } }
  .c-footer__title1 {
    position: relative;
    margin-bottom: 16px;
    /*------------------------------------------*/
    /*------------------------------------------*/ }
    @media only screen and (max-width: 767px) {
      .c-footer__title1 {
        margin-bottom: 10px; } }
    .c-footer__title1 h2 {
      margin-bottom: 0;
      font-weight: 700;
      font-size: 15px; }
      @media only screen and (max-width: 767px) {
        .c-footer__title1 h2 {
          text-align: center; } }
  .c-footer__list1 {
    list-style-type: none; }
    .c-footer__list1 li {
      position: relative;
      margin-bottom: 12px; }
    .c-footer__list1 a {
      display: block;
      -webkit-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
    .c-footer__list1 a:hover {
      color: #68BE42; }
      .c-footer__list1 a:hover .icon-facebook:before {
        color: #68BE42; }
  .c-footer__box1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 105px 28px;
    border-bottom: 1px solid #fff;
    /*--------------------------------------------*/
    /*----------------------------------------*/ }
    @media only screen and (max-width: 767px) {
      .c-footer__box1 {
        padding: 0 0 13px;
        display: block; } }
    .c-footer__box1 .text1 h5 {
      margin-bottom: 8px;
      font-weight: 900;
      font-size: 15px; }
    @media only screen and (max-width: 767px) {
      .c-footer__box1 .text1 p {
        margin-bottom: 10px; } }
    .c-footer__box1 .logo1 {
      position: relative;
      margin-bottom: 14px; }
      .c-footer__box1 .logo1 img {
        max-width: 250px;
        height: auto; }
    .c-footer__box1 .box1 {
      position: relative;
      display: block;
      /*------------------------------------------*/
      /*------------------------------------------*/
      /*------------------------------------------*/
      /*------------------------------------------*/ }
      .c-footer__box1 .box1--type1 {
        width: 60%;
        max-width: 568px;
        padding-right: 100px; }
        .c-footer__box1 .box1--type1 .c-footer__list1 {
          margin-top: 30px; }
          @media only screen and (max-width: 767px) {
            .c-footer__box1 .box1--type1 .c-footer__list1 {
              margin-top: 14px; } }
          .c-footer__box1 .box1--type1 .c-footer__list1 li {
            display: inline-block;
            margin-bottom: 0;
            font-size: 20px; }
            @media only screen and (max-width: 767px) {
              .c-footer__box1 .box1--type1 .c-footer__list1 li {
                font-size: 16px; } }
            .c-footer__box1 .box1--type1 .c-footer__list1 li:not(:last-child) {
              margin-right: 38px; }
            .c-footer__box1 .box1--type1 .c-footer__list1 li .icon-youtube {
              position: relative;
              top: 3px;
              font-size: 25px; }
      .c-footer__box1 .box1--type2 {
        width: 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .c-footer__box1 .box1--type2 .c-footer__list1 {
          width: 45%; }
      @media only screen and (max-width: 767px) {
        .c-footer__box1 .box1--type1, .c-footer__box1 .box1--type2 {
          width: 100%;
          max-width: 100%;
          padding-right: 0;
          margin-bottom: 20px; } }
  .c-footer__box2 {
    padding-top: 20px;
    font-size: 13px;
    color: #B2CBE9; }
    .c-footer__box2 .title1 {
      font-family: 'DINRoundOT', sans-serif;
      margin-bottom: 10px;
      font-size: 13px;
      text-align: center; }
    .c-footer__box2 .text1 {
      margin: 15px 0 0;
      text-align: center; }
    .c-footer__box2 .c-footer__list1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .c-footer__box2 .c-footer__list1 {
          display: block;
          text-align: center; } }
      .c-footer__box2 .c-footer__list1 li {
        margin-bottom: 0;
        padding: 0 32px; }
        @media only screen and (max-width: 767px) {
          .c-footer__box2 .c-footer__list1 li {
            padding: 0;
            margin-bottom: 10px; } }
        .c-footer__box2 .c-footer__list1 li .icon {
          position: relative;
          top: 2px;
          margin-right: 10px; }
        .c-footer__box2 .c-footer__list1 li img.icon {
          width: 16px; }
        .c-footer__box2 .c-footer__list1 li:first-child {
          padding-left: 0; }
        .c-footer__box2 .c-footer__list1 li:last-child {
          padding-right: 0; }
        .c-footer__box2 .c-footer__list1 li:nth-of-type(2n):before, .c-footer__box2 .c-footer__list1 li:nth-of-type(2n):after {
          content: "";
          width: 1px;
          height: 12px;
          display: block;
          position: absolute;
          background: #B2CBE9;
          top: 21%;
          opacity: 0.9; }
          @media only screen and (max-width: 767px) {
            .c-footer__box2 .c-footer__list1 li:nth-of-type(2n):before, .c-footer__box2 .c-footer__list1 li:nth-of-type(2n):after {
              width: 0; } }
        .c-footer__box2 .c-footer__list1 li:nth-of-type(2n):before {
          left: 0; }
        .c-footer__box2 .c-footer__list1 li:nth-of-type(2n):after {
          right: 0; }

/*===========================================*/
/*===========================================*/
.c-copyright {
  padding: 10px 0;
  background: #F5F5F5;
  color: #858585;
  font-size: 15px; }
  .c-copyright p {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .c-copyright .copyright {
      margin-top: 14px;
      text-align: center; } }
  .c-copyright .list1 li {
    position: relative;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .c-copyright .list1 li {
        display: block;
        margin-bottom: 10px;
        text-align: center; } }
    .c-copyright .list1 li:first-child {
      padding-left: 0; }
    .c-copyright .list1 li:last-child {
      padding-right: 0; }
    .c-copyright .list1 li:nth-of-type(2n):before {
      content: "";
      width: 1px;
      height: 12px;
      display: block;
      position: absolute;
      background: #858585;
      top: 25%;
      opacity: 0.9; }
      @media only screen and (max-width: 767px) {
        .c-copyright .list1 li:nth-of-type(2n):before {
          width: 0; } }
    .c-copyright .list1 li:nth-of-type(2n):before {
      left: 0; }
  .c-copyright .list1 a {
    display: block;
    padding: 0 10px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
  .c-copyright .list1 a:hover {
    color: #68BE42; }
  .c-copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .c-copyright .container {
        display: block; } }

/*===========================================*/
/*===========================================*/
/*===========================================*/
.c-tabs1 {
  position: relative; }
  .c-tabs1--btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .c-tabs1--btns {
        display: block; } }
    .c-tabs1--btns .btn1 {
      position: relative;
      font-family: 'SFUFutura', sans-serif;
      font-weight: 900;
      font-size: 15px;
      text-align: center;
      text-transform: uppercase;
      margin: 0 19px 10px;
      padding-bottom: 16px;
      color: #0056B8;
      min-width: 165px; }
      @media only screen and (max-width: 767px) {
        .c-tabs1--btns .btn1 {
          width: 80%;
          margin: 0 auto;
          min-width: unset;
          display: block; } }
      @media only screen and (max-width: 767px) {
        .c-tabs1--btns .btn1:not(:last-child) {
          margin-bottom: 14px; } }
      .c-tabs1--btns .btn1:before {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        bottom: 0;
        left: 0;
        background: #68BE42;
        -webkit-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
      .c-tabs1--btns .btn1:hover:before, .c-tabs1--btns .btn1.active:before {
        width: 100%; }

/*===========================================*/
/*===========================================*/
#back-top {
  right: 60px;
  bottom: 30px;
  position: fixed;
  cursor: pointer;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 1040;
  text-align: center; }
  #back-top.show {
    opacity: 1;
    visibility: visible; }
  #back-top .button-to-top {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: block;
    margin-bottom: 23px;
    background-color: #003D77;
    color: #fff; }
    #back-top .button-to-top:hover {
      background-color: #003D77; }

/*========================================*/
.c-box1 {
  position: relative;
  border-bottom: 1px solid #d8d8d8; }
  .c-box1__title1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .c-box1__title1 {
        display: block;
        margin-bottom: 15px; } }
    .c-box1__title1 h3 {
      margin-bottom: 0;
      font-style: normal;
      font-weight: 500;
      font-size: 25px;
      color: #103A71; }
      @media only screen and (max-width: 767px) {
        .c-box1__title1 h3 {
          margin-bottom: 10px;
          font-size: 20px; } }
    .c-box1__title1 a {
      font-weight: 500;
      font-size: 17px;
      text-align: right;
      color: #103A71;
      -webkit-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      @media only screen and (max-width: 767px) {
        .c-box1__title1 a {
          font-size: 15px; } }
      .c-box1__title1 a:hover {
        color: #91742c; }

/*============================================*/
.c-table1 {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .c-table1 {
      overflow-x: scroll; } }
  .c-table1__list1 {
    position: relative;
    display: block; }
    .c-table1__list1 .list1__title1 {
      font-weight: normal; }
      .c-table1__list1 .list1__title1 p {
        margin: 0; }
    .c-table1__list1 .list1__card1 {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .c-table1__list1 .list1__card1:not(:last-child) {
        margin-bottom: 12px; }
    .c-table1__list1 .list1__link1 {
      position: relative; }
      .c-table1__list1 .list1__link1 img {
        width: 24px;
        height: 24px; }
        @media only screen and (max-width: 767px) {
          .c-table1__list1 .list1__link1 img {
            width: 18px;
            height: 18px; } }
  .c-table1 table {
    width: 100%;
    height: auto;
    border-spacing: 0;
    border-collapse: collapse; }
    @media only screen and (max-width: 767px) {
      .c-table1 table {
        min-width: 600px; } }
    .c-table1 table thead tr {
      height: 44px;
      line-height: 44px;
      border-top: none; }
    .c-table1 table thead td {
      padding: 0 20px 0 0;
      vertical-align: top; }
    .c-table1 table tbody td {
      vertical-align: top;
      padding: 20px 20px 20px 0; }
      @media only screen and (max-width: 991px) {
        .c-table1 table tbody td {
          padding: 14px 12px 14px 0; } }
    .c-table1 table tr {
      width: 100%;
      text-align: left;
      border-top: 1px solid #858585;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      .c-table1 table tr:hover {
        background: rgba(236, 236, 236, 0.25098); }
      .c-table1 table tr th:nth-of-type(1), .c-table1 table tr td:nth-of-type(1) {
        width: 496px;
        font-weight: 500; }
        @media only screen and (max-width: 1199px) {
          .c-table1 table tr th:nth-of-type(1), .c-table1 table tr td:nth-of-type(1) {
            width: 320px; } }
      .c-table1 table tr th:nth-of-type(2), .c-table1 table tr td:nth-of-type(2) {
        width: 572px; }
        @media only screen and (max-width: 991px) {
          .c-table1 table tr th:nth-of-type(2), .c-table1 table tr td:nth-of-type(2) {
            width: 390px; } }
        @media only screen and (max-width: 767px) {
          .c-table1 table tr th:nth-of-type(2), .c-table1 table tr td:nth-of-type(2) {
            width: 301px; } }
      .c-table1 table tr th:nth-of-type(3), .c-table1 table tr td:nth-of-type(3) {
        width: 85px;
        padding-right: 0;
        text-align: center; }
        @media only screen and (max-width: 1199px) {
          .c-table1 table tr th:nth-of-type(3), .c-table1 table tr td:nth-of-type(3) {
            width: auto; } }
      .c-table1 table tr th {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 18px;
        font-weight: 500;
        color: #EBF8FD; }
      .c-table1 table tr td:nth-of-type(2) .c-table1__list1 {
        width: 98%; }
        @media only screen and (max-width: 767px) {
          .c-table1 table tr td:nth-of-type(2) .c-table1__list1 {
            width: 95%; } }
      .c-table1 table tr td:nth-of-type(2) .list1__title1 {
        width: 480px;
        font-weight: normal;
        margin-right: 10px; }
        @media only screen and (max-width: 991px) {
          .c-table1 table tr td:nth-of-type(2) .list1__title1 {
            width: 416px;
            margin-right: 30px; } }
        @media only screen and (max-width: 991px) {
          .c-table1 table tr td:nth-of-type(2) .list1__title1 {
            width: 322px; } }

/*============================================*/
/*============================================*/
.lds-hourglass {
  display: inline-block;
  position: relative;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  width: 80px;
  height: 80px;
  z-index: 10;
  display: none; }
  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 32px solid #68BE42;
    border-color: #68BE42 transparent #68BE42 transparent;
    -webkit-animation: lds-hourglass 1.2s infinite;
    animation: lds-hourglass 1.2s infinite; }

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

/*=========================================================*/
/*Tho dang*/
/*=========================================================*/
/*=================Private====================*/
/*============================================*/
.p-top1 {
  position: relative;
  padding: 80px 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 60%;
  /*-------------------------------------------*/
  /*-------------------------------------------*/ }
  @media only screen and (max-width: 767px) {
    .p-top1 {
      padding: 45px 0; } }
  .p-top1__box1 {
    position: relative;
    display: block;
    padding-top: 82px;
    /*-------------------------------------------*/
    /*-------------------------------------------*/ }
    @media only screen and (max-width: 767px) {
      .p-top1__box1 {
        padding-top: 35px; } }
    .p-top1__box1 .c-title1 {
      margin-bottom: 28px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .p-top1__box1 .c-title1 {
          margin-bottom: 30px; } }

/*============================================*/
.p-top2 {
  position: relative;
  padding-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .p-top2 {
      padding-bottom: 40px; } }
  .p-top2__list1 {
    list-style-type: none; }
    .p-top2__list1 li {
      position: relative;
      margin-bottom: 20px;
      padding-left: 27px; }
      .p-top2__list1 li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 16px;
        height: 22px;
        background: url(../images/drop.png) no-repeat top left; }
  .p-top2__box1 .c-title1 {
    max-width: 456px;
    margin: 0 auto 40px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .p-top2__box1 .c-title1 {
        margin-bottom: 20px; } }
  .p-top2__box1 .inner1 {
    max-width: 945px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .p-top2__box1 .inner1 {
        display: block; } }
  .p-top2__box1 .img1 {
    width: 362px;
    margin: 0 30px; }
    .p-top2__box1 .img1 img {
      width: 100%; }
    @media only screen and (max-width: 991px) {
      .p-top2__box1 .img1 {
        width: 280px; } }
    @media only screen and (max-width: 767px) {
      .p-top2__box1 .img1 {
        margin: 22px 0;
        width: 100%; } }
  .p-top2__box1 .box1 {
    position: relative;
    width: calc((100% - 362px - 60px)/2); }
    @media only screen and (max-width: 991px) {
      .p-top2__box1 .box1 {
        width: calc((100% - 280px - 40px)/2); } }
    @media only screen and (max-width: 767px) {
      .p-top2__box1 .box1 {
        width: 100%; } }

/*============================================*/
/*============================================*/
.p-top3 {
  display: block;
  position: relative;
  padding: 50px 0; }
  @media only screen and (max-width: 767px) {
    .p-top3 {
      padding: 5px 0 30px; } }
  .p-top3:before, .p-top3:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 8%;
    z-index: 2; }
    @media only screen and (min-width: 1200px) {
      .p-top3:before, .p-top3:after {
        width: 9vw; } }
    @media only screen and (min-width: 1600px) {
      .p-top3:before, .p-top3:after {
        width: 20vw; } }
  .p-top3:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(39%, white), color-stop(82%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 39%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, white 39%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, white 39%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0)); }
  .p-top3:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(39%, white), color-stop(82%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, white 39%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right, white 39%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, white 39%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0)); }
  .p-top3 > .container {
    z-index: unset; }
  .p-top3__slider1 {
    display: block;
    position: relative; }
    .p-top3__slider1 .c-slider1 .owl-carousel {
      z-index: unset; }
      .p-top3__slider1 .c-slider1 .owl-carousel .owl-nav {
        z-index: 9; }
      .p-top3__slider1 .c-slider1 .owl-carousel .owl-stage-outer {
        overflow: visible; }
        @media only screen and (max-width: 767px) {
          .p-top3__slider1 .c-slider1 .owl-carousel .owl-stage-outer {
            overflow: hidden; } }
    .p-top3__slider1 .c-slider1 .c-arrow1 {
      background-color: #fff; }
      .p-top3__slider1 .c-slider1 .c-arrow1:hover {
        background: #68BE42; }
    @media only screen and (max-width: 767px) {
      .p-top3__slider1 .c-slider1 .c-arrow1--right {
        right: -21px; } }
    @media only screen and (max-width: 575px) {
      .p-top3__slider1 .c-slider1 .c-arrow1--right {
        right: -10px; } }
    @media only screen and (max-width: 767px) {
      .p-top3__slider1 .c-slider1 .c-arrow1--left {
        left: -21px; } }
    @media only screen and (max-width: 575px) {
      .p-top3__slider1 .c-slider1 .c-arrow1--left {
        left: -10px; } }

/*============================================*/
/*============================================*/
.p-top4 {
  position: relative;
  display: block;
  padding: 80px 0 80px; }
  @media only screen and (max-width: 767px) {
    .p-top4 {
      padding: 20px 0 10px; } }
  .p-top4 .c-title-special1 {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .p-top4 .c-title-special1 {
        margin-bottom: 20px; } }
  .p-top4__list1 {
    position: relative; }
  .p-top4__card1 {
    position: relative;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .p-top4__card1 {
        margin-bottom: 15px; } }
    .p-top4__card1:hover .list1__text1 {
      color: #68BE42; }
    .p-top4__card1 .list1__img1 .img {
      border-radius: 10px; }
    .p-top4__card1 .list1__content1 {
      position: relative;
      display: block; }
    .p-top4__card1 .list1__text1 {
      margin: 0;
      padding: 25px 0 8px;
      text-align: left;
      color: #0056B8;
      font-weight: 500;
      font-size: 22px;
      -webkit-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media only screen and (max-width: 767px) {
        .p-top4__card1 .list1__text1 {
          padding: 10px 0;
          font-size: 16px; } }

.p-top5 {
  position: relative;
  padding-bottom: 90px;
  /*-----------------------------------------*/ }
  @media only screen and (max-width: 767px) {
    .p-top5 {
      padding: 40px 0 55px; } }
  .p-top5 .c-title-special1 {
    margin-bottom: 30px; }
  .p-top5__list1 {
    position: relative;
    display: block; }
    .p-top5__list1 .c-carousel1__card1 {
      height: 150px; }
    .p-top5__list1 .c-carousel1 .owl-dots {
      display: none;
      bottom: -66px; }
    .p-top5__list1 .c-carousel1__img1 {
      height: 100%; }
      .p-top5__list1 .c-carousel1__img1 img {
        max-width: 150px;
        height: auto;
        max-height: 100px; }

.p-top6 {
  position: relative;
  padding: 50px 0 70px;
  /*-----------------------------------------*/ }
  @media only screen and (max-width: 767px) {
    .p-top6 {
      padding: 40px 0 45px; } }
  .p-top6 .c-title-special1 {
    margin-bottom: 30px; }
  .p-top6__list1 {
    position: relative;
    display: block; }

/*===========================================*/
/*===========================================*/
.p-contact1 {
  position: relative;
  display: block;
  padding: 48px 0 89px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 30%; }
  @media only screen and (max-width: 767px) {
    .p-contact1 {
      padding: 45px 0 50px; } }
  .p-contact1__content1 {
    display: block;
    position: relative; }
  .p-contact1__box1 {
    position: relative;
    display: block; }
    .p-contact1__box1 .c-title1 {
      margin-bottom: 29px; }
      @media only screen and (max-width: 767px) {
        .p-contact1__box1 .c-title1 {
          margin-bottom: 15px; } }
    .p-contact1__box1 .title1 {
      font-family: 'DINRoundOT', sans-serif;
      margin-bottom: 19px;
      font-weight: 500;
      font-size: 22px;
      text-transform: uppercase;
      color: #0056B8; }
    .p-contact1__box1 .box1 {
      display: block;
      position: relative;
      padding: 20px 0;
      border-bottom: 1px solid #d8d8d8; }
      .p-contact1__box1 .box1:nth-of-type(1) {
        padding-top: 0; }
      .p-contact1__box1 .box1:last-child {
        border-bottom: none; }
      .p-contact1__box1 .box1-info1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .p-contact1__box1 .box1-info1 .info1 {
          margin-bottom: 10px; }
          .p-contact1__box1 .box1-info1 .info1:not(:last-child) {
            margin-right: 50px; }
      .p-contact1__box1 .box1 > .info1:not(:last-child) {
        margin-bottom: 10px; }
    .p-contact1__box1 .info1 {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      /*--------------------------------------*/
      /*--------------------------------------*/
      /*--------------------------------------*/ }
      .p-contact1__box1 .info1-icon1 {
        color: #0056B8;
        width: auto;
        padding-right: 15px; }
        @media only screen and (max-width: 767px) {
          .p-contact1__box1 .info1-icon1 {
            padding-right: 10px; } }
        .p-contact1__box1 .info1-icon1 img {
          width: 15px;
          height: 18px;
          vertical-align: middle; }
      .p-contact1__box1 .info1-text1 {
        width: auto;
        margin: 0; }
        @media only screen and (max-width: 767px) {
          .p-contact1__box1 .info1-text1 {
            width: auto; } }
  .p-contact1__box2 {
    position: relative;
    display: block; }
    @media only screen and (max-width: 767px) {
      .p-contact1__box2 {
        padding-top: 30px; } }
    .p-contact1__box2 .c-title1 {
      margin-bottom: 32px; }
      @media only screen and (max-width: 767px) {
        .p-contact1__box2 .c-title1 {
          margin-bottom: 25px; } }
    .p-contact1__box2 .c-btn1 {
      display: block;
      width: 260px; }
      @media only screen and (max-width: 767px) {
        .p-contact1__box2 .c-btn1 {
          width: 100%; } }

/*===========================================*/
/*===========================================*/
.p-item {
  position: relative;
  padding: 25px 0 99px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 10%; }
  @media only screen and (max-width: 767px) {
    .p-item {
      padding: 26px 0 40px; } }

/*===========================================*/
/*===========================================*/
.p-item1 {
  display: block;
  position: relative; }
  .p-item1__title2 {
    font-weight: 500;
    font-size: 32px;
    color: #103a71; }
    @media only screen and (max-width: 767px) {
      .p-item1__title2 {
        font-size: 26px; } }
  .p-item1__price1 {
    margin-bottom: 10px;
    font-size: 17px;
    color: #0056B8; }
    @media only screen and (max-width: 767px) {
      .p-item1__price1 {
        font-size: 18px; } }
    .p-item1__price1 span:first-child {
      font-family: 'SFUFutura', sans-serif;
      font-weight: bold;
      font-size: 20px; }
  .p-item1__cat1 {
    font-size: 17px;
    color: #494949; }
    @media only screen and (max-width: 767px) {
      .p-item1__cat1 {
        font-size: 18px; } }
    .p-item1__cat1 span:last-child {
      margin-left: 3px;
      color: #0056B8;
      text-transform: capitalize; }
  .p-item1__content1 {
    display: block;
    position: relative; }
  .p-item1__box1 {
    display: block;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .p-item1__box1 {
        width: 100%;
        margin-bottom: 30px; } }
    .p-item1__box1 .box1 {
      display: block;
      position: relative; }
    .p-item1__box1 .list1 {
      position: relative; }
      .p-item1__box1 .list1__card1 {
        position: relative;
        border: 1px solid rgba(189, 166, 166, 0.28);
        line-height: 0; }
        .p-item1__box1 .list1__card1 img {
          width: 132px;
          max-height: 166px;
          height: 150px;
          -o-object-fit: cover;
          object-fit: cover; }
          @media only screen and (max-width: 767px) {
            .p-item1__box1 .list1__card1 img {
              display: block;
              width: auto;
              margin: 0 auto; } }
    .p-item1__box1 .img1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 50px 0 50px;
      background: -webkit-gradient(linear, right top, left top, from(#eaeaea), to(#f6f6f6)) no-repeat top left;
      background: -webkit-linear-gradient(right, #eaeaea, #f6f6f6) no-repeat top left;
      background: -o-linear-gradient(right, #eaeaea, #f6f6f6) no-repeat top left;
      background: linear-gradient(to left, #eaeaea, #f6f6f6) no-repeat top left; }
      @media only screen and (max-width: 767px) {
        .p-item1__box1 .img1 {
          padding: 30px 0 30px; } }
      .p-item1__box1 .img1 img {
        max-width: 240px;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          .p-item1__box1 .img1 img {
            max-width: 100%; } }
  .p-item1__box2 {
    display: block;
    position: relative; }
    .p-item1__box2 .c-title2 {
      font-family: 'DINRoundOT', sans-serif;
      margin-bottom: 30px; }
    .p-item1__box2 .title1,
    .p-item1__box2 .title2 {
      font-size: 20px;
      color: #0056B8; }
    .p-item1__box2 .title1 {
      margin: 32px 0 0;
      padding: 30px 0 0;
      border-top: 1px solid #C9F1B7; }
      @media only screen and (max-width: 767px) {
        .p-item1__box2 .title1 {
          margin: 20px 0;
          padding: 20px 0 0; } }
    .p-item1__box2 .title2 {
      margin: 24px 0 28px; }
    .p-item1__box2 .seemore {
      border: none;
      background: none;
      font-size: 16px;
      font-weight: 300;
      color: #0056B8; }
      .p-item1__box2 .seemore:before {
        content: '+';
        display: inline;
        margin-right: 4px; }
    .p-item1__box2 .list1 {
      padding: 0;
      margin: 0; }
      .p-item1__box2 .list1 li {
        position: relative;
        margin-bottom: 15px;
        padding-left: 27px;
        font-size: 16px;
        list-style-type: none; }
        .p-item1__box2 .list1 li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          width: 16px;
          height: 22px;
          background: url(../images/drop.png) no-repeat top left; }
    .p-item1__box2 .list2 {
      position: relative; }
      .p-item1__box2 .list2__item1 {
        padding: 21px 18px 36px;
        background: #F5F5F5;
        -webkit-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
        .p-item1__box2 .list2__item1:hover {
          opacity: 0.6; }
        .p-item1__box2 .list2__item1 h4 {
          font-size: 16px;
          color: #0056B8;
          font-weight: 900;
          margin-bottom: 17px; }
        .p-item1__box2 .list2__item1 p {
          margin-bottom: 0;
          color: #858585; }
      .p-item1__box2 .list2__card1 {
        position: relative;
        margin-bottom: 30px; }
        @media only screen and (max-width: 767px) {
          .p-item1__box2 .list2__card1 {
            margin-bottom: 15px; } }
    .p-item1__box2 .box1 {
      padding: 22px 0;
      border-bottom: 1px solid #C9F1B7; }
      @media only screen and (max-width: 767px) {
        .p-item1__box2 .box1 {
          padding: 18px 0; } }
    .p-item1__box2 .box2 {
      position: relative; }
      .p-item1__box2 .box2__calo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 34px 16px;
        color: #fff;
        background-color: #0056B8;
        margin-bottom: 29px;
        border-radius: 5px; }
        .p-item1__box2 .box2__calo h4, .p-item1__box2 .box2__calo p {
          margin: 0; }
        .p-item1__box2 .box2__calo h4 {
          font-weight: 900; }

.p-item2 {
  position: relative;
  padding-bottom: 67px; }
  @media only screen and (max-width: 767px) {
    .p-item2 {
      padding-bottom: 40px; } }
  .p-item2__box1 {
    display: block;
    position: relative; }
    .p-item2__box1 .c-title-special1 {
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        .p-item2__box1 .c-title-special1 {
          margin-bottom: 30px; } }
    .p-item2__box1 .c-listitem2 .owl-dots {
      display: none; }

.p-item3 {
  position: relative;
  padding-bottom: 67px; }
  @media only screen and (max-width: 767px) {
    .p-item3 {
      padding-bottom: 40px; } }
  .p-item3__form1 .text1 {
    margin-bottom: 14px;
    color: #858585; }
  .p-item3__form1 .c-form1 .c-form1__info input, .p-item3__form1 .c-form1 .c-form1__info textarea {
    border: 1px solid #C9F1B7; }
  .p-item3__form1 .c-form1 .inner1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-item3__form1 .c-form1 .inner1 .c-form1__info {
      width: 48%; }
  .p-item3__form1 .c-form1 .btn1 {
    text-align: right; }
    .p-item3__form1 .c-form1 .btn1 .c-btn1 {
      padding-right: 55px;
      padding-left: 55px;
      display: inline-block; }
  .p-item3__box1 {
    display: block;
    position: relative; }
    .p-item3__box1 .c-title-special1 {
      margin-bottom: 26px; }
      @media only screen and (max-width: 767px) {
        .p-item3__box1 .c-title-special1 {
          margin-bottom: 13px; } }
    .p-item3__box1 .c-title1 {
      color: #194009;
      margin-bottom: 17px;
      line-height: 30px; }
      @media only screen and (max-width: 767px) {
        .p-item3__box1 .c-title1 {
          line-height: unset;
          margin-bottom: 12px; } }
    .p-item3__box1 p {
      margin-bottom: 0; }
    .p-item3__box1 .c-title2 {
      font-size: 21px;
      font-family: 'DINRoundOT', sans-serif;
      margin-bottom: 24px; }
      @media only screen and (max-width: 767px) {
        .p-item3__box1 .c-title2 {
          font-size: 16px;
          margin-bottom: 13px; } }
    .p-item3__box1 .list1 {
      list-style-type: none; }
      .p-item3__box1 .list1 li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 14px; }
      .p-item3__box1 .list1__item1 {
        width: 39px; }
        .p-item3__box1 .list1__item1 .icon {
          color: #858585;
          margin-left: 4px; }
      .p-item3__box1 .list1 .line1 {
        position: relative;
        width: calc(100% - 39px - 10px);
        height: 8px;
        border-radius: 10px;
        background: #F5F5F5; }
        .p-item3__box1 .list1 .line1:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 80%;
          height: 100%;
          background: #68BE42;
          border-radius: 10px; }
    .p-item3__box1 .box1 {
      max-width: 572px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: base-line;
      -ms-flex-align: base-line;
      align-items: base-line; }
      .p-item3__box1 .box1-c1 {
        width: 35%;
        max-width: 198px;
        text-align: center;
        color: #494949; }
      .p-item3__box1 .box1-c2 {
        width: 46%;
        max-width: 263px; }
      .p-item3__box1 .box1 .stars {
        margin-bottom: 4px; }
    .p-item3__box1 .box2 {
      max-width: 750px;
      margin: 26px auto 0; }
      .p-item3__box1 .box2__text1 {
        margin-bottom: 10px;
        color: #494949; }
      .p-item3__box1 .box2 .stars {
        margin-bottom: 25px; }

.p-item4 {
  position: relative;
  padding-bottom: 97px; }
  @media only screen and (max-width: 767px) {
    .p-item4 {
      padding-bottom: 45px; } }
  .p-item4 .c-title-special1 {
    margin-bottom: 26px; }
    @media only screen and (max-width: 767px) {
      .p-item4 .c-title-special1 {
        margin-bottom: 13px; } }
  .p-item4__comment1 .width1 {
    width: 82%;
    max-width: 946px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .p-item4__comment1 .width1 {
        width: 100%; } }
  .p-item4__comment1 .c-title2 {
    margin-bottom: 10px; }
  .p-item4__comment1 .c-date1 {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .p-item4__comment1 .c-date1 {
        margin-bottom: 14px; } }
  .p-item4__comment1 .list1 {
    list-style-type: none; }
    .p-item4__comment1 .list1 li {
      padding-left: 15px;
      color: #858585;
      display: inline-block;
      position: relative;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      cursor: pointer; }
      .p-item4__comment1 .list1 li:hover {
        color: #C9F1B7; }
      .p-item4__comment1 .list1 li:first-child {
        padding-left: 0;
        padding-right: 15px; }
        .p-item4__comment1 .list1 li:first-child:before {
          content: "";
          width: 2px;
          height: 16px;
          display: block;
          position: absolute;
          background: #858585;
          top: 21%;
          opacity: 0.9;
          right: 0; }
  .p-item4__comment1 .comment {
    margin-bottom: 28px; }
    @media only screen and (max-width: 767px) {
      .p-item4__comment1 .comment {
        margin-bottom: 20px; } }
  .p-item4__comment1 .img1 {
    width: 70px;
    cursor: pointer; }
    .p-item4__comment1 .img1 img {
      width: 100%; }
  .p-item4__comment1 .content1 {
    width: calc(100% - 70px - 34px); }
  .p-item4__comment1 .inner1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-item4__box1 {
    display: block;
    position: relative; }

/*===========================================*/
/*===========================================*/
.p-product1 {
  position: relative;
  padding: 24px 0 99px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 80%; }
  @media only screen and (max-width: 767px) {
    .p-product1 {
      padding: 26px 0 40px; } }
  .p-product1 .container {
    overflow: hidden; }

/*===========================================*/
.p-product2 {
  position: relative;
  display: block;
  padding-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    .p-product2 {
      padding-bottom: 45px; } }
  .p-product2__content1 {
    position: relative;
    display: block; }
  .p-product2__title1 {
    position: relative;
    left: -11px;
    display: inline-block;
    margin-top: 46px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 42px 11px;
    background: url(../images/product/title-bg1.png) no-repeat;
    background-size: 100% 100%; }
    @media only screen and (max-width: 767px) {
      .p-product2__title1 {
        margin-top: 30px; } }
  .p-product2__box1 {
    position: relative;
    display: block; }
    .p-product2__box1 .p1-mt1 {
      margin-top: 20px; }

/*===========================================*/
/*===================================*/
.p-story1 {
  padding: 50px 0 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 30%; }
  @media only screen and (max-width: 767px) {
    .p-story1 {
      padding: 40px 0 55px; } }

/*====================================*/
.p-procedure1 {
  display: block;
  position: relative;
  padding: 50px 0 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 30%; }
  @media only screen and (max-width: 767px) {
    .p-procedure1 {
      padding: 30px 0 60px; } }
  .p-procedure1 .c-title1 {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .p-procedure1 .c-title1 {
        margin-bottom: 20px;
        font-size: 24px; } }
  .p-procedure1__img1 {
    position: relative; }
    .p-procedure1__img1 img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

/*=======================================*/
/*====================================*/
.p-observe1 {
  display: block;
  position: relative;
  padding: 50px 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 30%; }
  @media only screen and (max-width: 767px) {
    .p-observe1 {
      padding: 30px 0 60px; } }
  .p-observe1 .c-title1 {
    margin-bottom: 50px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .p-observe1 .c-title1 {
        margin-bottom: 20px;
        font-size: 24px; } }
  .p-observe1__text1 {
    position: relative;
    max-width: 552px;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 22px;
    color: #0056B8; }
    .p-observe1__text1 p {
      margin-bottom: 0; }
  .p-observe1 .c-list1 .list1__img1 {
    text-align: center; }
    .p-observe1 .c-list1 .list1__img1 img {
      max-width: 100px; }
  .p-observe1 .c-list1 .list1__title1 {
    font-family: 'DINRoundOT', sans-serif;
    text-align: center;
    margin: 28px 0 18px; }
    @media only screen and (max-width: 767px) {
      .p-observe1 .c-list1 .list1__title1 {
        margin: 18px 0 12px; } }
  .p-observe1 .c-list1 .list1__text1 {
    text-align: center; }
  .p-observe1 .c-list1 .list1__card1 {
    padding: 30px 30px 30px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.27)), to(#f9fff6));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.27), #f9fff6); }

/*=======================================*/
/*====================================*/
.p-history1 {
  display: block;
  position: relative;
  padding: 50px 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 30%; }
  @media only screen and (max-width: 767px) {
    .p-history1 {
      padding: 30px 0 60px; } }
  .p-history1 .c-title1 {
    margin-bottom: 27px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .p-history1 .c-title1 {
        margin-bottom: 20px;
        font-size: 24px; } }
  .p-history1__text1 {
    position: relative;
    max-width: 750px;
    margin: 0 auto 100px;
    text-align: center;
    font-size: 16px;
    color: #494949; }
    .p-history1__text1 p {
      margin-bottom: 0; }
  .p-history1 .c-list1 .list1__img1 {
    text-align: center; }
    .p-history1 .c-list1 .list1__img1 img {
      max-width: 100px; }
  .p-history1 .c-list1 .list1__title1 {
    font-family: 'DINRoundOT', sans-serif;
    text-align: center;
    margin: 28px 0 18px; }
    @media only screen and (max-width: 767px) {
      .p-history1 .c-list1 .list1__title1 {
        margin: 18px 0 12px; } }
  .p-history1 .c-list1 .list1__text1 {
    text-align: center; }
  .p-history1 .c-list1 .list1__card1 {
    padding: 30px 30px 30px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.27)), to(#f9fff6));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.27), #f9fff6); }

/*=======================================*/
.p-store1 {
  display: block;
  position: relative;
  padding: 50px 0 60px;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 30%; }
  @media only screen and (max-width: 767px) {
    .p-store1 {
      padding: 30px 0 30px; } }
  .p-store1 .c-title1 {
    margin-bottom: 27px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .p-store1 .c-title1 {
        margin-bottom: 20px;
        font-size: 24px; } }
  .p-store1__text1 {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    color: #494949; }
    .p-store1__text1 p:not(:last-child) {
      margin-bottom: 20px; }
    .p-store1__text1 .link1 {
      font-size: 'SFUFutura', sans-serif;
      color: #68BE42;
      font-weight: 900; }
  .p-store1 .c-list1 .list1__img1 {
    text-align: center; }
    .p-store1 .c-list1 .list1__img1 img {
      max-width: 100px; }
  .p-store1 .c-list1 .list1__title1 {
    font-family: 'DINRoundOT', sans-serif;
    text-align: center;
    margin: 28px 0 18px; }
    @media only screen and (max-width: 767px) {
      .p-store1 .c-list1 .list1__title1 {
        margin: 18px 0 12px; } }
  .p-store1 .c-list1 .list1__text1 {
    text-align: center; }
  .p-store1 .c-list1 .list1__card1 {
    padding: 30px 30px 30px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.27)), to(#f9fff6));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.27), #f9fff6);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.27), #f9fff6); }

.p-store2 {
  display: block;
  position: relative;
  color: #858585;
  padding-bottom: 91px; }
  @media only screen and (max-width: 767px) {
    .p-store2 {
      padding-bottom: 55px; } }
  .p-store2__map {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 580px; }
    @media only screen and (max-width: 767px) {
      .p-store2__map {
        display: block;
        max-height: 100%; } }
    .p-store2__map .option1 p {
      margin-bottom: 10px; }
    .p-store2__map .select1 {
      width: 100%;
      background: #FFFFFF;
      border-radius: 5px;
      height: 38px;
      color: #858585;
      padding: 0 20px;
      border: 1px solid #C9F1B7;
      background: url(../images/iconmoon/dropdown.svg) no-repeat right 14px top 16px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin-bottom: 17px; }
    .p-store2__map .stores {
      position: relative;
      height: 400px;
      overflow-y: scroll;
      color: #000000; }
      @media only screen and (max-width: 767px) {
        .p-store2__map .stores {
          height: 200px; } }
      .p-store2__map .stores ul {
        list-style-type: none; }
        .p-store2__map .stores ul h6 {
          margin-bottom: 8px;
          font-size: 15px;
          font-weight: 700;
          color: #0056B8; }
          .p-store2__map .stores ul h6:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 10px;
            background-color: #68BE42; }
        .p-store2__map .stores ul p:not(:last-child) {
          margin-bottom: 10px; }
    .p-store2__map .options {
      width: 30%;
      padding: 30px 15px;
      overflow: hidden;
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0745);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0745); }
      @media only screen and (max-width: 767px) {
        .p-store2__map .options {
          width: 100%; } }
    .p-store2__map .map {
      width: 70%; }
      @media only screen and (max-width: 767px) {
        .p-store2__map .map {
          width: 100%;
          height: 500px; } }
      .p-store2__map .map iframe {
        width: 100%;
        height: 100%; }

/*=======================================*/
.p-discount1 {
  display: block;
  position: relative;
  padding: 50px 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 20%; }
  @media only screen and (max-width: 767px) {
    .p-discount1 {
      padding: 30px 0 60px; } }
  .p-discount1__box1 {
    position: relative;
    display: block; }
    .p-discount1__box1 > .c-title1 {
      text-align: center;
      margin-bottom: 28px; }
      @media only screen and (max-width: 767px) {
        .p-discount1__box1 > .c-title1 {
          margin-bottom: 20px; } }
  .p-discount1__list1 {
    position: relative;
    display: block; }
    .p-discount1__list1 .c-title1 {
      text-align: left;
      margin-bottom: 27px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      @media only screen and (max-width: 767px) {
        .p-discount1__list1 .c-title1 {
          margin-bottom: 12px; } }
    .p-discount1__list1 .list1__text1 {
      padding-bottom: 37px;
      text-align: justify; }
      @media only screen and (max-width: 767px) {
        .p-discount1__list1 .list1__text1 {
          padding-bottom: 25px; } }
    .p-discount1__list1 .list1__img1 {
      width: 45%;
      max-width: 493px; }
      @media only screen and (max-width: 991px) {
        .p-discount1__list1 .list1__img1 {
          width: 100%;
          max-width: 100%; } }
    .p-discount1__list1 .list1__info1 {
      width: 45%;
      max-width: 496px; }
      @media only screen and (max-width: 991px) {
        .p-discount1__list1 .list1__info1 {
          width: 100%;
          max-width: 100%;
          margin-top: 20px; } }
    .p-discount1__list1 .list1__card1 {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 30px;
      padding: 51px 60px 51px 26px;
      background: -webkit-gradient(linear, left top, right top, from(#f9fff6), to(white));
      background: -webkit-linear-gradient(left, #f9fff6, white);
      background: -o-linear-gradient(left, #f9fff6, white);
      background: linear-gradient(to right, #f9fff6, white); }
      @media only screen and (max-width: 991px) {
        .p-discount1__list1 .list1__card1 {
          display: block; } }
      @media only screen and (max-width: 767px) {
        .p-discount1__list1 .list1__card1 {
          margin-bottom: 20px;
          padding: 30px 20px 34px; } }
      .p-discount1__list1 .list1__card1--reverse {
        padding-left: 60px;
        padding-right: 26px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        background: -webkit-gradient(linear, right top, left top, from(#f9fff6), to(white));
        background: -webkit-linear-gradient(right, #f9fff6, white);
        background: -o-linear-gradient(right, #f9fff6, white);
        background: linear-gradient(to left, #f9fff6, white); }
        @media only screen and (max-width: 767px) {
          .p-discount1__list1 .list1__card1--reverse {
            padding: 30px 20px 34px; } }
  .p-discount1 .c-page {
    margin: 60px 0 0; }
    @media only screen and (max-width: 767px) {
      .p-discount1 .c-page {
        margin: 30px 0 0; } }

.p-discount2 {
  display: block;
  position: relative;
  padding: 50px 0 50px;
  background: -webkit-gradient(linear, right top, left top, from(#eaeaea), to(#f6f6f6)) no-repeat top left;
  background: -webkit-linear-gradient(right, #eaeaea, #f6f6f6) no-repeat top left;
  background: -o-linear-gradient(right, #eaeaea, #f6f6f6) no-repeat top left;
  background: linear-gradient(to left, #eaeaea, #f6f6f6) no-repeat top left; }
  @media only screen and (max-width: 767px) {
    .p-discount2 {
      padding: 30px 0 60px; } }
  .p-discount2__box1 {
    max-width: 495px;
    margin: 0 auto; }
    .p-discount2__box1 .c-title1 {
      margin-bottom: 26px;
      text-align: center; }
    .p-discount2__box1 .list1 {
      max-width: 324px;
      margin: 0 auto;
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: #0056B8;
      font-size: 32px; }
      .p-discount2__box1 .list1 .icon-facebook:before {
        color: #0056B8; }
      .p-discount2__box1 .list1 a {
        -webkit-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
      .p-discount2__box1 .list1 a:hover {
        opacity: 0.4; }

/*=======================================*/
/*=======================================*/
.p-media1 {
  display: block;
  position: relative;
  padding: 50px 0 99px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 20%; }
  @media only screen and (max-width: 767px) {
    .p-media1 {
      padding: 30px 0 60px; } }
  .p-media1__box1 {
    display: block;
    position: relative; }
    .p-media1__box1 .c-title-special1 span {
      background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.87))) no-repeat top left;
      background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.87)) no-repeat top left;
      background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.87)) no-repeat top left;
      background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.87)) no-repeat top left; }
    .p-media1__box1 .c-tabs1 {
      margin-bottom: 57px; }
      @media only screen and (max-width: 767px) {
        .p-media1__box1 .c-tabs1 {
          margin-bottom: 24px; } }
    .p-media1__box1 .c-page {
      margin: 49px 0 0; }
      @media only screen and (max-width: 767px) {
        .p-media1__box1 .c-page {
          margin: 30px 0 0; } }

/*=======================================*/
/*=======================================*/
.p-partner1 {
  display: block;
  position: relative;
  padding: 50px 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 40%; }
  @media only screen and (max-width: 767px) {
    .p-partner1 {
      padding: 30px 0 60px; } }
  .p-partner1__box1 .c-title1 {
    margin: 50px 0 30px;
    text-align: center; }

/*=======================================*/
/*=======================================*/
.p-post1 {
  display: block;
  position: relative;
  padding: 50px 0 110px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fff6), to(rgba(255, 255, 255, 0.27))) no-repeat top left;
  background: -webkit-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: -o-linear-gradient(top, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background: linear-gradient(to bottom, #f9fff6, rgba(255, 255, 255, 0.27)) no-repeat top left;
  background-size: 100% 30%; }
  @media only screen and (max-width: 767px) {
    .p-post1 {
      padding: 30px 0 60px; } }
  .p-post1__content1 {
    display: block;
    position: relative; }
  .p-post1__box1 {
    position: relative;
    display: block; }
    .p-post1__box1 .c-title1 {
      margin-bottom: 12px;
      font-size: 30px; }
      @media only screen and (max-width: 767px) {
        .p-post1__box1 .c-title1 {
          font-size: 24px; } }
    .p-post1__box1 .author {
      position: relative;
      font-size: 15px;
      padding-bottom: 26px;
      border-bottom: 1px solid #C9F1B7;
      margin-bottom: 28px; }
      @media only screen and (max-width: 767px) {
        .p-post1__box1 .author {
          padding-bottom: 15px;
          margin-bottom: 18px; } }
      .p-post1__box1 .author:after {
        content: '';
        display: table;
        clear: both; }
      .p-post1__box1 .author_name,
      .p-post1__box1 .author .c-date1 {
        display: inline-block; }
      .p-post1__box1 .author .c-date1 {
        position: relative;
        margin: 0 0 0 20px;
        font-size: 13px; }
        @media only screen and (max-width: 414px) {
          .p-post1__box1 .author .c-date1 {
            top: 0; } }
      .p-post1__box1 .author_name {
        margin-bottom: 0;
        color: #0056B8;
        font-size: 15px; }
      .p-post1__box1 .author_list1 {
        float: right;
        right: 0;
        list-style-type: none;
        top: 3px;
        font-size: 18px; }
        @media only screen and (max-width: 414px) {
          .p-post1__box1 .author_list1 {
            float: none;
            display: block;
            margin-top: 14px; } }
        .p-post1__box1 .author_list1 li {
          color: #0056B8;
          display: inline-block; }
          .p-post1__box1 .author_list1 li:not(:last-child) {
            margin-right: 29px; }
          .p-post1__box1 .author_list1 li .icon-facebook:before {
            color: #0056B8; }
          .p-post1__box1 .author_list1 li .icon-youtube:before {
            font-size: 22px; }
        .p-post1__box1 .author_list1 a {
          vertical-align: middle; }
    .p-post1__box1 .content1 {
      text-align: justify; }
      .p-post1__box1 .content1 .text1 {
        margin: 20px 0;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          .p-post1__box1 .content1 .text1 {
            margin-bottom: 15px; } }
      .p-post1__box1 .content1 p:not(:last-child) {
        margin-bottom: 23px; }
        @media only screen and (max-width: 767px) {
          .p-post1__box1 .content1 p:not(:last-child) {
            margin-bottom: 15px; } }
      .p-post1__box1 .content1 img {
        margin-bottom: 23px;
        height: auto; }
        @media only screen and (max-width: 767px) {
          .p-post1__box1 .content1 img {
            margin-bottom: 15px; } }
  .p-post1__img1 {
    text-align: center; }
    .p-post1__img1 img {
      margin: 0 auto; }

.p-post2 {
  position: relative;
  padding-bottom: 67px; }
  @media only screen and (max-width: 767px) {
    .p-post2 {
      padding-bottom: 40px; } }
  .p-post2__box1 {
    display: block;
    position: relative; }
    .p-post2__box1 .c-title-special1 {
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        .p-post2__box1 .c-title-special1 {
          margin-bottom: 30px; } }
    .p-post2__box1 .c-listitem2 .owl-dots {
      display: none; }
    .p-post2__box1 .c-listitem2__img1:after {
      width: 0; }
    .p-post2__box1 .c-listitem2__content1 {
      padding: 21px 5px; }
      @media only screen and (max-width: 767px) {
        .p-post2__box1 .c-listitem2__content1 {
          padding: 14px 5px; } }
      .p-post2__box1 .c-listitem2__content1 .title1 {
        text-align: left;
        margin-bottom: 10px;
        font-size: 21px; }
      .p-post2__box1 .c-listitem2__content1 .c-date1 {
        margin-bottom: 13px; }
      .p-post2__box1 .c-listitem2__content1 .content1 {
        margin-bottom: 0;
        text-align: justify; }

/*=======================================*/
:root {
  --space-sm: calc(0.75*var(--space-unit)); }
  @media (min-width: 64rem) {
    :root {
      --space-unit: 1.25em; } }

.js .cd-h-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .js .cd-h-timeline ul, .js .cd-h-timeline ol {
    list-style: none; }
  .js .cd-h-timeline .c-title1 {
    text-align: left; }

.js .cd-h-timeline--loaded {
  opacity: 1; }

.js .cd-h-timeline__container {
  position: relative;
  height: 100px;
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.js .cd-h-timeline__dates {
  position: relative;
  height: 100%;
  margin: 0 80px;
  width: 946px;
  max-width: 90%;
  overflow: hidden; }
  .js .cd-h-timeline__dates::after, .js .cd-h-timeline__dates::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px; }
  .js .cd-h-timeline__dates::before {
    left: 0; }
  .js .cd-h-timeline__dates::after {
    right: 0; }

.js .cd-h-timeline__line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 4px;
  background-color: #C9F1B7;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

.js .cd-h-timeline__filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #347C16;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.js .cd-h-timeline__date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.375rem;
  padding-bottom: var(--space-sm);
  color: #68BE42;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none; }
  .js .cd-h-timeline__date::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #C9F1B7;
    -webkit-transition: background-color 0.3s, border-color .3s;
    -o-transition: background-color 0.3s, border-color .3s;
    transition: background-color 0.3s, border-color .3s; }
  .js .cd-h-timeline__date:hover::after {
    background-color: #CC5347;
    border-color: #CC5347; }

.js .cd-h-timeline__date--selected {
  pointer-events: none; }
  .js .cd-h-timeline__date--selected::after {
    background-color: #CC5347;
    border-color: #CC5347; }

.js .cd-h-timeline__date--older-event::after {
  background-color: #347C16; }

.js .cd-h-timeline__navigation {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 44px;
  width: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #68BE42;
  background-color: #68BE42;
  -webkit-box-shadow: 0px -3px 5px rgba(25, 31, 9, 0.298039);
  box-shadow: 0px -3px 5px rgba(25, 31, 9, 0.298039);
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s; }
  .js .cd-h-timeline__navigation::after {
    position: absolute;
    font-size: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: "\e915";
    font-family: 'icomoon' !important; }
  .js .cd-h-timeline__navigation:hover {
    border-color: #68BE42; }

.js .cd-h-timeline__navigation--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.js .cd-h-timeline__navigation--next {
  -webkit-box-shadow: 0px 3px 5px rgba(25, 31, 9, 0.298039);
  box-shadow: 0px 3px 5px rgba(25, 31, 9, 0.298039);
  right: 0; }

.js .cd-h-timeline__navigation--inactive {
  cursor: not-allowed;
  background-color: #fff;
  border-color: #fff;
  color: #68BE42; }
  .js .cd-h-timeline__navigation--inactive:hover {
    border-color: #fff; }

.js .cd-h-timeline__events {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s; }

.js .cd-h-timeline__event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 1px 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.js .cd-h-timeline__event--selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.js .cd-h-timeline__event--enter-right,
.js .cd-h-timeline__event--leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right; }

.js .cd-h-timeline__event--enter-left,
.js .cd-h-timeline__event--leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left; }

.js .cd-h-timeline__event--leave-right,
.js .cd-h-timeline__event--leave-left {
  animation-direction: reverse; }

.js .cd-h-timeline__event-content {
  max-width: 945px;
  margin: 100px auto 0 auto; }

@media only screen and (max-width: 767px) {
  .js .cd-h-timeline__dates {
    margin: 0 20px;
    width: 100%; }
    .js .cd-h-timeline__dates .cd-h-timeline__date {
      padding-bottom: 20px; }
  .js .cd-h-timeline__event-content {
    margin-top: 40px; } }

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

html:not(.js) .cd-h-timeline__dates,
html:not(.js) .cd-h-timeline__navigation {
  display: none; }

/*=========================================================*/

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