@charset "utf-8";
html, body {
    margin: 0;
    font-size: 100%;
    font-family: 'Poppins', sans-serif;
    background: #fff;
}
html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
}
::-webkit-scrollbar {
/*滚动条整体样式*/
width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
}
::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 10px;
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.1);
background   : rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
background   : none;
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
}

body img {
    width: 100%;
    max-width: 100%;
}

ul {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

input[type="button"], input[type="submit"], input[type="text"], input[type="email"], input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

p {
    margin: 0;
    font-size: 0.9em;
    color: #8c9398;
    line-height: 2em;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}

/*--/header --*/

/*--/navbar--*/

.navbar {
    padding: 0.8em .5em;
}

a.navbar-brand {
    font-size: 1em;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    color: #3d3e48;
}

.navbar-light .navbar-brand {
    color: #3d3e48;
}

.logo i {
    color: #0292d9;
    text-shadow: none;
}

li.nav-item {
    margin: 0 1px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0.6em 1.4em;
    color: #757474;
    background: transparent;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    background: transparent;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.dropdown-item {
    padding: 0.5em 1.5rem;
    font-size: 0.9em;
    margin: 0;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/*---*/

nav ul {
    list-style: none;
    text-align: center;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    color: #aaa;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 10px;
}

nav ul li a, nav ul li a:after, nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: #555;
}

/* SHIFT */

nav.shift ul li a {
    position: relative;
    z-index: 1;
}

nav.shift ul li a:hover {
    color: #ffffff;
}

nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #0292d9;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

/* Keyframes */

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */

@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

/*---*/

.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border: 0px;
}

li.nav-item.active {
    background: #0292d9;
}

.navbar-light li.nav-item.active a.nav-link {
    color: #fff;
    border: 0;
}

/*--/search--*/

form.header-search {
    width: 25%;
}

.header-search form {
    background: #e7e9ea;
    padding: 0.3em;
    border-radius: 50px;
}

.header-search input[type="search"] {
    outline: none;
    border: none;
    padding: 11px 14px;
    color: #fff;
    font-size: 14px;
    background: rgba(113, 114, 130, 0.2);
    float: left;
    letter-spacing: 1px;
    width: 82%;
    border-radius: 0;
}

.header-search button.btn1 {
    color: #fff;
    border: none;
    padding: 9px 9px 10px 9px;
    text-align: center;
    text-decoration: none;
    background: #0292d9;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    cursor: pointer;
    width: 15%;
    border-radius: 0;
}

/*--//search--*/

/*-- /search --*/

.search i {
    color: #fff;
    margin: 0.8em 1em;
}

/*-- //header --*/

/*-- /w3layouts-banner-info --*/

/*--*/

/*-- //top-nav --*/

.cd-radial-slider-content h3, .cd-radial-slider-content h3 {
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
    text-shadow: 2px 2px 2px rgb(12, 12, 12);
}

.cd-radial-slider-content h3 span, .cd-radial-slider-content h4 span {
    display: block;
    color: #0099e5;
    font-weight: 100;
}

a.read {
    font-size: 15px;
    color: #fff !important;
    padding: .7em 1.5em;
    margin-top: 1em;
    display: inline-block;
    letter-spacing: 3px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

a.read:hover {
    background: #ec1c24;
    border: 2px solid #ec1c24;
}

/*-- //w3layouts-banner-info --*/

/*-- /slider --*/

/*-- w3layouts-banner-info-top --*/

.banner-top0 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 520px;
}

.banner-top1 {
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 750px;
}

.banner-top2 {
    background: url(../images/banner3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 750px;
}

.banner-top3 {
    background: url(../images/banner4.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 750px;
}

.w3layouts-banner-info {
    padding-top: 8em;
}

.w3layouts-banner-info h3 span {
    font-weight: 600;
    color: #eee;
    text-decoration: underline;
}

.w3layouts-banner-info a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 1em 0.3em 0em;
    background: transparent;
    display: inline-block;
    border: 2px solid #fff;
}

.w3layouts-banner-info a:hover {
    color: #0292d9;
}

.w3layouts-banner-info h3 {
    font-size: 2.8em;
    color: #fff;
    font-weight: 100;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px rgba(45, 45, 45, 0.53);
}

.w3layouts-banner-info p {
    font-size: 1em;
    color: #fff;
    margin: 1.5em 0;
    letter-spacing: 6px;
}

.w3layouts-banner-info i {
    vertical-align: middle;
}

.covering {
    background: rgba(37, 37, 37, 0.4);
    min-height: 520px;
}

/*-- //w3layouts-banner-info-top --*/

/*--social_media_icons_style--*/

.social_media {
    text-align: center;
    position: absolute;
    left: 4%;
    top: 39%;
    z-index: 99;
}

.social_media ul li {
    list-style: none;
    margin-bottom: 1em;
}

.social_media ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 34px;
    background: transparent;
    border: 2px solid #fff;
}

.social_media ul li a:hover {
    color: #0292d9;
}

p.ab {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;
    transform: rotate(-90deg);
    left: -0.4%;
    bottom: 20%;
    position: absolute;
    z-index: 99;
}

/*--//social_media_icons_style--*/

.thim-click-to-bottom {
    position: absolute;
    bottom: 27%;
    left: 49%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    z-index: 9;
}

.thim-click-to-bottom i {
    color: #0292d9;
}

.rotate a {
    border: 2px solid #fff;
    font-size: 20px;
    padding: 10px;
    line-height: 65px;
    border-radius: 30px;
    text-align: center;
}

/*-- hover-effect --*/

/*--slider--*/

#slider2, #slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

/***
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 76%;
	left: 40px;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url(../images/left.png) no-repeat 0px 0px;
}

.callbacks_nav.next {
	left: auto;
	background: url(../images/right.png) no-repeat 0px 0px;
	right: 47%;
}

.callbacks_nav.prev {
	left: auto;
	background: url(../images/left.png) no-repeat 0px 0px;
	left: 47%;
}
/**/

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: none;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}
.index-cpbox{
    border-right: 1px solid #EEEEEE;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 5%;
    left: 47%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 9;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0px 4px;
}

/*----*/

.callbacks_tabs a {
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
}

.callbacks_here a {
    background: #0292d9;
    border: 2px solid #0292d9;
}

.slider {
    position: relative;
}

/*-- //slider --*/

/* Global Button Styles */

a.animated-button:link, a.animated-button:visited {
    position: relative;
    padding: 12px 30px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    z-index: 9;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

a.animated-button:link:hover, a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}

a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}

/* Victoria Buttons */

a.animated-button.victoria-two {
    border: 2px solid #EB2941;
}

a.animated-button.victoria-two:after {
    background: #EB2941;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

/*--//w3layouts-banner-info --*/

/*--/w3layouts-banner-info-bottom --*/

h3.tittle {
    /* text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.26); */
    font-size: 3em;
    color: #3d3e48;
    font-weight: 700;
}

h3.tittle span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.3em;
    color: #ec1c24;
    letter-spacing: 4px;
}

p.para {
    font-size: 1.2em;
    color: #7b7878;
    /* font-weight: 600; */
}

/*--/ab-text-con --*/

.ab-text-con .card {
    border: none;
}

.ab-text-con .card-body {
    padding: 1em;
}

.card-title {
    font-size: 1.4em;
    color: #454646;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32); */
    font-weight: 600;
}

.ab-text-con i {
    font-size: 2.5em;
    color: #0292d9;
    margin-bottom: 0.4em;
}

.ab-grid:hover i {
    color: #ec1c24;
}

/*--//ab-text-con --*/

/*--//w3layouts-banner-info-bottom --*/

/*--/time-line --*/

.page-section {
    background: #0292d9;
}

.featured {
    background: #f7f7f7;
}

/*--//time-line --*/

/*--/team--*/

.member-main-w3layouts .card {
    border: none;
}

.member-main-w3layouts .card-body {
    padding: 0 1em;
}

.team-social ul.social-icons li {
    display: inline-block;
}

.team-social ul.social-icons li a {
    display: block;
    color: #afadad;
    text-decoration: none;
    font-size: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 34px;
    background: transparent;
    border: 2px solid #afadad;
}

.team-social ul.social-icons li a:hover {
    color: #0292d9;
    border: 2px solid #0292d9;
}

.member-main-w3layouts h4 {
    font-size: 1.4em;
    color: #454646;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    font-weight: 600;
    margin-top: 1em;
}

/*--//team--*/

/*-- effect --*/

.galsses-grid-left {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */

.galsses-grid-left figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
}

.galsses-grid-left figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.galsses-grid-left figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.galsses-grid-left figure figcaption::before, .galsses-grid-left figure figcaption::after {
    pointer-events: none;
}

.galsses-grid-left figure figcaption, .galsses-grid-left figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***** Lexi *****/

/*---------------*/

figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
    background: linear-gradient(-45deg, #000 0%, #fff 100%);
}

figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-lexi figcaption::before, figure.effect-lexi p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 285px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lexi h3 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
    font-size: 25px;
    color: #fff;
}

figure.effect-lexi h3 span {
    color: #ec1c24;
}

figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1em 3em 0em;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
    font-size: .8em;
    line-height: 1.8em;
}

figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-lexi:hover h3, figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*-- //effect --*/

.galsses-grid-right h5 {
    font-size: 1em;
    color: #888;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    font-weight: 600;
}

.galsses-grid-right p {
    line-height: 2.2em;
}

.galsses-grid-left p {
    color: #0292d9;
}

h4.post {
    font-size: 1.3em;
    color: #454646;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    font-weight: 600;
}

span.post-color {
    font-size: 3em;
    color: #0292d9;
}

/*-- Pricing --*/

.price-main-info .card-header {
    font-size: 2.7em;
    color: #1c1c1d;
    font-weight: 700;
    background: none;
    padding: 0.8em 0;
}

.price-main-info .card-header span {
    font-weight: 300;
    vertical-align: top !important;
    color: #999;
    font-size: 0.6em;
}

.price-main-info .card-body {
    background: #fff;
    padding: 2em;
}

.pricing-card-title span {
    font-size: .5em;
    display: inline-block;
    color: #000;
}

.price-main-info.card:hover {
    border: 1px solid #0292d9;
}

.price-main-info p {
    margin: 2em 0;
    line-height: 2.2em;
}

.price-main-info h5.card-title {
    font-size: 2em;
    color: #1c1c1d;
    font-weight: 700;
}

.price-main-info .card-header label {
    font-size: 0.4em;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    color: #0292d9;
}

.card-deck .card {
    padding: 0px;
}

.price-main-info.card {
    border-radius: 0;
    padding: 0em 2em;
}

a.btn.read-more {
    text-decoration: none;
    padding: 10px 25px;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 1em 0.3em 0em;
    background: transparent;
    display: inline-block;
    border: 2px solid #212529;
    border-radius: 0px;
    color: #212020;
}

.price-main-info.card:hover a.btn.read-more {
    background: #0292d9;
    border: 2px solid #0292d9;
}

/*--// Pricing --*/

/*--/newsletter--*/

.newsright input[type="email"] {
    outline: none;
    width: 100%;
    padding: 15px 20px;
    color: #848484;
    font-size: 14px;
    border: 1px solid #b5bbbd;
    width: 74%;
    letter-spacing: 3px;
    background: none;
}

.newsright input[type="email"] {
    outline: none;
    width: 100%;
    padding: 15px 20px;
    color: #848484;
    font-size: 14px;
    border: 1px solid #e1e2e2;
    width: 70%;
    letter-spacing: 3px;
    background: none;
    border-radius: 0px;
}

.newsright input[type="submit"] {
    border: none;
    padding: 16px 20px 16px;
    font-size: 15px;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: #0292d9;
    color: #fff;
    width: 30%;
    cursor: pointer;
    border-radius: 0px;
}

.newsright input[type="submit"]:hover {
    background: #ec1c24;
}

.newsright {
    margin: 0 auto;
    width: 50%;
}

.galsses-grid-right {
    padding: 0 5em 0 2em;
}

/*--//newsletter--*/

.testimonials_grid h3 {
    margin: 1em 0 0.5em 0;
    color: #fff;
    font-size: 1.4em;
}

.testimonials_grid label {
    font-size: 1em;
    letter-spacing: 1px;
    color: #ec1c24;
}

.testimonials_grid h3 span {
    font-weight: 100;
    font-size: 0.8em;
    color: #ddd;
}

.testimonials_grid p {
    width: 70%;
    margin: 1em auto 0;
    line-height: 2em;
    letter-spacing: 1px;
    color: #fff;
}

div#carouselExampleControls .carousel-item {
    background: none;
    height: auto;
}

.testimonials_grid {
    margin: 0 auto;
    width: 60%;
}

h3.tittle.cen {
    color: #fff;
}

a.carousel-control-next.test, a.carousel-control-prev.test {
    color: #0292d9;
    text-align: center;
    opacity: 0.9;
    font-size: 2em;
}

.testimonials {
    background: url(../images/banner1.jpg?v=1.0) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 500px;
}

/*--/w3layouts-banner-info-inner--*/

.banner-inner {
    background: url(../images/nybanner.jpg?v=1.0) no-repeat top  right;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    padding: 6em 0;
}

li.breadcrumb-item {
    font-size: 0.9em;
    letter-spacing: 3px;
    color: #ffffff;
}

li.breadcrumb-item a {
    color: #ffffff;
    text-shadow: 1px 1px 2px #252424;
}

.breadcrumb-item.active {
    color: #ffffff;
}

ol.breadcrumb {
    background: none;
    margin: 0;
}

.ban-inner-content h3 {
    color: #fff;
    font-size: 2em;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ffffff;
    content: "/";
}

/*-- stats --*/

.project-img img {
    background: #eaecef;
    padding: 0.7em;
}

.stats_left p {
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    line-height: 2em;
}

.stats_left h4 {
    font-size: 1.1em;
    color: #069260;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.stats_left i {
    font-size: 3em;
    color: #069260;
}

.stats_bottom_grid_left img {
    margin: 0 auto;
}

.stats_left {
    border: 1px solid #0bc180;
    padding: 3em 0em;
}

.stats_left:nth-child(3) {
    border-right: 0px;
}

.stats_left:nth-child(2) {
    border-left: 0px;
    border-right: 0px;
}

h3.tittle.fea {
    font-size: 2.3em;
}

/*--responsive--*/

@media(max-width:900px) {
    .stats_test {
        padding: 4em 2em;
    }
}

@media(max-width:800px) {
    .stats_left p {
        font-size: 2.3em;
    }
}

@media(max-width:768px) {
    .stats_test {
        padding: 4em 2em;
    }
    .news-right h4, .ab_info h4 {
        font-size: 1.7em;
    }
}

@media(max-width:640px) {
    .stats_left {
        text-align: center;
        float: left;
        width: 100%;
    }
    .stats_left:nth-child(2) {
        border-left: 1px solid #e42126;
        border-right: 1px solid #e42126;
        border-bottom: 0px;
    }
    .stats_left:nth-child(1) {
        border-bottom: 0px;
    }
    .stats_left:nth-child(3) {
        border-right: 1px solid #e42126;
        border-left: 1px solid #e42126;
        border-bottom: 0px;
    }
}

/*--//about --*/

/*--/feactured-services --*/

.terms-in .card {
    background: none;
    border: none;
    color: #fff;
}

.terms-in {
    padding: 2em 1em;
    background: #3be8b0;
}

.terms-in.one {
    background: #ffb900;
}

.terms-in.two {
    background: #fc636b;
}

.terms-in.thd {
    background: #928ff5;
}

.terms-in.fourth {
    background: #ff4e00;
}

.terms-in.fifth {
    background: #1aafd0;
}

.terms-main p {
    color: #fff;
}

.terms-in i {
    color: #fff;
    font-size: 3em;
    margin-bottom: 0.5em;
}

/*--//feactured-services --*/

/*--//w3layouts-banner-info-inner--*/

/*-- /error --*/

.error {
    margin-bottom: 1em;
}

.error-404 h4 {
    font-size: 12em;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding: 0;
}

a.b-home {
    background: #202020;
    padding: 0.7em 1.5em;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    margin-top: 1em;
    font-size: 0.9em;
}

a.b-home:hover {
    background: #ec1c24;
}

.error-404 p {
    color: #929090;
    font-size: 1em;
    letter-spacing: 8px;
    margin: 0em 0 2em 0;
}

.error.social-icons {
    margin-bottom: 1em;
}

.error.social-icons a {
    color: #4e4e4e;
}

.error.social-icons a:hover {
    color: #ff3c41;
}

.error-404 {
    text-align: center;
}

.error-404 form {
    margin: 0 auto 2em;
    width: 40%;
    text-align: center;
}

.error-404 .copyrighttop a.facebook {
    color: #aaacaf;
    font-size: 15px;
}

.error-404 form input[type="search"] {
    outline: none;
    border: 1px solid #c4c5c5;
    background: none;
    color: #212121;
    padding: 14px 15px;
    width: 80%;
    float: left;
    font-size: 12px;
    letter-spacing: 5px;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
}

.error-404 button.btn1 {
    color: #fff;
    border: none;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background: #0292d9;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 20%;
    -webkit-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
}

.error-404 button.btn1:hover {
    background: #ec1c24;
}

.social_media.footer-icons.error-page ul li a {
    color: #676161;
}

.social_media.footer-icons.error-page ul li a:hover {
    color: #0292d9;
}

@media(max-width:640px) {
    .error-404 h4 {
        font-size: 9em;
    }
    .error-404 form {
        width: 72%;
    }
}

@media(max-width:600px) {
    .error-404 h4 {
        font-size: 6em;
    }
    a.b-home {
        padding: 0.6em 1em;
        margin-top: 1em;
    }
}

@media(max-width:480px) {
    .error-404 h4 {
        font-size: 5em;
    }
    .error-404 p {
        font-size: 0.8em;
        letter-spacing: 5px;
        margin: 1em 0;
    }
}

/*-- //error --*/

/*-- Contact --*/

.map iframe {
    border: none;
    width: 100%;
    height: 450px;
}

.main_grid_contact h4 {
    font-size: 1.4em;
    color: #4e4f50;
    text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
    font-weight: 700;
    text-transform: uppercase;
}

.map {
    position: relative;
}

.contact-info h3 {
    color: #eee;
}

.contact-info p {
    margin: 0;
    font-size: 15px;
    color: #999;
    letter-spacing: 1px;
}

.main_grid_contact {
    width: 70%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    margin:  0 auto;
}

.form {
    flex-basis: 70%;
    -webkit-flex-basis: 70%;
    padding: 3em 5em;
    background: #fff;
}

.main_grid_contact label {
    color: #454646;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.main_grid_contact input[type="text"], .main_grid_contact input[type="email"], .main_grid_contact textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    border-radius: 0px;
}

.input-group input.margin2 {
    margin-right: 2%;
}

.input-group1 input[type="submit"] {
    outline: none;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    background: #242525;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
}

.input-group1 input[type="submit"]:hover {
    background: #ec1c24;
    transition: all 0.5s ease-in;
    box-shadow: 21.213px 21.213px 60px 0px rgba(34, 59, 140, 0.06);
}

.main_grid_contact textarea {
    min-height: 80px;
    margin: 1em 0em;
    resize: none;
}

.address {margin-top: 60px;}

.address-info {
    background: #f7f7f7;
    border: 1px solid #ebeeef;
    padding: 3em 1em;
}

.address-right h6 {
    font-size: 1em;
    color: #414346;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.address-grid i {
    font-size: 1.5em;
    color: #0292d9;
}

.address-right p, .address-right p a {
    color: #7c848c;
}

/*-- //Contact --*/

/*--footer--*/

footer {
    background: #F6F6F5;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.footer-left-info p, .copyright p {
    color: #888888;
    text-align: left;
}
.footer-left-info p{
    margin-top: 15px;
    text-indent: 2em;
}
.footer-left-info p a {
    display: block;
    color: #fff;
    width: 100px;
}

.copyright p a {
    color: #0292d9;
}

.logo h2 a {
    font-size: 1.3em;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    color: #fff;
}

.social_media.footer-icons {
    position: static;
    top: 0;
    right: 0;
}

.social_media.footer-icons li {
    display: inline-block;
    margin: 0 4px;
}

address.ad-info {
    color: #3d3e48;
    line-height: 2em;
    margin-top: 10px;
}

address.ad-info strong {
    color: #0292d9;
}

.footer-right-info h6, .footer-left-info h6 {
    font-size: 1.5em;
    color: #3d3e48;
    font-weight: 700;
}

.copyright-info {
    border-top: 1px solid #ddd;
    padding-top: 2em;
}

/*--//footer--*/

/*--/toTop--*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 34px;
    height: 34px;
    border: none;
    text-indent: 100%;
    background: url(../images/top_up.png) no-repeat 0px 0px;
    font-size: 0;
}

/*--//toTop--*/

/*--responsive--*/
@media(max-width:1399px) {
    .navbar-light .navbar-nav .nav-link{
    padding: 0.6em .8em;
}
.news-item-wrapper .news-item .news-item-img{display: none;padding-left: 10px;}
}
@media(max-width:1366px) {
    .banner-top0, .banner-top1, .banner-top2, .banner-top3, .covering {
        min-height: 658px;
    }
    .w3layouts-banner-info {
        padding-top: 10em;
    }
    .w3layouts-banner-info h3 {
        font-size: 2.9em;
    }
}

@media(max-width:1280px) {
    .banner-top0, .banner-top1, .banner-top2, .banner-top3, .covering {
        min-height: 608px;
    }
    .w3layouts-banner-info {
        padding-top: 9em;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 35%;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 44%;
    }
}
@media(max-width:1199px) {
    .navbar-light .navbar-nav .nav-link{
    padding: 0.6em .2em;
}
.header-search input[type="search"] {
    width: 80%;
    padding: 11px 8px;
}
.header-search button.btn1{
    width: 20%;
}
.home-news-main ul li:nth-child(5){
    display: none;
}
}
@media(max-width:1080px) {
    .banner-top0, .banner-top1, .banner-top2, .banner-top3, .covering {
        min-height: 538px;
    }
    .w3layouts-banner-info h3 {
        font-size: 2.7em;
    }
    .social_media {
        left: 4%;
        top: 35%;
    }
    .callbacks_tabs {
        bottom: 10%;
        left: 42%;
    }
    .w3layouts-banner-info a {
        padding: 8px 20px;
        letter-spacing: 2px;
        font-size: 14px;
        margin: 0.3em 0.3em 0em;
    }
    .w3layouts-banner-info {
        padding-top: 6em;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 32%;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.5em 0.4em;
        font-size: 0.8em;
    }
    .card-title {
        font-size: 1.2em;
    }
    h3.tittle {
        font-size: 2.5em;
    }
}

@media(max-width:1050px) {
    .header-search button.btn1 {
        width: 23%;
        border-radius: 0;
    }
    .header-search input[type="search"] {
        width: 75%;
        border-radius: 0;
    }
    .navbar {
        padding: 0.8em 1em;
    }
    .newsright {
        margin: 0 auto;
        width: 75%;
    }
}

@media(max-width:1024px) {
    .banner-inner {
        background: url(../images/banner1.jpg?v=1.0) no-repeat top  right;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        padding: 5em 0;
    }
}

@media(max-width:991px) {
    .home-news-main ul li:nth-child(4){
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.4em 1.4em;
        font-size: 0.9em;
        text-align: center;
    }
    li.nav-item {
        margin: 6px 0px 0 0;
    }
    .dropdown-item {
        text-align: center;
    }
    .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        text-shadow: 1px 1px 2px #000000;
        border: 2px solid #ffffff;
        border-radius: 3px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.7em 1.4em;
        font-size: 0.9em;
        text-align: center;
        color: #555;
    }
    #navbarSupportedContent {
        background: #fff;
        padding: 0.5em 0;
    }
    .cd-header-buttons {
        top: 20px;
        right: 60px;
    }
    .service-in:nth-child(2) {
        margin-top: 1.5em;
    }
    .card.feature {
        border: 0;
        width: 50%;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #e7e7e8;
    }
    .service-in:nth-child(2) {
        margin: 2em 0em;
    }
    span.navbar-toggler-icon i {
        line-height: 1.2em;
        font-size: 1.4em;
    }
    .navbar-toggler {
        padding: 0.3rem 0.6rem;
        font-size: 1.25rem;
        border: 1px solid transparent;
        border-radius: 0;
    }
    #navbarSupportedContent {
        background: #fff;
        padding: 0.5em 0;
        position: absolute;
        width: 50%;
        z-index: 99;
        top: 100%;
        right: 0;
    }
    form.header-search {
        width: 60%;
        margin: 0 auto;
    }
    li.breadcrumb-item a {
        color: #ffffff;
    }
    .address-grid {
        margin-bottom: 1em;
    }
    .ab-text-con {
        margin-top: 2em;
    }
    .member-main-w3layouts {
        float: left;
        width: 50%;
        margin-bottom: 1em;
    }
    .galsses-grid-right {
        padding: 0 5em 0 0em;
        margin-top: 1em;
    }
    .testimonials {
        min-height: 378px;
    }
    .social_media ul li a {
        font-size: 12px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        line-height: 29px;
    }
    .copyright {
        text-align: center;
        margin-bottom: 1.5em;
    }
    .social_media.footer-icons, .social_media.footer-icons ul {
        text-align: center !important;
    }
    .error-404 form {
        margin: 0 auto 2em;
        width: 62%;
        text-align: center;
    }
    .banner-inner {
        padding: 5em 0;
    }
}

@media(max-width:900px) {
    .w3layouts-banner-info h3 {
        font-size: 2.5em;
    }
    .callbacks_tabs a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .banner-top0, .banner-top1, .banner-top2, .banner-top3, .covering {
        min-height: 482px;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 28%;
    }
    p.para {
        font-size: 1em;
    }
    .member-main-w3layouts h4 {
        font-size: 1.2em;
    }
    .testimonials_grid p {
        width: 92%;
        margin: 1em auto 0;
        line-height: 2em;
    }
    .footer-right-info h6 {
        font-size: 1.6em;
    }
}

@media(max-width:800px) {
    .w3layouts-banner-info p {
        font-size: 0.9em;
        color: #fff;
        margin: 1.5em 0;
        letter-spacing: 3px;
    }
    .w3layouts-banner-info {
        padding-top: 4em;
    }
}

@media(max-width:768px) {
    .banner-inner {
        padding: 3em 0;
    }
}

@media(max-width:767px) {
    .index-cpbox{
        border-right:0;
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .home-news-main ul li:nth-child(4),.home-news-main ul li:nth-child(5){
        display:block;
    }
    .w3layouts-banner-info {
        padding-top: 4em;
    }
    .callbacks_tabs a {
        width: 26px;
        height: 26px;
        line-height: 23px;
        font-size: 0.8em;
    }
    .ab-one {
        margin-bottom: 1em;
    }
    .w3layouts-banner-info p {
        font-size: 0.9em;
        margin: 1.3em 0;
        letter-spacing: 3px;
    }
}

@media(max-width:667px) {
    .form {
        padding: 3em 2em;
    }
    .contact_bj {
        display: none;
    }
    .main_grid_contact {
        width: 92%;
        position: static;
        margin: 0 auto;
        box-shadow: 0px 3px 24px -10px rgba(0, 0, 0, 0.75);
    }
    .map {
        margin-bottom: 1em;
    }
    .address {
        margin-top: 2em;
    }
    .address-right.text-left {
        text-align: center !important;
        margin-top: 1em;
    }
    .testimonials_grid h3 {
        margin: 1em 0 0.5em 0;
        font-size: 1em;
    }
    p {
        margin: 0;
        font-size: 0.85em;
    }
}

@media(max-width:640px) {
    .callbacks_tabs {
        bottom: 10%;
        left: 38%;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 28%;
        left: 47%;
    }
    h3.tittle {
        font-size: 2.3em;
    }
    .newsright {
        width: 92%;
    }
}

@media(max-width:568px) {
    h3.tittle {
        font-size: 2em;
    }
    figure.effect-lexi h3 {
        font-size: 16px;
    }
    .galsses-grid-right {
        padding: 0 5em 0 2em;
        margin-top: 1em;
    }
    h4.post {
        font-size: 1.1em;
    }
    .galsses-grid-right h5 {
        font-size: 0.9em;
    }
    .member-main-w3layouts h4 {
        font-size: 1.1em;
    }
    .team-social ul.social-icons li a {
        font-size: 12px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        line-height: 29px;
    }
    .w3layouts-banner-info h3 {
        font-size: 2.4em;
    }
    .w3layouts-banner-info a {
        padding: 8px 16px;
        letter-spacing: 1px;
        font-size: 13px;
        margin: 0.3em 0.3em 0em;
    }
}

@media(max-width:480px) {
    h3.tittle {
        font-size: 2em;
    }
    figure.effect-lexi h3 {
        font-size: 16px;
    }
    .w3layouts-banner-info h3 {
        font-size: 2.2em;
    }
    .w3layouts-banner-info p {
        font-size: 0.85em;
        margin: 1em 0;
        letter-spacing: 1px;
    }
    .banner-top0, .banner-top1, .banner-top2, .banner-top3, .covering {
        min-height: 399px;
    }
    .w3layouts-banner-info {
        padding-top: 3.5em;
    }
    .callbacks_tabs {
        bottom: 10%;
        left: 35%;
    }
    .social_media {
        left: 4%;
        top: 30%;
    }
    .rotate a {
        font-size: 13px;
        padding: 7px;
        line-height: 65px;
    }
    a.navbar-brand {
        font-size: 0.9em;
    }
    p.para {
        font-size: 0.9em;
    }
    .ab-grid {
        margin-bottom: 1em;
    }
    .member-main-w3layouts {
        float: left;
        width: 100%;
        margin-bottom: 1em;
    }
}

@media(max-width:440px) {
    .w3layouts-banner-info h3 {
        font-size: 2em;
    }
    .w3layouts-banner-info a {
        padding: 6px 16px;
        letter-spacing: 1px;
        font-size: 13px;
        margin: 0em 0.1em 0em;
    }
    .w3layouts-banner-info p {
        font-size: 0.85em;
        margin: 0.5em 0 0.8em 0;
        letter-spacing: 1px;
    }
    .logo h2 a {
        font-size: 1.2em;
    }
    .address-info {
        padding: 2em 1em;
        margin: 0;
    }
}

@media(max-width:414px) {
    .banner-top0, .banner-top1, .banner-top2, .banner-top3, .covering {
        min-height: 346px;
    }
    .newsright input[type="email"] {
        width: 53%;
    }
    .newsright input[type="submit"] {
        padding: 16px 20px 16px;
        font-size: 15px;
        width: 43%;
    }
    h3.tittle {
        font-size: 1.8em;
    }
    .callbacks_tabs {
        bottom: 10%;
        left: 33%;
    }
}

@media(max-width:384px) {
    .social_media ul li a {
        font-size: 10px;
        width: 26px;
        height: 26px;
        line-height: 23px;
    }
    .social_media ul li {
        list-style: none;
        margin-bottom: 0.4em;
    }
    .social_media {
        left: 4%;
        top: 38%;
    }
    .w3layouts-banner-info p {
        font-size: 0.8em;
        margin: 0.5em 0 0.8em 0;
        letter-spacing: 1px;
    }
}

@media(max-width:375px) {
    .w3layouts-banner-info h3 {
        font-size: 1.8em;
    }
    a.navbar-brand {
        font-size: 0.8em;
    }
    .social_media {
        left: 4%;
        top: 56%;
    }
}

@media(max-width:320px) {
    .w3layouts-banner-info h3 {
        font-size: 1.5em;
    }
    .banner-top0, .banner-top1, .banner-top2, .banner-top3, .covering {
        min-height: 289px;
    }
    .social_media {
        left: 3%;
        top: 49%;
    }
    .w3layouts-banner-info a {
        padding: 5px 7px;
        letter-spacing: 1px;
        font-size: 12px;
        margin: 0em 0.1em 0em;
    }
    h3.tittle {
        font-size: 1.6em;
    }
    .w3layouts-banner-info p {
        font-size: 0.7em;
        margin: 0.5em 0 0.8em 0;
        letter-spacing: 1px;
    }
    .callbacks_tabs a {
        width: 20px;
        height: 20px;
        line-height: 17px;
        font-size: 0.7em;
    }
}

/*--//responsive--*/

.home-product {
    margin: 120px 0 80px;
}

.home-product-fl {
    margin-top: 30px;
}
.home-product-fl>div{
    margin-bottom: 20px;
}
.home-product-fl .fla {
    width: 100%;
    display: block;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    text-align: center;
    padding-bottom: 6%;
    overflow: hidden;
}

.home-product-fl .fla .thumbnail {
    display: block;
    padding: 0;
    border-radius: 0;
    width: 100%;
    border: 0;
    background: #F5F5F5;
}

.home-product-fl .fla .thumbnail img {
    width: 100%;
    transition: all 0.3s ease 0s;
    position: relative;
    top: 0;
}

.home-product-fl .fla:hover .thumbnail img {
    top: -10px;
}

.home-product-fl .fla .h5 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-product-fl .fla .meta {
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 12px;
    color: #333;
}

.home-product-fl .meta:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #0292d9;
    margin: 7px auto 0;
}

.home-product-fl .fla .intro {
    color: #333;
}

.Blog-V-one-news {
    margin: 80px 0 80px;
}

.Blog-pages-button {
    margin: 20px 0 60px;
}

.Blog-pages-button>li {
    display: inline-block;
    margin-right: 8px;
    border: solid 1px #dcdcdc;
}

.Blog-pages-button>li>a {
    color: #151515;
    font-weight: 600;
    line-height: 33px;
    padding: 0 12px;
}

.Blog-pages-button>li:hover>a {
    color: #fff;
    background: #0292d9;
}

.news-Sidebar-item-wrapper>form {
    border: solid 1px #f0f0f0;
    height: 55px;
    margin-bottom: 40px;
}

.news-Sidebar-item-wrapper>form>input {
    width: 85%;
    height: 100%;
    float: left;
    padding-left: 5%;
    color: #666666;
    border: none;
}

.news-Sidebar-item-wrapper>form>input:focus {
    outline: none;
}

.news-Sidebar-item-wrapper .Recent-Sidebar-News>ul>li:hover>.recent-news-text>h6>a, .news-Sidebar-item-wrapper .Categories>ul>li:hover>a, .news-Sidebar-item-wrapper>form:hover>button {
    color: #0292d9;
}

.news-Sidebar-item-wrapper>form>button {
    width: 15%;
    height: 100%;
    float: right;
    background: transparent;
    color: #666666;
    font-size: 20px;
    border: 0;
}

.news-Sidebar-item-wrapper h3 {
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 28px;
}

.news-Sidebar-item-wrapper .Recent-Sidebar-News, .news-Sidebar-item-wrapper .Categories {
    margin-bottom: 60px;
}

.news-Sidebar-item-wrapper .Categories>ul>li {
    margin-bottom: 15px;
}

.news-Sidebar-item-wrapper .Categories>ul>li>a {
    color: #959595;
    text-transform: capitalize;
    display: block;
    padding: 5px 0;
}

.news-Sidebar-item-wrapper .Categories>ul>li>a:hover {
    padding-left: 10px;
}

.news-Sidebar-item-wrapper .Recent-Sidebar-News>ul>li {
    position: relative;
    /* padding-left: 95px; */
    margin-bottom: 28px;
}

.news-Sidebar-item-wrapper .Recent-Sidebar-News>ul>li>.recent-news-img {
    width: 75px;
    height: 70px;
    position: absolute;
    top: 5px;
    left: 0;
}

.news-Sidebar-item-wrapper .Recent-Sidebar-News>ul>li>.recent-news-img>img {
    width: 100%;
    height: 100%;
}

.news-Sidebar-item-wrapper .Recent-Sidebar-News>ul>li:hover>.recent-news-img>img {
    opacity: 0.6;
}

.news-Sidebar-item-wrapper .Recent-Sidebar-News>ul>li>.recent-news-text>h6>a {
    color: #151515;
    text-transform: capitalize;
    line-height: 25px;
}

.news-Sidebar-item-wrapper .Recent-Sidebar-News>ul>li>.recent-news-text>span {
    display: block;
    color: #b2b2b2;
    margin-top: 4px;
}

.news-Sidebar-item-wrapper .Keyword>ul>li {
    display: inline-block;
    margin: 0 8px 10px 0;
    border: solid 1px #e2e2e2;
}

.news-Sidebar-item-wrapper .Keyword>ul>li>a {
    color: #b0b0b0;
    text-transform: capitalize;
    line-height: 33px;
    padding: 0 15px;
}

.news-Sidebar-item-wrapper .Keyword>ul>li:hover>a {
    color: #fff;
    background: #0292d9;
}

/*=========== Latest News Section ==========*/

.home-latest-news {
    margin: 100px 0 60px;
}

.home-latest-news .news-item-wrapper {
    margin-top: 70px;
}

.news-item-wrapper .news-item {
    margin-bottom: 30px;
    border-left: none;
    border-right: none;
}

.news-item-wrapper .news-item .news-item-img {
    overflow: hidden;
    position: relative;
}

.news-item-wrapper .news-item .news-item-img>img {
    width: 100%;
}

.news-item-wrapper .news-item:hover .news-item-img>img {
    opacity: 0.5;
}

.news-item-wrapper .news-item .news-item-img>span {
    width: 135px;
    text-align: center;
    line-height: 37px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0292d9;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.news-item-wrapper .news-item .news-text-item {
    padding: 30px 0;
}

.news-item-wrapper .news-item .news-text-item>h4 {
    line-height: 30px;
}

.news-item-wrapper .news-item .news-text-item2 {
    padding: 30px 0;
}

.news-item-wrapper .news-item .news-text-item2>h4 {
    line-height: 35px;
    font-size: 35px;
}

.news-item-wrapper .news-item .news-text-item>h4 a {
    color: #151515;
}

.news-item-wrapper .news-item .news-text-item:hover>h4 a {
    color: #0292d9;
}

.news-item-wrapper .news-item .news-text-item>p {
    color: #868686;
    margin: 15px 0;
}

.news-item-wrapper .news-item .news-text-item>a {
    color: #151515;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
}

.news-item-wrapper .news-item:hover .news-text-item>a>i, .news-item-wrapper .news-item:hover .news-text-item>a {
    color: #0292d9;
}

.news-item-wrapper .news-item .news-text-item>a>i {
    color: #868686;
    vertical-align: middle;
    margin-left: 5px;
}

/*=========== Home Gallery ==========*/

.home-gallery_wrapper {
    padding: 50px 0;
}

.home-gallery_wrapper .isotop_menu>div>a {
    width: 135px;
    line-height: 45px;
    border: solid 2px #e5e5e5;
    color: #0292d9;
    text-align: center;
}

.home-gallery_wrapper .isotop_menu>div>a:hover {
    color: #fff;
}

.home-gallery_wrapper .isotop_menu>div>a.hvr-bounce-to-right:before {
    background: #0292d9;
}

.isotop_menu {
    margin-bottom: 20px;
}

.isotop_menu ul {
    display: inline-block;
}

.isotop_menu ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    padding: 8px 10px;
    text-transform: capitalize;
    color: #898989;
}

.isotop_menu ul li a {
    color: #898989;
}

.isotop_menu ul li.is-checked a, .isotop_menu ul li:hover, .isotop_menu ul li:hover a {
    color: #0292d9;
}

.gallery_item_wrapper>.grid-sizer, .gallery_item_wrapper>.isotop-item {
    width: 33.333333%;
    padding: 15px;
}

#isotop-gallery-wrapper .single_item_wrapper img {
    width: 100%;
}

.isotop-item p {
    text-align: center;
    line-height: 36px;
}

.isotop-item p a {
    color: #333;
    display: block;
}

.single_item_wrapper {
    position: relative;
    overflow: hidden;
}

.single_item_wrapper.imgbox {
    border: 1px solid #eee;
}

.single_item_wrapper>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(36, 108, 178, 0.5);
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.single_item_wrapper:hover>div {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.single_item_wrapper>div>a {
    font-size: 70px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    line-height: 0;
}

.single_item_wrapper>div>a:hover {
    color: #246cb2;
}

/*============================= Shop Single products =========================*/

.Single-products {
    margin: 150px 0;
}

.Single-products2 {
    margin: 80px 0;
}
.Single-products2 img{height: auto!important;}
.single-product-details .image {
    width: 34.5%;
    position: relative;
}

.single-product-details .image .images-cover img {
    width: 100%;
}

.single-product-details .info {
    width: calc(100% - 450px);
    padding-left: 40px;
}

.single-product-details .info>h5 {
    font-size: 54px;
    font-weight: 500;
    margin: 10px 0;
}

.single-product-details .info>h5 p {
    display: inline;
    font-size: 28px;
    color: #151515;
    margin-right: 10px;
}

.single-product-details .info h6 {
    font-size: 22px;
    line-height: 2.4rem;
    padding-bottom: 8px;
    color: #363636;
}

.single-product-details .info p.by01 {
    margin: 41px 0 30px;
    font-weight: bold;
    color: #151515;
    font-size: 26px;
}

.single-product-details .info p.by02 {
    margin: 0;
    margin-bottom: 50px;
}

.single-product-details .info .td {}

.single-product-details .info .td ul {}

.single-product-details .info .td ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.single-product-details .info .td ul li:before {
    position: absolute;
    top: 11px;
    left: 2px;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #c4c4c4;
    border-radius: 5px;
    content: "";
}

.single-product-details .info .td ul li p {
    margin: 0;
    color: #151515;
}

.single-product-details .info ul.rating {
    margin: 8px 0 15px;
}

.single-product-details .info ul.rating li {
    display: inline-block;
    color: #adadad;
    position: relative;
    margin: 10px 3px 0 0;
}

.single-product-details .info ul.rating li .fa {
    color: #f9a109;
    font-size: 15px;
}

.single-product-details .info ul.rating li:nth-child(6) {
    margin-left: 10px;
}

.single-product-details .info strong {
    font-size: 28px;
    color: #7f7f7f;
    font-weight: 400;
}

.single-product-details .info p {
    color: #8d8d8d;
    margin: 27px 0 45px 0;
}

.single-product-details .info .quantity, .single-product-details .info .color-show {
    width: 50%;
    vertical-align: bottom;
}

.single-product-details .info input {
    width: 90px;
    height: 45px;
    border: 1px solid #ececec;
    padding: 0 0 0 20px;
}

.single-product-details .info .color-show a {
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #0292d9;
    font-size: 14px;
    font-weight: 500;
}

.single-product-details .info .color-show a:hover {
    -webkit-box-shadow: 0px 4px 8px 1px rgba(40, 40, 40, 0.25);
    -moz-box-shadow: 0px 4px 8px 1px rgba(40, 40, 40, 0.25);
    box-shadow: 0px 4px 8px 1px rgba(40, 40, 40, 0.25);
}

.review-tab {
    margin: 40px 0 72px 0;
}

.review-tab .nav-tabs {
    border: none;
}

.review-tab .nav-tabs li a {
    background: #f8f8f8;
    color: #282828;
    margin-right: 10px;
    border: 1px solid #ececec;
    border-bottom: none;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    display: block;
}

.review-tab .nav-tabs>li>a.active, .review-tab .nav-tabs>li>a.active:hover, .review-tab .nav-tabs>li>a.active:focus {
    background: #fff;
    border-top: 2px solid #0292d9;
}

.review-tab .tab-pane {
    padding-top: 25px;
    border-top: 1px solid #ececec;
}

.review-tab .tab-pane>h5 {
    margin-bottom: 10px;
}

.review-tab .tab-pane>p {
    color: #8d8d8d;
}

.related-product>h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 33px;
}

.related-product-slider .item .Adoban-T-Shirt-ITEM-IMG {
    overflow: hidden;
}

.related-product-slider.owl-theme .owl-nav [class*=owl-] {
    font-family: 'font-awesome';
    width: 30px;
    height: 31px;
    line-height: 26px;
    border: 2px solid rgba(0, 0, 0, 0.07);
    border-radius: 0;
    font-size: 24px;
    color: #bbbbbb;
    margin: 0 3px;
    background: #fff;
    padding: 0;
}

.related-product-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #0292d9;
    border-color: #0292d9;
    background: #fff;
}

.related-product-slider.owl-theme .owl-nav {
    position: absolute;
    top: -60px;
    right: 15px;
}

.fade.in {
    opacity: 1;
}

/*============================= Shop =========================*/

.shop-section {
    margin: 150px 0 100px;
}

.Shop-section-item-wrapper .single-item-Wrapper {
    margin-bottom: 50px;
}

.single-item-Wrapper .shop-img-item {
    overflow: hidden;
    border-radius: 5px;
}

.single-item-Wrapper .shop-img-item>img {
    width: 100%;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.single-item-Wrapper:hover .shop-img-item>img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
    opacity: 0.8;
}

.single-item-Wrapper:hover .single-Text-item>h5 {
    color: #0292d9;
}

.single-item-Wrapper .single-Text-item>h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.single-item-Wrapper .single-Text-item>div.clear-fix>span {
    display: inline-block;
    color: #999999;
    font-size: 20px;
    float: left;
}

.single-item-Wrapper .single-Text-item>div.clear-fix>ul {
    float: right;
}

.single-item-Wrapper .single-Text-item>div.clear-fix>ul>li {
    display: inline-block;
}

.single-item-Wrapper .single-Text-item>div.clear-fix>ul>li>i {
    color: #e5a62c;
}

.single-item-Wrapper .single-Text-item>a {
    display: block;
    border: solid 1px #f6f6f6;
    border-radius: 5px;
    color: #c1c0c0;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    margin-top: 18px;
}

.single-item-Wrapper .single-Text-item>a:before {
    background: #0292d9;
    border-radius: 5px;
}

.single-item-Wrapper .single-Text-item>a:hover {
    color: #fff;
}

.news-item-wrapper {}

.news-item-wrapper .news-item {
    margin-bottom: 20px;
    border-left: none;
    border-right: none;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    background: #f9f9f9;
}

.news-item-wrapper .news-item .news-item-img {
    overflow: hidden;
    width: 240px;
    height: 155px;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 2;
}

.news-item-wrapper .news-item .news-item-img img {
    width: 100%;
}

.news-item-wrapper .news-item:hover .news-item-img img {
    opacity: 0.5;
}

.news-item-wrapper .news-item .news-item-img>span {
    width: 135px;
    text-align: center;
    line-height: 37px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0292d9;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.news-item-wrapper .news-item .news-text-item {
    padding: 10px;
    position: relative;
    padding-left: 265px;
}
.news-item-wrapper .news-item .news-text-item.nopic{
    padding-left: 10px;
}
.news-item-wrapper .news-item .news-text-item>h4 {
    line-height: 30px;
}
.news-item-wrapper .news-item .news-text-item .timebox{
    margin-top: 10px;
}
.news-item-wrapper .news-item .news-text-item .timebox span{color: #777777;}
.news-item-wrapper .news-item .news-text-item>h4 a {
    color: #151515;
}

.news-item-wrapper .news-item .news-text-item:hover>h4 a {
    color: #0292d9;
}

.news-item-wrapper .news-item .news-text-item>p {
    color: #868686;
    margin: 0px 0 10px;
    position: relative;
    padding: 0 0 11px;
    border-bottom: 1px solid #e7e7e7;
}

.news-item-wrapper .news-item .news-text-item>a {
    color: #151515;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
}

.news-item-wrapper .news-item:hover .news-text-item>a>i, .news-item-wrapper .news-item:hover .news-text-item>a {
    color: #0292d9;
}

.news-item-wrapper .news-item .news-text-item>a>i {
    color: #868686;
    vertical-align: middle;
    margin-left: 5px;
}

.contact_bj {
    width: 100%;
    height: 450px;
    background: #f7f7f7;
}

.links a {
    color: #8c9398;
    margin-right: 10px;
}

.footer-left-info a {
    color: #000
}

.logo img {
    width: 180px;
}

.product_parent {
    border-bottom: 1px solid #0292d9;
    margin-top: 30px;
}

.product_parent .image_container {
    width: 300px;
    float: left;
}

.product_parent .image_container img {}

.product_parent .txtbox {
    width: calc(100% - 340px);
    float: right;
}

.product_parent .txtbox h3 span {
    color: #29abe2;
}

.product_parent .txtbox>p {}

.product_parent .txtbox>p a {
    font-size: 25px;
    color: #0292d9;
}

.product_parent .txtbox .smalltext {
    margin-top: 20px;
}

.product_parent .txtbox .smalltext p {
    color: #333;
    font-size: 18px;
}

.pro-title {
    color: #0292d9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}

.pro-main {
    margin-top: 40px;
}

.pro-main p {
    color: #333;
    font-size: 18px;
}

.pro-top {
    margin-bottom: 50px;
}

.pro-ys {
    margin-top: 50px;
}

.pro-ys h3 {
    margin-bottom: 20px;
}

.pro-ys ul {
    list-style-type: initial;
    font-size: 20px;
    line-height: 2em;
    font-weight: 200;
    padding-left: 20px;
}

.post-title {
    position: relative;
    margin: 40px 0 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #e7e7e7;
}

.post-title:after {
    content: "";
    background-color: #282828;
    left: 0;
    width: 60px;
    height: 2px;
    bottom: -2px;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.post-title:hover:after {
    width: 75px;
}

.post-entry-categories {
    margin-bottom: 15px;
}

.post-entry-categories a {
    padding: 3px 5px;
    background-color: #19B5FE;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    margin: 3px 5px 3px 0;
    display: inline-block;
}

.post-entry-categories a:nth-child(5n) {
    background-color: #898a94;
}

.post-entry-categories a:nth-child(5n+1) {
    background-color: #e86664;
}

.post-entry-categories a:nth-child(5n+2) {
    background-color: #e49184;
}

.post-entry-categories a:nth-child(5n+3) {
    background-color: #5fc7ab;
}

.post-entry-categories a:nth-child(5n+4) {
    background-color: #74bfe2;
}

.post-entry-categories a:hover {
    background-color: #1B1B1B;
    color: #FFF
}

.post-title .post_icon {
    color: #748594;
    font-size: 12px;
    display: block;
}

.post-title .post_icon span {
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.post-title .post_icon .postauthor img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid rgba(216, 216, 216, 0.81);
    display: inline-block;
    margin-right: 10px;
}

.post-title .post_icon a:link, .post-title .post_icon a:visited {
    color: #748594
}

.post-title .post_icon .postpublicity, .post-title .post_icon .postpublicity a {
    color: #19b5fe;
}

.Singleblog-Text .page {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 20px;
}

.Single-products .sectionB .turquoiseB {
    display: inline-block;
    color: #FFF;
    background-color: #098;
    font-size: 20px;
    font-weight: bold;
    padding: 0.2em 0.5em;
    margin-bottom: 20px;
    margin-top: 5px;
}

.Single-products .sectionB .turquoiseB+p.text {
    margin-top: -10px;
    margin-bottom: 10px;
}

.Single-products .sectionB .sliding-ttl .turquoiseB {
    margin-bottom: 10px;
}

.Single-products .sectionB .ttl-dot {
    padding-bottom: 0.4em;
    font-size: 20px;
    margin-top: 20px;
}

.Single-products .sectionB .ttl-dot::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 0.2em solid #fff;
    background-color: #098;
    background-clip: padding-box;
    position: relative;
}

.Single-products .sectionB div.ttl-turquoise {
    border-top: #098 1px solid;
    border-bottom: #098 1px solid;
}

.Single-products .sectionB div.ttl-turquoise div {
    display: table;
    margin-top: -1px;
    margin-bottom: -1px;
}

.Single-products .sectionB div.ttl-turquoise div h5, .Single-products .sectionB div.ttl-turquoise div p {
    display: table-cell;
    vertical-align: middle;
}

.Single-products .sectionB div.ttl-turquoise h5 {
    color: #FFF;
    background-color: #098;
    font-size: 20px;
    font-weight: bold;
    padding: 0.2em 0.5em;
    margin-bottom: 20px;
}

.Single-products .sectionB div.ttl-turquoise p {
    color: #098;
    padding: 0.2em 0.5em 0.1em;
    line-height: 1.2em;
}

/* 製品中ページ 箇条書き */

.Single-products .sectionB .container ul.marked li {
    position: relative;
    margin-left: 1em;
    line-height: 1.25em;
    font-weight: bold;
}

.Single-products .sectionB .container ul.marked li::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -14px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #098;
}

.Single-products .sectionB .container ul.marked li+li {
    margin-top: 0.75em;
}

.Single-products .sectionB .container ul.marked li span {
    display: block;
    margin-left: 0.5em;
    color: #098;
}

.Single-products .sectionB .container ul.marked li span.text {
    display: inline;
    margin-left: 0px;
}

.Single-products .sectionB .container ul.marked+.note {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666;
    padding-top: 14px;
    text-indent: -0.4em;
    padding-left: 0.4em;
}

@media (max-width: 959px) {
    .Single-products .sectionB .container ul.marked li::before {
        left: -12px;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        top: 5px;
    }
}

.Single-products .sectionB .container table+ul.marked {
    margin-top: 15px;
}

.Single-products .sectionB .container table+ul.marked li+li {
    margin-top: 0.25em;
}

.Single-products ul.marked-s {
    margin-top: 5px;
    list-style-type: none;
}

.Single-products ul.marked-s li {
    line-height: 1.25em;
    margin-left: 1em;
    text-indent: -1em;
}

.Single-products ul.marked-s li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: #fff 0.2em solid;
    background-color: #333;
    background-clip: padding-box;
    position: relative;
}

.Single-products .sectionB .container ul.marked.sub li {
    font-weight: normal;
}

.Single-products .sectionB .container ul.marked.sub li::before {
    background-color: #333;
}

.Single-products .sectionB .container ul.marked.sub li+li {
    margin-top: 0.3em;
}

.Single-products ul.marked-s.sub li+li {
    margin-top: 0.2em;
}

/* 製品中ページ 番号付き箇条書き */

.Single-products .sectionB .container ol.number li {
    padding-left: 1.8em;
    text-indent: -1.8em;
    line-height: 1.25em;
    font-weight: bold;
}

.Single-products .sectionB .container ol.number li span {
    display: inline-block;
    color: #098;
    border: #098 1px solid;
    border-radius: 0.2em;
    text-align: center;
    font-weight: bold;
    position: relative;
    text-indent: 0;
}

.Single-products .sectionB .container ol.number li+li {
    margin-top: 0.5em;
}

.Single-products .sectionB .container ol.number li span.text {
    color: #333;
    border-color: #333;
    margin-right: 0px;
}

.Single-products .sectionB .container ol.number.sub li {
    font-weight: normal;
}

/* 製品ページ テーブル */

.w6per {
    width: 6%;
}

.w10per {
    width: 10%;
}

.w12-5per {
    width: 12.5%;
}

.w15per {
    width: 15%;
}

.w16per {
    width: 16%;
}

.w20per {
    width: 20%;
}

.w25per {
    width: 25%;
}

.w30per {
    width: 30%;
}

.w35per {
    width: 35%;
}

.w37-5per {
    width: 37.5%;
}

.w40per {
    width: 40%;
}

.w45per {
    width: 45%;
}

.w50per {
    width: 50%;
}

.Single-products table.baseT .green, .Single-products table.baseT tr.green td {
    background-color: #084;
    color: #FFF;
}

.Single-products table.baseT .red_bg, .Single-products table.baseT tr.red_bg td {
    background-color: #c00;
    color: #fff;
}

.Single-products table.baseT tr .pink {
    background-color: #f3b3cf;
}

.Single-products table.baseT tr .gray {
    background-color: #BBB;
}

.Single-products table.baseT tr .palegray {
    background-color: #E8E8E8;
}

.Single-products table.baseT tr .orange {
    background-color: #FC9;
}

.Single-products table.baseT tr .paleorange {
    background-color: #FDC;
}

.Single-products table.baseT tr .sky {
    background-color: #eaf5fc;
}

.Single-products table.baseT tr .cyan {
    background-color: #bad4ee;
}

.Single-products table.baseT tr .yellow {
    background-color: #fff1ad;
}

.Single-products .sectionB .turquoiseB+.baseT {
    margin-top: -5px;
}

.Single-products .baseT {
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    width: 100%;
    margin-top: 5px;
    background-color: #FFF;
}

.Single-products .baseT th, .Single-products .baseT td {
    line-height: 1.1em;
    border-top: solid 1px #333;
    border-left: solid 1px #333;
    padding: 0.25em 0.5em;
    vertical-align: middle;
    text-align: center;
}

.Single-products .baseT td {
    padding-top: 0.75em;
    padding-bottom: 0.65em;
}

.Single-products .baseT th.tal, .Single-products .baseT td.tal {
    text-align: left;
}

.Single-products .baseT th.bdtn, .Single-products .baseT td.bdtn {
    border-top: none;
}

.Single-products .baseT th.bdln, .Single-products .baseT td.bdln {
    border-left: none;
}

.Single-products .baseT th.valign_t, .Single-products .baseT td.valign_t {
    vertical-align: top;
}

.Single-products .baseT tr th.head, .Single-products .baseT thead tr th {
    background-color: #d8dde8;
}

.Single-products .baseT tr th.head.sub_head, .Single-products .baseT thead tr th.sub_head {
    font-weight: normal;
}

.Single-products .baseT th.border_t_none, .Single-products .baseT td.border_t_none {
    border-top: none;
}

.Single-products .baseT th.border_l_none, .Single-products .baseT td.border_l_none {
    border-left: none;
}

.Single-products .baseT th.border_r, .Single-products .baseT td.border_r {
    border-right: solid 1px #333;
}

.Single-products .baseT thead tr th.head_cell {
    color: #098;
}

.Single-products .baseT tr th span.new {
    display: inline-block;
    font-size: 0.8em;
    padding: 0.2em 0.5em 0.1em;
    color: #fff;
    background-color: #c00;
}

.Single-products .baseT tr th span.sub-text {
    font-weight: normal;
    font-size: 0.8em;
}

.Single-products .baseT span.gra {
    display: block;
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding-top: 0.65em;
    padding-bottom: 0.75em;
    color: #fff;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.Single-products .baseT span.blue {
    background: #00a0e8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00a0e8 0%, #0068b6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00a0e8 0%, #0068b6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00a0e8 0%, #0068b6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e8', endColorstr='#0068b6', GradientType=0);
    /* IE6-9 */
}

.Single-products .baseT span.ora {
    background: #f29944;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f29944 0%, #e50011 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f29944 0%, #e50011 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f29944 0%, #e50011 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29944', endColorstr='#e50011', GradientType=0);
    /* IE6-9 */
}

.Single-products .baseT img+span.gra, .Single-products .baseT span.gra.w100 {
    margin-right: 0em;
    margin-left: 0em;
}

.Single-products .baseT th.l2 {
    padding-top: 0.25em;
    padding-bottom: 0.15em;
}

.Single-products .baseT td.l2 {
    padding-top: 0.2em;
    padding-bottom: 0.1em;
}

.Single-products .baseT td.img {
    padding: 0;
}

.Single-products .baseT td.img img {
    margin: 0;
}

.Single-products .baseT td .newmark {
    display: inline-block;
    padding: 0 0.75em;
    font-size: 10px;
    line-height: 1.5em;
    color: #FFF;
    background-color: #F00;
    border-radius: 0.75em;
    margin: -0.25em 0.5em -0.25em 0;
    vertical-align: 1px;
}

.Single-products .sectionB .toolT .bl_none {
    border-left: 0px;
}

.Single-products .sectionB .baseT .bt_none {
    border-top: 0px;
}

/* 製品中ページ ワークテーブル */

.Single-products .sectionB .workT tr th {
    padding-top: 0.9em;
    padding-bottom: 0.75em;
}

.Single-products .sectionB .workT tr td {
    text-align: left;
    padding-top: 0.65em;
    padding-bottom: 0.5em;
}

.Single-products .sectionB .workT tr td.green {
    padding-top: 0.85em;
    padding-bottom: 0.7em;
}

.Single-products .sectionB .workT tr td.l2 {
    padding-top: 0.4em;
    padding-bottom: 0.3em;
}

.Single-products .sectionB .workT tr .center {
    text-align: center;
}

.Single-products .sectionB .workT .workImg {
    width: 55.5%;
    padding-top: 1px;
    padding-bottom: 1px;
}

.Single-products .sectionB .workT .workImg_auto {
    width: auto;
}

.Single-products .sectionB .workT .workImg img {
    margin: 0;
}

@media (max-width: 959px) {
    .Single-products .sectionB .workT tr th, .Single-products .sectionB .workT tr td {
        padding: 0.25em 0.5em;
    }
    .Single-products .sectionB .workT tr th.head, .Single-products .sectionB .workT.workT_full tr th.head {
        padding-top: 0.55em;
        padding-bottom: 0.45em;
    }
    .Single-products .sectionB .workT tr td.green {
        padding-top: 0.65em;
        padding-bottom: 0.5em;
    }
    .Single-products .sectionB .workT tr td.l2 {
        padding-top: 0.2em;
        padding-bottom: 0.1em;
    }
}

.Single-products .sectionB .workT tr .bar {
    padding-left: 0;
    padding-right: 1em;
}

.Single-products .sectionB .workT tr .bar .greenBar, .Single-products .sectionB .workT tr .bar .grayBar {
    display: block;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    position: relative;
}

.Single-products .sectionB .workT tr .bar .greenBar::after, .Single-products .sectionB .workT tr .bar .grayBar::after {
    content: "";
    display: block;
    width: 10px;
    height: 24px;
    border: solid 1px #333;
    border-radius: 6px / 12px;
    position: absolute;
    top: -1px;
    right: -6px;
}

.Single-products .sectionB .workT tr .bar .greenBar, .Single-products .sectionB .workT tr .bar .greenBar::after {
    background-color: #7CA;
}

.Single-products .sectionB .workT tr .bar .greenBar {
    font-size: 16px;
    background: linear-gradient( to bottom, #3A7 0%, #fefefe 50%, #3A7 100%);
}

.Single-products .sectionB .workT tr .bar .grayBar, .Single-products .sectionB .workT tr .bar .grayBar::after {
    background-color: #CCC;
}

.Single-products .sectionB .workT tr .bar .grayBar {
    background: linear-gradient( to bottom, #999 0%, #fefefe 50%, #999 100%);
}

.Single-products .sectionB .workT tr .bar .greenBar .small, .Single-products .sectionB .workT tr .bar .grayBar .small {
    font-size: 10px;
    line-height: 14px;
}

.Single-products .sectionB .workT tr .bar .grayBar span.outside {
    position: absolute;
    right: -5.75em;
    width: 5em;
    text-align: left;
}

/* 製品中ページ スペックテーブル */

.Single-products .sectionB .specT {}

.Single-products .sectionB .specT tr th.head, .Single-products .sectionB .specT thead tr th {
    padding-top: 0.55em;
    padding-bottom: 0.45em;
}

.Single-products .sectionB .specT tr th.th02 {
    width: 13.4%;
}

.Single-products .sectionB .specT tr th.th03 {
    width: 5.7%;
}

.Single-products .sectionB .specT tr td.green {
    background-color: #084;
    color: #FFF;
    padding-top: 0.65em;
    padding-bottom: 0.5em;
    line-height: 1.7em
}

.Single-products .sectionB .specT tr td.white {
    background-color: #FFF;
}

.Single-products .sectionB .specT tr td.l2 {
    padding-top: 0.2em;
    padding-bottom: 0.1em;
}

.Single-products .sectionB .specT strong {
    font-size: 18px;
    vertical-align: -2px;
}

.Single-products .sectionB .specT .workImg {
    width: 55.5%;
    padding-top: 1px;
    padding-bottom: 1px;
}

.Single-products .sectionB .specT .workImg img {
    margin: 0;
}

/* 製品中ページ 用途テーブル */

.Single-products .sectionB .useT {
    border-top: solid 1px #333;
    border-left: solid 1px #333;
    width: 100%;
    background-color: #FFF;
}

.Single-products .sectionB .useT tr th, .Single-products .sectionB .useT tr td {
    font-size: 14px;
    line-height: 1.3em;
    border-right: solid 1px #333;
    padding-left: 0.6em;
    padding-right: 0.6em;
    vertical-align: middle;
    width: 33.333%;
}

.Single-products .sectionB .useT tr th {
    padding-top: 0.4em;
}

.Single-products .sectionB .useT tr td {
    border-bottom: solid 1px #333;
    padding-bottom: 0.6em;
    padding-top: 0.3em;
}

.Single-products .sectionB .useT tr th:nth-child(2n+1), .Single-products .sectionB .useT tr td:nth-child(2n+1) {
    background-color: #eaf5fc;
}

.Single-products .sectionB .useT ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.Single-products .sectionB .useT ul li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 0.25em solid #eaf5fc;
    background-color: #098;
    background-clip: padding-box;
    position: relative;
}

.Single-products .sectionB .useT ul li+li, .Single-products .sectionB .useT p+p {
    margin-top: 0.2em;
}

/* 製品中ページ アプリケーションテーブル */

.Single-products .sectionB .appliT tr td {
    width: 10%;
}

.Single-products .sectionB .appliT thead th {
    background-color: #d2e5f6;
}

.Single-products .appliT tbody th {
    background-color: #bbb;
}

.Single-products .sectionB .appliT strong {
    vertical-align: middle;
}

.Single-products .sectionB .appliT tr.tr01 th, .Single-products .sectionB .appliT tr.tr01 td {
    font-weight: bold;
}

.Single-products .sectionB .appliT tr.tr01 th {
    background-color: #f3b3cf;
}

.Single-products .sectionB .appliT tr.tr01 td {
    background-color: #fcf1f6;
}

/* 製品中ページ アプリケーションテーブル その2 */

.Single-products .sectionB .appli2T th {
    background-color: #d8dde8;
}

.Single-products .sectionB .appli2T tr.img td {
    padding: 0;
}

.Single-products .sectionB .appli2T tr.img td img {
    margin: 0;
}

.Single-products .sectionB .appli2T tr td.bg_5cell, .Single-products .sectionB .appli2T tr td.bg_4cell {
    background-size: 100%;
    background-position: center top;
    background-repeat: repeat-y;
}

.Single-products .sectionB .appli2T tr td.bg_5cell {
    background-image: url(../../product/images/ss/grades/cermet/table_cermet_bg1.png);
}

.Single-products .sectionB .appli2T tr td.bg_4cell {
    background-image: url(../../product/images/ss/grades/cermet/table_cermet_bg2.png);
}

/* 製品中ページ チップテーブル */

.Single-products .chipT .properties th {
    vertical-align: top;
    padding-top: 0.4em;
}

.Single-products .chipT .unit th {
    border-top: none;
    font-weight: normal;
}

.Single-products .chipT .grade {
    position: relative;
    padding-top: 0;
    vertical-align: middle;
}

.Single-products .chipT .grade span {
    position: absolute;
    font-weight: bold;
    color: #084;
}

.Single-products .sectionB .chipT .grade img {
    display: inline-block;
    width: auto;
}

.Single-products .chipT .app {
    padding: 0;
    vertical-align: top;
}

.Single-products .sectionB .chipT .app img {
    margin: 0;
}

.Single-products .sectionB .chipT .app p.features {
    text-indent: -1em;
}

.Single-products .sectionB .chipT .app p.features::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 0.2em solid #fff;
    background-color: #333;
    background-clip: padding-box;
    position: relative;
    top: 0.15em;
}

/* 製品中ページ チップブレーカーテーブル */

.Single-products .chipbreakerT td {
    padding: 0.25em;
}

.Single-products .sectionB .chipbreakerT td img {
    margin: 0;
}

.Single-products .sectionB .chipbreakerT td.green strong {
    line-height: 1.2em;
}

.Single-products .chipbreakerT ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.Single-products .chipbreakerT ul li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 0.2em solid #fff;
    background-color: #333;
    background-clip: padding-box;
    position: relative;
    top: 0.15em;
}

.Single-products .chipbreakerT ul li.star {
    color: #f00;
}

.Single-products .chipbreakerT ul li.star::before {
    content: "*";
    background-color: transparent;
    text-indent: 0em;
    text-align: center;
}

.Single-products .chipbreakerT ul li.none {
    padding-left: 1.3em;
    text-indent: -1.3em;
}

.Single-products .chipbreakerT ul li.none::before {
    display: none;
}

.Single-products .chipbreakerT ul li.none span {
    display: inline-block;
    width: 1.3em;
    text-indent: 0.2em;
}

.Single-products .chipbreakerT ul li p.img {
    text-align: center;
}

.Single-products .chipbreakerT ul li p.img img {
    display: inline-block;
}

.Single-products .chipbreakerT a.video {
    color: #333;
    line-height: 1.1em;
    text-decoration: none;
}

.Single-products .chipbreakerT a.video::before {
    display: inline-block;
    font-family: FontAwesome;
    color: #FFF;
    text-align: center;
    text-indent: 0;
    content: "\f16a";
    background-color: #C30;
}

/* 製品中ページ YouTube埋め込み */

.iframe-content {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.iframe-content iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* 製品中ページ ツールホルダー */

.Single-products .toolB .ttl-tool h3 {
    padding-left: 1em;
    text-indent: -1em;
}

.Single-products .toolB .ttl-tool h3::before {
    content: "";
    width: 0.75em;
    height: 0.75em;
    background-color: #003315;
    display: inline-block;
    margin-right: 0.25em;
}

.Single-products .sectionB .toolT tr th {
    background-color: #d8dde8;
    font-weight: normal;
}

.Single-products .sectionB .toolT tr td {
    width: 10%;
}

.Single-products .sectionB .toolT thead th {
    font-weight: bold;
}

.Single-products .sectionB .toolT tbody th {}

.Single-products .sectionB .toolT td img {
    margin: 0;
}

.Single-products .sectionB .toolT tr.tooling td, .Single-products .sectionB .toolT tr.insert td {
    padding: 0.25em;
}

.Single-products .sectionB .toolT tr.holder td {
    padding: 0.25em;
    vertical-align: top;
}

.Single-products .sectionB .toolT tr.holder_txt td {
    padding: 0.15em;
}

.Single-products .sectionB .toolT tr td img {
    width: auto;
    display: inline-block;
    max-width: 100%;
}

#product_insert_toolholder_ceramic .sectionB .toolT.toolT-3cell thead th.th01 {
    width: 26.66667%;
}

#product_insert_toolholder_ceramic .sectionB .toolT.toolT-4cell thead th.th01 {
    width: 20%;
}

#product_insert_toolholder_ceramic .sectionB .toolT.toolT-5cell thead th.th01 {
    width: 16%;
}

#product_insert_toolholder_ceramic .sectionB .toolT.toolT-6cell thead th.th01 {
    width: 13.33333%;
}

#product_insert_toolholder_ceramic .sectionB .toolT th.th02 {
    width: 10%;
}

.Single-products .sectionB .toolT tbody th {
    width: 10%;
}

.Single-products .sectionB .toolT.toolT-1cell td.green {
    width: 90%;
}

.Single-products .sectionB .toolT.toolT-2cell td.green {
    width: 45%;
}

.Single-products .sectionB .toolT.toolT-3cell td.green {
    width: 30%;
}

.Single-products .sectionB .toolT.toolT-4cell td.green {
    width: 22.5%;
}

.Single-products .sectionB .toolT.toolT-6cell td.green {
    width: 15%;
}

/* 製品中ページ エンドミル */

.Single-products .sectionB .specT th.th01 {
    width: 14%;
}

.Single-products .sectionB .specT th.th02 {
    width: 8%;
}

.Single-products .sectionB .specT th.th03 {
    width: 10%;
}

.Single-products .sectionB .specT th.th04 {
    width: 24%;
}

.Single-products .sectionB .specT td.application {
    text-align: left;
}

.Single-products .sectionB .specT td.dry {
    color: #6b9bd2;
}

.Single-products .sectionB .specT th.graph {
    padding: 0;
}

.Single-products .sectionB .specT td.graph {
    padding: 0;
    background-image: url(../images/graph_endmill_bg.png);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 100%;
}

.Single-products .sectionB .specT th.graph img, .Single-products .sectionB .specT td.graph img {
    margin: 0;
    width: 100%;
    height: auto;
}

/* 製品中ページ シリーズ */

.Single-products .seriesB h4 {
    position: relative;
}

.Single-products .seriesB h4 img {
    position: absolute;
    padding-right: 10px;
    background-color: #fff;
}

.Single-products .seriesB h4::before {
    content: "";
    width: 100%;
    height: 10px;
    border-bottom: #089 solid;
    position: absolute;
}

.Single-products .seriesB h4 img {
    width: auto;
}

.Single-products .seriesB .right {
    float: right;
}

.sectionB {
    width: 100%;
    margin-top: 30px;
}

.Single-products .sliding {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    /* background-color: #EEE; */
    padding-bottom: 5px;
    padding-top: 5px;
}

.Single-products .sliding .row {
    min-width: 500px;
}

.Single-products .sliding_large .row {
    min-width: 680px;
}

.Single-products .sectionB .sliding {
    padding-top: 5px;
    margin-top: 30px;
}

.Single-products .sectionB .introB+.sliding, .Single-products .sectionB .productH+.sliding, .Single-products .sectionB .productH+.row, .Single-products .sectionB .sliding+.row, .Single-products .sectionB .row+.sliding, .Single-products .sectionB .sliding+.sliding, .Single-products .sectionB .row+.row, .Single-products .sectionB .introB+.row {
    margin-top: 15px;
    padding-top: 5px;
}

.Single-products .sectionB .productH+.row {
    margin-top: 10px;
}

.Single-products .sliding .headB {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #FFF;
}

.bg-item ul.marked-s {
    margin-left: 0;
}

.bg-item h3 {
    font-weight: bold;
    line-height: 1.2em;
}

.bg-item-yellow {
    background-color: #ffd;
}

.bg-item-yellow h3 {
    color: #ec6c00;
}

.Single-products .bg-item-yellow .marked-s li::before {
    background-color: #ec6c00;
    border-color: #ffd;
}

.bg-item-pink {
    background-color: #fee;
}

.bg-item-pink h3 {
    color: #d06;
}

.Single-products .bg-item-pink .marked-s li::before {
    background-color: #d06;
    border-color: #fee;
}

.bg-item-green {
    background-color: #f6f8d9;
}

.bg-item-green h3 {
    color: #8b2;
}

.Single-products .bg-item-green .marked-s li::before {
    background-color: #8b2;
    border-color: #f6f8d9;
}

.bg-item-blue {
    background-color: #e9eff8;
}

.bg-item-blue h3 {
    color: #05a;
}

.Single-products .bg-item-blue .marked-s li::before {
    background-color: #05a;
    border-color: #e9eff8;
}

.Single-products .sectionB .row img {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 製品ページ 背景色つきアイテム */

.bg-item {
    padding: 1.5em 2em;
    margin-top: 20px;
    border-radius: 8px;
}

.row div.col-sm-6:first-child .bg-item, .row div.col-sm-6:nth-child(2) .bg-item {
    /* margin-top: 0; */
}

.bg-item h3 {
    font-size: 20px;
}

.Single-products .introB {
    font-size: 18px;
    line-height: 1.7em;
    background-color: #ebebeb;
    padding-top: 30px;
    padding-bottom: 30px;
}

.Single-products .introB:first-child, .Single-products productH+.introB {
    margin-top: 0;
}

.Single-products .sectionB .intro-ttl {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.2em;
    padding-bottom: 0.2em;
}

.Single-products .sectionB .intro-ttl::before {
    content: "";
    width: 0.75em;
    height: 0.75em;
    background-color: #003315;
    display: inline-block;
    margin-right: 0.25em;
}

.Single-products .sectionB .intro-ttl.sub-ttl_s {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.2em;
    padding-bottom: 0.2em;
}

.Single-products .sectionB .intro-ttl.sub-ttl_s::before {
    content: "";
    width: 0.75em;
    height: 0.75em;
    background-color: #098;
    display: inline-block;
    margin-right: 0.4em;
}

.Single-products .sectionB .intro-ttl+.marked {
    margin-top: 0.75em;
}

.Single-products .sectionB.leadB {
    line-height: 1.25em;
    font-weight: bold;
}

.Single-products .sectionB.leadB .row+.row, .Single-products .sectionB.leadB .wrap+.wrap {
    margin-top: 10px;
}

.Single-products .sectionB .row img {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.Single-products .sectionB .row img {
    margin-top: 0;
    margin-bottom: 0;
}

.Single-products .sectionB .row .wrap {
    padding: 0;
    margin-top: 8px;
}

.Single-products .sectionB .row .wrap .marked {
    position: relative;
}

.Single-products .sectionB .row .wrap .marked::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -14px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #6C9;
}

.Single-products .sectionB .row .wrap .indent4 {
    font-size: 14px;
    line-height: 1em;
    margin-top: 7px;
    margin-left: 2em;
    text-indent: -2em;
    font-weight: normal;
}

.Single-products .sectionB .row .wrap .indent4 br {
    line-height: 1.25em;
}

/* 製品中ページ 箇条書き */

.Single-products .sectionB .row ul.marked li {
    position: relative;
    margin-left: 1em;
    line-height: 1.25em;
    font-weight: bold;
}

.Single-products .sectionB .row ul.marked li::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -14px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #098;
}

.Single-products .sectionB .row ul.marked li+li {
    margin-top: 0.75em;
}

.Single-products .sectionB .row ul.marked li span {
    display: block;
    margin-left: 0.5em;
    color: #098;
}

.Single-products .sectionB .row ul.marked li span.text {
    display: inline;
    margin-left: 0px;
}

.Single-products .sectionB .row ul.marked+.note {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666;
    padding-top: 14px;
    text-indent: -0.4em;
    padding-left: 0.4em;
}

.Single-products .seriesB .turquoiseB {
    display: inline-block;
    color: #FFF;
    background-color: #098;
    font-size: 20px;
    font-weight: bold;
    padding: 0.2em 0.5em;
    margin-bottom: 20px;
    margin-top: 5px;
}

.Single-products .seriesB .turquoiseB+p.text {
    margin-top: -10px;
    margin-bottom: 10px;
}

.Single-products .seriesB .sliding-ttl .turquoiseB {
    margin-bottom: 10px;
}

.Single-products .seriesB .ttl-dot {
    padding-bottom: 0.4em;
}

.Single-products .seriesB .ttl-dot::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 0.2em solid #fff;
    background-color: #098;
    background-clip: padding-box;
    position: relative;
}

.Single-products .seriesB div.ttl-turquoise {
    border-top: #098 1px solid;
    border-bottom: #098 1px solid;
}

.Single-products .seriesB div.ttl-turquoise div {
    display: table;
    margin-top: -1px;
    margin-bottom: -1px;
}

.Single-products .seriesB div.ttl-turquoise div h5, .Single-products .seriesB div.ttl-turquoise div p {
    display: table-cell;
    vertical-align: middle;
}

.Single-products .seriesB div.ttl-turquoise h5 {
    color: #FFF;
    background-color: #098;
    font-size: 20px;
    font-weight: bold;
    padding: 0.2em 0.5em;
    margin-bottom: 20px;
}

.Single-products .seriesB div.ttl-turquoise p {
    color: #098;
    padding: 0.2em 0.5em 0.1em;
    line-height: 1.2em;
}

/* 製品中ページ 箇条書き */

.Single-products .seriesB ul.marked li {
    position: relative;
    margin-left: 1em;
    line-height: 1.25em;
    font-weight: bold;
}

.Single-products .seriesB ul.marked li::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -14px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #098;
}

.Single-products .seriesB ul.marked li+li {
    margin-top: 0.75em;
}

.Single-products .seriesB ul.marked li span {
    display: block;
    margin-left: 0.5em;
    color: #098;
}

.Single-products .seriesB ul.marked li span.text {
    display: inline;
    margin-left: 0px;
}

.Single-products .seriesB ul.marked+.note {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666;
    padding-top: 14px;
    text-indent: -0.4em;
    padding-left: 0.4em;
}

@media (max-width: 959px) {
    .Single-products .seriesB ul.marked li::before {
        left: -12px;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        top: 5px;
    }
}

.Single-products .seriesB table+ul.marked {
    margin-top: 15px;
}

.Single-products .seriesB table+ul.marked li+li {
    margin-top: 0.25em;
}

.Single-products ul.marked-s {
    margin-top: 5px;
}

.Single-products ul.marked-s li {
    line-height: 1.25em;
    margin-left: 1em;
    text-indent: -1em;
}

.Single-products ul.marked-s li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: #fff 0.2em solid;
    background-color: #333;
    background-clip: padding-box;
    position: relative;
}

.Single-products .seriesB ul.marked.sub li {
    font-weight: normal;
}

.Single-products .seriesB ul.marked.sub li::before {
    background-color: #333;
}

.Single-products .seriesB ul.marked.sub li+li {
    margin-top: 0.3em;
}

.Single-products ul.marked-s.sub li+li {
    margin-top: 0.2em;
}

.pro-ys ul.marked {
    list-style-type: none;
    padding: 0;
}

.Single-products .sectionB .seriesB:first-child {
    margin-top: 30px;
}

.Single-products .sectionB .seriesB+.seriesB {
    margin-top: 55px;
}

.Single-products .seriesB h4 {
    margin-bottom: 20px;
}

.Single-products .seriesB h4, .Single-products .seriesB h4 img {
    height: 40px;
}

.Single-products .seriesB h4::before {
    border-bottom-width: 4px;
    padding-top: 18px;
}

.Single-products .seriesB .angleImg {
    margin-top: 15px;
}

.Single-products .seriesB .angleImg img {
    height: 120px;
    width: auto;
}

.Single-products .seriesB#JQ .angleImg img {
    height: 90px;
}

.left {
    float: left;
}

.right {
    float: right;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1330px;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    /* padding-left: 6px; */
    /* padding-right: 6px; */
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.product_parent .smalltext .lmlb {}

.product_parent .smalltext .lmlb li {
    border: 1px solid #FFF;
    background-color: #e6e6e6;
}

.product_parent .smalltext .lmlb li a {
    color: #333;
    display: block;
    font-size: 18px;
    padding-top: 3px;
    padding-left: 10px;
    padding-bottom: 3px;
}

.product_parent .smalltext .lmlb li a span {
    font-size: 14px;
    margin-left: 10px;
}

.product-inner .mark {
    background: none;
}

.product-inner h4 {
    margin-top: 10px;
}

.ui-accordion-header {
    margin-bottom: 10px;
    padding-left: 10px;
    background-color: #d60f0f;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.ul-right {
    list-style-type: disc;
    line-height: 2em;
    font-size: 24px;
}

.ul-right li {
    font-weight: 300;
}

h3.ce_headline {
    color: #0292d9;
}

@media (min-width: 768px) and (max-width: 959px) {
    .hidden-sm {
        display: none !important;
    }
    .home-product-fl>div {
        margin-top: 20px;
    }
    .home-product-fl {
        margin-top: 10px;
    }
    .pro-title{
    font-size: 30px;
}
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .home-product-fl>div {
        margin-top: 20px;
    }
    .home-product-fl {
        margin-top: 10px;
    }
    .Blog-V-one-news {
        margin: 30px 0 30px;
    }
    .news-item-wrapper .news-item .news-text-item2>h4 {
        line-height: 25px;
        font-size: 25px;
    }
    .post-title {
        margin: 20px 0 0;
        padding: 0 0 15px;
    }
    .product_parent .image_container{
    width: 100%;
    margin: 0!important;
}
    .product_parent .txtbox{
    width: 100%;
    margin-bottom:  20px;
    margin-top: 10px;
}
.product_parent .txtbox .smalltext{margin-top: 10px;}
.pro-title{
    font-size: 26px;
    padding-bottom: 20px;
}
.Single-products2{
    margin: 15px 0 20px;
}
.home-gallery_wrapper{padding: 15px 0 20px;}
.isotop_menu{
    margin-bottom: 20px;
}
.pro-top{
    margin-bottom: 10px;
}
.pro-ys{
    margin-top: 20px;
}
.ce_headline{
    margin-top: 20px!important;
    margin-bottom: 15px!important;
}
nav.imagenav{
    margin-bottom: 20px!important;
}
}
.size2of3 ul.style3{
    line-height: 3em;
    font-size: 18px;
    list-style-type: disc;
}
.mklx{}
.mklx a{
    color: #0292d9;
}
.mklx ul{
    line-height:  2em;
    margin-top:  20px;
    margin-bottom:  20px;
    list-style-type: disc;
    font-size: 20px;
    font-weight: 300;
}
.mklx ul li{}
.mklx a.btn{
    display: inline-block;
    margin-bottom: 1em;
    padding: 10px 20px;
    text-align: center;
    background-color: #000;
    border-bottom: 0;
    font-size: .75em;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s;
    font-weight: 300;
    cursor: pointer;
    border-radius: 0;
}

.crmk-main{}
.crmk-main .crmk-list{display: none;}
.size2of3 ul{
    list-style-type: disc;
    line-height:  2em;
    font-size: 18px;
}
.xccs{display: none;}
.xccs p{
    color: #333;
}
.home-cp-news{
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.home-cp-news .home-cp-left{}
.home-cp-news .title-main{
    position:  relative;
}
.home-cp-news .title-main p{
    float:  left;
    font-size: 24px;
    font-weight: bold;
    color: #3d3e48;
}
.home-cp-news .title-main span{
    float:  right;
    margin-top: 10px;
}
.home-cp-news .title-main span a{
    text-align: center;
    line-height: 21px;
    background-color: #19B4EA;
    color: #FFF;
    font-weight: normal;
    width: 90px;
    display:  block;
}
.home-cp-main{
    margin-top: 10px;
}
.home-cp-main ul{
    display:  block;
}
.home-cp-main ul li{}
.home-cp-main ul li .imgbox{
    width: 100%;
    /* height: 140px; */
}
.home-cp-main ul li .imgbox a{}
.home-cp-main ul li .imgbox a img{
    /* height: 100%; */
}
.home-cp-main ul li p{
    text-align:  center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.home-cp-main ul li p a{color: #3d3e48;}
.home-news-main ul{}
.home-news-main ul li{
    border-bottom: 1px dotted #D1D1D1;
    padding: 10px 0;
}
.home-news-main ul li a{
    float:  left;
    color: #3d3e48;
    display: block;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.home-news-main ul li span{
    float:  right;
    color: #999999;
}
.copyright{}
.copyright ul{
    margin-bottom: 5px;
}
.copyright ul li{
    float:  left;
}
.copyright ul li a{color: #333;border-right: 1px solid #CACACA;padding: 0;padding-right: 15px;margin-right: 15px;}
.copyright ul li:last-child a{
    border-right: 0;
}
.banner-title{}
.banner-title h3{
    color: #fff;
    padding: 0.75rem 1rem;
    text-shadow: 1px 1px 2px #252424;
}
.banner-title ol{-webkit-box-pack: start !important;-ms-flex-pack: center !important;justify-content: left !important;}
.banner-title ol li{
    text-align:  left;
}

/*** page
-------------------------------------------------------------- ****/
.page {text-align: left;margin-top: 15px;}
.page a {border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;width:34px;height:34px;font: 14px/34px arial;text-align: center;}
.page a:hover,.page a:active{background:#3aa9f2;color: #FFFFFF;text-decoration: none;}
.page .cur {background: #0292d9;border: 1px solid #0292d9;text-decoration: none;}
.page a.cur {color: #fff;}
.page .disabled {width: 79px;}
.newspage a{
    width: auto;
    border: 0;
}
.newspage a:hover{
    background: none;
    color: #3aa9f2;
}
.indexlm{}
.indexlm a{}
.indexlm a figure{}
.indexlm a figure img{
    width: 100%;
}
.indexlm a .meta{
    text-align: center;
    color: #3d3e48;
    font-size: 0.9em;
}
@media(max-width:1399px) {
.news-item-wrapper .news-item .news-item-img{display: none;}
.news-item-wrapper .news-item .news-text-item{padding-left: 10px;}
.home-product-fl .fla .meta{font-size: 24px;}
}
@media(max-width:510px) {
    .copyright ul li a{
    font-size: 12px;
    padding-right: 5px;
    margin-right: 5px;
}
.copyright-info{
    padding-top: 1em;
}
.links p{ font-size: 12px;}
.links{
    margin-top: 0;
}
.copyright{
    margin-bottom: 0;
}
}
@media(max-width:480px) {
    .page .disabled {display: none;}
    .copyright ul li{
    margin-bottom: 9px;
}
#navbarSupportedContent{width: 80%;}
.home-product-fl .fla .meta{font-size: 18px;}
}