/*!/wp-content/themes/fortuna/css/modal-video.min.css*/
@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}
/*!/wp-content/themes/fortuna/css/animate.css*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-2-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/*!/wp-content/themes/fortuna/css/owl.carousel.min.css*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/themes/fortuna/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!/wp-content/cache/asset-cleanup/css/item/fortuna__css__style-css-v29bbeb97e7146ec38ac2c653f41f6c651d3d7a83.css*/
/*!/wp-content/themes/fortuna/css/style.css*/@font-face{font-family:CrimsonBold;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-Bold.otf");font-display:swap;}

@font-face{font-family:CrimsonBoldItalic;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-BoldItalic.otf");font-display:swap;}
@font-face{font-family:CrimsonItalic;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-Italic.otf");font-display:swap;}
@font-face{font-family:CrimsonRoman;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-Roman.otf");font-display:swap;}

@font-face{font-family:CrimsonSemibold;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-Semibold.otf");font-display:swap;}
@font-face{font-family:CrimsonSemiboldItalic;src:url("/wp-content/themes/fortuna/css/../fonts/Crimson-SemiboldItalic.otf");font-display:swap;}

div.wpcf7-validation-errors {
	display: none !important;
}
html,body {
	font-family: 'Open Sans', sans-serif;
	color: #3B4D61;
	font-weight : normal;
	letter-spacing: 1.5px;
	overflow-x: hidden;
}
:focus {
	outline: -webkit-focus-ring-color auto 0;
}
h1,h2,h3,h4,h5 {
	margin-top: 0;
	margin-bottom: 0;
}
p {
	overflow-wrap: break-word;
}
.text-color-white {
	color: #fff;
}
.flex-space-between {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}
.site {
	display: flex;
	flex-direction: row;
}
.site-menu {
	z-index: 1;
	max-width: 274px;
	width: 274px;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.5);
	background: #0064a3; /* Old browsers */
	background: -moz-linear-gradient(top, #0064a3 0%, #013b79 100%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0064a3 0%,#013b79 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0064a3 0%,#013b79 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064a3', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.site-content {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	width: calc(100% - 274px);
}
.site-footer {
	background-color: #696969;
	color: #fff;
	font-size: 14px;
	padding-left: 60px;
}
.site-footer p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.navbar-header {
	display: none;
}
.site-menu ul {
	margin-bottom: 0;
	margin-top: 0;
	list-style-type: none;
	font-weight: lighter;
}
.current-menu-item {
	border-right: 2px solid;
	border-right-color: #fff;
}
.menu-div-item {
	position: relative;
	text-transform: uppercase;
  font-size: 14px;
  margin-top: 25px;
}
.menu-div-item > a {
	color: #ffffff;
	width: 100%;
	display: block;
}
.site-menu .menu-item-has-children >.menu-div-item >a::after {
	color: #ffffff;
  content: "⌃";
  transform: rotate(180deg);
  display: inline-block;
	position: absolute;
	right: 20px;
}
.site-menu .menu-item-has-children >.menu-div-item >a.active::after {
  transform: rotate(0deg);
}
.menu-item-has-children > ul {
	display: none;
}
.menu-item-has-children >.sub-menu>li>.menu-div-item{
	text-transform: capitalize;
}
.menu-logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 20px 0;
}
.menu-logo .img-logo-menu {
	width: 101px;
	height: 61px;
}
.footer-menu .menu-info { 
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #052F5C;
	height: 74px;
	padding: 0 0 0 30px;
}
.footer-menu .menu-info a {
	font-size: 13px;
	color: #fff;
	padding-bottom: 5px;
}
.footer-menu .footer-mail {
	width: 161px;
}
.menu-logo p {
	font-size: 17px;
	font-family: 'Times New Roman', Times, serif;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0;
	color: #111;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	text-align: center;
}
a.back-awards {
	position: absolute;
	top: 50%;
	left: 120px;
	font-size: 13px;
	color: #02A7C3;
}
a.back-awards::before {
	content: "〈";
	display: inline-block;
	margin-right: 3px;
	font-size: 12px;
}
.product-menu-mobile {
	display: none;
}
/* 
site-product-menu
*/
.site-product-menu {
	display: flex;
	flex-direction: row;
	justify-content: normal;
	width: 324px;
}
.site-product-menu .site-menu {
	width: 95px;
	z-index: 2;
	transition: width 0.5s;
}
.site-product-menu .menu-product {
	box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.5);
	flex: none;
	width: 229px;
	transition: width 0.5s;
	z-index: 1;
}
.site-product-menu .menu-product .all-product {
	font-size: 12px;
	background-color: #F5F5F5;
	padding: 16px 20px;
	cursor: pointer;
} 
.site-product-menu .menu-product .all-product p {
	text-transform: uppercase;
}
.site-product-menu .menu-product .all-product a {
	display: none;
}
.site-product-menu .menu-product .all-product a::before {
	content: "⬅";
	display: inline-block;
	margin-right: 5px;
}
.site-product-menu .menu-product ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	list-style-type: none;
	visibility: visible;
	opacity: 1;
	-webkit-padding-start: 20px;
}
.site-product-menu .menu-product .menu-div-item {
	margin-top: 15px;
}
.site-product-menu .menu-product .third-level-menu {
	background-color: rgb(245, 245, 245);
	margin-left: -40px;
	padding: 1px 0px 16px 40px;
	margin-top: 15px;
}
.site-product-menu .menu-product .third-level-menu .menu-div-item {
	margin-top: 8px;
}
.site-product-menu .menu-product ul .menu-div-item > a {
	color: #3A3D4A;
	text-transform: capitalize;
	font-size: 12px;
	display: inline;
}
.site-product-menu .menu-product ul .current-menu-item {
	border: none;
}
.site-product-menu .menu-product ul .current-menu-item .menu-div-item {
	border-right: 2px solid;
	border-right-color: #013B79;
}
.site-product-menu .menu-product .menu-item-has-children.current-menu-item ul  .menu-div-item {
	border-right: 0;
}
.site-product-menu .menu-product ul .current-menu-item  .menu-div-item a {
	color: #013B79;
	
}
.site-product-menu .menu-product .menu-item-has-children.current-menu-item ul  .menu-div-item > a {
	color: #3A3D4A;
}
.menu-div-item .span-menu {
	display: none;
}
.site-product-menu .menu-product .menu-item-has-children >.menu-div-item .span-menu {
	color: #3A3D4A;
	width: 14px;
	height: 14px;
	font-size: 18px;
	content: "⌃";
	transform: rotate(180deg);
	display: inline-block;
	position: absolute;
	right: 20px;
	font-weight: 100;
	cursor: pointer;
}
.site-product-menu .menu-product .menu-item-has-children >.menu-div-item .span-menu.active {
	transform: rotate(0deg);
}
.site-product-menu .menu-logo .img-logo-menu {
	width: 56px;
	height: 34px;
}
.site-product-menu .menu-logo p {
	display: none;
}
.site-product-menu .site-menu .menu-opacity {
	visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.site-product-menu .footer-menu .menu-info {
	display: none;
}
.site-product-menu .menu-hamburger {
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.site-product-menu .menu-hamburger .hamburger {
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.site-product-menu .menu-hamburger p {
	font-size: 13px;
}
/* menu product active */

.site-product-menu.menu-active .site-menu  {
	width: 274px;
}
.site-product-menu.menu-active .menu-product {
	width: 50px;
}
.site-product-menu.menu-active .menu-logo .img-logo-menu {
	width: 101px;
	height: 61px;
}
.site-product-menu.menu-active .site-menu .menu-opacity {
	visibility: visible;
  opacity: 1;
}
.site-product-menu.menu-active .menu-product ul {
	visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.site-product-menu.menu-active .menu-product .all-product p {
	display: none;
}
.site-product-menu.menu-active .menu-product .all-product a {
	display: block;
}
.site-content-product {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	width: calc(100% - 324px);
}

/* 
home page
*/
.home-banner {
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	width: 100%;
	height: 346px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 111px;
}
.home-banner h2 {
	font-family: 'CrimsonSemibold';
	font-size: 52px;
	color: #fff;
	line-height: 1;
}
.home-banner p {
	font-size: 16px;
	color: #fff;
}
.logos {
	padding-left: 111px;
}
.title-item {
	font-weight: 600;
	color: #013B79;
	text-transform: uppercase;
	font-size: 14px;
}
.home .title-item {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
}
.home .logos .title-item {
	margin-top: 34px;
}
.logos .logo {
	display: inline-flex;
	width: 166px;
	height: 63px;
}
.logos .logo img {
	width: 166px;
}
.home-main {
	background-image: url("/wp-content/themes/fortuna/css/../images/brg/brgContentHome.png");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 111px 60px 111px;
	overflow-x: hidden;
}
.home-main .our-products .products-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.home-main .our-products .title-item {
	margin-top: 30px;
}
.home-main .our-products .products-item .product {
	width: calc(100% / 3 - 2px);
	background-color: #F5F5F5;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	height: 80px;
	-webkit-margin-after: 1em;
}
.home-main .our-products .products-item .product a {
	color: #3A3D4A;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
	width: 100%;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 14px;
}
.home-main .our-products .products-item .product a img {
	width: 14px;
	height: 17px;
	margin-right: 5px;
}
.home-main .company .info-company {
	flex-direction: row;
	justify-content: space-between;
	display: flex;
}
.home-main .company .info-company .about-us {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 290px;
	padding: 15px 0 0 20px;
}
.home-main .company .info-company .group-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	margin-left: 30px;
}
.home-main .company .info-company .titel-item-company {
	font-family: 'CrimsonSemibold';
	font-size: 30px;
	color: #3A3D4A;
	line-height: 1;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-bottom: 25px;
}

.home-main .company .info-company .group-info .core-principles {
	background-color: #004D83;
	border-radius: 2px;
	color: #fff;
	margin-bottom: 30px;
	align-items: center;
	padding: 20px;
}
.home-main .company .info-company .group-info .csr-service {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.home-main .company .info-company .group-info .csr-service .box {
	width: calc(100% / 2 - 15px);
	background-color: #F5F5F5;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	min-height: 100px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	padding: 15px 0 0 20px;
}
.home-main .company .info-company .group-info .csr-service .box-csr {
	background-color: #fff;
}
.home-main .company .info-company .group-info .csr-service .box p {
	font-size: 16px;
	color: #7C8287;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
.home-main .company .info-company .group-info .csr-service .box p.titel-item-company {
	font-size: 30px;
	color: #3A3D4A;
}
.home-main .company .why-choose-us {
	flex-direction: row;
	justify-content: space-between;
	display: flex;
	background-color: #F5F5F5;
	margin-top: 50px;
}
.home-main .company .why-choose-us .box-title-why-us {
	width: calc(100% / 2);
	display: flex;
	flex-direction: column;
	justify-content: normal;
	padding: 20px 0 0 30px;
}
.home-main .company .why-choose-us .box-title-why-us h3 {
	font-size: 30px;
	color: #7C8287;
	font-family: 'CrimsonRoman';
}
.home-main .company .why-choose-us .box-title-why-us h2 {
	font-size: 36px;
	color: #3A3D4A;
	font-family: 'CrimsonRoman';
	line-height: 1.3;
}
.home-main .company .why-choose-us .box-list-why-us {
	width: calc(100% / 2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 0;
}
.home-main .company .why-choose-us .box-list-why-us p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 15px;
	color: #3B4D61;
}
.flex-title-row {
	flex-direction: row;
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.flex-title-row a {
	color: #02A7C3;
	font-size: 13px;
	font-style: italic;
}
.flex-title-row a:after {
	content: "〉";
	display: inline-block;
  margin-left: 5px;

}
.home-main .company .list-awards {
	margin-top: 40px;
	overflow-x: hidden;
}
.home-main .company .list-awards .owl-carousel .owl-item .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 196px;
	overflow: hidden;
}
.home-main .company .list-awards .owl-carousel .owl-item .custom-img::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	width: calc(100% - 16px);
	min-height: 190px;
	max-height: 190px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #fff;
	top: 3px;
	left: 8px;
}
.home-main .company .list-awards .owl-carousel .owl-item .custom-img::after {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	left: 0;
	line-height: 0;
	height: 6px;
	bottom: 0;
	width: 100%;
	background: #1e5799;
	background: -moz-linear-gradient(left, #1e5799 0%, #005286 0%, #013b79 100%);
	background: -webkit-linear-gradient(left, #1e5799 0%,#005286 0%,#013b79 100%);
	background: linear-gradient(to right, #1e5799 0%,#005286 0%,#013b79 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#013b79',GradientType=1 );
}
.home-main .company .list-awards .owl-carousel .owl-item img {
	width: calc(100% - 10px);
}
.home-main .company .list-awards .owl-carousel .owl-item p {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #3B4D61;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
}
.home-main .company .list-events {
	margin-top: 40px;
	overflow-x: hidden;
}
.home-main .company .list-events .owl-carousel .owl-item .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 196px;
	overflow: hidden;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	background-color: #ffffff;
}
.home-main .company .list-events .owl-carousel .owl-item p {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #3B4D61;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
}
.home-main .company .list-events .owl-carousel .owl-item .home-date {
	font-size: 13px;
	color: #7C8287;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
/* 
		page
*/
section.banner {
	position: relative;
	width: 100%;
	height: 180px;
}
div#banner {
	position: absolute;
	width: 100%;
	height: 180px;
	top: 0;
	left: 0;
}
.page-title {
	position: absolute;
	top: 25px;
	left: 120px;
	font-size: 52px;
	font-family: 'CrimsonSemibold';
	color: #3A3D4A;
}
.page-title span {
	color:#013B79
}
.site-content .container {
	background-color: #FCFCFC;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: calc(100vh - 215px);
}
.site-content .container p {
	font-size: 15px;
}
.bgr-color-white {
	background-color: #ffffff;
}
/* 
testtimonial
*/
.item-testimonial {
	max-width: 632px;
	background-color: #fff;
	border: 1px solid #E2E2E2;
	margin-bottom: 17px;
	margin-left: 111px;
	padding: 20px 30px;
	border-radius: 2px;
	box-shadow: 0 8px 14px 0 rgba(224, 224, 224, 0.5);
	position: relative;
}
.item-testimonial::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	line-height: 0;
	height: 32px;
	top: -4px;
	width: 32px;
	left: -16px;
	border-radius: 50%;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #207cca 0%, #0086b9 0%, #004e83 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%,#207cca 0%,#0086b9 0%,#004e83 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%,#207cca 0%,#0086b9 0%,#004e83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#004e83',GradientType=0 ); /* IE6-9 */
}
.item-testimonial::after {
	content: "“";
	display: block;
	clear: both;
	position: absolute;
	line-height: 0;
	height: 32px;
	top: 18px;
	width: 32px;
	left: -8px;
	color: #fff;
	font-family: 'Crimson';
	font-size: 44px;
}
.item-testimonial p {
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	color: #3B4D61;
}
.item-testimonial .testimonial-content {
	font-size: 15px;
}
.item-testimonial .testimonial-info {
	text-align: right;
}
.item-testimonial .testimonial-info .client-name {
	font-weight: 600;
	font-size: 14px;
}
.item-testimonial .testimonial-info .occupation-name {
	font-style: italic;
	font-size: 14px;
}
.item-testimonial .testimonial-info .company-name {
	font-size: 14px;
	opacity: 0.7;
}
.viell-testimonial {
	color: #02A7C3;
	font-size: 13px;
	font-style: italic;
}
.viell-testimonial::after {
	content: "〉";
	display: inline-block;
	margin-left: 5px;
}
/* 
page about us
*/
.site-content .container.bgr-about-core {
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.site-content .container.bgr-tech-service {
	background-size: inherit;
	min-height: 100vh;
}
.content-aboust-us {
	max-width: 530px;
	margin-left: 120px;
}
.content-aboust-us h1,h2 {
	font-size: 30px;
	font-family: 'CrimsonSemibold';
}
.content-aboust-us p {
	font-size: 15px;
}
/* 
why choose us
*/
.content-why-choose-us {
	max-width: 530px;
	margin-left: 120px;
}
.content-why-choose-us h1 {
	font-size: 36px;
	font-family: 'CrimsonSemibold';
}
.container .list_why_choose_us {
	max-width: 853px;
	margin-left: 120px;
	margin-bottom: 30px;
}
.container .list_why_choose_us .item-why_choose_us {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}
.container .list_why_choose_us .item-why_choose_us .title_item {
	width: 320px;
	display: flex;
	color: #013B79;
}
.container .list_why_choose_us .item-why_choose_us .title_item h2 {
	font-size: 22px;
	font-family: 'CrimsonRoman';
}
.container .list_why_choose_us .item-why_choose_us .title_item h2 span {
	font-size: 40px;
	font-family: 'CrimsonBold';
}
.container .list_why_choose_us .item-why_choose_us .content_item {
	flex: 1;
	color: #3B4D61;
}
/* 
awards
*/
.list-content-awards {
	margin-left: 120px;
	max-width: 770px;
}
.list-content-awards .item {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom-color: #E2E2E2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.list-content-awards .item .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 130px;
	overflow: hidden;
	width: 220px;
}
.list-content-awards .item .custom-img::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	width: calc(100% - 16px);
	height: 125px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #fff;
	top: 3px;
	left: 8px;
}
.list-content-awards .item .custom-img::after {
	left: 0;
	content: "";
	display: block;
	clear: both;
	position: absolute;
	line-height: 0;
	height: 6px;
	bottom: 0;
	width: 100%;
	background: #1e5799;
	background: -moz-linear-gradient(left, #1e5799 0%, #005286 0%, #013b79 100%);
	background: -webkit-linear-gradient(left, #1e5799 0%,#005286 0%,#013b79 100%);
	background: linear-gradient(to right, #1e5799 0%,#005286 0%,#013b79 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#013b79',GradientType=1 );
}
.list-content-awards .item .custom-img img {
	width: calc(100% - 10px);
}
.list-content-awards .item .custom-content {
	flex: 1;
	margin-left: 30px;
}
.list-content-awards .item .custom-content h3 {
	font-size: 18px;
	margin-top: -5px;
}
.list-content-events {
	margin-left: 120px;
	max-width: 770px;
}
.list-content-events .item {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom-color: #E2E2E2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.list-content-events .item .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 130px;
	overflow: hidden;
	width: 220px;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
}

.list-content-events .item .custom-img img {
	width: auto;
	height: 100%;
}
.list-content-events .item .custom-content {
	flex: 1;
	margin-left: 30px;
}
.list-content-events .item .custom-content h3 {
	font-size: 18px;
	margin-top: -5px;
}
.list-content-events .item .custom-content .date {
	color: #7C8287;
	font-size: 13px;
	margin-bottom: 10px;
}
.list-content-events .list-year select {
	width: 130px;
	margin: 0;
	padding: 0 0 0 .5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: transparent;
	background-image: none;
	border-bottom-color: #979797 ! important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 ! important;
	height: 31px;
}
.list-content-events .list-year select::-ms-expand {
	display: none;
}
.list-content-events .list-year .select {
	position: relative;
	width: 130px;
	height: 31px;
	display: inline-block;
}
.list-content-events .list-year .select::after {
	content: "⌃";
	transform: rotate(180deg);
	position: absolute;
	height: 14px;
	width: 14px;
	top: 10px;
	right: -15px;
	bottom: 0;
	padding: 0 1em;
	pointer-events: none;
}
.list-content-events .list-year button.btn {
	width: 110px;
	height: 34px;
	background-color: #004E83;
	color: #fff;
	border-radius: 50px;
	margin-left: 15px;
	text-transform: uppercase;
	font-size: 14px;
}
.list-content-events .list-year button:focus {
	outline: -webkit-focus-ring-color auto 0;
}
/* 
technical-service
*/
.content-technical-service {
	max-width: 530px;
	margin-left: 120px;
}
.technical-service-thumb-image {
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: center;
	width: 40%;
	height: auto;
}
/* .technical-service-thumb-image img {
	border: 1px solid #979797;
	border-radius: 2px;
} */
.technical-content {
	flex: 1;
}
.content-technical-service .technical-content .technical-content-file  .technical_service-item h3 {
	font-size: 16px;
	border-bottom: 1px solid #979797;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 5px;
	margin-top: 15px;
}
.content-technical-service .technical-content .technical-content-file  .technical_service-item h3::after {
	color: #979797;
	content: url("/wp-content/themes/fortuna/css/../images/tabArrow/DarkGrey.png");
	transform: rotate(0deg);
	display: inline-block;
	position: absolute;
	right: 0;
	width: 14px;
}
.content-technical-service .technical-content .technical-content-file  .technical_service-item h3.active::after {
	transform: rotate(180deg);
}
.content-technical-service .technical-content .technical-content-file  .technical_service-item .content-item {
	display: none;
}
.content-technical-service .technical-content .technical-content-file  .technical_service-item .content-item p {
	margin: 5px 0;
}
/* 
CSR
*/
.content-csr .post-content {
	max-width: 530px;
	margin-left: 120px;
}
.content-csr .list-year-content {
	background-color: #FCFCFC;
	background-image: url("/wp-content/themes/fortuna/css/../images/brg/brg-csr.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.content-csr .list-year-content .frst-container {
	padding: 60px 15px;
}
.content-csr .list-year-content .technical_service-item {
	max-width: 385px;
	position: relative;
}
.content-csr .list-year-content .technical_service-item::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	width: 1px;
	height: 100%;
	border: 1px dashed #7C8287;
	top: 0;

}
.content-csr .list-year-content .technical_service-item .content-list .content_item {
	max-width: 330px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #E2E2E2;
	padding: 20px;
	box-shadow: 0px 8px 14px #e0e0e080;
	margin-bottom: 10px;
}
/* 
contact us
*/
.contact-us {
	padding: 0 120px 20px 120px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-image: url("/wp-content/themes/fortuna/css/../images/brg/brg-contact-oval.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-us .contact-General {
	width: 45%;
}
.contact-us .contact-General .info p label {
	color: #757D86;
	display: inline-block;
	font-size: 14px;
	width: 110px;
}
.contact-us .contact-General .info p {
	-webkit-margin-before: 7px;
	-webkit-margin-after: 7px;
}
.contact-us .contact-General .info p img {
	width: 186px;
}
.contact-us .contact-form {
	flex: 1;
	border: 1px solid #E2E2E2;
	border-bottom: 2px solid #004E83;
	border-radius: 2px;
	padding: 30px 20px;
	box-shadow: 0 8px 14px #e0e0e080;
	overflow: hidden;
	min-height: 310px;
}
.contact-us .contact-form .contact-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
}
.contact-us .contact-form .contact-item .btn-contact {
	width: calc(50% - 5px);
	background-color: #F5F5F5;
	height: 67px;
	display: flex;
	justify-content: normal;
	align-items: center;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.contact-us .contact-form .contact-item .btn-contact span {
	width: 20px;
	height: 20px;
	text-align: center;
	margin-right: 10px;
}
.contact-us .contact-form .btn-others {
	display: flex;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}
.contact-us .contact-form .btn-others span {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.contact-us .contact-form .title-contact-us {
	display: flex;
	justify-content: space-between;
}
.contact-us .contact-form .title-contact-us a {
	font-size: 13px;
	color: #02A7C3;
	cursor: pointer;
}
.contact-us .contact-form .title-contact-us a::before {
	content: "〈";
	display: inline-block;
	margin-right: 3px;
	font-size: 12px;
}
.cover-captcha-btn-send {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cover-captcha-btn-send .item-captcha {
	width: 304px;
}
.cover-captcha-btn-send .btn-send {
	width: 110px !important;
	position: inherit !important;
}
.contact-us .contact-form .btn-send {
	position: relative;
	width: 100%;
	height: 35px;
	margin-top: 30px;
}
.contact-us .contact-form .btn-send input {
	background-color: #004E83;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 18px;
	width: 101px;
	border: 1px solid #FFFFFF;
	position: absolute;
	right: 0;
}
.contact-us .contact-form .item-contact-form {
	display: flex;
	justify-content: space-between;
}
.contact-us .contact-form .item-contact-form .item-input {
	width: calc(50% - 20px);
}
.contact-us .contact-form .item-contact-form .item-input input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #979797;
	background-color: transparent;
}
.contact-us .contact-form .item-contact-form .item-input select {
	width: 100%;
	border: none;
	border-bottom: 1px solid #979797;
	border-radius: 0;
	-webkit-appearance: none;
	height: 40px;
	padding-right: 20px;
	background-color: transparent;
}
.contact-us .contact-form .item-contact-form .item-input select::-ms-expand {
	display: none;
}
.contact-us .contact-form .item-contact-form .select span::after {
	content: "⌃";
	transform: rotate(180deg);
	position: absolute;
	height: 14px;
	width: 14px;
	top: 10px;
	right: -15px;
	bottom: 0px;
	pointer-events: none;
	padding: 0px 1em;
}
.contact-us .contact-form .item-contact-form .item-input input::placeholder {
	font-size: 14px;
	color: #757D86;
}
.contact-us .contact-form input {
	height: 40px;
}
.contact-us .contact-form input:focus,select:focus {
	outline: -webkit-focus-ring-color auto 0;
}

.contact-us .contact-form .item-message input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #979797;
	background-color: transparent;
}
.contact-us .contact-form .item-message input::placeholder {
	font-size: 14px;
	color: #757D86;
}
.wpcf7-mail-sent-ok {
	border: none !important;
	margin: 0px !important;
	padding: 0 !important;
	margin-top: 10px !important;
}
.contact-us-address {
	background-color: #FCFCFC;
	padding: 40px 120px;
	background-image: url("/wp-content/themes/fortuna/css/../images/brg/brg-contact.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-us-address h3 {
	color: #013B79;
	font-size: 14px;
	margin-bottom: 20px;
}
.contact-us-address .company-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.contact-us-address .company-item .address-company {
	width: 45%;
}
.contact-us-address .company-item .map-company {
	flex: 1;
}
.contact-us-address .company-item .map-company .map {
	width: 100%;
	position: relative;
	height: 340px;
}
.contact-us-address .company-item .map-company .map iframe {
	width: 100%;
	height: 310px;
	position: absolute;
	top: 0;
	z-index: 1;
	border: 1px solid #D8D8D8 !important;
	border-radius: 2px;
}
.contact-us-address .company-item .map-company .map img {
	position: absolute;
	width: 100%;
	top: 0;
	height: 310px;
	opacity: 0;
	z-index: 0;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
}
.contact-us-address .company-item .map-company .company-btn {
	display: flex;
}
.contact-us-address .company-item .map-company .company-btn .btn {
	width: 100px;
	height: 30px;
	border: 1px solid #E2E2E2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background-color: #E2E2E2;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
	color: #3B4D61;
	font-size: 14px;
	cursor: pointer;
}
.contact-us-address .company-item .map-company .company-btn .btn.active {
	background-color: #004E83;
	color: #fff;
}
.contact-us-address .company-item .address-company p {
	color: #3B4D61;
}
/* -------------------------------- 

Product 

-------------------------------- */
.product-img-info {
	padding-left: 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding-bottom: 50px;
}
.product-img-info .product-img {
	padding-left: 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 50%;
}
.product-img-info .product-img .product-show {
	width:345px !important; 
	height:255px !important;
	border: 1px solid #E2E2E2;
	max-width: none;
}
.product-img-info .product-img .list-img-product {
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.product-img-info .product-img .list-img-product a {
	margin-bottom: 10px;
	width: 63px;
	height: 43px;
	border: 1px solid #E2E2E2;
}
.product-img-info .product-img .list-img-product a.active {
	border: 1px solid #013B79;
}
.product-img-info .product-img .list-img-product a img {
	width: 61px;
	height: 41px;
}

.product-img-info .product-img .list-img-product .js-video-btn .video-img {
	width: 63px;
	height: 43px;
	position: absolute;
	/* background-color: #004E83; */
	opacity: 0.8;
	background-image: url("/wp-content/themes/fortuna/css/../images/iconContactForm/White.png");
	background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
}
.product-img-info .info-product {
	flex: 1;
}
.product-img-info .info-product .title-item {
	font-size: 12px;
}
.product-img-info .info-product .brand-logo {
	padding-left: 22px;
	width: 166px;
}
.product-img-info .info-product ul {
	list-style-type: none;
	padding: 0;
}
.product-img-info .info-product ul li a {
	color: #3B4D61;
}
.container-product {
	padding-left:60px;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	margin-bottom: 20px;
	min-height: auto !important;
	padding-bottom: 40px;
	background-color: #FCFCFC;
}
.container-product .content-product {
	width: 47%;
	margin-top: 40px;
	font-size: 15px;
}
.container-product .content-product .content ul {
	margin-bottom: 0;
	margin-top: 0;
}
.container-product .content-product .content {
	margin-top: 10px;
}
.item-captcha {
	margin-top: 20px;
}
.container-product .product-form {
	border: 1px solid #E2E2E2;
	border-bottom: 2px solid #004E83;
	border-radius: 2px;
	padding: 30px 20px;
	box-shadow: 0 8px 14px #e0e0e080;
	overflow: hidden;
	min-height: 310px;
	margin-top: 10px;
	margin-left: 20px;
	width: 350px;
	height: fit-content;
	background-color: #fff;
}
.container-product .product-form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #979797;
	height: 40px;
	background-color: #fff;
}
.container-product .product-form input::placeholder {
	font-size: 14px;
	color: #757D86;
}
.container-product .product-form .btn-send {
	position: relative;
	width: 100%;
	height: 35px;
	margin-top: 30px;
}
.container-product .product-form .btn-send input {
	background-color: #004E83;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 18px;
	width: 101px;
	border: 1px solid #FFFFFF;
	position: absolute;
	right: 0;
}
.product-form input:focus,select:focus {
	outline: -webkit-focus-ring-color auto 0;
}
.related-products {
	padding: 0 60px 60px 60px;
}
.related-products h2 {
	margin-bottom: 20px;
}
.related-products .list-product .owl-item .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 200px;
	overflow: hidden;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.related-products .list-product .owl-item p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #3B4D61;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
}
/* 
category
*/
.container-category {
	padding: 20px 60px;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	flex-wrap: wrap;
}
.container-category .item-category {
	width: calc(100% / 3 - 15px);
	display: flex;
	flex-direction: column;
	justify-content: normal;
	-webkit-margin-after: 1em;
	padding-right: 30px;
}
.container-category .post-image {
	margin-bottom: 18px;
	text-align: center;
	width: 100%;
	height: 230px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #E2E2E2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.category-taxonomy {
	flex-direction: row;
	justify-content: normal;
	display: flex;
	padding-left: 80px;
	padding: 0 0 80px 80px;
}
.category-taxonomy .taxonomy-img {
	display: flex;
	width: 20%;
	justify-content: center;
	flex-direction: column;
}
.category-taxonomy .taxonomy-img img.brand-logo {
	width: 166px;
}
.category-taxonomy .taxonomy-description {
	display: flex;
	flex: 1;
	max-width: 530px;
}
.category-taxonomy .taxonomy-description a {
	color: #02A7C3;
	font-size: 13px;
	font-style: italic;
}
.more-link {
	color: #02A7C3;
	font-size: 13px;
	font-style: italic;
}
.more-link::after {
	content: "〉";
	display: inline-block;
	margin-left: 5px;
}
.title-product {
	font-size: 30px;
	font-family: 'CrimsonSemibold';
	color: #3A3D4A;
}
.all-product .featured-product .title-product {
	padding-left: 60px;

} 
.all-product .featured-product .item-product {
	display: flex;
	flex-direction: row;
	justify-content: normal;
	margin-bottom: 20px;
	border: 1px solid #E2E2E2;
	border-bottom: 2px solid #004E83;
	border-radius: 2px;
	padding: 30px 20px;
	box-shadow: 0 8px 14px #e0e0e080;
	overflow: hidden;
	min-height: 260px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 40px;
	position: relative;
}
.all-product .featured-product .item-product .custom-img {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 200px;
	width: 290px;
	overflow: hidden;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	background-color: #ffffff;
	margin-right: 20px;
	margin-left: 50px;
}
.all-product .featured-product .item-product .title-featured-product {
	font-size: 18px;
	font-weight: bold;
	color: #3B4D61;
}
.all-product .featured-product .item-product #prev {
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: 2;
	cursor: pointer;
}
.all-product .featured-product .item-product #next {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 2;
	cursor: pointer;
}
.all-product .featured-product .item-product .item {
	display: flex;
	flex-direction: row;
	justify-content: normal;
	flex: 1;
}
.category-product {
	padding: 20px 60px;
}
.category-product .list-product {
	display: flex;
	flex-direction: row;
	justify-content: normal;
	flex-wrap: wrap;
	margin-top: 10px;
}
.category-product .list-product .item-product {
	width: calc(100% / 3 - 15px);
	display: flex;
	flex-direction: column;
	justify-content: normal;
	-webkit-margin-after: 1em;
	padding-right: 30px;
}
.category-product .list-product .item-product .custom-img {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #E2E2E2;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.featured-product .owl-carousel .owl-item img {
	width: auto;
	height: 100%;
}
/* .category-product .list-product .item-product .custom-img img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	transform: translateY(-20%);
} */
/* 
partners
*/
.partners {
	padding: 10px 30px 30px 111px;
	background-color: #ffffff !important;
}
.category-brand {
	display: inline-block;
	width: 166px;
	height: 63px;
	margin-right: 23px;
}
/* 
care-area
*/
.content-care {
	background-image: url("/wp-content/themes/fortuna/css/../images/brg/brgCare-Area.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.container-care {
	background-color: transparent !important;
}
.care-area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 825px;
	margin-left: 111px;
	margin-bottom: 25px;
}
.care-area .item-care-area {
	width: 215px;
	margin-right: 30px;
}
.care-area .item-care-area h1 {
	font-family: 'CrimsonRoman';
	font-size: 40px;
	color: #3A3D4A;
	font-weight: lighter;
}
.care-area .item-care-area p {
	font-size: 18px;
	-webkit-margin-before: 8px;
	-webkit-margin-after: 8px;
}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
/* -------------------------------- 

Main components 

-------------------------------- */
header h1 {
	font-size: 22px;
	font-size: 1.375rem;
	color: #ffffff;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.form-search {
	width: 224px;
	height: 30px;
	position: relative;
	margin-left: 30px;
	margin-top: 20px;
}
form.searchform {
	border: none;
	width: 224px;
	height: 30px;
	position: relative;
	border-radius: 50px;
	opacity: 0;
}
form.searchform.active-form {
	border: 1px solid #fff;
	opacity: 1;
}
.searchicon {
	width: 20px;
	height: 20px;
	left: 10px;
	top: 4px;
	position: absolute;
	cursor: pointer;
	z-index: 1;
}
#searchbox {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 35px;
	top: 4px;
	transition: width 0.5s;
	width: 0;
}
.active-form #searchbox {
	width: calc(100% - 50px);
}
.form-search input::placeholder {
	font-size: 13px;
	color: #fff9;
}
#loading-home {
	background-color: #fafafa;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 16000002;
	min-height: 100vh;
	width: 100%;
	max-width: 100%;
}
#loading-home img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media (max-width: 3500px) {

}
@media (max-width: 2048px) and (max-height: 1536px) {

}

@media (max-width: 1920px) and (max-height: 1200px) {
}

@media (max-width: 1600px) and (max-height: 1200px) {
}

@media (max-width: 1920px) and (max-height: 1080px) {
}

@media (max-width: 1680px) and (max-height: 1050px) {
}

@media (max-width: 1280px) and (max-height: 1024px) {

}

@media (max-width: 1440px) and (max-height: 900px) {

}

@media (max-width: 1366px) and (max-height: 768px) {
}

@media (max-width: 1366px) {
	/* home page */
	.home-banner, .logos {
		padding-left: 40px;
	}
	.home-banner h2 {
		font-size: 45px;
	}
	.home-main {
		padding: 0 40px 60px 40px;
	}
	.home-main .company .why-choose-us .box-title-why-us h3,.home-main .company .why-choose-us .box-title-why-us h2 {
		font-size: 26px;
	}
	/* page */
	.page-title {
		font-size: 45px;
		left: 40px;
	}
	a.back-awards {
		left: 40px;
	}
	.content-aboust-us {
		margin-left: 40px;
	}
	.content-why-choose-us {
		margin-left: 40px;
	}
	.content-why-choose-us h1 {
		font-size: 30px;
	}
	.container .list_why_choose_us {
		margin-left: 40px;
	}
	.container .list_why_choose_us .item-why_choose_us .title_item {
		font-size: 22px;
	}
	.item-testimonial {
		margin-left: 40px;
	}
	.content-technical-service {
		margin-left: 40px;
	}
	.content-csr .post-content {
		margin-left: 40px;
	}
	.list-content-awards {
		margin-left: 40px;
	}
	.list-content-events {
		margin-left: 40px;
	}
	.contact-us {
		padding: 0 40px 20px 40px;
	}
	.contact-us-address {
		padding: 40px;
	}
	/* product page item */
	.product-img-info {
		padding-left: 40px;
	}
	.product-img-info .product-img {
		padding-left: 0;
		width: 55%;
		justify-content: normal;
    flex-direction: column;
	}
	.product-img-info .product-img .list-img-product {
    padding-left: 35px;
    padding-top: 10px;
    flex-direction: row;
    width: 100%;
    justify-content: normal;
	}
	.product-img-info .product-img .list-img-product a {
		margin-right: 5px;
	}
	.container-product {
		padding-left: 40px;
		
	}
	.container-product .content-product {
		width: 55%;
	}
	.related-products {
		padding: 0 40px 60px 40px;
	}
	/* partners */
	.category-taxonomy {
		padding: 0 10px 40px 40px;
	}
	.container-category {
		padding: 20px 40px; 
	}
}

@media (max-width: 1280px) and (max-height: 800px) {
}

@media (max-width: 1024px) and (max-height: 768px) {
	.carousel-control {
		display: none;
	}
	.carousel.mobile {
		width: 100%;
	}
	.carousel.desktop .carousel-inner {
		width: 75%;
	    margin: 50px auto 15px;
	}
}

@media (max-width: 1024px) {
	/* home */
	.site {
    display: block;
    position: relative;
	}
	/* menu */
	.site-menu {
		position: relative;
		right: 0;
		max-width: 100%;
		width: 100%;
		background: transparent;
		z-index: 16000002;
		min-height: auto;
		display: block;
		box-shadow: 0 0 0 0 rgba(36, 36, 36, 0);
	}

	.navbar-collapse  {
		display: none;
	}
	.navbar-header {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	.navbar-header .menu-logo {
		flex-direction: initial;
		justify-content: normal;
		align-items: center;
		height: 60px;
		padding-left: 14px;
		width: calc(100% - 60px);
	}
	.navbar-header .menu-logo .img-logo-menu {
    width: 248px;
    height: 37px;
	}
	.navbar-header .menu-hamburger-mobile {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
	}
	.navbar-header .menu-hamburger-mobile .hamburger {
    width: 60px;
    height: 60px;
    font-size: 35px;
    color: #fff;
    background: #0064a3;
    background: -moz-linear-gradient(top, #0064a3 0%, #013b79 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #0064a3 0%,#013b79 100%,#7db9e8 100%);
    background: linear-gradient(to bottom, #0064a3 0%,#013b79 100%,#7db9e8 100%);
    border: none;
		cursor: pointer;
		z-index: 5;
		padding: 0;
	}
	.navbar-header .menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
		background-color: #00000080;
		width: 100%;
		min-height: 100vh;
		display: none;
		z-index: 16000002;
		overflow: scroll;
	}
	.navbar-header .menu-mobile .list-menu {
		min-height: 100vh;
    max-width: 73%;
    box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.5);
    background: #0064a3;
    background: -moz-linear-gradient(top, #0064a3 0%, #013b79 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #0064a3 0%,#013b79 100%,#7db9e8 100%);
    background: linear-gradient(to bottom, #0064a3 0%,#013b79 100%,#7db9e8 100%);
    position: absolute;
		right: 0;
		width: 274px;
	}
	.navbar-header .menu-mobile .list-menu .cross {
    font-size: 90px;
    height: 30px;
    line-height: 0.5;
    width: 30px;
    padding: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    position: absolute;
    right: -7px;
    top: 0;
    cursor: pointer;
}
.navbar-header .menu-mobile .list-menu form.searchform {
	width: 190px;
}
/* menu product */
.site-product-menu {
	width: 100%;
}
.site-product-menu .footer-menu .menu-info {
	display: block;
}
.main-menu-page {
	display: none;
}
.site-product-menu .menu-product {
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0);
}
.site-product-menu .menu-product .menu-item-has-children >.menu-div-item >a::after {
	display: none;
}
.back-menu::before{
	content: "〈";
	display: inline-block;
	margin-right: 5px;
}
.back-menu {
	font-size: 12px;
	color: #fff;
	padding: 30px 0 20px 20px;
	cursor: pointer;
	display: block;
}
.btn-product {
	font-size: 12px;
	color: #fff;
	padding: 30px 0 20px 20px;
	cursor: pointer;
	display: block;
}
.btn-product::after {
	content: "〉";
	display: inline-block;
	margin-left: 5px;
}
.site-product-menu .menu-mobile .form-search {
	/* width: 240px; */
	margin-left: 15px;
}
.site-product-menu .all-product-mobile {
	background-color: #fff;
	min-height: calc(100vh - 191px);
}
/* page home */
	.site-content {
		width: 100%;
	}
	.product-menu {
		display: none;
	}
	.site-content-product {
		width: 100%;
	}
	.all-product .featured-product .title-product {
    padding-left: 40px;
	}
	.category-product {
    padding: 20px 40px;
	}
}

@media (max-width: 900px) {

}

@media (max-width: 768px) {
	.site-content .container.bgr-tech-service {
		background: none !important;
	}
	.mobile .cd-image-container {
		background-color: transparent;
	}
	.carousel-control {
		display: none;
	}
	.home-banner {
		height: 281px;
	}
	.home-banner h2 {
		font-size: 30px;
	}
	.home-main .company .info-company {
		flex-direction: column;
    justify-content: normal;
	}
	.home-main .company .info-company .about-us {
		height: 250px;
    margin-bottom: 10px;
    width: 100%;
	}
	.home-main .company .info-company .group-info {
		margin-left: 0;
	}
	.home-main .company .info-company .group-info .core-principles {
		margin-bottom: 10px;
	}
	.home-main .company .why-choose-us {
		margin-top: 10px;
	}
	.home-main .company .why-choose-us .box-title-why-us {
		padding: 20px 0 20px 30px;
		width: 100%;
		border: 1px solid #e2e2e2;
	}
	.home-main .company .why-choose-us .list-choose {
		display: none;
	}
	/* gage*/
	section.banner {
		height: 90px;
	}
	.page-title {
		font-size: 30px;
	}
	.content-aboust-us h1, h2 {
		font-size: 26px;
	}
	div#banner {
		height: 90px;
	}
	
}

@media (max-width: 736px) {
	div.bottom-image img.mobile.alter {
	    width: 35%!important;
	}
}

@media (max-width: 667px) {
	html, body {
		letter-spacing: 0;
	}
	.product-img-info {
		justify-content: space-between;
    flex-direction: column;
    padding: 0 15px 10px 15px;
	}
	.product-img-info .product-img {
		width: 100%;
		align-items: center;
	}
	.product-img-info .product-img .list-img-product {
		width: 100%;
    justify-content: center;
    align-items: center;
	}
	.container-product {
		padding: 0 15px 30px 15px;
		flex-direction: column;
	}
	.container-product .content-product {
		width: 100%;
	}
	.container-product .product-form {
		margin-left: 0;
		max-width: 350px;
		width: 100%;
	}	
	.related-products {
		padding: 0 15px 40px 15px;
	}
	.partners {
		padding: 0 15px;
	}
	.care-area {
		margin-left: 15px;
	}
	.contact-us {
		padding: 0 15px 40px 15px;
		flex-direction: column;
		background-image: none;
	}
	.contact-us .contact-General {
		width: 100%;
	}
	.contact-us-address {
		padding: 40px 15px;
	}
	.contact-us-address .company-item {
		flex-direction: column;
	}
	.contact-us-address .company-item .address-company {
    width: 100%;
    margin-bottom: 10px;
	}
	.category-taxonomy {
		padding: 0 15px 40px 15px;
	}
	.container-category {
		padding: 20px 15px;
	}
	.container-category .item-category {
		width: calc(100% / 2 - 10px);
		padding-right: 20px;
	}
	.site-footer {
		padding-left: 15px;
	}
}

@media (max-width: 568px) {
	.carousel.desktop .carousel-inner {
	    width: 100%;
	    margin: 40px auto 10px;
	}
	.home-banner, .logos {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-main .company .info-company .about-us {
		height: 180px;
	}
	.home-main .our-products .products-item .product {
		width: 100%;
	}
	.home-main .company .info-company .group-info .csr-service {
		flex-direction: column;
	}
	.home-main .company .info-company .group-info .csr-service .box {
		width: 100%;
    margin-bottom: 10px;
	}
	.home-main .company .info-company .group-info .csr-service .box-csr {
		background-color: #FCFCFC;
	}
	.home-main .company .why-choose-us {
    margin-top: 0;
	}
	/* page */
	section.banner {
		height: 115px;
	}
	div#banner {
		height: 115px;
	}
	.page-title {
		left: 15px;
	}
	a.back-awards {
		left: 15px;
	}
	.all-product .featured-product .title-product {
		padding-left: 15px;
	}
	.all-product .featured-product .item-product {
		margin-left: 0;
    margin-right: 0;
	}
	.all-product .featured-product .item-product .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	.all-product .featured-product .item-product .custom-img {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.item-content-product {
		width: 90%;
	} 
	.all-product .featured-product .item-product #prev {
		left: 5px;
    top: 20%;
	}
	.all-product .featured-product .item-product #next {
		right: 5px;
		top: 20%;
	}
	.category-product {
		padding: 20px 15px;
	}
	.category-product .list-product {
		flex-direction: column;
	}
	.category-product .list-product .item-product {
		width: 100%;
    padding-right: 0;

	}
	.content-aboust-us {
		margin-left: 15px;
		margin-right: 15px;
	}
	.content-why-choose-us {
		margin-left: 15px;
	}
	.container .list_why_choose_us{
		margin-left: 15px;
	}
	.container .list_why_choose_us .item-why_choose_us .title_item {
		width: 50%;
	}
	.item-testimonial {
		margin-left: 15px;
	}
	.content-technical-service {
		margin-left: 15px;
		margin-right: 15px;
	}
	.technical-service-thumb-image {
		width: 100%;
		margin-bottom: 10px;
	}
	.content-csr .post-content {
		margin-left: 15px;
	}
	.list-content-awards {
		margin-left: 15px;
		margin-right: 15px;
	}
	.list-content-awards .item {
		flex-direction: column;
		justify-content: center;
    align-items: center;
	}
	.list-content-awards .item .custom-content {
		margin-left: 0;
		width: 100%;
	}
	.list-content-awards .item .custom-img {
		margin-bottom: 10px;
	}
	.list-content-events {
		margin-left: 15px;
		margin-right: 15px;
	}
	.list-content-events .item {
		flex-direction: column;
		justify-content: center;
    align-items: center;
	}
	.list-content-events .item .custom-img {
		margin-bottom: 10px;
	}
	.list-content-events .item .custom-content {
		margin-left: 0;
		width: 100%;
	}
	.category-taxonomy {
		flex-direction: column;
	}
	.category-taxonomy .taxonomy-img {
		width: 100%;
		align-items: center;
    margin-bottom: 10px;
	}
	.site-footer {
		padding-left: 10px;
	}
	.contact-us .contact-form .btn-send {
		text-align: center;
	}
	.contact-us .contact-form .btn-send input {
		position: initial;
	}
	.container-product .product-form .btn-send {
		text-align: center;
	}
	.container-product .product-form .btn-send input {
		position: initial;
	}
}

@media (max-width: 498px) {

}

@media (max-width: 480px) {

}

@media (max-width: 466px) {

}

@media (max-width: 414px) {
	.container .list_why_choose_us .item-why_choose_us {
		flex-direction: column;
	}
	.container .list_why_choose_us .item-why_choose_us .title_item {
		width: 100%;
	}
	.contact-us .contact-form .contact-item {
		flex-direction: column;
		margin-bottom: 0;
	}
	.contact-us .contact-form .contact-item .btn-contact {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact-us .contact-form .item-contact-form {
		flex-direction: column;
	}
	.contact-us .contact-form .item-contact-form .item-input {
		width: 100%;
	}
	.container-category .item-category {
		width: 100%;
		padding-right: 0;
	}
	.category-brand {
		margin-right: 0;
	}
}

@media (max-width: 391px) {

}

@media (max-width: 375px) {

}

@media (max-width: 338px) {

}

@media (max-width: 323px) {

}

@media (max-width: 320px) {
	.carousel.mobile .carousel-inner {
	    width: 93%;
	    padding-top: 95px;
	}
	.carousel.mobile .carousel-inner > .item.next.left, .carousel.mobile .carousel-inner > .item.prev.right {
		padding-top: 95px;
	}
	.carousel.desktop .carousel-inner {
	    margin: 25px auto 10px;
	}
}
.category-taxonomy .taxonomy-description{
	display: unset;
}
/*!/wp-content/plugins/categories-images/assets/css/zci-styles.css*/
/* Categories Images Frontend Styles */

/* Grid Layout */
.zci-taxonomy-list.zci-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(var(--zci-columns, 3), 1fr);
    list-style: none;
    /* Remove bullets */
    padding: 0;
    margin: 0;
}

.zci-taxonomy-list.zci-grid .zci-item {
    text-align: center;
    list-style: none;
    /* Ensure no bullets on items */
    margin: 0;
}

.zci-taxonomy-list.zci-grid .zci-image {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    /* For hover effect */
    border-radius: 8px;
    /* Nicer corners */
}

.zci-taxonomy-list.zci-grid .zci-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
    /* Smooth hover */
}

.zci-taxonomy-list.zci-grid .zci-image img:hover {
    transform: scale(1.05);
    /* Subtle zoom effect */
}

/* Inline Layout */
.zci-taxonomy-list.zci-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.zci-taxonomy-list.zci-inline .zci-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

/* List Layout (Default) */
.zci-taxonomy-list.zci-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zci-taxonomy-list.zci-list .zci-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

/* Common */
.zci-term-name {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    color: inherit;
    text-decoration: none;
}

.zci-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.zci-term-count {
    display: inline-block;
    background: #f0f0f1;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 0.8em;
    margin-left: 5px;
    vertical-align: middle;
}
/*!/wp-content/plugins/contact-form-7/includes/css/styles.css*/
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*!/wp-content/plugins/cookie-notice/css/front.min.css*/
#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin:-10px 0 0 0;width:15px;height:15px;opacity:.5;padding:10px;border:none;outline:0;background:0 0;box-shadow:none;cursor:pointer}.cn-close-icon:focus,.cn-close-icon:focus-visible{outline:2px solid currentColor;outline-offset:3px}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0 0 0 10px;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:2rem;-moz-border-radius:2rem;border-radius:2rem;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px 0}.cn-buttons-container,.cn-text-container{display:inline-block}.cn-compliance-warning{display:block;color:#f5a623!important;font-size:12px;line-height:18px;margin:4px 0 8px 0}.cn-compliance-warning .cn-warning-icon{color:#f5a623!important;margin-right:4px}.cn-compliance-warning strong{color:#f5a623!important}.cn-compliance-warning a{color:#f5a623!important;text-decoration:underline}.cn-compliance-warning a:hover{color:#ffb84d!important}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}
/*!/wp-content/themes/fortuna/style.css*/
/*
Theme Name: Fortuna Wordpress Theme
Theme URI: http://originally.us/
Author: OriJin
Author URI: http://originally.us/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fortuna
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

originally us is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
 font - family: sans - serif;
 - webkit - text - size - adjust: 100 %;
 - ms - text - size - adjust: 100 %;
}
body {
	margin: 0;
}
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;
}
a: active, a: hover {
	outline: 0;
}
abbr[title] {
 border - bottom: 1 px dotted;
}
b, strong {
 font - weight: bold;
}
dfn {
 font - style: italic;
}
h1 {
 font - size: 2e m;
	margin: 0.67e m 0;
}
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 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 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 - appearance: textfield;
 box - sizing: content - box;
}
input[type "search"]::-webkit - search - cancel - button, input[type "search"]::-webkit - search - decoration {
 -webkit - appearance: none;
}
fieldset {
 border: 1 px solid# c0c0c0;
	margin: 0 2 px;
	padding: 0.35e m 0.625e m 0.75e m;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
 font - weight: bold;
}
table {
 border - collapse: collapse;
 border - spacing: 0;
}
td, th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* body, button, input, select, textarea {
	color: #3B4D61;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
} */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
 background: # eee;
 font - family: "Courier 10 Pitch", Courier, monospace;
 font - size: 15 px;
 font - size: 0.9375 rem;
 line - height: 1.6;
 margin - bottom: 1.6e m;
 max - width: 100 %;
	overflow: auto;
	padding: 1.6e m;
}
code, kbd, tt, var {
 font - family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
 font - size: 15 px;
 font - size: 0.9375 rem;
}
abbr, acronym {
 border - bottom: 1 px dotted #666;
	cursor: help;
}
mark, ins {
 background: # fff9c0;
 text - decoration: none;
}
big {
 font - size: 125 %;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
 box - sizing: border - box;
}
*, *: before, *: after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box - sizing: inherit;
}
body {
	background: #fff;/* Fallback for when there is no custom background color defined. */
}
blockquote: before, blockquote: after, q: before, q: after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
 background - color: #ccc;
	border: 0;
	height: 1 px;
 margin - bottom: 1.5e m;
}
ul, ol {
	margin: 0 0 1.5e m 3e m;
}
ul {
 list - style: disc;
}
ol {
 list - style: decimal;
}
li > ul, li > ol {
 margin - bottom: 0;
 margin - left: 1.5e m;
}
dt {
 font - weight: bold;
}
dd {
	margin: 0 1.5e m 1.5e m;
}
img {
	height: auto;
    /* Make sure images are scaled correctly. */
    
    max - width: 100 %;
/* Adhere to container width. */
}
table {
	margin: 0 0 1.5e m;
 width: 100 %;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button, input[type "button"], input[type "reset"], input[type "submit"] {
 border: 1 px solid;
 border - color: #ccc# ccc# bbb;
 border - radius: 3 px;
 background: #e6e6e6;
 box - shadow: inset 0 1 px 0 rgba(255, 255, 255, 0.5), inset 0 15 px 17 px rgba(255, 255, 255, 0.5), inset 0 - 5 px 12 px rgba(0, 0, 0, 0.05);
 color: rgba(0, 0, 0, .8);
 font - size: 12 px;
 font - size: 0.75 rem;
 line - height: 1;
 padding: .6e m 1e m .4e m;
 text - shadow: 0 1 px 0 rgba(255, 255, 255, 0.8);
}
button: hover, input[type "button"]: hover, input[type "reset"]: hover, input[type "submit"]: hover {
 border - color: #ccc# bbb# aaa;
 box - shadow: inset 0 1 px 0 rgba(255, 255, 255, 0.8), inset 0 15 px 17 px rgba(255, 255, 255, 0.8), inset 0 - 5 px 12 px rgba(0, 0, 0, 0.02);
}
button: focus, input[type "button"]: focus, input[type "reset"]: focus, input[type "submit"]: focus, button: active, input[type "button"]: active, input[type "reset"]: active, input[type "submit"]: active {
 border - color: #aaa# bbb# bbb;
 box - shadow: inset 0 - 1 px 0 rgba(255, 255, 255, 0.5), inset 0 2 px 5 px rgba(0, 0, 0, 0.15);
}
input[type "text"], input[type "email"], input[type "url"], input[type "password"], input[type "search"], input[type "number"], input[type "tel"], input[type "range"], input[type "date"], input[type "month"], input[type "week"], input[type "time"], input[type "datetime"], input[type "datetime-local"], input[type "color"], textarea {
 color: #666;
 border: 1px solid # ccc;
 border - radius: 3 px;
}
select {
 border: 1 px solid# ccc;
}
input[type "text"]: focus, input[type "email"]: focus, input[type "url"]: focus, input[type "password"]: focus, input[type "search"]: focus, input[type "number"]: focus, input[type "tel"]: focus, input[type "range"]: focus, input[type "date"]: focus, input[type "month"]: focus, input[type "week"]: focus, input[type "time"]: focus, input[type "datetime"]: focus, input[type "datetime-local"]: focus, input[type "color"]: focus, textarea: focus {
 color: #111;
}
input[type "text"], input[type "email"], input[type "url"], input[type "password"], input[type "search"], input[type "number"], input[type "tel"], input[type "range"], input[type "date"], input[type "month"], input[type "week"], input[type "time"], input[type "datetime"], input[type "datetime-local"], input[type "color"] {
 padding: 3 px;
}
textarea {
 padding - left: 3 px;
 width: 100 %;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #3B4D61;
}
a: visited {
	color: #3B4D61;
}
a:hover, a: focus, a: active {
	color: #3B4D61;
	text-decoration: underline;
}
a: focus {
	outline: none;
	color: #3B4D61;
}
a: hover, a: active {
	outline: none;
	color: #3B4D61;
}
/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

div.wpcf7-validation-errors {
    border: 2px solid red;
    margin: 0px;
    padding: 10px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    margin: 0px;
    padding: 10px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main - navigation {
 clear: both;
 display: block;
 float: left;
 width: 100 %;
}
.main - navigation ul {
 display: none;
 list - style: none;
 margin: 0;
 padding - left: 0;
}
.main - navigation li {
 float: left;
 position: relative;
}
.main - navigation a {
 display: block;
 text - decoration: none;
}
.main - navigation ul ul {
 box - shadow: 0 3 px 3 px rgba(0, 0, 0, 0.2);
 float: left;
 position: absolute;
 top: 1.5e m;
 left: -999e m;
 z - index: 99999;
}
.main - navigation ul ul ul {
 left: -999e m;
 top: 0;
}
.main - navigation ul ul a {
 width: 200 px;
}
.main - navigation ul ul li {
}
.main - navigation li: hover > a, .main - navigation li.focus > a {
}
.main - navigation ul ul: hover > a, .main - navigation ul ul.focus > a {
}
.main - navigation ul ul a: hover, .main - navigation ul ul a.focus {
}
.main - navigation ul li: hover > ul, .main - navigation ul li.focus > ul {
 left: auto;
}
.main - navigation ul ul li: hover > ul, .main - navigation ul ul li.focus > ul {
 left: 100 %;
}
.main - navigation.current_page_item > a, .main - navigation.current - menu - item > a, .main - navigation.current_page_ancestor > a, .main - navigation.current - menu - ancestor > a {
}
/* Small menu. */

.menu - toggle, .main - navigation.toggled ul {
 display: block;
}
@media screen and(min - width: 37.5e m) {
 .menu - toggle {
 display: none;
}
 .main - navigation ul {
 display: block;
}
}
.site - main.comment - navigation, .site - main.posts - navigation, .site - main.post - navigation {
 margin: 0 0 1.5e m;
 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 %;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen - reader - text {
 clip: rect(1 px, 1 px, 1 px, 1 px);
 position: absolute!important;
 height: 1 px;
 width: 1 px;
 overflow: hidden;
}
.screen - reader - text: focus {
 background - color: #f1f1f1;
 border - radius: 3 px;
 box - shadow: 0 0 2 px 2 px 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: 5px;
 line-height: normal;
 padding: 15px 23px 14px;
 text-decoration: none;
 top: 5px;
 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.5e m;
}
.alignright {
	display: inline;
	float: right;
 margin - left: 1.5e m;
}
.aligncenter {
	clear: both;
	display: block;
 margin - left: auto;
 margin - right: auto;
}
/*--------------------------------------------------------------
        # 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.5e m;
}
/* Make sure select elements fit in widgets. */

.widget select {
 max - width: 100 %;
}
/*--------------------------------------------------------------
        # Content
        --------------------------------------------------------------*/
/*--------------------------------------------------------------
        ## Posts and pages
        --------------------------------------------------------------*/

.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5e m;
}
.byline, .updated: not(.published) {
	display: none;
}
.single.byline, .group - blog.byline {
 display: inline;
}
.page - content, .entry - content, .entry - summary {
 margin: 1.5e m 0 0;
}
.page - links {
 clear: both;
 margin: 0 0 1.5e m;
}
/*--------------------------------------------------------------
        ## Asides
        --------------------------------------------------------------*/

.blog.format - aside.entry - title, .archive.format - aside.entry - title {
 display: none;
}
/*--------------------------------------------------------------
        ## Comments
        --------------------------------------------------------------*/

.comment - content a {
 word - wrap: break -word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
        # Infinite scroll
        --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite - scroll.posts - navigation, /* Older / Newer Posts Navigation (always hidden) */

.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 {
 margin - bottom: 1.5e m;
 max - width: 100 %;
}
.wp - caption img[class * "wp-image-"] {
 display: block;
 margin - left: auto;
 margin - right: auto;
}
.wp - caption.wp - caption - text {
 margin: 0.8075e m 0;
}
.wp - caption - text {
 text - align: center;
}
/*--------------------------------------------------------------
        ## Galleries
        --------------------------------------------------------------*/

.gallery {
 margin - bottom: 1.5e m;
}
.gallery - item {
 display: inline - block;
 text - align: center;
 vertical - align: top;
 width: 100 %;
}
.gallery - columns - 2.gallery - item {
 max - width: 50 %;
}
.gallery - columns - 3.gallery - item {
 max - width: 33.33 %;
}
.gallery - columns - 4.gallery - item {
 max - width: 25 %;
}
.gallery - columns - 5.gallery - item {
 max - width: 20 %;
}
.gallery - columns - 6.gallery - item {
 max - width: 16.66 %;
}
.gallery - columns - 7.gallery - item {
 max - width: 14.28 %;
}
.gallery - columns - 8.gallery - item {
 max - width: 12.5 %;
}
.gallery - columns - 9.gallery - item {
 max - width: 11.11 %;
}
.gallery - caption {
 display: block;
}