body{
    background:#fff;
}
#sidebar a, 
#sidebar a:hover, 
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 320px;
    position: fixed;
    top: 0;
    left: -320px;
    height: 100vh;
    z-index: 999;
    background: #8b141f;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#sidebar i
{
    font-style:normal !important;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #de0202;
    position: absolute;
    top: 30px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #de0202;
    color: #7386D5;
}

.overlay {
    position: fixed;
    left:0;
    top:0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 10px 20px;
    background: #de0202;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li
{
    width: 320px;
    padding: 0px;
    display:block;
    border-bottom: 1px solid #f1f1f1;
}
#sidebar ul li a
{
	display:block;
    padding: 10px 20px;
    font-size: 12pt;
}
#sidebar ul li a.link
{
	display:inline-block !important;
    width: 305px !important;
    padding: 10px 0px 10px 10px !important;
    font-size: 12pt;
}
#sidebar ul li a.linkcaret
{
	display:inline-block;
    padding: 0px !important;
    width: 35px !important;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    top: 10px;
    right: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#sidebar ul li a.linkcaret:hover
{
    background: #7386D5;
    color:#f1f1f1;
}
#sidebar ul li a.linkcaret caret:hover
{
    color: #f7f7f7;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#sidebar .copyright
{
    margin:15px 15px;
    color:#e9eaeb;
    font-size:10pt;
    line-height:17pt;
    text-align:left;
}
/*
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul ul ul a {
    font-size: 0.9em !important;
    padding-left: 55px !important;
    background: #6d7fcc;
}
ul ul ul a:before {
    content: '\f105 ';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0px;
}
*/
#sidebar ul li ul li ul
{
    margin:0px !important;
    padding:0px !important;
}
ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
.copyright .btn
{
    margin:0px 5px;
}
.copyright .btn i
{
    font-style:normal !important;
}
.pr-1, .px-1 {
    padding-right: .35rem!important;
}
.btn-fb {
    background-color: #3b5998!important;
    color: #fff!important;
}
.btn-yt {
    background-color: #ed302f!important;
    color: #fff!important;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/*=================== Start phone ring ===============*/
.mobile-only {display: none;}
@media (max-width: 767px) {
	.mobile-only {display: block;}
	.pc-only {display: none;}
}
.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 160px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
}
.suntory-alo-phone.suntory-alo-phone-0 {left: 0; bottom: 0;}
.suntory-alo-phone.suntory-alo-phone-1 {right: 0px; bottom: 0px;}
.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 160px;
  width: 160px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.1;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 30px;
  top: 30px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50px;
  top: 50px;
  opacity: 1;
  transform-origin: 50% 50% 0;
  z-index: 1;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover { opacity: 1;}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
  /*border-color: #608727;*/
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #bfebfc;
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill { 
  background-color: rgba(0, 175, 242, 0.9);
}
/*.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill { background-color: #608727;}*/
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill { background-color: rgba(0, 175, 242, 0.9);}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle { background-color: #00aff2;}
/*.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle { background-color: #608727;}*/
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle { background-color: #00aff2;}
@keyframes suntory-alo-circle-anim {
  0% {
      opacity: 0.1;
      transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
      opacity: 0.5;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
      opacity: 0.6;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-img-anim {
  0% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-fill-anim {
  0% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
      opacity: 0.2;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 40px;
  line-height: 58px;
  padding-left: 14px;
  color: #fff;
}
.phone-pc {
  background: #00aff2;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  top: 65px;
  left: 68px;
  position: relative;
  width: 200px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
/*.suntory-alo-phone:hover .phone-pc { background: #608727;}*/
.show-phone {
  visibility: visible;
  opacity: 1;
  width: 200px;
}
/*=================== End phone ring ===============*/
.pps-btn-img
{
	text-indent:-1000px;
}
.phonering-alo-phone 
{
	position:fixed;visibility:hidden;background-color:transparent;width:200px;height:200px;
	cursor:pointer;z-index:200000!important;right:150px;bottom:-50px;left:-50px;display:block;
	-webkit-backface-visibility:hidden;
	-webkit-transform:translateZ(0);
	transition:visibility .5s;
}
.phonering-alo-phone.phonering-alo-show {visibility:visible}
.phonering-alo-phone.phonering-alo-static {opacity:.6}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {opacity:1}
.phonering-alo-ph-circle 
{
	width:160px;height:160px;top:20px;left:20px;position:absolute;
	background-color:transparent;border-radius:100%;border:2px solid rgba(30,30,30,0.4);
	opacity:.1;
	-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition:all .5s;
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
	-webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
	animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
	-webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
	animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
	border-color:#00aff2;
	opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
	border-color:#272d6b;
	opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
	border-color:#00aff2;
	opacity:.5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
	border-color:#ccc;
	opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
	border-color:#75eb50;
	opacity:.5
}
.phonering-alo-ph-circle-fill 
{
	width:100px;height:100px;top:50px;left:50px;position:absolute;background-color:#000;
	border-radius:100%;border:2px solid transparent;
	-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition:all .5s;
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
	-webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
	animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
	-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
	animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
	opacity:0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
	background-color:rgba(39,45,107,0.5);
	opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
	background-color:rgba(39,45,107,0.5);
	opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
	background-color:rgba(0,175,242,0.5);
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
	background-color:rgba(204,204,204,0.5);
	opacity:.75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
	background-color:rgba(117,235,80,0.5);
	opacity:.75!important
}
.phonering-alo-ph-img-circle {
	width:60px;
	height:60px;
	top:70px;
	left:70px;
	position:absolute;
	background:rgba(30,30,30,0.1) url(/images/phone-ring.png) no-repeat center center;
	border-radius:100%;
	border:2px solid transparent;
	-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%;
	z-index:999;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
	-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
	animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
	-webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
	animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
	background-color:#00aff2;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
	background-color:#272d6b;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
	background-color:#00aff2;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
	background-color:#ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
	background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform:rotate(0) scale(.5) skew(1deg);
		-webkit-opacity:.1
	}

	30% {
		-webkit-transform:rotate(0) scale(.7) skew(1deg);
		-webkit-opacity:.5
	}

	100% {
		-webkit-transform:rotate(0) scale(1) skew(1deg);
		-webkit-opacity:.1
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2
	}

	50% {
		-webkit-transform:rotate(0) scale(1) skew(1deg);
		opacity:.2
	}

	100% {
		-webkit-transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform:rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform:rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform:rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform:rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform:rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform:rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform:rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform:rotate(0) scale(.5) skew(1deg);
		transform:rotate(0) scale(.5) skew(1deg);
		opacity:.1
	}

	30% {
		-webkit-transform:rotate(0) scale(.7) skew(1deg);
		transform:rotate(0) scale(.7) skew(1deg);
		opacity:.5
	}

	100% {
		-webkit-transform:rotate(0) scale(1) skew(1deg);
		transform:rotate(0) scale(1) skew(1deg);
		opacity:.1
	}
}

@keyframes phonering-alo-circle-anim {
0% {
-webkit-transform:rotate(0) scale(.5) skew(1deg);
transform:rotate(0) scale(.5) skew(1deg);
opacity:.1
}

30% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.5
}

100% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg);
opacity:.1
}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg);
opacity:.2
}

100% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}
}

@keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg);
opacity:.2
}

100% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}

10% {
-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
transform:rotate(-25deg) scale(1) skew(1deg)
}

20% {
-webkit-transform:rotate(25deg) scale(1) skew(1deg);
transform:rotate(25deg) scale(1) skew(1deg)
}

30% {
-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
transform:rotate(-25deg) scale(1) skew(1deg)
}

40% {
-webkit-transform:rotate(25deg) scale(1) skew(1deg);
transform:rotate(25deg) scale(1) skew(1deg)
}

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}

100% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}
}

@keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}

10% {
-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
transform:rotate(-25deg) scale(1) skew(1deg)
}

20% {
-webkit-transform:rotate(25deg) scale(1) skew(1deg);
transform:rotate(25deg) scale(1) skew(1deg)
}

30% {
-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
transform:rotate(-25deg) scale(1) skew(1deg)
}

40% {
-webkit-transform:rotate(25deg) scale(1) skew(1deg);
transform:rotate(25deg) scale(1) skew(1deg)
}

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}

100% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}
}
.card 
{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding:25px;
    margin:10px;
    
}
.card-body {
    padding: 1.25rem;
}
.container-fluid
{
    padding-right:0px !important;
    padding-left:0px !important;
}
.bg-menu
{
	color:#fff;
	background:#f7f7f7;
	margin:0px 0px 25px;
}
ul.nav-tabs li 
{
	border-right:solid 2px #fff;
}
ul.nav-tabs li:last-child {
	border-right:solid 0px #fff;
}
ul.nav-tabs li a
{
	color:#444;
	font-size:13pt;
}
ul.nav-tabs ul{position:absolute;left:-9999px;top:46px;list-style:none; background:#f7f7f7;border-radius: 0px 0px 5px 5px;box-shadow: 0px 0px 8px rgba(0,0,0, .10);filter: drop-shadow(0px 0px 8px rgba(0,0,0, .10));}
ul.nav-tabs li:hover ul
{
    left:auto;
}
ul.nav-tabs ul li
{
    text-align:left;
    height: 64px;
}
ul.nav-tabs ul li a
{
    height: 60px;
    font-size: 13pt !important;
    text-decoration: none;
    color: #5f5f5f;
    background: #fff;
    padding: 12px 40px 12px 15px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    width: auto;
    white-space: nowrap;
}

ul.nav-tabs ul li a:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
}
.bg-header
{
	color:#fff;
	background:#de0202;
	padding:15px;
}
.bg-header a
{
	text-decoration:none;
	color:#fff;
}
.bg-footer
{
	color:#fff;
	background:#de0202;
	padding:15px;
}
.bg-footer a
{
	text-decoration:none;
	color:#fff;
}
div.ssoc span {
    height: 22px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 22px;
    line-height: 1 !important;
}
span.fa-facebook-square
{
	height:20px;
    color:#3b5998 !important;
}
span.fa-twitter-square
{
	height:20px;
    color:#00aced !important;
}
span.fa-google-plus-square
{
	height:20px;
    color:#dd4b39 !important;
}
blockquote {
  background: #f9f9f9;
  border-left: 5px solid #000;
  margin: 1.5em 0px;
  padding: 1.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: block;
}
img:hover {
    -webkit-filter: grayscale(10%); /* Safari 6.0 - 9.0 */
    filter: grayscale(10%);
}
* {box-sizing: border-box;}
.img-comp-container {
  position: relative;
  height: 200px; /*should be the same height as the images*/
}
.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}
.img-comp-img img {
  display:block;
  vertical-align:middle;
}
.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}
div.wrapper{
    margin0px auto;
    padding: 30px;
    background: #fff;
}
div.action_checkout {
    display:block;
    margin: 10px;
    text-align:center;
}
a.btn-checkout {
    width: 198px;
    color: #fff;
    font-size: 19px;
    text-align: center;
    background: #e53935;
    text-decoration: none;
}
a.btn-checkout:vistit,
a.btn-checkout:hover {
    color: #fff;
    background: #e53935;
}
.before-hotline{font-size:13pt;}
.mobile-hotline{display:none}
.hotline1{position:fixed;left:80px;top:20px;z-index:9000;display:block;background:#4caf50;color:#fff;padding-top:5px;padding-bottom:5px;padding-left:12px;padding-right:12px;border-radius:99px}
.hotline1 .hotline-number{font-size:20px;color:#fff;font-weight:700}
.responsive-menu-toggle
{
	display:none;
    width: 55px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 40px;
    margin-right:15px;
    cursor: pointer;                
}
.responsive-menu-toggle .fa-bars {
    font-size: 20pt;
    color: #fff;
}
@media (max-width:1024px)
{
	ul.nav-tabs li a
	{
		font-size:11pt !important;
	}
	.nav>li>a
	{
		padding:10px 5px !important;
	}
	.nav-tabs.nav-justified>li>a {
		border-bottom: 0px solid #ddd !important;
	}
	.bg-menu
	{
		display:none !important;
	}
	.responsive-menu-toggle{display:block !important;}
	
	.bg-header h2
	{
		font-size:19pt !important;
	}
	h1
	{
		font-size:19pt !important;
	}
}
@media (max-width:767px)
{
	.hotline1{position:fixed;left:3px;top:3px;}
	.mobile-hotline .mobile-hotline-left{width:96%;float:left;text-align:center;background:#00a502;margin-left:2%;margin-right:2%;margin-top:7px;height:45px;border-radius:4px}
	.mobile-hotline .mobile-hotline-left a{color:white;line-height:46px;font-size:16px;font-weight:700}
	.mobile-hotline .mobile-hotline-right{width:45%;float:right;text-align:center;background:#fac100;margin-left:5px;margin-right:10px;margin-top:7px;height:45px;border-radius:4px}
	.mobile-hotline .mobile-hotline-right a{color:red;line-height:46px;font-size:16px;font-weight:700}
	.bg-header h2
	{
		font-size:17pt !important;
	}
}
@media screen and (max-width:414px)
{
	div.wrapper
	{
		padding:0px !important;
	}
	.card-body
	{
		padding:0px !important;
	}
	.btn-group-sm>.btn, .btn-sm
	{
		margin:5px;
	}
	div.action_checkout {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 66px;
		margin: 0 auto;
		padding: 12px 0;
		text-align: center;
		background:#ddd;
	}
	.bg-header h2
	{
		font-size:15pt !important;
	}
	a.btn-checkout-top
	{
		display:none;
	}
	ul.nav-tabs li 
	{
		border-right:solid 0px #fff !important;
		border-bottom:solid 1px #fff !important;
	}
	ul.nav-tabs li a
	{
		text-align:left !important;
	}
	ul.nav-tabs li a:before
	{
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content:"\f061";
	}
	ul.nav-tabs li:last-child {
		border-right:solid 0px #fff !important;
	}
}
.fchar{color:#333;float:left;font-family:Georgia;font-size:35px;line-height:35px;padding-top:0;padding-right:8px;padding-left:0;font-weight:bold;}
.viewbox-container{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.9);
	z-index: 10001;
}
.viewbox-body{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	overflow: auto;
}
.viewbox-header{
	margin: 10px;
	text-align:center;
}
.viewbox-content{
	margin: 10px;
	width: 300px;
	height: 300px;
}
.viewbox-footer{
	margin: 10px;
}
.viewbox-content .viewbox-image{
	width: 100%;
	height: 100%;
}

/* buttons */
.viewbox-button-default{
	cursor: pointer;
    height: 64px;
    width: 64px;
}
.viewbox-button-default > svg{
	width: 100%;
	height: 100%;
	background: inherit;
	fill: inherit;
	pointer-events: none;
	transform: translateX(0px);
}
.viewbox-button-default{
	fill: #999;
}
.viewbox-button-default:hover{
    fill: #fff;
}

.viewbox-button-close{
	position:absolute;
	top:10px;
	right: 10px;
	z-index:9;
}
.viewbox-button-next,
.viewbox-button-prev{
	position:absolute;
	top: 50%;
	height: 128px;
    width: 128px;
	margin: -64px 0 0;
	z-index:9;
}
.viewbox-button-next{
	right: 10px;
}
.viewbox-button-prev{
	left: 10px;
}

/* loader */
.viewbox-container .loader{
	widows: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-25px 0 0 -25px;
}
.viewbox-container .loader *{
	margin: 0;
	padding: 0;
}
.viewbox-container .loader .spinner{
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 auto;
}
.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #999;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.viewbox-container .loader .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce{
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce{
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
