/*!
Theme Name: Custom theme
Author: NamHuy
Author URI: ....
Description: A custom website theme for Vietnamese Brands.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: MIT
Text Domain: ...
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* reset
--------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {
  --color-blue: #00489b;
  --color-red: #f86f53;
  --color-yellow: #f29600;
  --color-gray: #222;
  --font-content: 'Noto Sans JP', sans-serif;
  --font-text: 'Noto Sans JP', sans-serif;
  --background-rgba: linear-gradient(90.07deg, #F68121 -0.48%, #F86E54 100.22%);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 14px;
  font-family: var(--font-text);
}

a {
  text-decoration: none !important;
}

img,
a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

p {
  font-size: 14px;
  line-height: 20px;
}

button,
img,
input,
select {
  outline: none !important;
}

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

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (device-aspect-ratio: 2 / 3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}


/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */

@media screen and (device-aspect-ratio: 40 / 71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}


/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */

@media screen and (device-aspect-ratio: 375 / 667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}


/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */

@media screen and (device-aspect-ratio: 9 / 16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
  .container-fluid {
    padding: 0px 50px;
  }
}


/* Navigation
--------------------------------------------- */

.pages,
.page-numbers {
  text-align: center;
  margin-top: 0 !important;
}

.pages ul,
.page-numbers ul {
  border: 0 !important;
}

.pages ul li,
.page-numbers ul li {
  display: inline-block;
  margin: 0px 2.5px !important;
  border: 0 !important;
}

.pages ul li a,
.page-numbers ul li a {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 7px 15px;
  border: 1px solid #ddd;
  color: #465363;
}

.pages ul li a:hover,
.page-numbers ul li a:hover {
  border: 1px solid var(--color-yellow);
  background-color: var(--color-yellow);
  color: white;
}

.pages ul li span,
.page-numbers ul li span {
  display: block !important;
  background: var(--color-yellow) !important;
  color: #fff !important;
  padding: 7px 15px !important;
  border: 1px solid var(--color-yellow) !important;
}

.pages ul li a,
.page-numbers ul li a {
  background: none !important;
  padding: 7px 15px !important;
}

.pages ul .active a,
.page-numbers ul .active a {
  border: 1px solid var(--color-yellow);
  background: var(--color-yellow) !important;
  color: white;
}

.list-content-products .woocommerce-pagination ul {
  margin-top: 20px;
  text-align: center;
  border: 0 !important;
}

.list-content-products .woocommerce-pagination ul li {
  display: inline-block;
  padding: 0px 2.5px !important;
  border: 0 !important;
}

.list-content-products .woocommerce-pagination ul li a,
.list-content-products .woocommerce-pagination ul li span {
  display: block !important;
  font-size: 14px !important;
  text-align: center !important;
  padding: 7px 15px !important;
  border: 1px solid #ddd !important;
  color: #465363 !important;
}

.list-content-products .woocommerce-pagination ul li a:hover,
.list-content-products .woocommerce-pagination ul li span:hover {
  border: 1px solid var(--color-yellow) !important;
  background-color: var(--color-yellow) !important;
  color: white !important;
}

.list-content-products .woocommerce-pagination ul li .current {
  border: 1px solid var(--color-yellow) !important;
  background-color: var(--color-yellow) !important;
  color: white !important;
}

.list-content-products .woocommerce-pagination ul .active a {
  border: 1px solid var(--color-yellow) !important;
  background-color: var(--color-yellow) !important;
  color: white !important;
}


/* general
--------------------------------------------- */

.breadcrumbs,
.breadcrumb {
  background: #F1F0F1;
  padding: 15px 0px;
  margin: 0;
}

.breadcrumbs p,
.breadcrumb p {
  margin: 0;
  font-size: 15px;
  color: #a7a9ac;
}

.breadcrumbs p a,
.breadcrumb p a {
  padding-right: 5px;
  color: #a7a9ac;
}

.breadcrumbs p a:hover,
.breadcrumb p a:hover {
  color: var(--color-yellow);
}

.breadcrumbs p .separator,
.breadcrumb p .separator {
  padding-right: 5px;
}

.breadcrumbs p .last,
.breadcrumb p .last {
  color: var(--color-yellow);
}

.breadcrumbs .woocommerce-breadcrumb,
.breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-yellow);
  font-weight: bold;
}

.breadcrumbs .woocommerce-breadcrumb a,
.breadcrumb .woocommerce-breadcrumb a {
  font-weight: 400;
}

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 360px;
  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;
  text-align: center;
}

.page-banner .title {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-banner span {
  display: block;
  font-size: 18px;
  color: #333;
}

@media screen and (max-width: 991px) {
  .page-banner {
    height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .page-banner {
    height: 160px;
  }
}

.site-main {
  padding: 30px 0px;
}

.site-main .page-header {
  margin-bottom: 20px;
}

.site-main .page-header .page-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.site-main .page-header .page-title span {
  color: var(--color-blue);
}

.btn-custom {
  height: 40px;
  line-height: 40px;
  background: var(--color-blue);
  min-width: 115px;
  padding: 0px 10px;
  font-size: 15px;
  color: #fff;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border: 1px solid var(--color-blue);
}

.btn-custom:hover {
  background: #fff;
  color: var(--color-blue);
}

.title-main {
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}

.title-main .heading {
  font-size: 50px;
  font-weight: bold;
  color: #333;
}

.title-main span {
  padding-top: 15px;
  font-size: 18px;
  color: #666666;
  display: block;
}

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

.scroll-top {
  display: none;
}
.page-template-home .active-scroll{
  right: 230px;
}
.active-scroll {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-scroll a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background: var(--color-blue);
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  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;
  margin-left: 10px;
  border-radius: 50%;
}

.active-scroll a svg {
  width: 15px;
}

.hc-offcanvas-nav {
  z-index: 9999999;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: var(--color-blue);
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background: var(--color-blue);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.hc-offcanvas-nav a {
  border-bottom: 1px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.hc-offcanvas-nav h2 {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
  border-left: 0;
  width: 25px;
  height: 15px;
}

.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -13px;
}

.hc-offcanvas-nav li.nav-close span::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -13px;
  margin-left: -1px;
}

.nav-close a {
  padding: 25px 15px;
}

.hc-offcanvas-nav h2 {
  text-transform: uppercase;
}

.full-search {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.8);
  left: 0;
  top: 0;
  z-index: 999999999;
  display: none;
}

.full-search .input-search {
  width: 70%;
  margin: 20% auto;
  border-bottom: 1px solid #ffff;
}

.full-search .input-search input {
  width: 100%;
  outline: none;
  background: none;
  width: calc(100% - 110px);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  border-top: 0px;
  border-left: 0;
  border-right: 0;
  padding: 20px 20px;
  border: 0;
}

.full-search .input-search input:focus {
  color: #fff;
}

.full-search .input-search input::-webkit-input-placeholder {
  color: #fff;
}

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

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

.full-search .input-search input::placeholder {
  color: #fff;
}

.full-search .input-search button {
  width: 100px;
  color: #fff;
  font-size: 20px;
  background: none;
  outline: none;
  cursor: pointer;
  border-top: 0px;
  border-left: 0;
  border-right: 0;
  padding: 20.6px 20px;
  border: 0;
}

.full-search .times-search {
  position: absolute;
  top: 50px;
  right: 50px;
}

.full-search .times-search a {
  color: #fff;
  font-size: 30px;
}

.page-defure {
  overflow: hidden;
}


/* Posts and pages
--------------------------------------------- */

.the_content {
  text-align: justify;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  font-family: var(--font-content);
}

.the_content h2,
.the_content h3,
.the_content h4 {
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

.the_content h6 {
  font-size: 15px;
}

.the_content h5 {
  font-size: 15px;
}

.the_content h4 {
  font-size: 15px;
}

.the_content h3 {
  font-size: 18px;
}

.the_content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.the_content h1 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

.the_content p {
  color: #000;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-size: 15px;
}

.the_content p:last-child {
  margin-bottom: 0;
}

.the_content p a {
  color: var(--color-blue);
}

.the_content ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ul li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
}

.the_content ul li a {
  color: #ff5912;
}

.the_content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ol li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
}

.the_content ol li a {
  color: #ff5912;
}

.the_content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}

.the_content blockquote p {
  margin: 0 !important;
}

.the_content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: .85rem;
  color: #e83e8c;
  font-size: 15px;
  line-height: 1.5;
}

.the_content table>tbody>tr>td,
.the_content table>tbody>tr>th,
.the_content table>tfoot>tr>td,
.the_content table>tfoot>tr>th,
.the_content table>thead>tr>td,
.the_content table>thead>tr>th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1.5;
}

.the_content iframe {
  margin: auto;
}

.the_content .syntaxhighlighter {
  padding: 10px 0;
}

.the_content img {
  max-width: 100%;
}


/* Header
--------------------------------------------- */

.header-top {
  padding: 15px 0px;
}

.header-top .slogan {
  font-size: 12px;
  color: #000;
}

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

.phone-time .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  max-width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  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;
}

.phone-time .icon svg {
  width: 15px;
  fill: #fff;
}

.phone-time a {
  padding-left: 5px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}

.phone-time a:hover {
  color: var(--color-yellow);
}

.phone-time .work-time {
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
}

.header {
  padding-bottom: 20px;
}

.header__logo {
  position: relative;
}

.header__logo img {
  max-width: 200px;
}

.header__logo .icon-mobile {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  padding: 0;
  height: auto;
  width: auto;
  min-height: 10px;
  text-align: center;
  display: none !important;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .header__logo .icon-mobile {
    display: block !important;
  }
}

.header__logo .icon-mobile a {
  margin: 0;
  color: #333;
}

.header__logo .icon-mobile a svg {
  fill: #333;
  width: 25px;
}

.header__logo .icon-mobile a svg path {
  fill: #333;
}

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

.header__menu ul li {
  line-height: 50px;
  position: relative;
}

.header__menu ul li:last-child a {
  border: 0;
}

.header__menu ul li:first-child a {
  border: 0;
}

.header__menu ul li:hover .sub-menu {
  display: block;
}

.header__menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 140px;
  max-width: 200px;
  text-align: left;
  background: var(--color-blue);
  border-radius: 2px;
  z-index: 9999;
  border: 1px solid var(--color-blue);
  display: none;
}

.header__menu ul li .sub-menu li {
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1.5;
  padding: 10px 10px;
  display: block;
  border: 0;
  border-bottom: 1px solid #fff;
}

.header__menu ul li .sub-menu li:last-child {
  border-bottom: 0;
}

.header__menu ul li .sub-menu li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 0;
  border: 0;
}

.header__menu ul li .sub-menu li a:after {
  display: none;
}

.header__menu ul li .sub-menu li:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
}

.header__menu ul li .sub-menu li:hover a {
  color: var(--color-blue);
}

.header__menu ul li a {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  padding: 0px 35px;
  border-left: 1px solid #333;
}

.header__menu ul li a:hover {
  color: var(--color-blue);
}

.header__menu ul .current-menu-item a {
  color: var(--color-blue);
  font-weight: bold;
}

.header__menu ul .current-menu-ancestor>a {
  color: var(--color-blue);
  font-weight: bold;
}

.header__menu ul .menu-item-has-children a:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-down fa-w-8 fa-fw fa-2x'%3E%3Cpath fill='%23000' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z' class=''%3E%3C/path%3E%3C/svg%3E");
  width: 10px;
  height: 10px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.header__menu ul .btn-contact {
  padding: 0;
  line-height: 0;
  padding-left: 15px;
}

.header__menu ul .btn-contact a {
  background: var(--color-yellow);
  padding: 17px 20px;
  font-size: 14px;
  color: #fff;
  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;
}

.header__menu ul .btn-contact a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='envelope' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-envelope fa-w-16 fa-2x'%3E%3Cpath fill='%23fff' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z' class=''%3E%3C/path%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}


/* Home
--------------------------------------------- */

.slick-dots {
  bottom: -35px;
}

.slick-dots li {
  width: 15px;
  height: 15px;
}

.slick-dots li button {
  padding: 0;
  border-radius: 50%;
  background: #999;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots .slick-active button {
  opacity: 1;
}

.slick-arrow {
  width: 60px;
  height: 60px;
  z-index: 6;
  -webkit-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  outline: none;
}

.slick-arrow:hover {
  background: var(--color-blue);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.slick-arrow:hover:before {
  color: #fff;
}

.slick-arrow:before {
  color: #333;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -30px;
}

.pd-main {
  padding: 100px 0px;
}

.site-slider {
  position: relative;
}

.site-slider .item {
  position: relative;
}

.site-slider .item .content {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  z-index: 9;
}

.site-slider .item .content h3,
.site-slider .item .content h2 {
  font-size: 36px;
  color: #fff;
}

.site-slider .item .content h3 {
  margin-bottom: 20px;
  font-size: 27px;
}

.site-slider .item .content h2 {
  font-weight: bold;
}

.icon-item {
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 0;
}

.icon-item .items {
  width: 200px;
  height: 200px;
  background: var(--color-blue);
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon-item .items img{
  border-radius: 50%;
  width: 40px;
}

.icon-item .items a {
  color: #fff;
  direction: block;
}

.icon-item .items:first-child {
  background: var(--color-yellow);
}

.icon-item .items svg {
  width: 25px;
  margin-bottom: 10px;
}

.icon-item .items p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
}

.icon-item .items:hover {
  background: #fff;
}

.icon-item .items:hover a {
  color: var(--color-blue);
}

.icon-item .side-bnr{
	width: 210px;
	background-color: #00489b;
	padding: 5px 0 5px 5px;
	color:#fff;
	font-weight: bold;
}
.icon-item .side-bnr p{
	margin-bottom:0;
}
.icon-item .side-bnr a{
	color:#fff;
}
.icon-item .side-bnr .side-ttl{
	background-color: #f29600;
	color: #fff;
	padding: 5px 5px 8px 5px;
	font-size: 1.4rem;
}
.icon-item .side-bnr .side-cont{
	background-color: #fff;
	color:#333;
	padding:5px;
	font-size: 1.2rem;
}
.icon-item .side-bnr .side-cont a{
	color:#00489b;
}


.site-about {
  padding-top: 110px;
}

.site-about .misstion {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0px;
}

.site-about .misstion__content .heading1 {
  font-size: 27px;
  color: #fff;
  margin-bottom: 15px;
}

.site-about .misstion__content .heading2 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}

.site-about .misstion__content .des {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
}

.site-about .ofter {
  text-align: center;
  margin-bottom: 20px;
}

.site-about .ofter__title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 17px;
}

.site-about .ofter .row {
  margin: 0px -5px;
}

.site-about .ofter .row .col-custom {
  padding: 0px 5px;
}

.site-about .ofter .items-ofter {
  background: #fff;
  padding: 12px 15px;
  margin-bottom: 10px;
}

.site-about .ofter .items-ofter .title {
  font-size: 18px;
  display: block;
  background: var(--color-blue);
  color: #fff;
  padding: 5px 0px;
  font-weight: bold;
  margin-bottom: 0;
}

.site-about .ofter .items-ofter .des-ofter {
  padding: 20px 0px 5px 0px;
  font-size: 20px;
  color: var(--color-blue);
  line-height: 1.5;
  font-weight: bold;
}

.site-about .member {
  background: var(--color-blue);
  color: #fff;
  text-align: center;
  padding: 15px 125px;
}

.site-about .member .svg1 {
  width: 35px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.site-about .member h4 {
  margin-bottom: 15px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}

.site-about .member p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}

.site-about .member p small {
  font-size: 16px;
}

.site-about .member a {
  display: block;
  min-width: 220px;
  height: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border: 1px solid #fff;
  line-height: 45px;
  color: #fff;
  position: relative;
  font-size: 16px;
}

.site-about .member a:hover {
  background: var(--color-yellow);
}

.site-about .member a svg {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.images-mobile {
  display: none;
}

.about-us .items {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 125px 0px;
  padding-right: 30px;
  position: relative;
}

.about-us .items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(36%, #fbf7ed), color-stop(64%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fbf7ed 36%, rgba(255, 255, 255, 0) 64%);
}

.about-us .items:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(75%, #234695));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, #234695 75%);
  display: none;
}

.about-us .items:nth-child(2n+2) {
  padding-right: 0;
  padding-left: 30px;
}

.about-us .items:nth-child(2n+2):after {
  display: block;
}

.about-us .items:nth-child(2n+2):before {
  display: none;
}

.about-us .items:nth-child(2n+2) .row-custom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-us .items:nth-child(2n+2) .title {
  color: #fff;
}

.about-us .items:nth-child(2n+2) p {
  color: #fff;
}

.about-us .items .title {
  font-size: 40px;
  color: #333;
  margin-bottom: 40px;
  font-weight: bold;
}

.about-us .items .title small {
  font-size: 80%;
  font-weight: 400;
}

.about-us .items p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0;
}

.about-us .content {
  position: relative;
  z-index: 9;
}

.site-recommended .container {
  max-width: 1050px;
}

.site-news {
  background: #eeeeee;
}

.site-news .container {
  max-width: 1050px;
}

.site-news .title-main {
  text-align: left;
  padding-left: 55px;
}

.site-news .title-main .heading {
  position: relative;
}

.site-news .title-main .heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 35px;
  height: 5px;
  background: var(--color-blue);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.site-news .list-news ul li {
  padding: 22px 0px;
  border-bottom: 1px solid #333;
}

.site-news .list-news ul li:first-child {
  padding-top: 0;
}

.site-news .list-news ul li span {
  display: block;
  font-size: 18px;
  color: #666;
  margin-bottom: 12px;
}

.site-news .list-news ul li h3 a {
  display: block;
  font-size: 14px;
  color: #666;
}

.site-news .list-news ul li h3 a:hover {
  color: var(--color-blue);
}

.site-link .images {
  display: block;
  overflow: hidden;
}

.site-link .images:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.site-contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 70px 0px;
  padding-top: 0;
}
.site-contact .title-main{
  transform: translate(0px, -35px);
}
.site-contact .content-contact {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 75px;
}

.site-contact .col-custom {
  padding: 15px 15px;
  border-right: 1px solid #ccc;
}

.site-contact .col-custom:last-child {
  border: 0;
}

.site-contact .items-contact {
  text-align: center;
  padding: 0px 35px;
}

.site-contact .items-contact .title {
  font-size: 16px;
  margin-bottom: 35px;
  color: #333;
  font-weight: 600;
}

.site-contact .phone-time {
  display: block;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 20px;
}

.site-contact .phone-time .icon-phone {
  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;
  margin-bottom: 15px;
}

.site-contact .phone-time .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-contact .phone-time .icon svg {
  width: 15px;
  fill: #fff;
}

.site-contact .phone-time a {
  padding-left: 10px;
  font-size: 34px;
  color: #333;
  font-weight: bold;
}

.site-contact .phone-time a:hover {
  color: var(--color-yellow);
}

.site-contact .phone-time .work-time {
  font-size: 16px;
  padding-left: 5px;
  display: block;
  color: #333;
}

.site-contact .items {
  width: 100%;
  height: 140px;
  background: var(--color-blue);
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-contact .items a {
  color: #fff;
  direction: block;
}

.site-contact .items:first-child {
  background: var(--color-yellow);
}

.site-contact .items svg {
  width: 25px;
  margin-bottom: 10px;
}

.site-contact .items p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
}

.site-contact .items:hover {
  background: #fff;
}

.site-contact .items:hover a {
  color: var(--color-blue);
}

.site-contact .items2 {
  background: var(--color-yellow);
}

.site-contact .items2:hover {
  background: #fff;
}

.site-contact .items2:hover a {
  color: var(--color-blue);
}

.site-partner {
  padding: 50px 0px;
}

.site-partner .items {
  height: 50px;
  width: 100%;
}

.site-partner .items img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}


/* Footer
--------------------------------------------- */

footer {
  background: #f4f4f4;
}

.menu-footer {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.menu-footer ul li {
  display: inline-block;
  padding: 0px 30px;
  line-height: 70px;
}

.menu-footer ul li a {
  font-size: 14px;
  color: #333;
}

.menu-footer ul li a:hover {
  color: var(--color-blue);
}

.footer-content {
  text-align: center;
  padding: 30px 0px;
}

.footer-content .logo {
  margin-bottom: 20px;
}

.footer-content .content {
  margin-bottom: 20px;
  text-align: center;
}

.footer-content .social ul {
  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;
}

.footer-content .social ul li {
  padding: 0px 5px;
}

.footer-content .social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: var(--color-blue);
  color: #fff;
  border-radius: 50%;
  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;
}

.footer-content .social ul li a:hover {
  background: var(--color-yellow);
}

.footer-content .social ul li a svg {
  width: 20px;
}

.coppryight {
  height: 45px;
  background: var(--color-blue);
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 12px;
}


/* Footer
--------------------------------------------- */


/* Woocommerce
--------------------------------------------- */


/* Update */

body.woocommerce-cart,
body.woocommerce-checkout {
  min-height: 100%;
  line-height: normal;
  background: #fff;
  padding: 0 !important;
  font-family: "Roboto", sans-serif;
  margin: 0 !important;
}

body.woocommerce-cart .quantity .screen-reader-text,
body.woocommerce-checkout .quantity .screen-reader-text {
  width: 100%;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  color: #a3a3a3;
  font-size: 14px;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.bs-wizard>.bs-wizard-step>.progress {
  height: 3px;
  margin: 22px 0;
  background: #b9b9b9;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 20px;
  color: #fff;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  font-size: 12px;
  text-align: center;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  background: #fff;
  font-size: 14px;
  color: #000;
  border: 2px solid #35c4f6;
  line-height: 23px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  width: 26px;
  height: 26px;
  display: block;
  top: 40px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  text-align: center;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
  width: 50%;
}

.woocommerce-cart .bs-wizard>.bs-wizard-step.step-1>.bs-wizard-dot,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-1>.bs-wizard-dot,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-2>.bs-wizard-dot,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-1>.bs-wizard-dot,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-2>.bs-wizard-dot,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-3>.bs-wizard-dot {
  background: var(--color-blue);
  font-size: 15px;
  color: #fff;
  border: none;
  line-height: 26px;
  -webkit-box-shadow: #666 0 0 2px;
  box-shadow: #666 0 0 2px;
}

.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-2>.progress>.progress-bar {
  width: 50%;
}

.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-1>.progress>.progress-bar,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-2>.progress>.progress-bar {
  width: 100%;
}

.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-3>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--color-blue);
  -webkit-transition: none;
  transition: none;
}

.woocommerce-cart .bs-wizard>.bs-wizard-step.step-1 .bs-wizard-stepnum,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-1 .bs-wizard-stepnum,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-2 .bs-wizard-stepnum,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-3 .bs-wizard-stepnum {
  color: #000;
}

.woocommerce-cart .gini-shipping .gini-main .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table,
.woocommerce-cart .gini-shipping .gini-main .cart-collaterals .cart_totals table {
  border: none;
  margin: 0;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .product-name a {
  color: #000;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .product-thumbnail img {
  width: 100px;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .product-name a:hover {
  color: var(--color-blue);
}

.woocommerce-checkout .gini-shipping .gini-main table.shop_table thead th {
  font-weight: bold;
}

.woocommerce-checkout .gini-shipping .gini-main table.shop_table th {
  font-weight: normal;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .coupon button[name="update_cart"] {
  display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info {
  background-color: #fffbfb;
  border-color: #ff959c;
  color: #ff3b27;
  border: 1px solid #ff3b27;
  border-radius: 4px;
}

.woocommerce-info {
  border-top-color: #ff3b27;
}

.woocommerce-message::before {
  color: #ff3b27;
}

.woocommerce-info::before {
  color: #ff3b27;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  color: #fff;
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #ff699d;
  border-color: #c2000c;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-title {
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body input {
  width: 65%;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 0;
}

.product-quantity .quantity {
  margin-bottom: 0;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body button {
  width: 35%;
  font-weight: normal;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table tbody th {
  font-weight: normal;
}

.woocommerce-cart .cart-collaterals .order-total span.woocommerce-Price-amount,
.woocommerce-checkout .order-total span.woocommerce-Price-amount {
  color: #fe3834;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-checkout form .form-row {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  width: 100% !important;
}

.woocommerce-checkout form .form-row label,
#billing_address_2_field>label {
  width: 40% !important;
}

.woocommerce-checkout form .form-row span,
.woocommerce form .form-row.address-field .select2-container {
  width: 70%;
  border-radius: 0;
}

.woocommerce form .form-row.address-field .select2-container {
  width: 70% !important;
}

.woocommerce form .form-row.address-field#billing_state_field>.woocommerce-input-wrapper>.select2-container {
  width: 100% !important;
}

.woocommerce-checkout #place_order {
  width: 100%;
}

.woocommerce-order-received .woocommerce-order-details h2,
.woocommerce-order-received .woocommerce-column__title {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 12px;
}

.woocommerce-order-received .col2-set .col-1,
.woocommerce-order-received .col2-set .col-2 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  min-width: 49%;
  padding: 0;
  margin-bottom: 20px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum a {
  color: #a3a3a3;
  font-size: 14px;
}

.woocommerce-cart .bs-wizard>.bs-wizard-step.step-1 .bs-wizard-stepnum a,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-1 .bs-wizard-stepnum a,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-2 .bs-wizard-stepnum a,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-3 .bs-wizard-stepnum a {
  color: #000;
}

.woocommerce form .form-row input.input-text {
  border-color: #d6d6d6 !important;
  height: 40px;
  padding-left: 10px;
  font-size: 15px;
}

.woocommerce form .form-row textarea {
  border-color: #d6d6d6;
  min-height: 80px;
  padding-left: 10px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222;
}

.woocommerce-LostPassword a {
  color: var(--color-blue);
}

.woocommerce form .form-row .required {
  color: #ff9e00;
}

.woocommerce-MyAccount-navigation ul {
  background: #fff;
  width: 90%;
}

.woocommerce-MyAccount-navigation ul li {
  font-size: 15px;
  color: #333;
  padding: 15px 20px;
  border-bottom: 1px solid #ffeded;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #333;
  font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color-blue);
}

.woocommerce-MyAccount-content {
  padding: 20px;
  background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  padding: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content input {
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
}

.woocommerce form .form-row {
  width: 100%;
  padding: 0;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 48%;
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
  color: #fff;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.quantity {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantity span {
  margin-right: 40px;
  line-height: 33px;
}

.quantity input {
  border: 1px solid #ffe2ec;
}

.quantity input[type="button"] {
  border-radius: unset;
  background: #fff;
}

.quantity input[type="button"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quantity input[type="number"] {
  border-radius: unset;
  border-left: none;
  border-right: none;
  max-width: 50px;
  text-align: center;
}

.quantity input[type="number"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-Address-title h3 {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .bs-wizard>.bs-wizard-step>.progress {
    height: 6px;
    margin: 20px 0;
    background: #ebebeb;
  }
  .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    font-size: 15px;
    background-color: #fff;
    color: #000;
    border: none;
    line-height: 26px;
    -webkit-box-shadow: #666 0 0 2px;
    box-shadow: #666 0 0 2px;
  }
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-info {
    background-color: var(--color-blue);
    border-color: #3d9cd2;
    color: #fff;
    border-left: 5px solid #4a7b01;
    border-radius: 0px;
    margin-bottom: 40px;
  }
  .woocommerce-info a {
    color: #fff;
  }
  .woocommerce-info a:hover {
    color: #393d3d;
  }
  .woocommerce-info::before {
    color: #fff;
  }
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    background: #fff;
    border: 1px solid var(--color-blue);
    margin: 15px 0px;
  }
  .woocommerce form .form-row label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    width: 100%;
  }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    padding-left: 10px;
  }
  .woocommerce form .show-password-input,
  .woocommerce-page form .show-password-input {
    top: 10px;
  }
}

@media (max-width: 768px) {
  .quantity {
    max-width: 100px;
    padding-left: 10px;
  }
  .woocommerce-checkout form .form-row label,
  #billing_address_2_field>label {
    width: 100% !important;
  }
  .woocommerce-checkout form .form-row span,
  .woocommerce form .form-row.address-field .select2-container {
    width: 100%;
    border-radius: 0;
  }
  .woocommerce form .form-row.address-field .select2-container {
    width: 100% !important;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-MyAccount-navigation ul {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
  }
}

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

.the_content .woocommerce .woocommerce-ResetPassword {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.the_content .woocommerce .woocommerce-ResetPassword #user_login {
  margin-bottom: 20px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 100%;
}

.the_content .woocommerce button.button,
.the_content .woocommerce .woocommerce-Button.button,
.the_content .woocommerce a.button,
.the_content .woocommerce-Address-title a {
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: auto;
  padding: 14px 20px;
  background: #436f00 !important;
  color: #fff;
  margin-bottom: 5px;
}

.woocommerce table.shop_table {
  border: 0;
}

.woocommerce table thead {
  background: transparent;
  color: #222;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table tbody th {
  font-weight: 600;
  border: none;
  font-size: 16px;
}

.woocommerce table.shop_table td {
  border: none;
}

.woocommerce table.shop_table td a {
  color: #222;
  font-weight: 600;
}

.woocommerce-cart td.product-thumbnail {
  text-align: center;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  margin-right: 8px;
}

.woocommerce-cart-form__cart-item.cart_item td {
  font-weight: 600;
}

.woocommerce .quantity .qty {
  width: 1.631em;
}

input.btn.minus,
input.btn.plus {
  font-size: 16px;
  min-width: 25px;
  height: 37px;
}

@media screen and (min-width: 768px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 35%;
    float: left;
    padding: 0 0 0 10px;
  }
  body.woocommerce-cart form.woocommerce-cart-form {
    width: 65%;
    float: left;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: left;
    padding: 30px 25px 15px 25px;
    border: 6px solid #E5E5E5;
    border-radius: 10px;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals table.shop_table th {
    padding: 10px 0;
    border: none;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td {
    text-align: right;
  }
  body.woocommerce-cart .woocommerce table.shop_table tbody tr {
    border-bottom: 1px solid #d3ced2;
    padding: 5px 0;
  }
  body.woocommerce-cart .woocommerce table.shop_table thead {
    border-bottom: 1px solid #d3ced2;
  }
  body.woocommerce-cart .woocommerce table.shop_table td {
    padding-left: 0;
    padding-right: 15px;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: none;
  }
  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    top: 10px;
  }
}

@media screen and (min-width: 992px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    padding: 0px 0px 0px 50px;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border: none;
}

body.woocommerce-cart .woocommerce table.shop_table tr:first-child td {
  border-top: 1px solid #ddd;
}

body.woocommerce-cart .woocommerce table.shop_table td {
  border-bottom: 1px solid #ddd;
}

body.woocommerce-cart .woocommerce table.shop_table tr:last-child td {
  border: none;
}

body.woocommerce-cart .woocommerce .cart-collaterals table.shop_table tr:first-child td {
  border: none;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
}

.the_content #order_review table>thead>tr>th,
.the_content #order_review table>tfoot>tr>th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border: none;
  border-bottom: 1px solid #ccc;
}

.woocommerce-account .title-main {
  display: none;
}

.page-defure {
  position: relative;
  z-index: 9;
}

.page-defure__content {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 0px 15px;
  padding-top: 50px;
}

@media screen and (min-width: 1200px) {
  .page-defure__content {
    max-width: 1340px;
  }
}

.page-defure .custom-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.page-defure .custom-input .input-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
  height: 26px;
}

.page-defure #coupon_code {
  height: 43px;
}

.page-defure .quantity span {
  display: none !important;
}

.page-defure .title-main {
  margin-bottom: 30px;
}

.woocommerce-page .the_content p:last-child {
  margin-bottom: 1rem;
}

.woocommerce-page .the_content .woocommerce-error {
  padding-left: 35px;
}

.page-defure .product-remove a {
  width: 20px;
  height: 20px;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #BDBDBD !important;
}

.page-defure .product-remove a:hover {
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff !important;
}

.page-defure input.btn.minus,
.page-defure input.btn.plus {
  font-size: 16px;
  min-width: 25px;
  padding: 0;
  max-width: 30px;
}

.page-defure .woocommerce .quantity .qty {
  width: 40px;
}

.page-defure .woocommerce-notices-wrapper .woocommerce-message,
.page-defure .woocommerce-info {
  background: var(--color-blue);
  color: #fff;
  border-color: #4a7b01;
  border-left: 5px solid #4a7b01;
}

.page-defure .woocommerce-message::before {
  color: #fff;
}

.page-defure .woocommerce-order p {
  color: #152464;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-defure .woocommerce table.shop_table th {
  padding: 10px 5px;
}

.page-defure .woocommerce table.shop_table .woocommerce-table__product-name,
.page-defure .woocommerce table.shop_table .woocommerce-table__product-table,
.page-defure .woocommerce table.shop_table .woocommerce-table__product-total {
  border: 0;
  border-bottom: 1px solid #ddd;
}

.page-defure .woocommerce table.shop_table .woocommerce-Price-amount {
  color: var(--color-blue);
}

.page-defure .woocommerce ul.order_details {
  padding-left: 0;
  margin-bottom: 20px;
}

.page-defure .woocommerce ul.order_details li {
  font-size: 14px;
}

.page-defure .woocommerce ul.order_details strong {
  margin-top: 10px;
  color: var(--color-blue);
  font-size: 16px;
}

.page-defure .input-text {
  font-style: italic;
}

.page-defure .cart_totals h2 {
  color: #152464;
  padding-bottom: 1rem;
  border-bottom: 1px solid #BDBDBD;
}

.page-defure .cart_totals table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-defure .cart_totals table tr:last-child {
  border-bottom: 0 !important;
}

.page-defure .cart_totals .wc-proceed-to-checkout {
  padding-top: 0;
}

.page-defure .coupon {
  margin-top: 20px;
}

.page-defure .tab-login .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0;
}

.page-defure .tab-login .nav li {
  padding: 0px 15px;
}

.page-defure .tab-login .nav li a {
  font-size: 16px;
  font-weight: bold;
  color: #4F4F4F;
  padding: 5px 0;
}

.page-defure .tab-login .nav li a h2 {
  font-size: 16px;
  font-weight: bold;
  color: #4F4F4F;
  margin-bottom: 0;
}

.page-defure .tab-login .nav li .active {
  color: var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
}

.page-defure .tab-login .nav li .active h2 {
  color: var(--color-blue);
}

.page-defure .woocommerce form.checkout_coupon,
.page-defure .woocommerce form.login,
.page-defure .woocommerce form.register {
  padding: 0;
  border: 0;
}

.page-defure .woocommerce-form-login__submit {
  margin-top: 10px !important;
}

.page-defure .tab-content input {
  border-color: #d6d6d6 !important;
}

.page-defure .heading-lost-password {
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: var(--color-blue);
  display: inline-block;
  position: relative;
}

.page-defure .heading-lost-password:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-blue);
}

.page-defure .woocommerce table.shop_table td {
  padding: 10px 0;
}

.page-defure .content-checkout {
  border: 6px solid #E5E5E5;
  padding: 30px;
  border-radius: 10px;
}

.page-defure #add_payment_method #payment ul.payment_methods,
.page-defure .woocommerce-cart #payment ul.payment_methods,
.page-defure .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
}

.page-defure #add_payment_method #payment div.form-row,
.page-defure .woocommerce-cart #payment div.form-row,
.page-defure .woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.page-defure #add_payment_method #payment,
.page-defure .woocommerce-cart #payment,
.page-defure .woocommerce-checkout #payment {
  background: none;
}

.page-defure #add_payment_method #payment div.payment_box,
.page-defure .woocommerce-cart #payment div.payment_box,
.page-defure .woocommerce-checkout #payment div.payment_box {
  background: var(--color-blue);
  color: #fff;
  border-color: #4a7b01;
  border-left: 5px solid #4a7b01;
  color: #fff;
}

.page-defure #add_payment_method #payment div.payment_box p:last-child,
.page-defure .woocommerce-cart #payment div.payment_box p:last-child,
.page-defure .woocommerce-checkout #payment div.payment_box p:last-child {
  color: #fff;
}

.page-defure #add_payment_method #payment div.payment_box::before,
.page-defure .woocommerce-cart #payment div.payment_box::before,
.page-defure .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: var(--color-blue);
}

.page-defure .woocommerce-info a {
  color: #fff;
}

.page-defure .woocommerce-info::before {
  color: #fff;
}

.woocommerce-error:before {
  top: 15px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info {
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-info {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  body.woocommerce-cart .woocommerce table.shop_table td {
    border: 0;
    border-top: 0 !important;
  }
  body.woocommerce-cart .woocommerce table.shop_table tbody tr {
    padding: 0;
    border: 0;
  }
  body.woocommerce-cart .woocommerce table.shop_table td.actions {
    padding: 5px 5px !important;
  }
  .page-defure .coupon {
    margin-top: 0;
    padding: 0;
    padding-bottom: 0 !important;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    padding: 15px;
    border-width: 2px;
  }
  body.woocommerce-cart .woocommerce table.shop_table td {
    width: 100%;
  }
  body.woocommerce-cart .woocommerce table.shop_table td {
    padding-left: 5px;
  }
  .page-defure .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0;
  }
  .page-defure__content {
    max-width: 95%;
    padding-top: 30px;
  }
  .page-defure {
    padding: 30px 0px;
  }
  .page-defure .content-checkout {
    padding: 15px;
    border-width: 2px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 35%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .page-defure__content {
    padding: 0;
    padding-top: 30px;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    padding: 0;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
    float: none;
  }
  .woocommerce-page table.cart td.actions .button {
    float: none !important;
    margin-top: 5px;
  }
  body.woocommerce-cart .woocommerce table.shop_table td {
    display: block;
  }
  body.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail {
    text-align: left !important;
  }
  body.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail:before {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-content {
  background: transparent !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  display: none !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--color-blue) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  border: 0 !important;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}

.quantity {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 0 !important;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.quantity input {
  background: none !important;
}

.quantity .qty {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50% !important;
}

.quantity .custom-input {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.quantity span {
  margin-right: 20px;
  line-height: 33px;
  font-weight: bold;
}

.quantity input {
  border: 0px solid #ffe2ec;
  background: none;
}

.quantity input[type="button"] {
  border-radius: unset;
  background: #fff;
}

.quantity input[type="button"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quantity input[type="number"] {
  border-radius: unset;
  border-left: none;
  border-right: none;
  max-width: 30px;
  text-align: center;
}

.quantity input[type="number"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .filter-products {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .site-products-page {
    padding: 30px 0px;
  }
  .site-products-page .title-top {
    display: block;
  }
  .site-products-page .title-top .title {
    margin-bottom: 10px;
  }
}

.devvn_woocommerce_price_filter ul {
  background: white;
}

.devvn_woocommerce_price_filter ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  padding: 0;
}

.devvn_woocommerce_price_filter ul li .count {
  padding-left: 10px;
}

.devvn_woocommerce_price_filter ul li:last-child {
  margin-bottom: 0;
}

.devvn_woocommerce_price_filter ul li a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.devvn_woocommerce_price_filter ul li a .woocommerce-Price-currencySymbol {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 15px;
}

.devvn_woocommerce_price_filter ul li a .woocommerce-Price-amount:last-child {
  padding-left: 3px;
}

.devvn_woocommerce_price_filter ul li a:hover {
  text-decoration: none;
  color: #b70000 !important;
}

.devvn_woocommerce_price_filter ul li a {
  padding-left: 30px !important;
}

.devvn_woocommerce_price_filter ul .active a {
  color: #e03232;
}

.devvn_woocommerce_price_filter ul .active a:before {
  content: '\f00c';
  color: #e03232;
  font-size: 13px;
  position: absolute;
  border-color: #999;
  line-height: 20px;
  text-align: center;
  font-family: FontAwesome;
}

.devvn_woocommerce_price_filter ul li a::before {
  content: '';
  font-size: 15px;
  color: #222;
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  border: 1px solid #999;
}

.devvn_woocommerce_price_filter ul li a:hover::before {
  content: '\f00c';
  color: #e03232;
  font-size: 13px;
  position: absolute;
  border-color: #999;
  line-height: 20px;
  text-align: center;
  font-family: FontAwesome;
}

.filter-top {
  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;
  margin-bottom: 35px;
}

.filter-top .heading {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
}

.filter-top .woocommerce-ordering {
  float: none;
  margin-bottom: 0;
}

.filter-top .woocommerce-ordering select {
  height: 40px;
  border: 0;
  border-bottom: 1px solid #000;
  background-size: 12px;
  font-size: 14px;
}

.page-content {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
.page-content .the_content p{
  font-size: 1.3em;
  margin-bottom:2rem;
}
.page-content .the_content p strong{
  font-size: 1.6em;
}
}



.site-services {
  padding: 50px 0px;
}

.site-services .items:before {
  display: none;
}

.site-services .items:after {
  display: none !important;
}

.site-services .items:nth-child(2n+2) {
  padding-right: 0;
  padding-left: 30px;
}

.site-services .items:nth-child(2n+2):after {
  display: block;
}

.site-services .items:nth-child(2n+2):before {
  display: none;
}

.site-services .items:nth-child(2n+2) .row-custom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.site-services .items:nth-child(2n+2) .title {
  color: #333;
}

.site-services .items:nth-child(2n+2) p {
  color: #333;
}

.site-services .items .custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.site-services .items .custom p {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .site-services .items .custom p {
    margin-bottom: 20px;
  }
}

.site-services .items .custom .btn-custom {
  margin-top: auto;
}

.site-services .items .btn-custom {
  display: block;
  min-width: 220px;
  height: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  border: 1px solid #fff;
  line-height: 45px;
  color: #fff;
  position: relative;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}

.site-services .items .btn-custom:hover {
  background: var(--color-yellow);
}

.site-services .items .btn-custom svg {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 1200px) {
  .page-content-about .container {
    max-width: 1050px;
  }
}

.page-about {
  padding: 50px 0px;
}

@media screen and (min-width: 1200px) {
  .page-about .container {
    max-width: 1050px;
  }
}

.page-about .nav-top {
  margin-bottom: 50px;
}

.page-about .nav-top .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ecf5fc;
  padding: 30px 0px;
  margin-bottom: 30px;
}

.page-about .nav-top h3 {
  font-size: 24px;
  color: var(--color-blue);
  font-weight: 600;
  margin-top: 20px;
}

.page-about .about-heading {
  font-size: 30px;
  color: #333;
  padding: 15px 0px;
  border-top: 5px solid var(--color-blue);
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  margin-bottom: 50px;
}

.page-about .message {
  padding-bottom: 100px;
}

.page-about .message__logo {
  padding-right: 60px;
}

.page-about .message__logo img {
  max-width: 100%;
}

.page-about .message__logo .bd {
  border-top: 1px solid #333;
  font-size: 18px;
  border-bottom: 1px solid #333;
}

.page-about .message__logo p {
  font-size: 20px;
}

.page-about .profile ul {
  padding: 0px 15px;
}

.page-about .profile li {
  background: #fff;
  padding: 15px 50px;
}

.page-about .profile li:nth-child(2n+2) {
  background: #ecf5fc;
}

.page-about .profile li .bold {
  font-weight: bold;
}

.page-about .profile li .the_content a {
  text-decoration: underline !important;
}

.page-fukudai {
  padding: 50px 0px;
}

@media screen and (min-width: 1200px) {
  .page-fukudai .container {
    max-width: 1050px;
  }
}

.page-fukudai ul li {
  margin-bottom: 35px;
}

.page-fukudai ul li .icon {
  width: 100%;
  height: 80px;
  border: 1px solid #ddd;
}

.page-fukudai ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  display: block;
}

.page-fukudai ul li p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-top: 15px;
}

.information .about-heading {
  margin-bottom: 20px;
}

.information .content {
  margin-bottom: 50px;
}

.information .content:last-child {
  margin-bottom: 0;
}

.information .heading-custom {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
  position: relative;
}

.information .heading-custom:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 65px;
  height: 2px;
  background: var(--color-blue);
}

.contact-information {
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  padding: 40px;
  margin-bottom: 15px;
}

.contact-information .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}

.contact-information .images p {
  padding-left: 15px;
  color: var(--color-blue);
  font-size: 19px;
  font-weight: bold;
}

.contact-information .content {
  padding: 0px 55px;
  border-right: 1px solid var(--color-blue);
}

.contact-information .content p {
  margin-bottom: 0;
}

.contact-content2 {
  padding: 50px 0px;
}

.contact-content2 .items {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.contact-content2 .items img {
  height: 60px;
}

.contact-content2 .items h3 {
  font-size: 18px;
  color: var(--color-blue);
  font-weight: bold;
  padding: 20px 0px;
}

.contact-content2 .items .btn-custom {
  display: block;
  min-width: 220px;
  height: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #fff;
  line-height: 45px;
  color: #fff;
  position: relative;
  font-size: 16px;
  text-align: center;
  background: var(--color-blue);
  margin-top: auto;
}

.contact-content2 .items .btn-custom svg {
  width: 15px;
}

.form-contact {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.form-contact .heading {
  text-align: center;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.form-contact .heading span {
  display: inline-block;
  position: relative;
}

.form-contact .heading span:before {
  content: "";
  width: 80%;
  height: 5px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  background: var(--color-blue);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.form-contact .title {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  color: #333;
  text-align: right;
  line-height: 1.5;
  font-weight: 600;
}

.form-contact .title small {
  margin-left: 10px;
  background: #ac3232;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  padding: 3px 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
}

.form-contact form p {
  margin-bottom: 0;
}

.form-contact form .first {
  margin-bottom: 1rem;
}

.form-contact form .wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
}

.form-contact form .red {
  color: red;
}

.form-contact form .wpcf7-response-output {
  margin: 10px 0px;
  padding: 20px;
  border-color: red;
}

.form-contact .form-control {
  height: 45px !important;
}

.form-contact textarea.form-control {
  height: 100px !important;
}

.form-contact .btn-custom {
  width: 100%;
  height: 90px;
  font-size: 25px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 50px;
}

.form-contact .content {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 420px;
  text-align: center;
}

.form-contact .content .custom {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-blue);
  font-weight: bold;
  margin-top: 20px;
}

.form-contact .content-lock {
  background: #eeeeee;
  padding: 16px 30px;
  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;
}

.form-contact .content-lock img {
  border-radius: 50%;
}

.form-contact .content-lock p {
  padding-left: 20px;
  font-size: 16px;
  color: var(--color-blue);
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}

.content-theme{
  margin-top: 50px;
}
.content-theme ul li{
  margin-bottom: 30px;
}

.content-theme ul li .heading{
  font-size: 24px;
  color: #333;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.content-theme ul li .heading:before{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 65px;
  height: 2px;
  background: var(--color-blue);
}
.content-theme ul li p{
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0;
}
.home .contact-footer{
  display: none;
}

.menu-mobile-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: none;
}

.page-archive .container{
  max-width: 1030px;
}

.archive-list .items{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.archive-list .items:hover h3 a{
  color: var(--color-blue);
}
.archive-list .items span{
  flex: 0 0 15%;
  max-width: 15%;
  display: block;
  font-size: 16px;
  color: #333333;
}
.archive-list .items h3{
  flex: 0 0 85%;
  max-width: 85%;
}
.archive-list .items h3 a{
  display: block;
  font-size: 16px;
  color: #333;
}
.breadcrumbs-nh{
  padding: 20px 0px;
}
.breadcrumbs-nh .container{
  max-width: 1030px;
}
.breadcrumbs-nh span{
  font-size: 14px;
  color: #333333;
}
.breadcrumbs-nh a{
  font-size: 14px;
  color: #333333;
}
.page-single{
  padding-top: 50px;
}
.page-single .container{
  max-width: 1030px;
}
.page-single h1{
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}
.page-single .date{
  text-align: right;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.next-pri{
  padding-top: 50px;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px -15px;
  justify-content: center;
}
.next-pri div{
  padding: 0px 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.next-pri .bg-back{
  background: #333;
  color: #fff;
}
.next-pri .bg-back:hover{
  background: var(--color-blue);
  border-color: var(--color-blue);
}
.next-pri a{
  display: block;
  text-align: center;
  height: 60px;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
  line-height: 60px;
  position: relative;
}
.next-pri a{
  display: none;
}
.next-pri div a{
  display: block;
}
.next-pri a:hover{
  color: #fff;
  background: var(--color-blue);
  border-color: var(--color-blue);
}
.next-pri a:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-down fa-w-8 fa-fw fa-2x'%3E%3Cpath fill='%23000' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z' class=''%3E%3C/path%3E%3C/svg%3E");
  width: 10px;
  height: 10px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 52%;
  left: 10px;
  transform: translate(0,-50%) rotate(
    90deg
    );
}
.next-pri .bg-back:after{
  display: none !important;
}
.next-pri .prive:after {
  left: 90%;
  transform: translate(0,-50%) rotate(
    270deg
    );
}

.jinken-box{
	max-width: 800px;
	margin-top: 50px;
	border:4px solid #ed6a02;
	padding:15px;
	font-size: 1.2rem;
}
.jinken-box .jinken-ttl{
	text-align: center;
}
.jinken-box p{
	line-height: 1.6;
	font-size: 1.2rem;
}
.jinken-box li{
	line-height: 1.6;
}
