@charset "utf-8";
/* ------ reset.css * Resets default browser CSS.---------- */
html {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body{
width:100%;
overflow-x: hidden;
transition: all 200ms linear;
}
body {
  font-family: 'FCMinimalRegular';
  line-height: 18px;
  color: #000;
  font-size: 25px;
  position: relative;
  background-color:  rgba(249, 250, 251, 1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}
table,
th,
td {
  vertical-align: middle;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: none;
}
:focus {
  outline: 0;
}
ul li {
  list-style: none;
}
/* end reset */
a,
button {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  outline-offset: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'FCMinimalSemiBold';
}
strong,
.textbold {
  font-weight: normal;
  font-family: 'FCMinimalSemiBold';
}
.textnormal{
  font-family: 'FCMinimalRegular' !important;
}
h1{ font-size: 50px; line-height: 60px;}
h2{ font-size: 40px; line-height: 56px;}
h3{ font-size: 24px; line-height: 33px;}
h4{ font-size: 18px; line-height: 28px;}
h5{ font-size: 16px; line-height: 22px;}
p{
  font-size: 18px; line-height: 28px;
}
hr{
  border-color: #F2F2F2;
  margin-top: 25px;
  margin-bottom: 25px;
}
img {
  -moz-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.clearboth {
  clear: both;
}
.mg-0{
  margin: 0 !important;
}
.mg-bt-0{
  margin-bottom: 0 !important;
}
.pd-0 {
  padding: 0;
}
.pd-r-0 {
  padding-right: 0;
}
.pd-l-0 {
  padding-left: 0;
}
.pd-t-0{
  padding-top: 0 !important;
}
.pd-r-15 {
  padding-right: 15px;
}
.pd-bt-40{
  padding-bottom: 40px;
}
.pd-70-0{
  padding: 70px 0;
}
.pd-40-0{
  padding: 40px 0;
}
.pd-15-0{
  padding: 15px 0;
}
.pd-30-15{
  padding: 30px 15px;
}
.pd-15{
  padding: 15px;
}
.pd-bt-30{
  padding-bottom: 30px;
}
.mg-t-30{
  margin-top: 30px;
}
.mg-bt-15{
  margin-bottom: 15px;
}
.mg-bt-25{
  margin-bottom: 25px;
}
.mg-bt-30{
  margin-bottom: 30px;
}
.mg-bt-40{
  margin-bottom: 40px;
}
.mg-bt-50{
  margin-bottom: 50px;
}
.mg-bt-20{
  margin-bottom: 20px;
}
.mg-bt-8{
  margin-bottom: 8px;
}
.mg-bt-10{
  margin-bottom: 10px;
}
.mg-t-15{
  margin-top: 15px;
}
.pd-70-0{
  padding: 70px 0;
}
.border-pink{
  border: 1px solid #FC0290;
}
.pink{
  color: #FC0290;
}
.blue{
  color: #008FCE;
}
.white{
  color: white;
}
.black{
  color: #000;
}
.gray{
  color: #C4C4C4;
}
.bg-graylight{
  background-color: #F6F6F6;
}
.bg-pink{
  background-color: #FC0290;
}
.bg-blue{
  background-color: #008FCE;
}
.bg-blueblack{
  background-color: #32495E;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.font12{
  font-size: 12px;
  line-height: 18px;
}
.font14{
  font-size: 14px;
  line-height: 20px;
}
.box-shadow{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
}
.flex-center{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.box-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #32495E ;
}
.box-thumbnail {
  position: relative;
  padding-top: 90%;
  overflow: hidden;
}
.box-thumbnail.ratio43{
  padding-top: 75%;
}
.box-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-thumbnail a:hover img{
  -moz-transition: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.border-radius12{
  border-radius: 12px;
}
.border-radius16{
  border-radius: 16px;
}
.border-radius24{
  border-radius: 24px;
}
.border-radius40{
  border-radius: 40px;
}
.box-hidden{
  overflow: hidden;
}
.btn{
  font-size: 13px;
  line-height: 18px;
  font-family: 'FCMinimalSemiBold';
}
.form-control {
  display: block;
  width: 100%;
  padding: 16px 13px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  background-color: #fff;
  background-image: none;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #CACACA;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control.is-value,
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #000 !important;
  outline: 0;
  box-shadow: 0 4px 10px 0 4px 10px rgb(0 0 0 / 0.02) !important;
}
select.form-control{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/icon/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
}
.box-input .dropdown .btn{
  background-image: url(../images/icon/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  background-color: transparent;
  display: block;
  width: 100%;
  padding:10px 15px;
  height: 48px;
  text-align: left;
  font-family: 'FCMinimalRegular';
}
.form-control::-webkit-input-placeholder {
  color: #CACACA;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #CACACA;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #CACACA;
}
.form-control:-ms-input-placeholder {
  color: #CACACA;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: none;
  outline-offset: none;
  box-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* #Navigation
================================================== */
.start-header {
	opacity: 1;
	padding: 40px 25px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
  background: transparent;
}
.start-header.scroll-on {
	padding: 20px 25px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
  background: rgba(255, 255, 255, 1);
}
.start-header.scroll-on .navbar-brand img{
	height: 40px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 56px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
#topmenu .nav-link{
	color: #101010 !important;
  transition: all 200ms linear;
}
#topmenu .nav-item:hover .nav-link{
	color: #101010 !important;
}
#topmenu .nav-item.active .nav-link{
	color: #101010 !important;
  font-family: 'FCMinimalSemiBold';
}
#topmenu .nav-link {
	position: relative;
	display: inline-block;
}
#topmenu .nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color:#FC0290;;
	opacity: 0;
  transition: all 200ms linear;
}
#topmenu .nav-item.active::after,
#topmenu .nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
#topmenu .nav-item.active:hover:after{
	opacity: 0;
}
#topmenu .nav-item{
	position: relative;
  transition: all 200ms linear;
}
#topmenu .nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
#topmenu .nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 0;
	margin: 0;
	font-size: 13px;
  line-height: 20px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 0;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
	display: none;
}
.dropdown-item {
	padding: 5px 15px;
	color: #212121;
	border-radius: 0;
  transition: all 200ms linear;
}
.dropdown-item:hover{
  padding-left: 20px;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #008FCE;
}
.pink-lg{
  background: linear-gradient(75.26deg, #FC0290 0%, rgba(252, 2, 144, 0) 138.57%);
}
/* css topmenu */
#topmenu .navbar-text {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
}
#topmenu .navbar-text .btn{
  min-width: 80px;
  padding: 10px 5px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  transition: all 200ms linear;
  background-position: right 52%;
  background-repeat: no-repeat;
  background-image: url(../images/icon/arrow-down-black.svg);
  padding-right: 25px;
  font-family: 'FCMinimalRegular';
  color: #FC0290 ;
}
.box-lange .dropdown{
  border-radius: 24px;
  transition: all 200ms linear;
}
.box-lange .dropdown-menu{
  min-width: inherit;
  padding: 0 !important;
  width: 100%;
}
.box-lange .dropdown-menu a{
  width: 100%;
  width: 100%;
  padding: 10px 10px;
  text-align: center;
}
.box-lange .dropdown:hover,
.box-lange .dropdown-menu a:hover{
  color: #fff;
}
.box-lange{
  margin-right: 15px;
}
.top-social{
  position: relative;
  top: 5px;
}
.top-social a{
  display: inline-block;
  line-height: 0;
}
.top-social a img{
  height: 32px;
}
#topmenu .navbar-brand{
  margin-right: 80px;
  padding: 0;
}
#topmenu nav .navbar-collapse ul.navbar-nav{
  justify-content: space-between;
  width: 75%;
}
#topmenu .nav-link{
 font-size: 16px;
 line-height: 22px;
 padding: 16px 0;
}
#topmenu .nav-link.dropdown-toggle{
  background-position: right 52%;
  background-repeat: no-repeat;
  background-image: url(../images/icon/arrow-down-black.svg); 
  padding-right: 25px;
}
.box-cart-in{
  cursor: pointer;
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
.box-cart-in::after{
  height: 56px;
  width: 1px;
  background-color: #CACACA;
  position: absolute;
  left: 0;
  top: -12px;
  content: '';
}
.box-cart-in img{
  height: 33px;
}
.box-lang-mobile{ display: none;}
.lang-mobile{
  text-align: right;
  font-size: 15px;
}
.lang-mobile a{
  margin-left: 20px;
  color: #000;
}
.lang-mobile a.active,
.lang-mobile a:hover{
  color: #FC0290;
}
/* css footer */
.footer-logo a{
  line-height: 0;
  display: inline-block;
}
.footer-logo img{
  height: 56px;
}
.footer-logo{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.box-input-follow{
  height: 50px;
  overflow: hidden;
  position: relative;
}
.box-input-follow .form-control{
  background-color: transparent;
  border-width:0 0 1px 0;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 15px 50px 15px 0;
  height: 50px;
}
.box-input-follow .btn{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 8px 8px 0 0;
  padding: 14px;
}
.box-input-follow .btn:hover{
  background-color: #008FCE;
}
.box-followme{
  max-width: 289px;
}
.box-input-follow{
  margin-top: 50px;
  margin-bottom: 20px;
}
.footer-content{
  padding: 40px 0 60px 0;
}
.footer-logo{
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.footer-menu h4{
  margin-bottom: 20px;
  color: #fff;
}
.footer-menu ul li a{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
.footer-menu ul li a:hover{
  color:#000;
}
.contact-social{
  text-align: center;
  margin-top: 60px;
}
.contact-social a{
  line-height: 0;
  display: inline-block;
}
.box-cart-in a{
  display: inline-block;
  line-height: 0;
}
.bg-gray{
  background: rgb(218,224,228);
  background: -moz-radial-gradient(circle, rgba(218,224,228,1) 0%, rgba(177,177,180,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(218,224,228,1) 0%, rgba(177,177,180,1) 100%);
  background: radial-gradient(circle, rgba(218,224,228,1) 0%, rgba(177,177,180,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dae0e4",endColorstr="#b1b1b4",GradientType=1);
}