.top-bar {
	background-color: #304254;
	line-height: 50px;
	left: 0;
	top: 0;
	width: 100%;
	position: fixed
}
.address {
	color: #6f8aa6;
	font-size: 13px
}
.address i {
	font-size: 18px;
	vertical-align: middle
}
.social ul {
	float: right
}
.social li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle
}
.social li a {
	displat: inline-block;
	font-size: 16px;
	color: #4e6073
}
.social li a:hover {
	color: #00b2ce
}
.aboutbtn{  background: #fff;
    border: 1px solid #e51a78;
    padding: 10px 20px;
    color: #e51a78;
    border-radius: 120px;
    text-align: center;
    display: block;
    width: 200px;
    margin: 0 auto;
}
.aboutbtn:hover{  background: #e51a78;
    border: 1px solid #e51a78;
    color: #fff;
}
.navbar-custom {
	background: #fff;
    padding: 6px 0px 0px 0px;
	    border-bottom: 2px solid #ff6296;	
}
.top-nav-collapse {
	margin: 0
}
.navbar-collapse {
	float: right
}
.navbar-custom .navbar-brand {
	color: #fff;
	font-weight: 800;
	font-size: 30px
}
.navbar-custom .navbar-brand:hover {
	color: #fff
}
.navbar-custom .navbar-brand span {
	font-weight: 300;
	color: #00b2ce
}
.navbar-custom .navbar-brand span:hover {
	color: #00b2ce
}
.navbar-custom .navbar-brand:focus {
	outline: 0
}
.navbar-header p {
	border-left: 1px solid #465a6f;
	padding-left: 15px;
	float: left;
	color: #cddae7;
	font-size: 12px;
	line-height: 20px
}
.navbar-header p b {
	font-size: 16px;
	font-weight: 400;
	display: block
}
.navbar-custom .navbar-toggle {
	font-size: 28px;
	color: #ff6296;
	margin: 0;
	padding: 5px 10px 0;	
}
.navbar-custom .navbar-toggle:active, .navbar-custom .navbar-toggle:focus {
	outline: 0
}
.navbar-custom a {
	color: #333;
    font-weight: 600;
}
.navbar-custom a:hover {
	color: #00b2ce
}
.navbar-custom .nav li a {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 20px;
	    border-bottom: 2px solid #ffffff;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
	outline: 0;
	color: #ff6296;
    border-bottom: 2px solid #ff6296;
	background-color: transparent
}
.navbar-custom .nav li a.btn-default {
	background-color: #00b2ce;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 13px;
	font-weight: 600;
	padding: 0 40px;
	margin: 0 10px;
	box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15)
}
.navbar-custom .nav li a.btn-default:active, .navbar-custom .nav li a.btn-default:focus, .navbar-custom .nav li a.btn-default:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none
}
.navbar-custom .nav li.dropdown ul.dropdown-menu {
	background-color: #293949;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0;
	right: auto;
	top: 132%
}
.navbar-custom .nav li.dropdown ul.dropdown-menu li {
	border-bottom: 1px solid #394b5f
}
.navbar-custom .nav li.dropdown ul.dropdown-menu li a {
	line-height: 30px;
	border: none;
	color: #98acc0;
	font-size: 13px
}
.navbar-custom .nav li.dropdown ul.dropdown-menu li a:focus, .navbar-custom .nav li.dropdown ul.dropdown-menu li a:hover {
	color: #fff;
	border: none;
	outline: 0;
	background-color: transparent
}
.navbar-custom .nav li.dropdown ul.dropdown-menu li:last-child {
	border: none
}
.navbar-custom .nav li.open a {
	background-color: transparent
}
.navbar-custom .nav li.open a:focus, .navbar-custom .nav li.open a:hover {
	outline: 0;
	background-color: transparent
}
.breadcrumb {
	padding: 75px 0;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	   background-position: bottom;
}
.breadcrumb h2 {
	color: #304254;
	font-weight: 300;
	font-size: 30px;
	margin: 0
}
.breadcrumb ul {
	margin-top: 15px
}
.breadcrumb ul li {
	color: #ffffff;
	font-size: 14px;
	display: inline-block
}
.breadcrumb ul li a {
	color: #ffffff;
	display: inline-block;
	padding: 0 5px
}
.breadcrumb ul li:last-child a {
	color: #ffffff;
}

@media (min-width:768px) {
.navbar-custom {
	-webkit-transition: background 0.5s ease-in-out, padding 0.3s ease-in-out;
	-moz-transition: background 0.5s ease-in-out, padding 0.3s ease-in-out;
	-o-transition: background 0.5s ease-in-out, padding 0.3s ease-in-out;
	transition: background 0.5s ease-in-out, padding 0.3s ease-in-out
}
.navbar-custom.top-nav-collapse {
	padding:6px 0px 0px 0px;
	top: 0
}
.navbar-custom.top-nav-collapse .nav li.dropdown ul.dropdown-menu {
	top: 122%
}
}

@media (min-width:981px) and (max-width:1169px) {
.navbar-custom .nav {
	margin-top: 15px
}
.navbar-custom .nav li a {
	padding: 10px 22px
}
.navbar-custom .nav li.dropdown ul.dropdown-menu {
	top: 165%
}
.navbar-custom.top-nav-collapse .nav li.dropdown ul.dropdown-menu {
	top: 155%
}
}

@media (min-width:768px) and (max-width:1169px) {
.navbar-header p {
	border-left: none;
	float: none;
	clear: both;
	padding: 0
}
.navbar-header p b {
	display: inline-block
}
}

@media (min-width:768px) and (max-width:980px) {
.navbar-header {
	width: 100%
}
.navbar-toggle {
	display: block!important
}
.navbar-collapse.collapse {
	display: none!important
}
.navbar-collapse.in {
	display: block!important
}
.navbar-custom .nav {
	float: none;
	text-align: left;
	margin: 0;
	width: 100%;
	border-top: 1px solid #465a6f
}
.navbar-custom .nav li {
	float: none;
	display: block
}
.navbar-custom .nav li a {
	border: none
}
.navbar-collapse {
	margin-top: 0;
	padding: 0;
	float: none
}
}

@media (max-width:767px) {
	
.top-bar {
	line-height: 35px;
	text-align: center;
	position: relative
}
.social ul {
	float: none
}
.navbar-custom {

}
.top-nav-collapse {
	top: 0
}
.navbar-custom .nav {
	float: none;
	text-align: left;
	margin: 0
}
.navbar-custom .nav li {
	float: none;
	display: block
}
.navbar-custom .nav li a {
	border: none
}
.navbar-collapse {
	margin-top: 0;
	padding: 0;
	float: none
}
.address {
	font-size: 11px
}
.navbar-header p {
	display: none
}
}
footer {
	padding-top: 40px;
	padding-bottom: 30px;
	color: #333;
	background: #e8e8e8;
}
footer h2 {
	color: #333;
	font-weight: 800;
	font-size: 30px;
	margin: 15px 0
}
footer h2 span {
	font-weight: 300;
	color: #00b2ce
}
.contact-sec {

}
.contact-sec p {
	    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
}
.contact-sec li {
	line-height: 30px
}
.contact-sec li i {
	margin-right: 10px;
	font-size: 16px
}
.contact-sec .btn-default {
	margin-top: 20px
}
.footer-nav {
	padding-top: 20px
}
.footer-nav li {
	display: inline-block;
	margin-right: 35px;
	font-size: 14px
}
.footer-social {
	
}
.footer-social li {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px
}
.copyright {
	margin-top: 40px;
	padding: 20px 0;
	background-color: #304254
}
.copyright .text-right a {
	margin-left: 40px
}

@media (min-width:981px) and (max-width:1169px) {
.footer-nav li {
	margin-right: 17px
}
.footer-social li {
	margin-left: 10px
}
}

@media (min-width:768px) and (max-width:980px) {
.contact-sec {
	background: none
}
.footer-nav li {
	margin-right: 30px
}
}

@media (max-width:767px) {
.contact-sec {
	background: none
}
.footer-nav li {
	margin: 0;
	width: 49%;
	padding: 10px 0
}
.copyright {
	line-height: 35px
}
.copyright div {
	text-align: center!important
}
.copyright a {
	margin: 0 5px!important
}
}
body {
	    width: 100%;
    height: 100%;
    font-family: Microsoft JhengHei;
    color: #333;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 3rem;
}
html {
	width: 100%;
	height: 100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 3rem;
}
a {
	text-decoration: none;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease
}
a:focus, a:hover {
	text-decoration: none;
	background-color: transparent;
	    color:#a99a86;
}
input[type=password], input[type=text], select, textarea {
	border: none;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	height: 40px;
	line-hegiht: 40px;
	padding: 0;
	border-bottom: 1px solid #e9e9e9;
	font-weight: 300;
	color: #989898;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}
input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
	border-color: #ccc
}
textarea {
	min-height: 100px
}
button, input[type=submit] {
	border: none;
	cursor: pointer
}
body {
	webkit-tap-highlight-color: rgba(255, 255, 255, 0.2)
}
li, ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.left {
	float: left
}
.right {
	float: right
}
.clear {
	clear: both;
	float: none
}
.ml-0 {
	margin-left: 0px!important
}
.mt-20 {
	margin-top: 20px
}
.mt-30 {
	margin-top: 30px
}
.ml-5 {
	margin-left: 5px
}
.mr-5 {
	margin-right: 5px
}
.vi_mid {
	vertical-align: middle
}
.btn-default {
	background-color: #00b2ce;
	line-height: 50px;
	height: 50px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	padding: 0 40px;
	margin: 0;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	display: inline-block
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
	color: #fff;
	background-color: #00b2ce;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}
.btn-secondary {
	background-color: #a6a6a6;
	line-height: 40px;
	height: 40px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	padding: 0 30px;
	margin: 0;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
	display: inline-block
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
	color: #fff;
	background-color: #00b2ce;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}
#page-content {
	margin-top: 55px
}
#page-content h2 {
	    font-weight: 600;
    font-size: 30px;
    color: #a99a86;
	line-height: 2.5rem;
}
#page-content h2.blog-title{
	    font-size: 18px;
    color: #333;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	  
    text-align: center;
}
@media (min-width:768px) and (max-width:1169px) {
#page-content {
	margin-top: 50px
}
}

@media (max-width:767px) {
#page-content {
	margin-top: 55px
}
}
.flexslider .slide-info {
	    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 15%;
    top: 24%;
    background-color: #00000087;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 350px;
    height: 350px;
}
.flexslider .slide-con {
	padding: 29px 40px 0;
	position: relative
}
.flexslider .slide-con b {
	display: inline-block;
	padding: 0 20px;
	background-color: #0098b0;
	background-color: rgba(0, 0, 0, 0.1);
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 32px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	color: #1ee0ff
}
.flexslider .slide-con h3 {
    font-weight: 800;
    color: #fff;
    margin-top: 50px;
    font-size: 25px;
    line-height: 35px;
}
.flexslider .slide-con p {
	font-size: 16px;
	margin-top: 15px;
	line-height: 27px;
	color: #f9f9f9;
}
.flexslider .slide-con a {
	position: absolute;
    right: 65px;
    bottom: -43px;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding-top: 11px;
    width: 40px;
    text-align: center;
    height: 40px;
}

@media (min-width:981px) and (max-width:1169px) {
.flexslider .slide-info {
	top: 10%;
	left: 10%;
	width: 350px;
	height: 350px
}
.flexslider .slide-con {
	padding: 70px 30px 0
}
.flexslider .slide-con a {
	right: 90px;
	bottom: -85px;
	width: 50px;
	height: 50px
}
}

@media (min-width:768px) and (max-width:980px) {
.flexslider .slide-info {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.flexslider .slide-con {
	padding: 25px 0
}
.flexslider .slide-con p {
	padding: 0 25px
}
.flexslider .slide-con a {
	position: relative;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px
}
}

@media (max-width:767px) {
.flexslider .slide-info {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.flexslider .slide-con {
	padding: 25px 0
}
.flexslider .slide-con p {
	padding: 0 25px;
	font-size: 14px;
	line-height: 22px
}
.flexslider .slide-con h3 {
	font-size: 24px
}
.flexslider .slide-con a {
	position: relative;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px
}
}
.intro {
	margin: 70px 0
}
.intro p {
	margin-top: 15px;
	line-height: 30px;
	color: #989898;
	font-size: 14px;
	font-weight: 300
}
.intro ul {
	margin-top: 50px
}
.intro ul li p {
	line-height: 25px
}
.intro h3 {
	color: #304254;
	font-size: 16px;
	margin-top: 15px
}
.intro i {
	display: inline-block;
	background-color: #00b2ce;
	color: #fff;
	font-size: 20px;
	padding: 15px 10px;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}
.get-quote-form {
	position: relative;
	margin-top: -65px;
	margin-left: -15px;
	z-index: 10;
	box-shadow: 0 -14px 30px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 -14px 30px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 -14px 30px 0 rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 -14px 30px 0 rgba(0, 0, 0, 0.05)
}
.get-quote-form h2 {
	color: #fff!important;
	line-height: 65px;
	background-color: #00b2ce;
	padding: 0 25px;
	margin: 0;
	font-size: 24px!important
}
.get-quote-form form {
	border: 1px solid #f3f3f3;
	border-top: none;
	border-bottom: none;
	background-color: #fff;
	padding: 0 25px
}
.get-quote-form form div {
	padding-top: 25px
}
.get-quote-form form input[type=text], .get-quote-form form select, .get-quote-form form textarea {
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #e9e9e9;
	font-weight: 300;
	text-indent: 10px;
	line-height: 40px;
	height: 40px;
	color: #989898;
	font-size: 14px;
	width: 100%
}
.get-quote-form form .form-select {
	overflow: hidden;
	position: relative
}
.get-quote-form form .form-select span {
	position: absolute;
	right: 15px;
	top: 35px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #d3d3d3
}
.get-quote-form form select {
	width: 107%;
	text-indent: 0
}
.get-quote-form form textarea {
	font-family: Microsoft JhengHei;
	height: 120px
}
.get-quote-form form .text-center {
	padding: 50px 0
}

@media (max-width:980px) {
.get-quote-form {
	margin-top: 65px;
	margin-left: 0
}
}
.product-tab {
	background-color: #f3f3f3;
	position: relative;
	z-index: 10;
	overflow: hidden
}
.product-tab h2 {
	margin-top: 50px;
	margin-bottom: 30px
}
.product-tab h4 {
	    font-size: 24px;
    color: #333;
    font-weight: 600;
	    margin-bottom: 25px;
	    margin-top: 0px;
}
.product-tab h4 span {
	background-color: #a99a86;
	margin-right: 15px;
	margin-top: -25px;
	text-align: center;
	width: 50px;
	display: inline-block;
	padding: 50px 0 20px;
	border-radius: 0 0 25px 25px;
	-moz-border-radius: 0 0 25px 25px;
	-webkit-border-radius: 0 0 25px 25px;
	color: #fff;
	font-size: 24px
}
.product-tab p {
	    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.product-tab p.tel {
	font-size: 20px
}
.product-tab p.tel span {
	font-size: 12px;
	display: block
}
.product-tab img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	max-width: 750px;
	width: 100%
}
.resp-arrow {
	border-top-color:#ffb000;
}
h3.resp-tab-active span.resp-arrow {
	border-bottom-color: #ffb000;
}

@media (min-width:1920px) {
.product-tab img {
	max-width: 775px
}
}

@media (min-width:768px) and (max-width:980px) {
.product-tab h4 span {
	margin-top: 0
}
.product-tab .prod-tab-content {
	display: inline-block;
	width: 60%
}
.product-tab img {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	float: right;
	width: 35%
}
}

@media (max-width:767px) {
.product-tab h4 span {
	margin-top: 0
}
.product-tab .prod-tab-content {
	display: inline-block;
	width: 100%
}
.product-tab img {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	width: 100%
}
}
.services {
	margin: 70px 0
}
.services .services-dtl {
	margin-top: 60px;
	min-height: 155px
}
.services .services-dtl span {
	color: #00b2ce;
	font-size: 30px;
	line-height: normal
}
.services .services-dtl h3 {
	font-weight: 400;
	color: #304254;
	font-size: 16px;
	margin-bottom: 0
}
.services .services-dtl p {
	color: #989898;
	font-size: 14px;
	line-height: 25px;
	margin-top: 15px
}
.testimonials {
	padding: 70px 0;
	background-color: #f3f6f8
}
.testimonials .testimonial-tab {
	margin-top: 40px
}
.testimonials .testimonial-tab .testimonials-tab-list {
	text-align: center;
	border-bottom: 1px solid #e7e9e4
}
.testimonials .testimonial-tab .testimonials-tab-list li {
	display: inline-block;
	margin: 0 10px;
	padding-bottom: 30px
}
.testimonials .testimonial-tab .testimonials-tab-list li img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 74px;
	height: 74px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}
.testimonials .testimonial-tab .testimonials-tab-list li.active img, .testimonials .testimonial-tab .testimonials-tab-list li:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
.testimonials .testimonial-tab .testimonials-tab-list li.active {
	background: url(../images/testimonial-active-bg.jpg) repeat-y center bottom
}
.testimonials .testimonial-tab .testimonials-tab-content {
	margin: 30px 0;
	text-align: center;
	position: relative;
	overflow: hidden
}
.testimonials .testimonial-tab .testimonials-tab-content div {
	position: absolute;
	width: 100%
}
.testimonials .testimonial-tab .testimonials-tab-content div.active {
	position: relative
}
.testimonials .testimonial-tab .testimonials-tab-content i {
	position: absolute;
	font-size: 60px;
	color: #d9e1e6
}
.testimonials .testimonial-tab .testimonials-tab-content i.left-quote {
	left: 0;
	top: 85px
}
.testimonials .testimonial-tab .testimonials-tab-content i.right-quote {
	right: 0;
	bottom: 0
}
.testimonials .testimonial-tab .testimonials-tab-content h3 {
	color: #00b2ce;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px
}
.testimonials .testimonial-tab .testimonials-tab-content h3 span {
	color: #b5c2ca
}
.testimonials .testimonial-tab .testimonials-tab-content p {
	font-size: 18px;
	margin-top: 20px;
	line-height: 36px;
	color: #849aa8
}

@media (max-width:767px) {
.testimonials {
	padding: 50px 0
}
.testimonials .testimonial-tab .testimonials-tab-content {
	margin: 10px 0
}
.testimonials .testimonial-tab .testimonials-tab-content i {
	font-size: 40px
}
.testimonials .testimonial-tab .testimonials-tab-content i.left-quote {
	top: 60px
}
}

@media (max-width:590px) {
.testimonials {
	padding: 50px 0
}
.testimonials .testimonial-tab .testimonials-tab-list li img {
	width: 65px;
	height: 65px
}
.testimonials .testimonial-tab .testimonials-tab-content {
	margin: 10px 0
}
.testimonials .testimonial-tab .testimonials-tab-content i {
	font-size: 40px
}
.testimonials .testimonial-tab .testimonials-tab-content i.left-quote {
	top: 60px
}
}

@media (max-width:428px) {
.testimonials {
	padding: 50px 0
}
.testimonials .testimonial-tab .testimonials-tab-list li {
	margin: 0 2px
}
.testimonials .testimonial-tab .testimonials-tab-list li img {
	width: 50px;
	height: 50px
}
.testimonials .testimonial-tab .testimonials-tab-content {
	margin: 20px 0
}
.testimonials .testimonial-tab .testimonials-tab-content i {
	font-size: 30px
}
.testimonials .testimonial-tab .testimonials-tab-content i.left-quote {
	top: 60px
}
}
.recent-news {
	padding: 50px 0
}
.recent-news2 p{
	margin: 10px 0;
}
.recent-news2 h5{
	font-size: 16px;
    color: #ff4343;
    font-weight: 500;
}
.recent-news2 h6{
	font-size: 20px;
    color: #ffb000;
	margin-top: 30px;
}

.recent-news2 ul{
	margin: 20px 0;
}
.redw{
	color: #FF0F13;font-size: 24px;
}
.recent-news .news-sec-box {
    margin-top: 50px;
    background: #fff;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.recent-news .news-sec-box h3 {
	font-size: 21px;
	color: #304254;
	font-weight: 400;
		    padding: 0px 10px;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recent-news .news-sec-box h3 a {
	    color: #333;
    font-weight: 600;
}
.recent-news .news-sec-box h3 a:hover {
	color: #304254
}
.recent-news .news-sec-box span {
	line-height: normal;
	font-size: 30px;
	color: #00b2ce
}
.recent-news .news-sec-box p {
	    font-weight: 500;
    font-size: 14px;
    color: #777777;
	    padding: 0px 10px;
}
.recent-news .news-sec-box .news-by {
	margin-top: 20px;
	font-weight: 300;
	font-size: 14px
}
.recent-news .news-sec-box .news-by img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	vertical-align: middle
}
.recent-news .news-sec-box .news-by a {
	color: #00b2ce
}
.recent-news .news-sec-box:hover {
	    border-bottom: 2px solid #ffb000;
}
.partners .parner-slider-mn {
	border: 1px solid #ededed;
	border-bottom: 0;
	border-right: 0
}
.partners .col-sm-3 {
	border-bottom: 1px solid #ededed
}
.partners h2 {
	margin: 0;
	padding: 50px 40px
}
.partners .col-sm-9 {
	border-left: 1px solid #ededed;
	padding: 0
}
.partners .partner-slider .owl-pagination {
	display: none
}
.partners .partner-slider .owl-buttons {
	position: absolute;
	bottom: 20px;
	left: -70px
}
.partners .partner-slider .partner-logo {
	display: table;
	width: 100%;
	height: 84px;
	text-align: center;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed
}
.partners .partner-slider .partner-logo p {
	display: table-cell;
	vertical-align: middle;
	max-height: 44px
}

@media (min-width:981px) and (max-width:1169px) {
.partners h2 {
	padding: 50px 30px
}
}

@media (min-width:768px) and (max-width:980px) {
.partners h2 {
	padding: 50px 0
}
.partners .col-sm-9 {
	border-right: 1px solid #ededed
}
.partners .partner-slider .owl-buttons {
	bottom: 10px
}
}

@media (max-width:767px) {
.partners h2 {
	padding: 50px 0
}
.partners .partner-slider .owl-buttons {
	bottom: auto;
	left: auto;
	right: 20px;
	top: -30px
}
}
.error404 {
	margin: 100px 0
}
.error404 .page-error-box {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #00b2ce;
	width: 100%;
	margin: 0 auto;
	max-width: 397px;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 150px;
	line-height: 360px;
	font-weight: 300
}
.error404 .page-error-box span {
	position: absolute;
	right: 15px;
	top: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #304254;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #fff
}
.error404 .error-txt {
	margin-top: 60px
}
.error404 .error-txt p {
	font-size: 18px;
	color: #00b2ce;
	margin: 0
}
.error404 .error-txt h2 {
	line-height: 48px;
	color: #304254;
	margin: 25px 0
}

@media (max-width:980px) {
.error404 .page-error-box {
	font-size: 120px;
	line-height: 300px
}
.error404 .page-error-box span {
	right: 0;
	top: 35px
}
.error404 .error-txt h2 {
	font-size: 26px!important
}
}
.service-listing h2 {
	margin-bottom: 50px
}
.service-listing .last-row {
	border-top: 1px solid #eef1f3
}
.service-listing .services-dtl {
	text-align: center;
	border-right: 1px solid #eef1f3;
	margin-top: 0;
	padding-top: 60px;
	padding-bottom: 20px
}
.service-listing .services-dtl span {
	border-bottom: 2px solid #00b2ce;
	padding-bottom: 20px;
	display: inline-block
}
.service-listing .services-dtl a {
	visibility: hidden;
	display: inline-block;
	margin-top: 15px;
	border: 1px solid #344659;
	line-height: 42px;
	padding: 0 25px;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	color: #344659
}
.service-listing .services-dtl a:hover {
	border-color: #00b2ce;
	color: #00b2ce
}
.service-listing .services-dtl:hover h3 {
	color: #00b2ce;
	font-weight: 700
}
.service-listing .services-dtl:hover a {
	visibility: visible
}
.service-listing .services-dtl:last-child {
	border-right: none
}

@media (max-width:640px) {
.service-listing .last-row {
	border-top: none
}
.service-listing .services-dtl a {
	visibility: visible
}
}
.testimonial-box {
	margin: 80px 0
}
.testimonial-box .testimonial-box-con {
	border: 1px solid #f3f3f3;
	box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	padding: 30px;
	margin-top: 50px
}
.testimonial-box .testimonials-by img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	margin-right: 25px;
	vertical-align: middle
}
.testimonial-box .testimonials-by h3 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #00b2ce;
	font-size: 18px;
	margin: 0;
	line-height: 26px
}
.testimonial-box .testimonials-by h3 span {
	font-size: 14px;
	color: #b5c2ca
}
.testimonial-box p {
	margin-top: 20px;
	color: #849aa8;
	font-size: 18px;
	line-height: 36px;
	position: relative
}
.testimonial-box p span {
	color: #d9e1e6;
	font-size: 20px;
	display: inline-block;
	margin: 0 10px
}
.testimonial-box li {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px
}
.testimonial-box li a {
	color: #304254
}
.testimonial-box li a:hover {
	color: #00b2ce
}

@media (min-width:768px) and (max-width:980px) {
.testimonial-box .testimonial-box-con {
	padding: 30px 25px
}
}
.agent-listing .agent-intro {
	margin-top: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #304254
}
.agent-listing a.agent-img {
	background-color: #000;
	display: inline-block
}
.agent-listing a.agent-img:hover img {
	opacity: 0.8;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}
.agent-listing .col-sm-6 {
	margin-top: 50px
}
.agent-listing i {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #00b2ce;
	width: 42px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	margin-top: 25px
}
.agent-listing h3 {
	font-size: 16px;
	color: #304254
}
.agent-listing h3 a {
	color: #304254
}
.agent-listing h3 span {
	font-size: 12px;
	color: #00b2ce
}
.agent-listing p {
	color: #989898;
	line-height: 25px;
	padding-top: 10px
}

@media (min-width:481px) and (max-width:640px) {
.agent-listing .col-sm-6 {
	float: left;
	width: 50%
}
}
.columns {
	margin: 50px 0
}
.columns h3 {
	font-size: 18px;
	color: #304254;
	margin: 0
}
.columns h3 span {
	color: #00b2ce
}
.columns p {
	line-height: 30px;
	color: #989898;
	margin-top: 20px;
	font-size: 14px
}
.columns .row div {
	margin-top: 50px
}
.accordion-section {
	overflow: hidden;
	border: 1px solid #f3f3f3;
	box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	border-radius: 3px;
	background: #fff;
	margin-top: 30px
}
.accordion-section .accordion-section-title {
	width: 100%;
	padding: 25px 40px;
	display: inline-block;
	transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
	font-size: 16px;
	color: #304254;
	position: relative
}
.accordion-section .accordion-section-title i {
	position: absolute;
	right: 30px;
	top: 25px;
	color: #d3d3d3;
	font-size: 24px;
	transition: all ease 0.15s;
	-webkit-transition: all ease 0.15s;
	-moz-transition: all ease 0.15s;
	-o-transition: all ease 0.15s;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg)
}
.accordion-section .accordion-section-title.active, .accordion-section .accordion-section-title:focus, .accordion-section .accordion-section-title:hover {
	text-decoration: none;
	outline: none
}
.accordion-section .accordion-section-title.active i, .accordion-section .accordion-section-title:focus i, .accordion-section .accordion-section-title:hover i {
	color: #00b2ce
}
.accordion-section .accordion-section-title.active i {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg)
}
.accordion-section .accordion-section-content {
	padding: 0 30px 25px;
	display: none
}
.accordion-section .accordion-section-content p {
	color: #989898;
	font-size: 14px;
	line-height: 30px
}

@media (max-width:980px) {
.accordion-section .accordion-section-title i {
	right: 15px
}
}
.faq-sec {
	border: 1px solid #f3f3f3;
	box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	border-radius: 3px;
	background: #fff;
	margin-top: 60px;
	padding: 0 30px 30px
}
.faq-sec .ques {
	width: 40px;
	display: inline-block;
	background-color: #00b2ce;
	line-height: 40px;
	padding-top: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	vertical-align: top;
	font-size: 20px
}
.faq-sec .faq-con {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	width: 80%
}
.faq-sec .faq-con h3 {
	font-size: 16px;
	color: #304254;
	margin-top: 30px
}
.faq-sec .faq-con p {
	color: #989898;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 30px
}

@media (min-width:768px) and (max-width:980px) {
.faq-sec .faq-con {
	width: 73%
}
}

@media (max-width:428px) {
.faq-sec .faq-con {
	width: 100%;
	margin: 0
}
}
.find-agent {
	margin: 50px 0 100px
}
.find-agent .find-agent-con {
	border: 1px solid #f3f3f3;
	box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	background: #fff;
	margin-top: 60px;
	padding: 0 30px
}
.find-agent .find-agent-con .find-agent-form {
	padding: 50px 15px 50px 0
}
.find-agent .find-agent-con .find-agent-form input[type=submit] {
	margin-top: 30px
}
.find-agent .find-agent-con .find-agent-form p {
	margin-top: 30px;
	font-size: 12px;
	font-weight: 300;
	color: #304254
}
.find-agent .find-agent-con .find-agent-feat {
	padding: 30px 0 50px 30px;
	border-left: 1px solid #f3f3f3
}
.find-agent .find-agent-con .find-agent-feat li {
	position: relative;
	padding-left: 25px;
	line-height: 30px;
	padding-top: 10px;
	color: #869294;
	font-weight: 300
}
.find-agent .find-agent-con .find-agent-feat li:before {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 16px;
	content: "";
	color: #00b2ce;
	font-family: FontAwesome
}

@media (max-width:767px) {
.find-agent .find-agent-con .find-agent-feat {
	padding: 0 0 50px 0;
	border-left: none
}
}
.contact-us {
	margin: 70px 0
}
.contact-us .contact-map {
	display: block
}
.form-box {
	border: 1px solid #f3f3f3;
	border-top: none;
	box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	background: #fff
}
.form-box h2 {
	margin: 0;
	color: #fff!important;
	background-color: #00b2ce;
	line-height: 65px;
	padding: 0 25px
}
.form-box .form-content {
	padding: 25px
}
.form-box .form-content input[type=text], .form-box .form-content textarea {
	margin-bottom: 25px
}
.form-box .form-content input[type=submit] {
	margin: 25px 0
}
.contact-info h3 {
	font-size: 24px;
	color: #304254;
	font-weight: 300;
	margin: 0
}
.contact-info i.icon {
	color: #fff;
	background-color: #00b2ce;
	text-align: center;
	line-height: 37px;
	width: 37px;
	margin-right: 15px;
	border-radius: 50%;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px
}
.contact-info p {
	vertical-align: top;
	display: inline-block;
	width: 82%;
	font-size: 16px;
	line-height: 32px;
	color: #768ba2;
	font-weight: 300
}
.contact-info p a {
	color: #768ba2
}
.contact-info p a:hover {
	color: #00b2ce
}
.contact-info p.social {
	margin-left: 55px
}
.contact-info p.social a {
	display: inline-block;
	color: #304254;
	margin-right: 5px;
	font-size: 16px;
	vertical-align: middle
}
.contact-info p.social a:hover {
	color: #00b2ce
}
.contact-info .contact-address {
	padding: 50px 30px;
	border-right: 1px solid #f3f3f3
}
.contact-info .contact-address div {
	margin-top: 20px
}
.contact-info .contact-dtl {
	padding: 50px 30px
}
.contact-info .contact-dtl div {
	margin-top: 20px
}

@media (min-width:981px) and (max-width:1169px) {
.contact-info p {
	width: 77%;
	font-size: 15px;
	line-height: 30px
}
.contact-info .contact-address {
	padding: 50px 0
}
}

@media (min-width:768px) and (max-width:980px) {
.contact-info .contact-address {
	padding: 50px 10px 50px 30px
}
.contact-info .contact-dtl {
	padding: 50px 10px 50px 30px
}
}

@media (max-width:767px) {
.contact-info p {
	width: 80%;
	font-size: 15px
}
.contact-info .contact-address {
	padding: 50px 0;
	border: none
}
.contact-info .contact-dtl {
	padding: 0 0 50px
}
}
.agent-listings {
	margin: 100px 0
}
.agent-listings .agent-dtl-con {
	border: 1px solid #f3f3f3;
	border-left: none;
	border-bottom: none;
	box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	-o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
	background: #fff;
	margin-left: -30px
}
.agent-listings .agent-intro {
	padding: 40px
}
.agent-listings .agent-intro h3 {
	font-size: 24px;
	color: #304254;
	font-weight: 300;
	margin: 0
}
.agent-listings .agent-intro h3 span {
	color: #00b2ce;
	font-size: 12px;
	font-weight: 300
}
.agent-listings .agent-intro article {
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0;
	color: #304254;
	font-weight: 300
}
.agent-listings .agent-intro p {
	font-weight: 300;
	color: #989898;
	line-height: 25px
}
.agent-listings .contact-info {
	background-color: #f6f8f9
}
.agent-listings .form-box {
	margin-left: -30px
}
.agent-listings .form-box input[type=text].input-inline {
	width: 48%;
	display: inline-block
}
.agent-listings .form-box input[type=text].input-inline.email {
	margin-right: 1%
}
.agent-listings .form-box input[type=text].input-inline.phone {
	margin-left: 2%
}

@media (min-width:981px) and (max-width:1169px) {
.agent-listings .contact-info .contact-address {
	padding-left: 15px;
	padding-right: 15px
}
.agent-listings .contact-info p {
	font-size: 14px
}
}

@media (max-width:980px) {
.agent-listings .agent-dtl-con, .agent-listings .form-box {
	margin-left: 0
}
}

@media (max-width:767px) {
.agent-listings .form-box input[type=text] {
	width: 100%!important;
	margin: 0!important;
	display: block!important
}
}
.product-main {
	background-color: #e7edee;
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin-top: -20px
}
.product-main .prod-tab-content {
	padding-bottom: 60px
}
.product-main h2 {
	margin-top: 50px;
	margin-bottom: 30px
}
.product-main h4 {
	font-size: 24px;
	color: #304254;
	font-weight: 300;
	margin: 0
}
.product-main h4 span {
	background-color: #00b2ce;
	margin-right: 15px;
	margin-top: -25px;
	text-align: center;
	width: 50px;
	display: inline-block;
	padding: 50px 0 20px;
	border-radius: 0 0 25px 25px;
	-moz-border-radius: 0 0 25px 25px;
	-webkit-border-radius: 0 0 25px 25px;
	color: #fff;
	font-size: 24px
}
.product-main p {
	font-weight: 300;
	font-size: 14px;
	color: #869294;
	line-height: 30px;
	margin-top: 30px
}
.product-main p.tel {
	font-size: 20px
}
.product-main p.tel span {
	font-size: 12px;
	display: block
}
.product-main img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	max-width: 675px;
	width: 100%
}
.product-detail h2 {
	margin: 70px 0 30px
}
.product-detail h4 {
	color: #304254;
	font-size: 16px
}
.product-detail p {
	color: #989898;
	font-size: 14px
}
.product-detail ul li {
	color: #304254;
	font-size: 16px;
	line-height: 35px
}
.product-detail ul li span {
	color: #00b2ce;
	margin-right: 10px
}
.product-detail .benifit {
	-webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
	padding: 60px 75px
}
.wwa {
	text-align: center
}
.wwa h2 {
	margin: 70px 0 30px
}
.wwa h4 {
	color: #304254;
	font-size: 16px
}
.wwa p {
	color: #989898;
	font-size: 14px;
	margin-bottom: 50px
}
.wwa .mis-vis {
	-webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
	padding: 50px 75px 30px
}
.wwa .mis-vis span {
	display: inline-block;
	height: 53px;
	width: 53px;
	border-radius: 100%;
	background: #00b2ce;
	line-height: 53px;
	text-align: center;
	color: #fff;
	font-size: 24px
}
.wwa .mis-vis h4 {
	color: #304254;
	font-size: 16px;
	margin: 30px 0
}

@media (min-width:1920px) {
.product-main img {
	max-width: 960px
}
}

@media (min-width:768px) and (max-width:980px) {
.product-main h4 span {
	margin-top: 0
}
.product-main img {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	float: right;
	width: 35%
}
}

@media (max-width:767px) {
.product-main h4 span {
	margin-top: 0
}
.product-main img {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	width: 100%
}
}
.blog-page {
	margin-top: 20px;
	    margin-bottom: 20px;
}
.blog-page .single-post {
	margin-top: 0px
}
.blog-page .single-post .blog-icon {
	margin-top: 35px
}
.blog-page .single-post .blog-meta {
	color: #a6a6a6
}
.blog-page .single-post .blog-meta a {
	margin-left: 30px;
	color: #a6a6a6
}
.blog-page .single-post .blog-meta a:hover {
	color: #00b2ce
}
.blog-page .single-post .blog-meta a i {
	margin-right: 10px
}
.blog-page .single-post p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    line-height: 25px;
}
.blog-page .single-post .blog-btn {
	margin-top: 30px
}
.blog-page .single-post .blog-btn .img-inline {
	float: right;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.blog-page .single-post .blog-btn .img-inline img {
	border-radius: 100%;
	width: 42px;
	height: 42px;
	margin-right: 20px
}
.blog-page .single-post .blog-btn .img-inline a {
	color: #00b2ce;
	margin-top: 10px
}
.quote-post {
	margin-top: 50px;
	padding: 40px;
	background-color: #efefef;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.quote-post .quote-img {
	margin-right: 30px
}
.quote-post .quote-text h5 {
	margin: 0;
	line-height: 35px;
	color: #a6a6a6;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px
}
.quote-post .quote-text h6 {
	color: #00b2ce;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px
}
.ins-page {
	margin: 40px 0
}
.ins-page li {
	text-transform: uppercase;
	font-size: 12px;
}
.ins-page li:first-child span {
	background: #00b2ce;
	color: #fff;
	border-color: #00b2ce;
	border-radius: 20px;
	margin-right: 10px
}
.ins-page li:first-child span:hover {
	background: #fff;
	color: #00b2ce;
	border-color: #00b2ce
}
.ins-page li:last-child a {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px
}
.ins-page li a {
	background: #efefef;
	color: #000;
	border-color: #efefef;
	border-radius: 20px;
	margin-right: 10px
}

@media (max-width:767px) {
.ins-page {
	font-size: 12px
}
.quote-post {
	display: inline-block;
	padding: 30px
}
.quote-post .quote-img {
	margin-bottom: 25px
}
.blog-title {
	font-size: 18px;
}
}
.blog-post {
	margin-top: 20px;
}
.blog-post h2 {
	font-size: 24px!important;
	margin-top: 40px;
	margin-bottom: 35px
}
.blog-post .search-text .search {
	padding: 15px;
	background-color: #efefef
}
.blog-post .search-text .btn-search {
	max-height: 40px;
	padding: 5px 22px;
	line-height: normal
}
.category-post .inline-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
	font-size: 15px
}
.category-post .inline-text h4 {
	margin: 0;
	margin-left: 15px;
	font-size: 15px;
	color: #304254
}
.category-post .inline-text h4:hover {
	color: #00b2ce
}
.category-post .inline-text .margin-left-auto {
	margin-left: auto
}
.blue-text {
	color: #00b2ce
}
.border-bottom {
	border-bottom: 1px solid #efefef
}
.recent-post li a {
	font-size: 12px;
	color: #304254
}
.recent-post li a:hover {
	color: #00b2ce;
}
.recent-post li h6 {
	color: #a6a6a6
}
.tags a {
	    padding: 0px 15px;
    background: #f9f9f9;
    color: #a4a4a4;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
    font-weight: 700;
    font-size: 11px;
    margin-right: 10px;
    float: left;
}
.tags a:first-child, .tags a:hover {
	background: #efefef;
    color:#7b7b7b;
}
.blog-author {
	margin-top: 35px
}
.blog-author .author-text {
	background-color: #00b2ce;
	color: #fff;
	padding: 15px;
	text-align: center;
	min-width: 263px;
	font-size: 14px;
	text-transform: uppercase
}
.blog-author .cap-title {
	line-height: 26px;
	color: #304254;
	margin-top: 25px
}
.blog-author img{
	width: 400px;
}
.caption-list {
    margin-top: 15px;
    margin-left: 15px;
}
.caption-list li {
	margin-bottom: 10px
}
.caption-list li a {
	margin-left: 10px;
	color: #a6a6a6
}
.caption-list li a:hover {
	color: #00b2ce
}
.caption-list p{
	margin-left: 25px;
}
.quote-post1 {
	margin: 35px 0;
	padding: 40px;
	background: #f5f5f5;
}
.quote-post1 .quote-text h5 {
	margin: 0;
	line-height: 35px;
	color: #a6a6a6;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px
}
.display-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.display-line .ml-auto {
	margin-left: auto
}
.relate-post h6 {
	font-size: 15px;
	color: #304254
}
.relate-post a {
	font-size: 15px
}
.relate-post a:hover {
	color: #00b2ce
}
.social-post {
	margin: 45px 0;
	padding: 40px;
	background-color: #f1f6f8;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.social-post .social-img {
	margin-right: 30px;
	max-width: 100px;
	border-radius: 100%
}
.social-post .social-text h5 {
	line-height: 35px;
	color: #a6a6a6;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px
}
.social-post .social-text h6 {
	color: #00b2ce;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px
}
.social-post .social-icon li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 5px
}
.social-post .social-icon a {
	background: #d6e4ea;
	border-radius: 100%;
	padding: 10px 15px;
	color: #a6a6a6
}
.social-post .social-icon a:hover {
	background: #66cef6;
	color: #fff
}
.comment-post {
	margin: 45px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.comment-post .comment-img {
	margin-right: 30px;
	max-width: 100px;
	border-radius: 100%
}
.comment-post .comment-text h4 {
	color: #304254
}
.comment-post .comment-text h5 {
	line-height: 28px;
	color: #a6a6a6;
	font-size: 16px
}
.comment-post .comment-text h6 {
	color: #00b2ce;
	font-size: 16px
}
.comment-post-right {
	margin-left: 127px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 30px;
	background: #f1f6f8
}
.comment-post-right .comment-img {
	margin-right: 30px;
	max-width: 100px;
	border-radius: 100%
}
.comment-post-right .comment-text h4 {
	color: #304254
}
.comment-post-right .comment-text h5 {
	line-height: 28px;
	color: #a6a6a6;
	font-size: 16px
}
.comment-post-right .comment-text h6 {
	color: #00b2ce;
	font-size: 16px
}
.comment {
	margin-top: 35px
}
.comment input[type=password], .comment input[type=text], .comment select, .comment textarea {
	background-color: #f9f9f9;
	border-bottom: none;
	padding: 12px;
	border-radius: 20px
}

@media (max-width:767px) {
.blog-page .single-post .blog-meta a i {
	margin-right: 2px
}
.sm-display {
	display: inherit
}
.social-post {
	display: inline-block;
	padding: 30px;
	text-align: center
}
.sm-inline {
	display: inherit
}
.comment-post {
	display: inherit
}
.comment-post-right {
	display: inherit;
	margin-left: 0
}
}

/*--------------------------------*/
.about h4{
	margin: 20px 0px 5px 0px;
}
.aboutW{
	padding: 5%;
}
.gray_bg{
	background: #f3f3f3;
}
.navbar-custom .nav li a.btn-green{
	    border-radius: 20px;
    font-size: 16px;
    padding: 2px 20px;
    background: #a99a86;
    color: #fff;
    margin-top: 8px;
}
.navbar-custom .nav li a.btn-green:hover {
    background: #776b5a;
	border-bottom: 0px;
}
.navbar-custom .nav li i{
	margin-right: 5px;
}
.navbar-custom .nav li a.btn-2{    border-radius: 20px;
    font-size: 16px;
    padding: 2px 20px;
    background: #6dabab;
    color: #fff;
    margin-top: 8px;
margin-left: 10px;}
.navbar-custom .nav li a.btn-2:hover {
    background: #559191;
	border-bottom: 0px;
}
.w2{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#page-content h2.whiteW{
	color: #fff;
}

a{
	    color: #777;
}
.more{
    float: right;
    font-weight: 600;
    margin-right: 10px;
}
.more i{
	margin-left: 5px;
}
.resp-tabs-list li {
    font-weight: 600;
    color: #8a6d3b;
    font-size: 18px;
}
h5 {
    font-size: 18px;
}
.table {
    margin-top: 30px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0px solid #ddd;
	    padding: 12px;
}
.more{
	display: block;
	margin: 0 auto;
}
.btn-w{
    background: #fff;
    letter-spacing: 5px;
    color: #777;
	margin-top: 30px;
}
.btn-w:hover{
	background: #f9f9f9;
	    color: #ffb000;
}
.btn-g {
    background: #f3f3f3;
    letter-spacing: 5px;
    color: #777;
    margin-top: 30px;
}
.btn-g:hover{
	    color: #ffb000;
}
.recent-news .news-sec-box p i{
	margin-right: 10px;
}
.list{
    padding:0px 0px 20px 0px;
    border-bottom: 1px solid #ddd;
}
.list img{
    height: 150px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}
.list h6{
	margin: 0px;
}
.tap li{
	list-style: disc;
	    margin-left: 25px;
}
.product h4{
	    font-size: 2rem;
    color: #404040;
}
.product i{
    color: #ffb000;
    font-size: 12px;
	margin-right: 10px;
	float: left;
    margin-top: 9px;
}
.product h3{
	    color: #ffb000;
	    font-size: 30px;
    margin-bottom: 30px;
}
.productImg{
	display: block;
	margin: 0 auto;
}
.list h5{
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top: 40px;
}
.shortW{
	padding-top: 10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0px solid #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-bottom: 3px solid #ffb000;
    color: #ffb000;
    font-weight: 600;
}
.nav-tabs>li>a {
    color: #333;
	border: 0px;
	    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-tabs>li>a:hover {
    border-color: #fff;
    border-bottom: 3px solid #ffb000;
	background-color: #fff;
}
.productW span{
	padding: 0px 20px;
    color: #ffb000;
}
.productW{
	padding: 25px 10px;
}
.productW span i{
	margin-right: 5px;
}
.more{
	display: block;
    margin-top: 20px;
    text-align: right
}
#photos {
  opacity: .88;
}
#photo-gallery li{
	position: relative;
    overflow: hidden;
    height: 200px;
    width: 33.33333%;
      background-color: #e9e9e9;
    float: left;
	    border: 5px solid #fff;
}
#photo-gallery li.nutrition{
	height: 350px;
}
#photos img {
     width: 33.3333%;
    float: left;
    display: block;
	
	width: 100%;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

#overlay {
  background: rgba(0,0,0, .8);
  width: 100%;
  height: 100%;
  position:fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}

#overlay img {
    margin: 10% auto 0;
        max-width: 50%;
}

#photos {
  width: 100%;
}

#photo-gallery {
  width: 100%;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    margin-bottom: 0;
}


.qa{
	margin-bottom: 10px;
}
.qa button{
	white-space: normal;
    text-align: left;
    color: #333;
    font-size: 16px;
    letter-spacing: 2px;
}
.qa button:hover{
	white-space: normal;
    text-align: left;
    color: #333;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
}
.qa button:focus{
	white-space: normal;
    text-align: left;
    color: #333;
    font-size: 16px;
    letter-spacing: 2px;

    text-decoration: none;
}
.qa h5{
	margin: 0px;
}
.qa .card-body{
	padding: 10px;
	    border-top: 1px solid #ddd;
}

.ogBTN{
    background: #ffb000;
    color: #fff;
    padding: 10px;
    margin: 40px 10px;
    display: block;
    width: 140px;
    text-align: center;
}
.ogBTN:hover {
    background: #eca300;
    color: #fff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.blog-img img{
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
	border-image:url(../images/outer_frame/top.png);
}
.business .blog-img img{
border-radius: 50%;
}
.blogWord p img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.qrcode{
	    float: right;
    width: 180px;
    padding: 60px 10px 0px 0px;
    margin-left: 30px;
}

@media (max-width:768px) {
		#photo-gallery li.nutrition {
    height: 200px;
}
	.list {
    padding: 0px 0px 70px 0px;
}
	.btn-w {
    margin-top: 10px;
}
	.recent-news {
    padding: 20px 0;
}
	.recent-news .news-sec-box {
    margin-top: 20px;
}
	

	.btn-g {
    margin-top: 10px;
}
	.single-post {
    margin-top: 20px;
}
	footer h2 {
    font-size: 18px;
}
	.navbar-custom .nav li a.btn-green {
    border-radius: 0px;
    background: #ffffff;
    color: #ffb000;
    margin-top: 0px;
}
	
	.top-nav-collapse {
    padding-bottom: 6px;
}
	.productW {
    padding: 10px;
}
	.quote-post1 {
   margin: 10px 0 30px 0;
    padding: 20px;
    border: 1px solid;
}
	
	.navbar-custom {
    padding: 6px 0px 6px 0px;
}
	.flexslider .slide-info {
    position: absolute;
    height: 320px;
    border-radius: 0;
}
	.flexslider .slide-con a {
    width: 30px;
    height: 30px;
		    font-size: 15px;
    padding-top: 8px;
}
	.flexslider .slide-con h3 {
    margin-top: 20px;
    font-size: 20px;
		text-align: left;
		    padding-left: 70px;
}
	.flexslider .slide-con p {
    padding: 0 70px;
		text-align: left;
}
	.flexslider .slide-info {
    background-color: #00000038;
}
	.qrcode {
    float: left;
    width: 180px;
    padding: 10px 10px 0px 0px;
    margin-left: 0px;
}
	
}
@media only screen and (max-width: 480px) {

	#photo-gallery li {

    width: 100%;
}

	.list h5 {

    margin-top: 10px;
}
	.more {
    margin-top: 10px;
}
	.list {
    padding: 0px 0px 50px 0px;
}
	.navbar-custom .nav li a {
    padding: 5px 20px;
}
	h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 3rem;
}
	.flexslider .slide-con p {
    display: none;
		
}
	.flexslider .slide-con a {
    right: -118px;
    bottom: 3px;
}
	.flexslider .slide-con h3 {
        margin-top: 45px;
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
	.blog-page {
    margin-top: 0px;
}
	.breadcrumb {
    padding: 40px 0;
    margin-bottom: 0px;
}
	#overlay img {
    margin: 65% auto 0;
    width: 100%;
}
	.m-none{
		display: none;
	}
	
#overlay img {
    margin: 40% auto 0;
        max-width: 100%;
}
	.h1, h1 {
    font-size: 32px;
}
	
}

.listImg{position: relative;
    overflow: hidden;
    height: 155px;
    background-color: #e9e9e9;
	float: left;}

.numberR{
	    background: #292929;
    border-radius: 200px;
    color: #fff;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
#money img{
	margin: 0 auto;
}
.about p{
	    text-align: justify;
}



@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */
body {
  font-family: Roboto;
}

#timeline {
 
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 769px;
    height: 1260px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
   max-width: 250px;
    height: 200px;
    margin: 90px;
    margin-top: 90px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 290.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 429px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 289.5px;
  }
  #timeline .demo-card:nth-child(2) {
        margin-top: -770px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
      display: inline;
    float: left;
        margin: 10px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    background: rgb(255 255 255 / 17%);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
 font-size: 14px;
    color: #fff;
    line-height: 1.7rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
        height: 175px;
  }
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #e41273;
}
#timeline .demo-card--step1 .head::after {
  border-color: #e41273;
}
#timeline .demo-card--step2 {
  background-color: #e41273;
}
#timeline .demo-card--step2 .head::after {
  border-color: #e41273;
}
#timeline .demo-card--step3 {
  background-color: #e41273;
}
#timeline .demo-card--step3 .head::after {
  border-color: #e41273;
}
#timeline .demo-card--step4 {
  background-color: #e41273;
}
#timeline .demo-card--step4 .head::after {
  border-color: #e41273;
}
#timeline .demo-card--step5 {
  background-color: #e41273;
}
#timeline .demo-card--step5 .head::after {
  border-color: #e41273;
}

#timeline .demo-card--step6 {
    background-color: #e41273;
}
#timeline .demo-card--step6 .head::after {
  border-color: #e41273;
}



@media only screen and (max-width: 480px) {
	#timeline .demo-card .head h2 {
    
   font-size: 18px;
    line-height: 2.8rem;
    color: #fff;
}
	#timeline .demo-card {

    margin: 10px auto 30px;
}
}












/* 20231109 */
.single-post{
	margin-top: 30px;
}
.img-border-top{
    background-image: url(../images/outer_frame/top.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
	position: absolute;
    z-index: 1;
	   bottom: 40px;
    right: 0;
}
.img-border-fivestar{
    background-image: url(../images/outer_frame/fivestar.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
	position: absolute;
    z-index: 1;
	    bottom: 40px;
    right: 0;
}
.img-border-threestar{
    background-image: url(../images/outer_frame/threestar.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
	position: absolute;
    z-index: 1;
	   bottom: 40px;
    right: 0;
}
.img-border-twostar{
    background-image: url(../images/outer_frame/twostar.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
	position: absolute;
    z-index: 1;
	    bottom: 40px;
    right: 0;
}
.img-border-star{
    background-image: url(../images/outer_frame/star.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
	position: absolute;
    z-index: 1;
	    bottom: 40px;
    right: 0;
}






.img-border-top2{
    background-image: url(../images/outer_frame/top.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
	position: absolute;
    z-index: 1;
    right: 0;
}
.img-border-fivestar2{
    background-image: url(../images/outer_frame/fivestar.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
	position: absolute;
    z-index: 1;
    right: 0;
}
.img-border-threestar2{
    background-image: url(../images/outer_frame/threestar.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
	position: absolute;
    z-index: 1;
    right: 0;
}
.img-border-twostar2{
    background-image: url(../images/outer_frame/twostar.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
	position: absolute;
    z-index: 1;
    right: 0;
}
.honor{
	width: 20%;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.PVtable {
    min-width: 1100px;
}
/*模拟对角线*/
.out {
border-top: 100px #f2f2f2 solid;
    width: 0px;
    height: 0px;
    border-left: 90px #ffffff solid;
    position: relative;
}
b {
font-style: normal;
    display: block;
    position: absolute;
    top: -80px;
    left: -45px;
    width: auto;
}

em {
font-style: normal;
    display: block;
    position: absolute;
    top: -40px;
    left: -80px;
    width: 55px;
}
.sm_tittle{
	font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
    color: #a99a86;
}
.list_number li{
	list-style: cjk-ideographic;
	    margin-left: 40px;
}
.class_system{
	border-bottom: 1px solid #eee;
	    padding-bottom: 10px;
}
#page-content h2.blog-title:hover{
	    color: #e41273;
}
@media only screen and (max-width: 480px) {
.img-border-top{
    bottom: 30px;
}
.img-border-fivestar{
     bottom: 30px;
}
.img-border-threestar{
    bottom: 30px;
}
.img-border-twostar{
   bottom: 30px;
}
	.img-border-star{
   bottom: 30px;
}
	.honor{
	width: 100%;
}


}
