/*
Theme Name: jackall service
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: 2st planning Inc.
Author URI: 
Description:  This is the original theme of One-piece's homepage.
Version: 3.3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## index
	## Posts and pages
	## archive
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  transition: all 0.4s ease-out;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1rem;
	background: #333;
	border-radius: 4px;
	color: #fff;
	padding: 10px 15px;
}
.widget-area{
	margin-top: 20px;
}
.f-en{
	font-family: azo-sans-web, sans-serif;
}
.information-tb th,
.information-tb td{
	padding: 30px;
	border-top: none;
}
.information-tb iframe{
	width: 100%;
	height: 450px;
}

@media screen and (max-width: 767px) {
	.information-tb th,
	.information-tb td{
		padding: 20px;
		border-top: none;
		display: block;
	}
	.information-tb th{
		padding-bottom: 0;
	}
	.information-tb td{
		padding-top: 10px;
	}
	.information-tb iframe{
		height: 250px;
	}
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: rgba(0,0,0,.25) ;
  padding: 16px 0;;
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 0;
}

.navbar-brand > a {
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand > a:hover{ opacity: 0.7; }
.navbar-brand img {
	width: 210px;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
.navbar-light .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.page .navbar-light .navbar-toggler-icon{
/* 	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
}
.page .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
/*   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E"); */
}
.sp-en-btn{
	border: solid 1px #f8f9fa;
	color: #f8f9fa;
}
.page .sp-en-btn{
/* 	border: solid 1px #adb5bd;
	color: #000; */
}
@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav{ align-items: center; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  font-size: 13.5px;
	line-height: 20px;
	font-weight: 300;
	font-family: azo-sans-web, sans-serif;
	padding: 2px 10px;
	position: relative;
	text-align: center;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a::after{
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 15px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child{ margin-left: 10px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child a{ border: solid 1px #fff; }
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child a::after{ display: none; }

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	font-weight: 600;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.navbar-toggler-icon{
	width: 2em;
	height: 2em;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 990px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
	.navbar-nav{
		display: block;
		margin: 10px 0;
		background: #000;
		padding: 0 5px;
	}

	body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
		display: block;
		padding: 8px 10px;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a::after{
		display: none;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child{ display: none; }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
@media screen and (max-width: 767px) {
	header#masthead{
		padding: 10px 0;
	}
	.navbar-brand img {
		width: 150px;
	}
	.page .navbar-nav{
/* 		background: none; */
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget .nav-link {
/*  display: inline-block;*/
	display: block;
	color: #24292e;
}
.widget select{
	display: block;
	width: 100%;
	height: 40px;
	border-color: #ccc;
}
.widget .tagcloud a{
	font-size: 11px!important;
	border: solid 1px #ccc;
	background: #f2f2f2;
	border-radius: 3px;
	padding: 2px 8px;
	display: inline-block;
	color: #24292e;
	margin: 5px;
}
.widget .tagcloud a:hover{
	text-decoration: none;
	background: #1d2124;
	border-color: #1d2124;
	color: #fff;
}

.cat-links a,
.tags-links a{
	font-size: 11px!important;
	border: solid 1px #ccc;
	background: #f2f2f2;
	border-radius: 3px;
	padding: 2px 8px;
	display: inline-block;
	color: #24292e;
	margin: 5px;
}
.cat-links a:hover,
.tags-links a:hover{
	text-decoration: none;
	background: #1d2124;
	border-color: #1d2124;
	color: #fff;
}

.wp-pagenavi{
	margin-bottom: 90px;
	display: flex;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	padding: 3px 10px;
	border-color: #ccc;
	color: #23272b;
}
.wp-pagenavi span.current{
	background: #23272b;
	color: #fff;
}
.wp-pagenavi a:hover{
	background: #23272b;
	color: #fff;
	text-decoration: none;
}
.wp-pagenavi .extend{
	border: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## common
--------------------------------------------------------------*/
html{
	overflow-x: hidden;
}
body{
	font-size: 16px;
  font-weight: 300;
  line-height: 2;
  overflow-x: hidden;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 170%;
}
.container{
	max-width: 1120px;
	padding: 0;
	width: 95%;
}
.title{
	font-size: 30px;
	font-family: azo-sans-web, sans-serif;
	font-weight: normal;
	color: #1A1A1A;
	padding-bottom: 25px;
	position: relative;
	letter-spacing: 1.2px;
	margin-bottom: 40px;
}
.title::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 5px;
	background: #000;
	bottom: 0;
	left: 0;
}
.title.text-center::after{
	right: 0;
	margin: auto;
}
.btn-onepiece{
	background: #000;
	border-color: #000;
	border-radius: 100px;
	font-family: azo-sans-web, sans-serif;
	color: #fff!important;
	display: block;
	max-width: 300px;
	padding: 14px;
	position: relative;
}
.btn-onepiece::after{
		content: "";
		position: absolute;
		background: url(assets/img/common/arrow-white-right.svg) no-repeat 0 0 / 100% auto;
		width: 50px;
		height: 50px;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
  	transition: all 0.4s ease-out;
}
.btn-onepiece:hover::after{
		right: 5px;
}
.btn-onepiece:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	color: #000;
	font-family: azo-sans-web, sans-serif;
	text-align: center;
	max-width: 300px;
	margin: auto;
	padding: 14px;
	position: relative;
	border: solid 1px #000;
	border-radius: 100px;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 100px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
	border-radius: 2px;
}
.button--ujarak.button--inverted::before {
	background: #7986CB;
}
.button--ujarak,
.button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
	color: #fff;
	border-color: #000;
}
.button--ujarak.button--inverted:hover {
	color: #000;
	border-color: #fff;
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
a.button--ujarak{
	color: #000;
	display: block;
}
a.button--ujarak:hover {
	color: #fff!important;
}

.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}


/* Animation */
.fadeup {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.fadeup.in {
  -webkit-animation: up 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: up 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeup.in:nth-of-type(1) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s forwards;
}

.fadeup.in:nth-of-type(2) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards;
}

.fadeup.in:nth-of-type(3) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s forwards;
}

.fadeup.in:nth-of-type(4) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s forwards;
}

.fadeup.in:nth-of-type(5) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.10s forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.10s forwards;
}

.fadedown {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.fadedown.in {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.slideLeft {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(90%, 0);
  transform: translate(90%, 0);
}

.slideLeft.in {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.slideRight {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(-90%, 0);
  transform: translate(-90%, 0);
}

.slideRight.in {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes inview {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes up {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes up {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}




/*--------------------------------------------------------------
## index
--------------------------------------------------------------*/
/* mainimg */
.home .mainimg{ position: relative; display: flex; }
.home .mainimg .scroll-down {
  position: absolute;
	overflow: hidden;
	z-index: 100;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 230px;
	color: #fff
}
.scroll-down .arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 130px;
}

.scroll-down .arrowInner p {
  font-size: 12px;
	font-weight: bold;
	font-family: azo-sans-web, sans-serif;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scroll-down .arrow {
  position: relative;
  left: 0;
  overflow: hidden;
  margin: auto;
  width: 2px;
  height: 83px;
}

.scroll-down .arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #fff;
  content: '';
  -webkit-animation: scrollline 3.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: scrollline 3.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes scrollline {
  0% {
    transform: translateY(-120%);
  }
  100% {
    transform: translateY(120%);
  }
}

@keyframes scrollline {
  0% {
    transform: translateY(-120%);
  }
  100% {
    transform: translateY(120%);
  }
}

.home .swiper-container-horizontal>.swiper-pagination-bullets,
.home .swiper-pagination-custom,
.home.swiper-pagination-fraction{
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
}
.home .swiper-pagination-bullet,
.home .swiper-pagination-bullet-active{ background: #fff; }
/*

.home .slide-box img{
	position: relative;

}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.home .swiper-slide-active .slide-box img	,
.home .swiper-slide-duplicate-active .slide-box img	,
.home .swiper-slide-prev .slide-box img	{
  animation: zoomUp 5s linear 0s 1 normal both;
}
*/


.home .mainimg .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.home .mainimg .swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}

.home .mainimg .swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

.home .mainimg .swiper-container.nav-slider .swiper-slide.swiper-slide-active { opacity: 1; }
.home .mainimg .swiper-container.nav-slider .swiper-slide .content { width: 100%; }
.home .mainimg .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.home .mainimg .swiper-slide {
  overflow: hidden;
}
.home .mainimg .swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
	margin-top: 0;
  transition: opacity 0s ease, transform 1s ease;
}

/*
.home .mainimg .swiper-slide .slide-bgimg.show {
	animation: zoomUp 5s linear 0s 1 normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
*/
.home .mainimg .swiper-slide .entity-img { display: none; }
.home .mainimg .swiper-slide .content {
  position: absolute;
  top: 0;
	bottom: 0;
  left: 0;
	margin: auto;
  width: 600px;
  padding-left: 5%;
  color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.home .mainimg .swiper-slide .content .slide-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 54px;
  margin-bottom: 30px;
	letter-spacing: 0.06em;
	color: #fff;
  transform: translateX(100px);
	opacity: 0;
  transition: opacity 1s ease, transform 0.7s ease;
}

.home .mainimg .swiper-slide .content .slide-title.show {
  transform: translateX(0);
  opacity: 1;
}
.home .mainimg .swiper-slide .content .caption {
  display: block;
  font-size: 16px;
	font-family: azo-sans-web, sans-serif;
  line-height: 1.8;
  transform: translateX(50px);
  transition: opacity 0.3s ease, transform 0.7s ease;
	opacity: 0;
}
.home .mainimg .swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1;
}
.home .mainimg h1{
/*
	position: absolute;
 	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
  width: fit-content;
	height: fit-content;
*/
/*	line-height: 62px;*/
/*
	line-height: 54px;
	background: rgba(0,0,0,0.8);
	padding: 30px;
	color: #fff;
*/
/*	z-index: 100;*/
}
/*
.ex1 {
  opacity: 0;
}
.ex1 span {
  position: relative;
  top: 10px;
  left: 10px;
  opacity: 0;
}
*/

/*

.home .swiper-slide-active h1 {
  animation: slideFromRight 3s ease 0s 1 normal;
}

@keyframes slideFromRight {
  0%, 25% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
*/

/*.home .slide-box h1 span{ background: #fff; padding: 5px 10px; }*/
.home .slide-box .slidebox-site{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: max-content;
	height: fit-content;
	padding: 50px;
	text-align: center;
	background: #fff;
}
.home .slide-box .slidebox-site h2{
	font-size: 30px;
	margin: 0;
	padding: 0;
}
.home .slide-box .slidebox-site span{
	font-size: 14px;
	color: #C1C1C1;
	display: block;
	margin-top: 5px;
}
.home .slide-box .slidebox-site .img{ max-width: 226px; margin: 20px auto 0; }
.home .slide-box .slidebox-site .img img{ height: auto; object-fit: inherit; }
.home .slide-box img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* why-bangladish */
.home .why-bangladish{ margin: 100px 0; }
/* products */
.home .products{ margin: 100px 0; }
.metaslider li{ overflow: hidden!important; }
.metaslider .caption-wrap{
	bottom: -80px!important;
	background: rgba(0,0,0,0.5);
  transition: all 0.4s ease-out;
}
.metaslider li:hover .caption-wrap{ bottom: 0!important; }
.metaslider .caption{ padding: 10px; }
/* strength */
.strength{ background: #F2F2F2; padding: 80px 0; }

.strength a{
	display: block;
	cursor: pointer;
	padding: 10px;
}
.strength a:hover{}
.strength figure img{
  transition: all 0.4s ease-out;
}
.strength a:hover figure img{
	transform: scale(1.1);
	opacity: 0.6;
}
.strength a:hover .btn-onepiece::after{
		right: 5px;
}
.strength a:hover .btn-onepiece{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background-color: #23272b;
	border-color: #1d2124;
}
.strength figure{
	position: relative;
	overflow: hidden;
	background: #000;
}
.strength figcaption{
	position: absolute;
/*	background: #fff;*/
	bottom: 0;
	padding: 30px;
/*	width: 60%;*/
	width: 100%;
	text-align: center;
	background: linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0));
}
.strength figcaption h3{
	font-size: 20px;
	margin: 0;
	color: #fff;
}
.strength figcaption span{
/*	color: #C1C1C1;*/
	font-size: 16px;
	font-family: azo-sans-web, sans-serif;
	font-weight: 300;
	font-style: italic;
	display: block;
	margin-bottom: 6px;
}
.strength p{
	margin: 20px 0 30px;
	line-height: 160%;
}
.strength .modal h2{
	background: #333;
	border-radius: 4px;
	padding: 10px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 0 0 15px;
}
.strength .modal dl{}
.strength .modal dt{
	position: relative;
	background: #f2f2f2;
	border-radius: 4px;
	padding: 10px;
	padding-left: 40px;
	margin-bottom: 10px;
}
.strength .modal dt::before{
	content: "Q";
	position: absolute;
	margin-left: -1.5em;
}
.strength .modal dd{
	padding-left: 40px;
	font-size: 14px;
}
.strength .modal dd::before{
	content: "A";
	position: absolute;
	color: #dc3545;
	font-size: 16px;
	font-weight: bold;
	margin-left: -1.5em;
}
@media screen and (max-width: 767px) {
	.home .mainimg .swiper-slide .content {
		width: 90%;
		padding-left: 5%;
		top: 32%;
	}
	.home .mainimg .swiper-slide .content .slide-title {
		font-size: 22px;
    line-height: 38px;
		margin-bottom: 20px;
	}
/*
	.home .slide-box h1{ line-height: 34px; font-size: 20px; padding: 20px; }
	.home .slide-box .slidebox-site{ padding: 30px; }
	.home .slide-box .slidebox-site h2{ font-size: 20px; }
*/
	.home .why-bangladish{ margin: 50px 0; }
	.strength{ padding: 50px 0; }
	.strength figcaption{ padding: 20px; }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body.page #primary{ padding: 0; }
body.page header#masthead{
/* 	position: inherit;
	background: #fff; */
}
body.page #masthead .navbar-nav > li > a{
/* 	color: #000; */
}
body.page #masthead .navbar-nav > li > a::after{
/* 	background: #adb5bd; */
}
body.page #masthead .navbar-nav > li:last-child a{
/* 	border-color: #adb5bd; */
}
.entry-header{
	background: #333;
	width: 100%;
	height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.entry-header h1.entry-title{
	color: #fff;
	font-size: 40px;
	font-family: azo-sans-web, sans-serif;
	font-weight: 600;
	border-bottom: none;
	z-index: 2;
}
.entry-header img{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}
.single article,
.archive article,
.page article{
	position: relative;
}
.page-bg-en{
	color: #eaeff5;
	position: absolute;
	left: 0;
	top: -3vw;
	font-size: 10vw;
	line-height: 12vw;
	z-index: -1;
}
.page .entry-content h2{
	padding-bottom: 28px;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: normal;
	margin-top: 60px;
	position: relative;
}
.page .entry-content h2::after{
	width: 20px;
	height: 2px;
	background: #333;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}
.page .entry-content h3{
	background: #333;
	border-radius: 4px;
	color: #fff;
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.entry-content{
	padding-bottom: 100px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}


/*--------------------------------------------------------------
## layer
--------------------------------------------------------------*/
/* Company Policy */

.company-policy-img{
	background: url(../../../wp-content/uploads/2020/03/policy-img01.jpg) no-repeat 50% 50% / cover;
/*	margin-left: calc(-50vw + 50%);*/
	margin: 100px 0;
  margin-right: calc(-50vw + 50%);
	height: 32vw;

}


/* English */

.english-img{
	background: url(assets/img/index/top-village@2x.png) no-repeat 50% 50% / cover;
/*	margin-left: calc(-50vw + 50%);*/
	margin: 100px 0;
  margin-right: calc(-50vw + 50%);
	height: 32vw;
}

.english-img2{
	background: url(assets/img/index/top-village@2x.png) no-repeat 50% 50% / cover;
/*	margin-left: calc(-50vw + 50%);*/
	margin: 100px 0;
  margin-left: calc(-50vw + 50%);
	height: 32vw;
}


@media screen and (max-width: 767px) {
	.entry-header{
		height: 130px;
	}
	.entry-header h1.entry-title{
		font-size: 30px;
	}
	.page-bg-en{
		top: 0px;
		font-size: 16vw;
	}
	.company-policy-img,
	.english-img,
	.english-img2{
		margin: 50px 0;
	}
}

/*--------------------------------------------------------------
## archive and single
--------------------------------------------------------------*/

.single .entry-header,
.archive .entry-header,
.category .entry-header{ height: 240px; }
.single .entry-header h1.entry-title,
.archive .entry-header h1.entry-title,
.category .entry-header h1.entry-title{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
.single .entry-header h1.entry-title span,
.archive .entry-header h1.entry-title span,
.category .entry-header h1.entry-title span{
	display: block;
	font-size: 40%;
	font-weight: normal;
	margin-top: 5px;
}
.category .entry-content,
.archive .entry-content{
	padding-bottom: 0;
}
.category .post.hentry,
.archive .post.hentry{
	margin-bottom: 20px;
}
.category .entry-content .archive-box,
.archive .entry-content .archive-box{
	padding: 20px;
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.category .entry-content .archive-box:hover,
.archive .entry-content .archive-box:hover{
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.category .entry-content .archive-box h2,
.archive .entry-content .archive-box h2{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.category .entry-content .archive-box .text,
.archive .entry-content .archive-box .text{
	font-size: 13px;
  line-height: 140%;
	color: #333;
}
.category .entry-content .archive-box .date,
.archive .entry-content .archive-box .date{
	font-size: 12px;
  color: #9a9a9a;
}
.category .entry-content .archive-box .btn,
.archive .entry-content .archive-box .btn{
	font-size: 12px;
  padding: 5px 10px;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {

	.category .entry-content,
	.archive .entry-content{
		width: 95%;
		margin: 20px auto;
	}
}

/*--------------------------------------------------------------
## contact
--------------------------------------------------------------*/

.wpcf7-form{ max-width: 800px; margin: 30px auto; }
.wpcf7-form label{ display: block; }
.wpcf7-form .form-control{ margin-top: 10px; }
.wpcf7-form .wpcf7-submit{
	padding: 10px 50px;
	display: flex;
	margin: auto;
 }


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.foot-contact {
/*	border-top: solid 1px #E4E4E4;*/
	padding: 70px 0;
	background: #dee2e6
}
.foot-contact h1{
	font-size: 20px;
	margin: 0 0 30px;
	padding: 0;
}
.foot-contact .contact-box{
	display: flex;
	justify-content: center;
}
.foot-contact .tel-box {
}
.foot-contact .tel-box a{ color: #1A1A1A; }
.foot-contact .tel-box a:hover span{ text-decoration: none; }
.foot-contact .tel-box .num{
	position: relative;
	padding-left: 1.2em;
	line-height: 33px;
	font-size: 34px;
	font-weight: normal;
	font-family: azo-sans-web, sans-serif;
}
.foot-contact .tel-box .num::before{
	position: absolute;
	content: "";
	background: url(assets/img/common/icon-tel.svg) no-repeat 0 0 / 100% auto;
	width: 1em;
	height: 1em;
	left: 0;

}
.foot-contact .tel-box span {
	font-size: 12.3px;
	font-weight: normal;
	color: #858585;
	display: block;
}
.foot-contact .btn {
	padding: 14px;
	width: 280px;
	background: #333;
	border-radius: 5px;
	position: relative;
	padding-left: 42px;
}
.foot-contact .btn:hover {
	background-color: #1a1a1a;
}

.foot-contact .btn::before{
	position: absolute;
	content: "";
	background: url(assets/img/common/icon-mail-white.svg) no-repeat 0 0 / 100% auto;
	width: 30px;
	height: 22px;
	margin-left: -42px;
}
.foot-list {
	background: #32373c;
	padding: 30px 0;
}
.foot-list .banner {
	height: 100%;
}
.foot-list a {
	display: block;
	background: #fff;
	padding: 20px;
	color: #000;
	font-weight: 300;
	font-family: azo-sans-web, sans-serif;
	position: relative;
  line-height: 1.4;
}
.foot-list a::after{
	position: absolute;
	content: "";
	background: url(assets/img/common/arrow-gray-right.svg) no-repeat 0 0 / 100% auto;
	width: 8px;
	height: 13px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.foot-list a:hover {
	text-decoration: none;
	color: #da1447;
}
.footer-nav{

}
.footer-nav ul{
	display: flex;
	justify-content: center;
}
.footer-nav li{
	list-style: none;
	position: relative;
}
.footer-nav li::after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 1px;
	height: 10px;
	background: #D0D0D0;
}
.footer-nav li:last-child::after{
	display: none;
}
.footer-nav a{
	display: block;
	padding: 0 10px;
	font-weight: 300;
	font-size: 0.875rem;
	font-family: azo-sans-web, sans-serif;
}
footer#colophon {
	padding: 40px 0 0;
}
footer .site-logo{
	max-width: 210px;
	margin: 30px auto;
}

body:not(.theme-preset-active) footer#colophon {
  color: #000;
  background-color: #fff;
}
.navbar-dark .site-info {
  color: #fff;
}
.site-info {
  font-size: 0.812rem;
	font-weight: 300;
	font-family: azo-sans-web, sans-serif;
  margin-bottom: 0;
  text-align: center;
	background: #000000;
	padding: 20px 0;
	color: #fff;
}

.copyright a, footer#colophon a {
  color: inherit;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
#page-top a {
	background: #fff;
	text-decoration: none;
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	display: block;
	border-radius: 100px;
}
#page-top a:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
	.foot-contact{
		padding: 40px 0;
	}
	.foot-contact .contact-box{
		flex-direction: column;
	}
	.foot-contact .tel-box{
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.foot-contact .btn{
		width: 100%;
	}
	.footer-nav ul{
		flex-direction: column;
		padding: 0;
		border-top: solid 1px rgba(255,255,255,0.6);
	}
	.footer-nav li{
		border-bottom: solid 1px rgba(255,255,255,0.6);
	}
	.footer-nav li::after{
		display: none;
	}
	.footer-nav li a{
		padding: 10px;
		font-size: 14px;
	}
	#page-top a {
		width: 50px;
		height: 50px;
	}

}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
