/*------------------------------------------------------------------
[Table of contents]

	General Styling
	Header
	Footer
	About Us
	Blog
	Contact
	Portfolio
	Sidebar
	Typography
	Elements [Forms, buttons etc..]
	Other Plugins
	
[/Table of contents]
-------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
       url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
       url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}*/

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a,
h1,
h2,
h3,
h4,
h5,
h6,
.first-line,
.second-line {
  font-family: "Roboto", Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
}
body{
  font-family: "Roboto", Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
  font-size: 13px;
}
a{
  font-family: "Roboto", Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
  font-family: "Roboto", Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
}
html ::selection {
  color: #ffffff;
  background: #18428c;
}
section {
  padding: 100px 0;
}
p {
  font-size: 1.1em;
  line-height: 22px;
  color: #494949;
  font-family: "Roboto", Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
}
blockquote{
  border-left: 5px solid #333;
}
blockquote a{
  color:#333;
}
blockquote a:hover{
  color:#eeeeee;
}
.pre-header {
  background-color: #232323;
}
.pre-header .left-info {
  background-color: #2a2a2a;
  float: left;
  padding: 10px 15px;
}

@media (max-width: 991px) {
  .pre-header .left-info {
    padding: 11px 15px;
  }
}
.pre-header .left-info a {
  color: #a8a8a8;
  font-size: 11px;
}
.pre-header .left-info a i {
  padding-right: 8px;
}
.pre-header .right-info {
  background-color: #2a2a2a;
  float: right;
  padding: 10px;
}
.pre-header .right-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pre-header .right-info ul li {
  display: inline-block;
}
.pre-header .right-info ul li a {
  color: #a8a8a8;
  font-size: 12px;
  margin: 0px 10px;
}
.pre-header .right-info ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.site-header {
  position: fixed;
  width: 60%;
  left: 20%;
  /*background-color: rgba(250, 250, 250, 0.95);*/
  /*background: #ffe135\9;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe135+0,ffce27+100 */
   z-index: 9999;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 991px) {
  .site-header {
    position: relative;
    /*background-color: rgba(255, 186, 0, 0.9);*/
  }
}
.site-header .inner-header {
  padding: 0 105px;
}
@media (max-width: 991px) {
  .site-header .inner-header {
    padding: 0 15px;
  }
}
.site-header .main-header .logo {
  text-align: center;
  /*position: absolute;*/
}
.site-header .main-header .logo a {
  /*width: 180px;*/
  /*height: 90px;*/
  /*padding: 20px 0px;*/
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  /*background-color: #ffba00;*/
}
.site-header .main-header .logo img{
  width: 80px;
  padding: 10px 0px;
}
.site-header .logo{
  position: absolute;
  left: -70px;
  z-index: 21;
  top: 10px;
}
.site-header .logo img.logo1{
  width: 120px;
}
.site-header .fb_icon{
  position: absolute;
  top: 30px;
  padding-left: 15px;
  font-size: 22px;
}
.site-header.scrolled-header .fb_icon{
  position: absolute;
  top: 37px;
  padding-left: 20px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .site-header .main-header .logo a {
    background-color: transparent!important;
  }
}
.site-header .main-header .logo em {
  margin-top: -5px;
  font-size: 10px;
  display: block;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
.scrolled-header {
  position: fixed;
  top: 0;
  left: 20%;
  /*background-color: rgba(250, 250, 250, 0.95) !important;*/
  -webkit-transition: opacity 2s fade-in;
  -moz-transition: opacity 2s fade-in;
  -o-transition: opacity 2s fade-in;
  -ms-transition: opacity 2s fade-in;
  transition: opacity 2s fade-in;
  /*box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);*/
  margin-top: -20px;
}
@media (max-width: 991px) {
  .scrolled-header {
    /*background-color: rgba(255, 186, 0, 0.95) !important;*/
    background: #ffe135 !important;
  }
}
.scrolled-header .logo a {
  height: 70px!important;
  /*padding: 10px 0px!important;*/
  /*background-color: #ffba00;*/
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.scrolled-header .logo img.logo1{
  width: 55px !important;
}
.scrolled-header nav.main-navigation ul li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.scrolled-header nav.main-navigation ul li ul.sub-menu {
  top: 50px!important;
}
.scrolled-header .header-right-toggle {
  padding: 15px 10px;
}
.scrolled-header nav.main-navigation{
  margin-left: -20px;
}
.scrolled-header .logo{
  margin-top: 20px;
}
.header-right-toggle {
  padding: 25px 10px;
}
.header-right-toggle a {
  font-size: 22px;
  letter-spacing: 1px;
  color: #000 !important;
  /*background-color: #000;*/
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 42px;
  text-align: center;
}
a.side-menu-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #272727;
}
nav.main-navigation {
  position: relative;
  z-index: 20;
  padding-left: 70px;
  margin-top: 30px;
  border-radius: 5px;
  background: #ffe135; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffe135 0%, #ffce27 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffe135 0%,#ffce27 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffe135 0%,#ffce27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe135', endColorstr='#ffce27',GradientType=0 ); /* IE6-9 */

}
nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 4px 13px;
  padding: 4px 10px\9;
  display: inline\9;
  float: left\9;
}
nav.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 74px!important;
  left: 0;
  width: 190px;
  background-color: rgba(250, 250, 250, 0.95);
  border-top: 3px solid #c72e26;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.main-navigation ul li ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
nav.main-navigation ul li ul.sub-menu li a {
  text-transform: capitalize;
  border-bottom: 1px solid #eeeeee;
  color: #272727;
  font-size: 1.1em;
  font-weight: 400;
  padding: 12px 20px;
  letter-spacing: 1.2px;
}
nav.main-navigation ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
  font-size: 1.25em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  display: block;
  padding: 22px 5px;
}
nav.main-navigation ul a i {
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.main-navigation ul a {
    padding: 15px 0;
  }
}
nav.responsive-menu ul {
  padding: 25px 15px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  list-style: none;
  float: left;
}
nav.responsive-menu ul li {
  margin: 1px 0px;
  display: block;
  position: relative;
}
nav.responsive-menu ul li .show-submenu {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  color: #ffffff;
}
nav.responsive-menu ul li .show-submenu i {
  width: 47px;
  height: 47px;
  background-color: #760700;
  text-align: center;
  display: inline-block;
  line-height: 47px;
}
nav.responsive-menu ul li .sub-menu {
  display: none;
  padding: 0 0 0 0px;
}
nav.responsive-menu ul li .sub-menu.open {
  display: block;
}
nav.responsive-menu ul li .sub-menu li {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
  content: '-';
  position: absolute;
  left: 25px;
  color: #ffffff;
  top: 8px;
}
nav.responsive-menu ul li .sub-menu li:last-child {
  padding: 0 0 0px 10px;
  margin: 0 0 10px 0px;
  border-bottom: 1px solid #760700;
}
nav.responsive-menu ul li .sub-menu a {
  padding: 10px 30px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #760700;
  margin-right: 15px;
  margin-top: 1px;
}
nav.responsive-menu a {
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  padding: 15px 15px;
  margin: 0;
  color: #ffffff;
  background-color: #8F0700;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #C72e26;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 320px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 320px;
  }
}
footer {
  margin-top: 80px;
  padding: 50px 15px;
  background: white;
}
@media (max-width: 991px) {
  footer .footer-item {
    margin-bottom: 60px;
  }
}
footer .footer-item .news_ul i{
  float: left;
  font-size: 1.5em;
  color: #333;
}
footer .footer-item .news_ul li span{
  display: block;
  padding-left: 23px;
}
footer .footer-item h2 {
  color: #333;
  font-weight: 400;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0px;
}
footer .footer-item .line-dec {
  margin-top: 15px;
  margin-bottom: 30px;
  width: 30px;
  height: 2px;
  background-color: #333;
}
footer .footer-item p {
  color: #333;
}
footer .footer-item ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer .footer-item ul li {
  display: block;
  margin-bottom: 10px;
}
footer .footer-item ul li a {
  font-size: 1.05em;
  letter-spacing: 1.2px;
  /*color: #909090;*/
  color: #333;
}
footer .footer-item ul li a:hover {
  color: #FFF;
  transition: all 0.5s;
}
footer .footer-item .recent-posts .recent-item {
  margin-bottom: 25px;
}
footer .footer-item .recent-posts .recent-item img {
  float: left;
}
footer .footer-item .recent-posts .recent-item h4 {
  padding-top: 5px;
  margin-left: 80px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
}
footer .footer-item .recent-posts .recent-item h4:hover {
  color: #ffba00;
  transition: all 0.5s;
}
footer .footer-item .recent-posts .recent-item .line-dec {
  width: 40px;
  height: 2px;
  background-color: #555;
  margin-left: 80px;
  padding: 0;
  margin-bottom: 8px;
  margin-top: 8px;
}
footer .footer-item .recent-posts .recent-item span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #ffba00;
}
@media (max-width: 991px) {
  footer .footer-item .connect-us {
    margin-bottom: -60px;
  }
}
footer .footer-item .connect-us ul li {
  display: inline-block;
}
footer .footer-item .connect-us ul li a {
  width: 38px;
  height: 38px;
  background-color: #333;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 38px;
  color: #ffffff;
}
footer .footer-item .connect-us ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.sub-footer {
  background-color: #F4C327;
  height: 60px;
  text-align: center;
}
.sub-footer p {
  color: #333;
  font-weight: bold;
  font-size: 11px;
  line-height: 60px;
}
.sub-footer em {
  font-style: normal;
  color: #333;
}

.latest-news #owl-blog .item {
  /*background-color: #eee;*/
  height: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.latest-news #owl-blog .item .thumb-content .date-post {
  position: absolute;
  margin-top: 0px;
  left: 25px;
}
.latest-news #owl-blog .item .thumb-content .date-post a {
  padding: 8px;
  background-color: rgba(255, 186, 0, 0.9);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
}
.latest-news #owl-blog .item .thumb-content .date-post em {
  font-size: 12px;
  display: block;
  font-style: normal;
}
.latest-news #owl-blog .item .thumb-content img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.latest-news #owl-blog .item .down-content {
  background-color: #ffffff;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 8px;
  margin-bottom: -18px;
  text-align: justify;
  padding: 5px;
  word-break: break-all;
}
.latest-news #owl-blog .item .down-content h4 {
  margin-top: 8px;
  font-size: 1.4em;
  letter-spacing: 1.1px;
  font-weight: 700;
  text-align: left;

}
.latest-news #owl-blog .item .down-content span {
  font-size: 12px;
  color: #a8a8a8;
}
.latest-news #owl-blog .item .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
}
.latest-news #owl-blog .item .down-content p {
  margin-top: 15px;
  padding-bottom: 10px;
  text-align: left;
}
.latest-news #owl-blog .item .down-content .primary-button {
  margin-top: -30px;
  margin-bottom: 15px;
}
.latest-news #owl-blog .item-2 {
  background-color: #f5f5f5;
  height: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post {
  position: absolute;
  margin-top: 0px;
  left: 0;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post a {
  padding: 8px;
  background-color: rgba(255, 186, 0, 0.9);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post em {
  font-size: 12px;
  display: block;
  font-style: normal;
}
.latest-news #owl-blog .item-2 .thumb-content img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.latest-news #owl-blog .item-2 .down-content {
  background-color: #ffffff;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: -18px;
  text-align: center;
  padding: 15px;
}
.latest-news #owl-blog .item-2 .down-content h4 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
}
.latest-news #owl-blog .item-2 .down-content span {
  font-size: 12px;
  color: #a8a8a8;
}
.latest-news #owl-blog .item-2 .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
}
.latest-news #owl-blog .item-2 .down-content p {
  margin-top: 15px;
  padding-bottom: 10px;
}
.latest-news #owl-blog .item-2 .down-content .primary-button {
  margin-top: -30px;
  margin-bottom: 15px;
}
.latest-news .owl-controls {
  position: absolute;
  top: 30%;
  left: 0px;
}
.latest-news .owl-controls .owl-prev{
  background: rgba(0,0,0,0.4);
  background-color: #000\9;
  width: 100px;
  height: 50px;
  position: absolute;
  left: -200px;
  line-height: 50px;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}
.latest-news .owl-controls .owl-prev:before{
  font-family: FontAwesome;
  content:"\f053";
}
.latest-news .owl-controls .owl-next{
  background: rgba(0,0,0,0.4);
  background-color: #000\9;
  width: 100px;
  height: 50px;
  position: absolute;
  right: -200px;
  line-height: 50px;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}
.latest-news .owl-controls .owl-next:before{
  font-family: FontAwesome;
  content:"\f054";
}
.blog-page .blog-grid-post .item {
  margin-bottom: 30px;
}
.blog-page .blog-grid-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  border-bottom: 3px solid #ffba00;
}
.blog-page .blog-grid-post .item .down-content {
  padding: 20px;
  border: 1px solid #eeeeee;
  border-top: 0px;
}
.blog-page .blog-grid-post .item .down-content h4 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}
.blog-page .blog-grid-post .item .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-page .blog-grid-post .item .down-content ul li {
  display: inline;
  margin-right: 15px;
}
.blog-page .blog-grid-post .item .down-content ul li span {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
}
.blog-page .blog-grid-post .item .down-content ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  color: #b9b9b9;
}
.blog-page .blog-grid-post .item .down-content ul li a {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}
.blog-page .blog-grid-post .item .down-content ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .blog-grid-post .item .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.blog-page .blog-grid-post .item .down-content p {
  margin-top: 15px;
  padding-bottom: 0px;
}
.blog-page .blog-grid-post .item .down-content .continue-button a {
  font-weight: 600;
  font-size: 12px;
  color: #18428c;
}
.blog-page .blog-grid-post .item .down-content .continue-button a i {
  margin-left: 5px;
  font-size: 10px;
}
.blog-page .blog-grid-post .item .down-content .continue-button a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .blog-grid-post .pagination-content {
  margin-top: 30px;
}
.blog-page .blog-classic-post .item{
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc dashed;
}
.blog-page .blog-classic-post .item img {
  /*width: 100%;*/
  overflow: hidden;
  background-size: cover;
  border-bottom: 3px solid #ffba00;
}
.blog-page .blog-classic-post .item h4 {
  margin-top: 20px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}
.blog-page .blog-classic-post .item h3{
  margin: 0px;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 8px;
}
.blog-page .blog-classic-post .item h3:hover{
  color: #C72e26;
}
.blog-page .blog-classic-post .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-page .blog-classic-post .item ul li {
  display: inline;
  margin-right: 15px;
}
.blog-page .blog-classic-post .item ul li span {
  font-size: 1em;
  /*font-weight: 700;*/
  color: #b1b1b1;
}
.blog-page .blog-classic-post .item ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  color: #b9b9b9;
}
.blog-page .blog-classic-post .item ul li a {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}
.blog-page .blog-classic-post .item ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .blog-classic-post .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.blog-page .blog-classic-post .item p {
  margin-top: 15px;
  padding-bottom: 5px;
}
.blog-page .blog-classic-post .item .primary-button {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-page .blog-classic-post .item .primary-button {
    text-align: left;
  }
  .latest-news .section-heading{
    margin-bottom: 20px;
  }
}
.blog-page .blog-classic-post .pagination-content {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .blog-page .blog-classic-post .pagination-content {
    margin-bottom: 80px;
  }
}

.blog-page .single-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  border-bottom: 3px solid #ffba00;
}
.blog-page .single-post .item h4 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 2em;
  font-weight: 700;
}
.blog-page .single-post .item h4 i{
  color: #C72e26;
  font-size: 1em;
}
.blog-page .single-post .item ul {
  padding: 0;
  margin: 0px 0px 15px 0px;
  list-style: none;
  border: 1px #DDDDDD solid;
  padding: 5px 10px;
}
.blog-page .single-post .item ul li {
  display: inline;
  margin: 0px 15px 10px 0px;
}
.blog-page .single-post .item ul li span {
  font-size: 1em;
  /*font-weight: 700;*/
  color: #444444;
}
.blog-page .single-post .item ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 1.1em;
  font-weight: 400;
  color: #444444;
}
.blog-page .single-post .item ul li i{
  font-size: 1.4em;
  color: #ABABAB;
  margin-right: 5px;
}
.blog-page .single-post .item ul li a {
  font-size: 1.1em;
  /*font-weight: 700;*/
  color: #444444;
  margin-right: 5px;
  text-decoration: underline;
}
.blog-page .single-post .item ul li a:hover {
  color: #C72e26;
  transition: all 0.5s;
}
.blog-page .single-post .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.blog-page .single-post .item p {
  margin-top: 15px;
  padding-bottom: 5px;
  /*border-bottom: 2px solid #eeeeee;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-page .single-post .item p em {
  background-color: #f2f2f2;
  display: inline-block;
  padding: 15px 30px;
  margin: 0px 20px;
  font-size: 15px;
  font-family: 'georgia', Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
  line-height: 26px;
  border-left: 3px solid #18428c;
}
.blog-page .single-post .item .primary-button {
  padding-bottom: 40px;
}
.blog-page .single-post .comments {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #eeeeee;
}
.blog-page .single-post .comments .comments-content {
  background-color: #f2f2f2;
  padding: 20px;
}
.blog-page .single-post .comments .comments-content img {
  float: left;
  width: 80px;
}
.blog-page .single-post .comments .comments-content h6 {
  margin-top: 0px;
  margin-left: 95px;
  margin-bottom: 3px;
}
.blog-page .single-post .comments .comments-content span {
  font-size: 11px;
  font-weight: 400;
  color: #a8a8a8;
  margin-left: 15px;
}
.blog-page .single-post .comments .comments-content p {
  margin-left: 95px;
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 20px;
}
.blog-page .single-post .comments .comments-content .continue-button {
  float: right;
  top: 0;
}
.blog-page .single-post .comments .comments-content .continue-button a {
  font-weight: 600;
  font-size: 11px;
  color: #18428c;
}
.blog-page .single-post .comments .comments-content .continue-button a i {
  margin-left: 5px;
  font-size: 9px;
}
.blog-page .single-post .comments .comments-content .continue-button a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .single-post .comments .comments-content .replied-button {
  float: right;
  margin-right: 15px;
  top: 0;
}
.blog-page .single-post .comments .comments-content .replied-button span {
  font-size: 11px;
  color: #a8a8a8;
}
.blog-page .single-post .comments .comments-content .replied-button span i {
  margin-left: 5px;
  font-size: 9px;
}
.blog-page .single-post .comments .second-comment {
  margin-left: 115px;
  margin-top: 20px;
}
.blog-page .single-post .comments .third-comment {
  margin-top: 30px;
}
.blog-page .single-post .submit-comment input {
  outline: none;
  font-size: 11px;
  color: #a8a8a8;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
.blog-page .share_btn{
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-page .single-post .submit-comment input {
    margin-top: 20px;
  }
}
.blog-page .single-post .submit-comment textarea {
  margin-top: 30px;
  outline: none;
  font-size: 11px;
  color: #a8a8a8;
  font-weight: 600;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 180px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
.blog-page .single-post .submit-comment .primary-button {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .blog-page .single-post .submit-comment .primary-button {
    margin-bottom: 80px;
  }
}
.contact-map {
  /*margin-top: -120px;*/
}
.contact-content {
  margin-top: 40px;
}
.contact-content.rent_list{
  margin-top: 0px;
}
.rent_list .sep-section-heading p{
  margin-top: 10px;
}
.contact-content p {
  margin-top: -5px;
}
.contact-content .sep-section-heading {
  margin-top: 0px;
  margin-bottom: 40px;
}
.contact-content .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-content .contact-info ul li {
  margin-top: 20px;
}
.contact-content .contact-info i {
  width: 40px;
  height: 40px;
  background-color: #C72e26;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .contact-content .contact-info i {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
}
.contact-content .contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
@media (max-width: 991px) {
  .contact-content .contact-info span {
    font-size: 12px;
  }
}
.contact-content .send-message input {
  outline: none;
  font-size: 1.1em;
  color: #666666;
  /*font-weight: 600;*/
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #CBCBCB;
}
.contact-content h5{
  font-size: 1.2em;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .contact-content .send-message input {
    margin-top: 20px;
  }
}
.contact-content .send-message textarea {
  margin-top: 30px;
  outline: none;
  font-size: 1.1em;
  color: #666666;
  /*font-weight: 600;*/
  line-height: 22px;
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 180px;
  padding-left: 10px;
  border: 1px solid #CBCBCB;
}
.contact-content .send-message .primary-button {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .cont_side{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px #ccc dashed;
  }
  .contact-content .send-message .primary-button {
    margin-bottom: 30px;
    margin-top: 5px;
  }
  .contact-content .send-message input.code_input{
    margin-top: 0px;
  }
}
.car-item {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: 30px;
}
.car-item .down-content h3{
  font-size: 2.1em;
  letter-spacing: 1.2px;
  font-weight: bold;
}
.car-item .down-content a:hover h3{
  color: #c72e26;
  text-decoration: underline;
}
.car-item .thumb-content .car-banner-rent {
  position: absolute;
  margin-top: 0px;
  right: 0;
  margin-right: 26px;
}
.car-item .thumb-content .car-banner-rent a {
  background-color: rgba(255, 186, 0, 0.9);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}
.car-item .thumb-content .car-banner-sale {
  position: absolute;
  margin-top: 0px;
  right: 0;
  margin-right: 26px;
}
.car-item .thumb-content .car-banner-sale a {
  background-color: rgba(24, 66, 140, 0.9);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}
.car-item .thumb-content a:hover img{
  opacity: 0.9;
}
.car-item .thumb-content img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  border-radius: 10px;
}
.car-item .down-content {
  text-align: center;
}
.car-item .down-content h4 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}
.car-item .down-content span {
  font-size: 15px;
  font-weight: 700;
  color: #18428c;
}
.car-item .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
}
.car-item .down-content p {
  margin-top: 20px;
}
.car-item .down-content table,.car-details table{
  width: 100%;
}
.car-item .down-content table ul,.car-details table ul{
  margin-bottom: 0px;
}
.car-item .down-content table tr,.car-details table tr{
  border-bottom: 5px #FFF solid;
}
.car-item .down-content table th,.car-item .down-content table td,.car-details table th{
  width: 50%;
}
.car-item .down-content table th,.car-details table th{
  text-align: center;
  font-size: 1.2em;
  background: #f2f2f2;
  letter-spacing: 1.2px;
}
.car-item .down-content table td,.car-details table td{
  text-align: left;
  font-size: 1.1em;
  padding: 10px 5px;
  vertical-align: middle;
  letter-spacing: 1.2px;
}
.car-item .down-content ul.car-intro{
  list-style-type: none;
  padding: 0px;
}
.car-item .down-content ul.car-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.car-item .down-content ul.car-info li {
  display: inline-block;
  margin: 10px 12px 0px 12px;
}
.car-item .down-content ul li span {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #b9b9b9;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
}
.car-item .down-content ul li p {
  font-size: 12px;
  font-weight: 700;
  /*color: #ffba00;*/
  margin-top: 15px;
}
.columns-4 .down-content ul li {
  margin: 10px 5px 0px 12px;
}
.on-listing {
  padding-bottom: 30px;
}
.car-details {
  text-align: left;
}
.car-details h4 {
  margin-top: 10px;
  font-size: 2em;
  font-weight: 700;
  color: #000;
}
.car-details span {
  font-size: 17px;
  font-weight: 700;
  color: #18428c;
}
.car-details .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.car-details p {
  margin-top: 20px;
}
.car-details ul {
  padding: 20px 0px 30px 0px;
  margin: 0;
  list-style: none;
}
.car-details table ul{
  padding: 0px;
}
.car-details table ul li {
  padding: 3px 10px;
  border: none;
}
.car-details ul li {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}
.car-details ul li span {
  margin-right: 10px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}
.car-details ul li p {
  display: inline;
  font-size: 12px;
  font-weight: 700;
  color: #666;
}
.car-details ul li:first-child{
  border-top: 1px solid #eeeeee;
}
.car-details table ul li:first-child {
  border: none;
}
.car-details .contact-info i {
  width: 40px;
  height: 40px;
  background-color: #ffba00;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-right: 15px;
}
.rent_btn{
  text-align: right;
  margin-top: 40px;
}
.rent_btn.text-c{
  text-align: center;
}
.rent_btn.primary-button  a{
  float: none;
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 1.2em;
}
@media (max-width: 991px) {
  .car-details .contact-info i {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
}
.car-details .contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
}
@media (max-width: 991px) {
  .car-details .contact-info span {
    font-size: 12px;
  }
}
.car-details .similar-info span a {
  float: left;
  margin-top: 8px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
}
.car-details .similar-info span a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
#owl-similar .car-item {
  border: 0px solid #eeeeee;
  padding: 0px;
  margin-bottom: 0px;
}
#owl-similar .car-item .thumb-content .car-banner-sale {
  margin: 0;
}
#owl-similar .car-item .thumb-content .car-banner-rent {
  margin: 0;
}
.similar-car {
  margin-top: -40px;
}
.similar-car-2 {
  margin-top: -20px;
}
@media (max-width: 991px) {
  .more-details .sep-section-heading {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.more-details em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}
.more-details .info-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.more-details .info-list ul li {
  display: inline-block;
  margin: 0px 20px 18px 0px;
}
.more-details .info-list ul li i {
  margin-right: 5px;
  color: #ffba00;
}
.more-details .info-list ul li span {
  font-size: 13px;
  font-weight: 400;
  color: #a8a8a8;
}
.more-details .contact-info ul {
  padding: 0;
  margin-top: 20px;
  list-style: none;
}
.more-details .contact-info ul li {
  margin-bottom: 15px;
  display: block;
}
.more-details .contact-info ul li i {
  width: 40px;
  height: 40px;
  background-color: #ffba00;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .more-details .contact-info ul li i {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
}
.more-details .contact-info ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
}
@media (max-width: 991px) {
  .more-details .contact-info ul li span {
    font-size: 12px;
  }
}
.shortcodes-content .sep-section-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shortcodes-content .text-columns p {
  margin-bottom: 30px;
}
.shortcodes-content .text-columns .sep-section-heading-first {
  margin-top: 0px;
  margin-bottom: 30px;
}
.shortcodes-content .text-columns .sep-section-heading-first h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.shortcodes-content .accordions .accordion,
.shortcodes-content .accordions .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shortcodes-content .accordions .accordion {
  overflow: hidden;
}
.shortcodes-content .accordions .accordion-section {
  margin-bottom: 4px;
}
.shortcodes-content .accordions .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  background: #f2f2f2;
  transition: all linear 0.15s;
  font-size: 13px;
  font-weight: 600;
}
.shortcodes-content .accordions .accordion-section-title i {
  float: right;
  font-size: 18px;
}
.shortcodes-content .accordions .accordion-section-title.active {
  color: #272727;
}
.shortcodes-content .accordions .accordion-section-title.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.5s;
}
.shortcodes-content .accordions .accordion-section-title:hover {
  color: #ffba00;
  transition: all .5s;
  /* Type */
  text-decoration: none;
}
.shortcodes-content .accordions .accordion-section-content {
  padding: 15px;
  display: none;
}
.shortcodes-content .tab .tabs {
  width: 100%;
  display: inline-block;
}
.shortcodes-content .tab .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
.shortcodes-content .tab .tab-links {
  margin-left: -45px;
}
.shortcodes-content .tab .tab-links li {
  margin: 0px 2px;
  float: left;
  list-style: none;
}
.shortcodes-content .tab .tab-links a {
  padding: 9px 15px;
  display: inline-block;
  background: #f2f2f2;
  font-size: 13px;
  font-weight: 600;
  transition: all linear 0.15s;
  border-radius: 0px;
}
.shortcodes-content .tab .tab-links a:hover {
  color: #ffba00;
  text-decoration: none;
}
.shortcodes-content .tab li.active a,
.shortcodes-content .tab li.active a:hover {
  color: #ffffff;
  background-color: #18428c;
}
.shortcodes-content .tab .tab-content {
  padding: 15px;
  background: #fff;
}
.tab-content .tab {
  display: none;
}
.tab-content .tab.active {
  display: block;
}
.shortcodes-content .buttons .pri-primary-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .sec-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .sec-primary-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #112d60;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .third-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .third-primary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .fourth-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .fourth-primary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #112d60;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
.shortcodes-content .buttons .pri-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .pri-secondary-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .sec-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .sec-secondary-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #cc9500;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .third-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .third-secondary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .fourth-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .fourth-secondary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #cc9500;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .pri-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .pri-black-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .sec-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .sec-black-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #1a1a1a;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .third-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .third-black-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .fourth-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .fourth-black-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #1a1a1a;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .alerts .info-alert {
  background-color: #badef4;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #a4d3f0;
}
.shortcodes-content .alerts .info-alert a {
  font-size: 12px;
  color: #2394d9;
}
.shortcodes-content .alerts .info-alert i {
  margin: 0px 10px 0px 15px;
  color: #369fdf;
}
.shortcodes-content .alerts .warning-alert {
  margin-top: 15px;
  background-color: #f8f1c5;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f5ecae;
}
.shortcodes-content .alerts .warning-alert a {
  font-size: 12px;
  color: #d7bd1a;
}
.shortcodes-content .alerts .warning-alert i {
  margin: 0px 10px 0px 15px;
  color: #e8d03c;
}
.shortcodes-content .alerts .error-alert {
  margin-top: 15px;
  background-color: #eeb5ae;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eaa299;
}
.shortcodes-content .alerts .error-alert a {
  font-size: 12px;
  color: #d34130;
}
.shortcodes-content .alerts .error-alert i {
  margin: 0px 10px 0px 15px;
  color: #d34130;
}
.shortcodes-content .alerts .success-alert {
  margin-top: 15px;
  background-color: #d0edbf;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c1e7ab;
}
.shortcodes-content .alerts .success-alert a {
  font-size: 12px;
  color: #78cb48;
}
.shortcodes-content .alerts .success-alert i {
  margin: 0px 10px 0px 15px;
  color: #78cb48;
}
.shortcodes-content .bars .first-bar {
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .first-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 85%;
  background-color: #ffba00;
  display: inline-block;
}
.shortcodes-content .bars .second-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .second-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 78%;
  background-color: #ffba00;
  display: inline-block;
}
.shortcodes-content .bars .third-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .third-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 60%;
  background-color: #ffba00;
  display: inline-block;
}
.shortcodes-content .bars .fourth-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .fourth-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 90%;
  background-color: #ffba00;
  display: inline-block;
}
.sidebar-widgets {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .sidebar-widgets {
    margin-left: 15px;
    margin-right: 15px;
  }
  .search_li.sidebar-widgets {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.sidebar-widgets .sep-section-heading-1 {
  margin-top: 0px;
  margin-bottom: 30px;
}
.sidebar-widgets .sep-section-heading-1 h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar-widgets .sep-section-heading {
  /*margin-top: 60px;*/
  margin-bottom: 20px;
}
.sidebar-widgets .sep-section-heading i{
  font-size: 22px;
  color: #c72e26;
}
.sidebar-widgets .search-form select {
  cursor: pointer;
  outline: none;
  font-size: 11px;
  color: #a8a8a8;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sidebar-widgets .search-form select {
    margin-bottom: 15px;
  }
}
.sidebar-widgets .search-form input {
  margin-bottom: 15px;
  outline: none;
  font-size: 11px;
  color: #a8a8a8;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
.sidebar-widgets .futured-post {
  margin-bottom: -20px;
}
.sidebar-widgets .futured-post img {
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.sidebar-widgets .list-content ul {
  padding: 0;
  margin: 10px 0px 0px 5px;
  list-style: none;
}
.sidebar-widgets .list-content ul li {
  display: block;
  /*margin-bottom: 10px;*/
  /*padding: 5px;*/
  /*padding-left: 24px;*/
  padding: 4px 0px;
}
.sidebar-widgets .list-content ul li span {
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #ffba00;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar-widgets .list-content ul li a {
  font-size: 1.15em;
  color: #6A6A6A;
  padding-left: 20px;
}
.sidebar-widgets .list-content ul li a:hover{
  color: #000;
  transition: all 0.5s;
}
.sidebar-widgets .list-content ul li.active a{
  border-left: 3px #222 solid;
  color: #333;
  padding-left: 17px;
}
.sidebar-widgets .list-content ul li.active a{
  color: #222;
  font-weight: bold;
}
.sidebar-widgets .list-content ul li em {
  font-weight: 600;
  margin-left: 30px;
  font-style: normal;
}
.sidebar-widgets .list-content ul li:last-child {
  margin-bottom: -10px;
}
.sidebar-widgets .latest-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-widgets .latest-posts ul li {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc dashed;
}
.sidebar-widgets .latest-posts ul li h6{
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0px 0px 10px 0px;
  color: #6A6A6A;
}
.sidebar-widgets .latest-posts ul li h6:hover{
  color: #333;
}
.sidebar-widgets .latest-posts ul li em{
  font-style: normal;
  color: #777;
  border: 1px #777 solid;
  padding: 2px 5px;
  font-size: 1em;
}
.sidebar-widgets .latest-posts ul li .recent-item img {
  float: left;
}
.sidebar-widgets .latest-posts ul li .recent-item h4 {
  margin-left: 95px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.sidebar-widgets .latest-posts ul li .recent-item h4:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.sidebar-widgets .latest-posts ul li .recent-item span {
  margin-left: 15px;
  font-size: 14px;
  color: #18428c;
}
.sidebar-widgets .latest-posts ul li .recent-item em {
  display: block;
  margin-top: 18px;
  margin-left: 95px;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #a8a8a8;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .sidebar-widgets .flickr-feed {
    padding: 20px;
  }
}
.sidebar-widgets .flickr-feed ul {
  padding: 0;
  margin: 0;
}
.sidebar-widgets .flickr-feed ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.section-heading {
  margin-top: 80px;
  margin-bottom: 60px;
}
.section-heading i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #ffba00;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
.section-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.8em;
  color: #272727;
  /*font-weight: 700;*/
  font-family: 'Noto Sans TC', sans-serif;
  text-transform: uppercase;
}
.section-heading span {
  font-family: 'georgia', Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
  font-size: 13px;
  font-style: italic;
  color: #a8a8a8;
}
.section-heading-2 {
  margin-top: 100px;
  margin-bottom: 60px;
}
.section-heading-2 i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #ffba00;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
.section-heading-2 h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.section-heading-2 span {
  font-family: 'georgia', Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
  font-size: 13px;
  font-style: italic;
  color: #a8a8a8;
}
.sep-section-heading {
  /*margin-top: 30px;*/
  margin-bottom: 40px;
}
.store_page .sep-section-heading{
  margin-bottom: 10px;
}
.store_page .sep-section-heading h2,.store_page .sep-section-heading i{
  font-size: 18px;
}
.sep-section-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 22px;
  color: #272727;
  /*font-weight: 700;*/
  text-transform: uppercase;
}
.sep-section-heading h2 i{
  color: #C72e26;
  font-size: 22px;
  display: none\9;
}
.page-heading {
  /*background-image: url(http://placehold.it/1400x360);*/
  background: url("../upload/images/stylePics/NoPicture_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background: white !important;
  width: 100%;
  padding: 150px 0px 0px 0px;
  margin-bottom: 80px;
}
.page-heading .heading-content-bg {
  /*margin-bottom: -50px;*/
  z-index: 999;
  position: relative;
  /*background-color: #cf1f2a;*/
  padding: 30px 0px 30px 0;
  width: 100%;
  /*box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);*/
}
@media (max-width: 991px) {
  .page-heading .heading-content-bg .heading-content {
    text-align: left;
  }
  .page-heading{
  padding: 30px 0px 0px 0px;
}
}
.page-heading .heading-content-bg .heading-content h2 {
  margin-top: 0px;
  font-family: 'Noto Sans TC', sans-serif, Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
  margin-bottom: 5px;
  font-size: 2em;
  /*color: #FFF;*/
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .page-heading .heading-content-bg .heading-content h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .page-heading .heading-content-bg .heading-content h2 {
    margin-bottom: 10px;
    text-align: center;
  }
}
.page-heading .heading-content-bg .heading-content span {
  font-family: 'georgia', Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
  font-size: 1em;
  letter-spacing: 1.2px;
  /*font-style: italic;*/
  color: #CCC;
}
.page-heading .heading-content-bg .go-back {
  text-align: right;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .page-heading .heading-content-bg .go-back {
    text-align: center;
    margin-top: 20px;
  }
  .page-heading .heading-content-bg .heading-content {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .page-heading .heading-content-bg .go-back {
    text-align: center;
    margin-top: 20px;
  }
  .page-heading .heading-content-bg .heading-content {
    text-align: center;
  }
  .go-top-img {
    display: inline-block;
    height: 80px;
    width: 80px;
    position: fixed;
    bottom: 60px !important;
    right: 10px;
    z-index: 77;
    font-size: 18px;
    text-align: center;
    color: #fff !important;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
}
.page-heading .heading-content-bg .go-back p {
  font-size: 11px;
  /*font-weight: 600;*/
  text-transform: uppercase;
  /*color: #CCC;*/
  color: black;
}
.page-heading .heading-content-bg .go-back p a {
  /*color: #FFF;*/
  color: black;
  letter-spacing: 1.2px;
}
.page-heading .heading-content-bg .go-back p em {
  /*color: #FFF;*/
  color: black;
  letter-spacing: 1.2px;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272727;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 20px;
  color: #272727;
  line-height: 28px;
}
h4 {
  font-size: 30px;
  color: #272727;
  font-weight: 300;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 14px;
}
.first-line {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0px!important;
  padding: 10px 15px!important;
  font-weight: 700;
  color: #18428c;
  background-color: rgba(250, 250, 250, 0.6);
  line-height: normal!important;
}
@media (max-width: 991px) {
  .first-line {
    margin-top: -12px !important;
  }
}
.second-line {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0px!important;
  padding: 8px 15px!important;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: normal!important;
}
.second-line em {
  font-size: 36px;
  color: #ffba00;
  font-style: normal;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.tp-bullets {
  z-index: 1!important;
}
/*
 * jQuery car-flexslider v2.5.0
 * http://www.woothemes.com/car-flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'car-flexslider-icon';
  src: url('fonts/car-flexslider-icon.eot');
  src: url('fonts/car-flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/car-flexslider-icon.woff') format('woff'), url('fonts/car-flexslider-icon.ttf') format('truetype'), url('fonts/car-flexslider-icon.svg#car-flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.car-flexslider {
  margin: 0;
  padding: 0;
}
.car-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}
.car-flexslider .slides img {
  width: 100%;
  display: block;
}
.car-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .car-flexslider .slides {
  display: block;
}
* html .car-flexslider .slides {
  height: 1%;
}
.no-js .car-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.car-flexslider {
  margin: 0 0 0px;
  background: transparent;
  position: relative;
  zoom: 1;
}
.car-flexslider .slides {
  zoom: 1;
}
.car-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
#car-carousel .slides li {
  margin: 24px 12px;
  cursor: pointer;
  opacity: .7;
}
#car-carousel .slides li:hover {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.car-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.car-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.car-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.car-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "car-flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: relative;
  top: -260px;
  text-align: right;
}
@media (max-width: 991px) {
  .flex-control-nav {
    display: none;
  }
}
.flex-control-nav li {
  margin-left: 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  border: 2px solid #ffba00;
  color: transparent;
  display: inline-block;
  cursor: pointer;
}
.slide-caption {
  text-align: left;
  padding-left: 15px;
  margin-left: 15px;
  position: absolute;
  width: 7.6%;
  margin-top: -85px;
  background-color: rgba(250, 250, 250, 0.5);
}
.slide-caption h6 {
  font-size: 14px;
  margin: 15px 0px 5px 0px;
}
.slide-caption p {
  padding-bottom: 15px;
  line-height: 0px;
  margin-top: 15px;
  color: #18428c;
  font-weight: 700;
}
.flex-control-paging li a:hover {
  background: #18428c;
  opacity: 0.7;
  transition: all 0.5s;
}
.flex-control-paging li a.flex-active {
  background-color: #18428c;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.services {
  /*background-color: #f2f2f2;*/
  background: url("../images/demo/concrete_seamless.png");
  /*background: url("../images/demo/bg_car.png") no-repeat bottom left;*/
  padding-bottom: 60px;
  
}
.news_car{
  width: 1920px;
  animation-duration: 10s;
  animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-left: 1920px;
  }

  to {
    margin-left: 0%;
  }
}
@media (max-width: 991px) {
  .services {
    padding-bottom: 20px;
  }
}
.services .services-content {
  margin-top: 80px;
}
.services .services-content .service-item {
  background-color: #ffffff;
  display: inline-block;
  width: 100%!important;
  padding: 10px;
  border: 1px #ccc solid;
}
@media (max-width: 991px) {
  .services .services-content .service-item {
    margin-bottom: 30px;
  }
}
.services .services-content .service-item img {
  margin-top: -30px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.services .services-content .service-item .service-baner {
  text-align: center;
  margin-top: -20px;
}
.services .services-content .service-item .service-baner a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #c72e26;
  width: 126px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.services .services-content .service-item p {
  margin-top: 15px;
  text-align: center;
}
.services .services-content .service-item .primary-button {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .services-second .service-item {
    margin-bottom: 60px;
  }
}
.services-second .service-item i {
  float: left;
  font-size: 36px;
  color: #cf1f2a;
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.services-second .service-item .text-content {
  display: block;
}
.services-second .service-item .text-content h6 {
  margin-left: 50px;
  margin-bottom: 0px;
}
.services-second .service-item .text-content span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #b9b9b9;
}
.services-second .service-item .text-content .line-dec-second {
  margin: 10px 50px;
}
.services-second .service-item .text-content p {
  margin-left: 23px;
  border-left: 2px solid #eeeeee;
  padding-left: 27px;
}
.more-about-us {
  margin-top: 80px;
}
.more-about-us .about_top,.more-about-us .about_btm{
  background: url("../images/demo/new_year_background1.png");
}

.more-about-us img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.agree_page img{
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.agree_page table td{
  padding: 2px 10px;
}
.about_page .right-content,.about_page .left-content {
  margin-top: 20px;
  width: 620px;
  padding: 0px 40px;
}
.about_page .left-content {
  /*text-align: right;*/
  float: right;
}
.more-about-us .right-content span {
  font-size: 1.1em;
  font-weight: 400;
  color: #9D9D9D;
}
.more-about-us .right-content h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 5px 0px;
}
.more-about-us .right-content p {
  margin-top: 25px;
}
.more-about-us ol{
  list-style-type: none;
  padding: 0px;
  font-size: 1.1em;
  letter-spacing: 1.1px;
}
.more-about-us .col-lg-6{
  padding: 0px;
}
.more-about-us p{
  font-size: 1.1em;
  letter-spacing: 1.1px;
}
.more-about-us ol li{
  margin-bottom: 8px;
  padding-left: 15px;
}
.more-about-us ol ul{
  list-style-type: none;
  padding-left: 15px;
  margin-top: 5px;
}
.more-about-us ol ul li{
  margin-bottom: 3px;
}
.more-about-us h3.sec_title{
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 50px;
  margin-bottom: 30px;
}
.more-about-us h3.sec_title b{
  width: 100px;
  border-right: 4px #CE9A9A solid;
  text-align: center;
  letter-spacing: 0;
  padding: 0px 5px;
  margin-right: 15px;
  color: #AB3939;
}
.our-clients {
  padding-bottom: 15px;
  margin-top: 80px;
}
.our-clients .sep-section-heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}
.our-clients .item {
  margin-bottom: 5px;
  text-align: center;
  padding: 5px;
}
@media (max-width: 480px) {
  .our-clients .item img {
    width: 100%;
    height: 70%;
  }
}
.our-clients .item:hover img{
  opacity: 0.9;
}
.call-to-action .call-to-action-content {
  background-color: #18428c;
  margin-top: -60px;
  padding: 40px;
}
@media (max-width: 991px) {
  .call-to-action .call-to-action-content {
    text-align: center;
  }
}
.call-to-action .call-to-action-content p {
  margin-top: 5px;
  float: left;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .call-to-action .call-to-action-content p {
    padding-bottom: 20px;
  }
}
.call-to-action .call-to-action-content p em {
  font-style: normal;
  color: #ffba00;
  font-weight: 600;
}
.testimonials {
  /*background-color: #f2f2f2;*/
  margin-top: 50px;
}
.testimonials .item {
  text-align: center;
  padding-bottom: 50px;
}
.testimonials .item ul {
  padding: 0;
  margin-top: 50px;
  list-style: none;
}
.testimonials .item ul li {
  display: inline-block;
  color: #ffba00;
}
.testimonials .item ul li:last-child {
  /*color: #ddd;*/
}
@media (max-width: 991px) {
  .testimonials .item ul{
    padding-top: 30px;
  }
}
.testimonials .item p {
  margin-top: 25px;
  font-size: 3em;
  /*font-style: italic;*/
  font-family: 'georgia', Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
  line-height: 32px;
  color: #fff;
}
.testimonials .item em {
  font-size: 24px;
  color: #a8a8a8;
  font-family: 'georgia', Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
}
.testimonials .item img {
  margin-top: 30px;
  border-radius: 50%;
}
.testimonials .item h4 {
  margin-top: 20px;
  font-size: 1.5em;
  /*font-weight: 700;*/
  border: 1px #ccc solid;
  width: 130px;
  text-align: center;
  color: #CCC;
  text-transform: uppercase;
}
.testimonials .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #ddd;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .item .line-dec2 {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 30px;
  height: 1px;
  background-color: #ddd;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .item span {
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
}
.testimonials .primary-button a{
  float: none;
  background: #fff;
  margin-top: 15px;
  text-align: center;
  width: 140px;
  height: 45px;
  line-height: 45px;
  font-size: 1.3em;
}
.owl-pagination {
  /*background-color: #18428c;*/
  width: 120px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -17px;
}
.owl-theme .owl-controls .owl-page span {
  border-radius: 0px!important;
  margin-top: 12px!important;
  border: 1px solid #ffffff !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 4px solid rgba(250, 250, 250, 0.75) !important;
}
@media (max-width: 991px) {
  .primary-button {
    text-align: center;
  }
}
.primary-button a,.primary-button button {
  font-size: 1.05em;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  letter-spacing: 1px;
  color: #333;
  width: 110px;
  background-color: #FFF;
  border: 2px #E0E0E0 solid;
  float: right;
  border-left: 2px #c72e26 solid;
}
.primary-button a i,.primary-button button i{
  margin-left: 5px;
}
.primary-button a:hover,.primary-button button:hover{
  border-left: 2px #FA5249 solid;
  /*color: #c72e26;*/
}
.primary-button a:hover i,.primary-button button:hover i{
  color: #000; 
}
.secondary-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #ffba00;
}
.white-button {
  float: right;
}
@media (max-width: 991px) {
  .white-button {
    text-align: center;
    float: none;
  }
}
.white-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #ffba00;
}
.go-top {
  width: 40px!important;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 14px!important;
  background-color: rgba(45, 39, 39, 0.9) !important;
  color: #ffffff !important;
}
.search-section {
  /*background-color: #f2f2f2;*/
}
.search-section .search-content {
  z-index: 999;
  position: relative;
  margin-top: -25%;
  background-color: rgba(0,0,0,0.9);
  background-color: #000\9;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.search-section .search-content .search-heading{
  padding-top: 15px;
}
.search-section .search-content .search-heading i{
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #C20000;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
  margin-top: -12px;
}
.search-section .search-form input{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 1.1em;
}
.latest-news .section-heading i{
  margin-top: -12px;
}
.search-section .search-content .search-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.7em;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}
.search-section .search-content .search-heading span {
  font-family: 'georgia', Arial, \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Adobe 黑体 Std R,Adobe 繁黑體 Std B;
  font-size: 13px;
  font-style: italic;
  color: #FFF;
}
.search-section .search-content .search-form {
  margin-top: 30px;
}
.search-section .search-content .search-form select {
  cursor: pointer;
  outline: none;
  font-size: 1.1em;
  color: #545454;
  /*font-weight: 600;*/
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #DDDDDD;
}
.search-section .search-content .search-form .primary-button a{
  background: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 991px) {
  .search-section .search-content .search-form select,.search-section .search-content .search-form input {
    margin-bottom: 15px;
  }
}
.blury-bg {
  /*margin-top: 60px;*/
  background-image: url(../images/demo/geometry2.png);
  /*background-image: url(../images/demo/bg1.jpg);*/
  /*background: #F5F5F5;*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  width: 100%;
  padding: 80px 0px;
  /*margin-bottom: -80px;*/
}
@media (max-width: 991px) {
  .blury-bg {
    padding: 80px 0px 65px 0px;
  }
}
.blury-bg .info-item {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px;
  height: 110px;
  border: 1px #ccc solid;
}
.blury-bg .bgshake {
  float: left;
  width: 80px;
  height: 80px;
  background-color: #C72e26;
}

.blury-bg .bgshake i{
  width: 80px;
  color: #ffffff;
  text-align: center;
  font-size: 2.2em;
  line-height: 80px;
}
@media (max-width: 991px) {
  .blury-bg .info-item {
    margin-bottom: 15px;
    height: 90px;
  }
  .blury-bg .bgshake {
    float: left;
    width: 60px;
    height: 60px;
    background-color: #C72e26;
  }

  .blury-bg .bgshake i{
    width: 60px;
    color: #ffffff;
    text-align: center;
    font-size: 2.2em;
    line-height: 60px;
  }
}
@keyframes scale12 {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

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

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

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

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

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

  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);

  }
}

.blury-bg .info-item:hover .bgshake{
  webkit-animation: scale12 1s linear;
  -moz-animation: scale12 1s linear;
  -o-animation: scale12 1s linear;
  animation: scale12 1s linear;
}

.blury-bg span{
  float: right;
  letter-spacing: 1.1px;
}
.blury-bg a:hover span,.blury-bg a:hover i{
  color: #5D0D09;
}
.blury-bg span i{
  width: auto;
  height: auto;
  background: none;
  line-height: 20px;
  font-size: 1em;
  color: #333;
}
@media (max-width: 991px) {
  .blury-bg i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.blury-bg h4 {
  font-size: 1.6em;
  font-weight: 700;
  color: #111111;
  text-transform: capitalize;
  margin-left: 95px;
  letter-spacing: 0.5px;
}
.blury-bg h4:hover a{
  color: #424242;
}
@media (max-width: 991px) {
  .blury-bg h4 {
    margin-left: 75px;
    margin-top: 3px;
  }
}
.blury-bg .line-dec {
  width: 30px;
  height: 2px;
  background-color: #8E2621;
  margin: 13px 0px 8px 95px;
}
@media (max-width: 991px) {
  .blury-bg .line-dec {
    margin: 10px 0px 8px 75px;
  }
}
.blury-bg span {
  font-size: 15px;
  color: #313131;
  font-weight: 700;
  /*margin-left: 95px;*/
  display: block;
}
@media (max-width: 991px) {
  .blury-bg span {
    margin-left: 75px;
  }
}
.line-dec-second {
  width: 28px;
  height: 3px;
  background-color: #ffba00;
}
.line-dec-third {
  margin-top: 25px;
  width: 120px;
  height: 2px;
  background-color: #eeeeee;
}
.pagination-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-content ul li {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  /*background-color: #999;*/
  color: 
}
.pagination-content ul a {
  color: #666666;
  font-size: 1.1em;
  /*font-weight: 700;*/
}
.pagination-content ul li i {
  font-size: 14px;
}
.pagination-content ul li.active{
  background-color: #C72E26;
  color: #fff;
}
.pagination-content ul li.hd_btn{
  background: #E3E3E3;
  color: #666;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  /*content: ".";*/
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.latest-news .owl-carousel .owl-item{
  padding: 25px;
  border-right: 1px #D5D5D5 dashed;
}
.owl-controls {
  width: 100%;
  text-align: center;
}
.owl-theme .owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /*background: transparent;*/
  background: #c72e26;
  border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  display: inline-block;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  /*cursor: url(grabbing.png) 8 8, move;*/
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.go-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  background: #1d1d1d;
  color: #fff !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.go-top-img {
  display: fixed;
  height: 200px;
  width: 200px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  color: #fff !important;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.go-top.go-topfade-out {
  opacity: 1;
}
@media (max-width: 991px) {
  .go-top {
    right: 20px;
    bottom: 20px;
  }
  .go-top-img {
    height: 100px;
    width: 100px;
    bottom: 100px;
    right: 20px;
  }
}
@media (min-width: 992px) {
  .go-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: 30px;
    bottom: 60px;
  }
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.nano .content:focus {
  outline: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
  opacity: 0.99;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


.sec_title i{
  margin-top: 5px;
  font-size: 22px;
  color: #c72e26;
  display: none\9;
}
.maT10{
  margin-top: 10px;
}
.maT40{
  margin-top: 40px;
}
.maB10{
  margin-bottom: 10px;
}
.maB20{
  margin-bottom: 20px;
}
.maT30{
  margin-top: 30px;
}
.pa10{
  padding: 10px;
}
.maB5{
  margin-bottom: 5px;
}
.agree_border{
  border-width: 4px;
  border-style: double;
  border-color: #CCC;
  padding: 0px 10px;
}
table.table_ticket{
  width: 100%;
  margin-bottom: 20px;
}
table.table_ticket tr{
  border: 1px #ccc solid;
}
table.table_ticket th,table.table_ticket td{
  padding: 8px 5px;
  font-size: 1.1em;
  border-right: 1px #ccc solid;
  color: #333;
  text-align: center;
}
table.table_ticket thead td{
  color: #000;
  border-bottom: 2px #333 solid;
}
table.table_ticket tbody th{
  background: #E4E4E4;
  color: #000;
  font-weight: normal;
}
.index_news ul{
  list-style-type: none;
  padding: 0px;
}
.index_news ul li{
  padding: 5px 0px;
  font-size: 1.1em;
}
.index_news ul li a i{
  float: left;
  padding-top: 1px;
  font-size: 1.2em;
  color: #666;
}
.index_news ul li a span{
  /*display: block;*/
  /*padding-left: 20px;*/
  font-size: 1.05em;
}
.index_news ul li a:hover span{
  color: #C72e26;
  /*text-decoration: underline;*/
}
.index_news ul li a:hover .news_date{
  color: #666;
}
h3.ind_title{
  margin-bottom: 40px;
  font-size: 2.5em;
  letter-spacing: 1.3px;
  font-weight: lighter;
  color: #666;
}
.indrecent{
  /*padding: 60px 0px;*/
}
.indrecent .line-dec-third{
  margin-bottom: 20px;
}
.indrecent h4.sec_title,.paT_info h4.sec_title{
  font-size: 2em;
}
.indrecent table tr th{
  font-size: 1.1em;
  border-bottom: 2px #333 solid;
  padding-bottom: 5px;
}
.indrecent table tr td{
  padding: 1px 5px 1px 0px;
}
.indrecent table tbody tr:nth-child(odd){
  background: #f2f2f2;
}
.indrecent table tr td .btn{
  background: #666;
  padding: 3px 6px;
  margin: 3px;
  color: #fff;
  font-size: 1em;
}
.indrecent table tr td .btn:hover{
  background: #333;
}
.indrecent .sec_title span{
  font-size: 15px;
  border: 1px #ccc solid;
  padding: 3px 8px;
  border-radius: 5px;
  margin-left: 5px;
  color: #666;
  /*float: right;*/
  letter-spacing: 1.1px;
}
.indrecent .sec_title span i{
  font-size: 15px;
  color: #666;
}
.store_row{
  padding: 10px 0px;
  border: 3px #E2E2E2 solid;
  letter-spacing: 1.1px;
}
.store_row .store_left{
  height: 800px;
  overflow: auto;
}
.store_row .store_left h5{

}
.store_row .store_left ul {
  padding-left: 0px;
  list-style-type: none;
}
.store_row .store_left > ul > li{
  padding: 20px 10px 20px 15px;
  cursor: pointer;
  border-bottom: 1px #CCC solid;
}
.store_row .store_left > ul > li:nth-child(odd){
  background: #f2f2f2;
}
.store_row .store_left .sep-section-heading .fix_icon{
  float: right;
}
.store_row ul.store_child{
  padding-left: 30px;
  font-size: 1.1em;
  letter-spacing: 1.1px;
  list-style-type: none;
}
/*.store_left .fix_icon{
  margin-top: 15px;
}*/
.store_child .service_list {
  display: inline-block;
  /*background: #333;*/
  padding: 5px;
  margin-top: 10px;
  color: #b07932;
  text-align: center;
  background: #131313;
}
.store_child .service_list b{
  padding-top: 5px;
  color: #FFF;
  font-size: 0.8em;
  font-weight: normal;
}
.store_child .service_list img{
  width: 25px;
  margin-right: 3px;
}
.store_child span i{
  font-size: 1em;
  padding-top: 5px;
  color: #996214;
}
.store_bus .col-lg-2{
  padding: 3px;
}
.store_bus .bus_block ul li{
  letter-spacing: 1px;
  height: 1.1em;
  overflow: hidden;
}
.ind_link{
  margin-top: 30px;
  margin-bottom: -90px;
}
.ind_link .owl-controls{
  display: none !important;
}
.bus_list.nav-tabs > li.active > a, .bus_list.nav-tabs > li.active > a:hover, .bus_list.nav-tabs > li.active > a:focus{
  font-size: 1.1em;
  letter-spacing: 1.1px;
  font-weight: bold;
  color: #FFF;
  background: #C72e26;
}
.tab-pane .col-md-2{
  padding: 3px;
}
.bus_list.nav-tabs > li > a{
  font-size: 1.1em;
}
.bus_block{
  /*background: #605959;*/
  background: #E0E0E0;
  padding: 5px 2px;
  /*border: 1px solid;*/
  overflow: hidden;
  position: relative;
  box-sizing: inherit;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  min-height: 120px;
}
.store_row .bus_block{
  min-height: 130px;
}
a:hover .bus_block{
  background: #A10C0C;
  color: #fff;
}

.bus_block:after {
  background: #fff;
  content: "";
  height: 205px;
  left: -100px;
  opacity: .1;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

.bus_block:hover:after {
  left: 128%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.bus_block h4{
  text-align: center;
  /*font-weight: bold;*/
  font-size: 2.3em;
  color: #052A46;
  margin: 10px 0px 5px 0px;
  font-family: 'Dosis', sans-serif,"微軟正黑體";
}
a:hover .bus_block h4{
  color: #fff;
}
.bus_block ul{
  list-style-type: none;
  text-align: center;
  padding-left: 0px;

}
.indrecent .tab-pane img{
  max-height: 90px;
  padding: 5px;
  margin-bottom: 5px;
}
.indrecent .tab-pane a:hover img{
  opacity: 0.9;
}
.paT_info{
  margin-bottom: 80px;
}
.paT_info .primary-button{
  margin-top: 10px;
}
.text-c{
  text-align: center;
  margin: 0px auto;
}
.text-r{
  text-align: right;
}
.bus_info table{
  font-size: 1.1em;
}
.bus_info table tr td{
  padding: 5px;
}
.bus_info .bus_ps{
  padding: 10px;
  border: 1px #ccc solid;
}
.bus_info .bus_ps ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-size: 1.1em;
}
.bus_info .bus_ps ul li{
  margin-bottom: 3px;
}
.bus_info .tab-content{
  border: 1px #DEDEDE solid;
  padding: 15px;
  min-height: 550px;
}
.bus_info .nav-tabs{
  border-bottom: none;
}
.bus_info .nav-tabs > li > a{
  border: 1px #DEDEDE solid;
  font-size: 1.1em;
  letter-spacing: 1.2px;
  color: #333;
}
.bus_info .nav-tabs > li.active > a{
  border: 1px #DEDEDE solid;
  background: #A92520;
  font-size: 1.1em;
  letter-spacing: 1.2px;
  color: #fff;
}
.bus_info .bus_tab{
  margin-top: 20px;
}
.bus_info .bus_tab .nav{
  padding: 0px 15px 0px 15px;
}
.bus_info .primary-button a{
  float: left;
  margin-left: 15px;
}
.btn-yellow{
  background: #F1BA42;
  padding: 7px 16px;
  color: #111;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0px 3px 0px #BF9334;
}
.btn-yellow:hover{
  background: #F1BA42;
  padding: 7px 16px;
  color: #111;
  font-size: 1em;
  font-weight: bold;
  box-shadow: none;
  margin-top: 3px;
  margin-bottom: -3px;
}
.ind_news{
  position: relative;
}

.food-services{
  padding: 60px 0px 50px 0px;
  /*border-top: 1px #ccc solid;*/
}
.food-services-inner {
  padding:25px; 
  background:rgba(0,0,0,.5);
  -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.food-services-border {border:5px solid rgba(255, 255, 255, 0.3); padding:50px;}
.food-services-inner:hover {
  background:rgba(160, 16, 16, 0.8); color: #fff;
}
.food-services-inner:hover .text_big{color: #fff;}
.food-time {padding:3px 25px}
.display-block{
  display: block;
}
.food-services .text_big{
  font-size: 1.8em;
  color: #D7D7D7;
  /*font-weight: bold;*/
  letter-spacing: 1.3px;#8B3D3D
}
.food-services .text_small{
  color: #A7A7A7;
}
.cover-background{ position: relative; background-size: cover !important; overflow: hidden; background-position: center center; background-repeat: no-repeat !important;}
.no-padding-right{
  /*padding-right: 0px;*/
}
.no-padding-right img{
  border: 4px #fff solid;
}
.news_more a:hover img{
  opacity: 0.9;
}
.news_more .news_date{
  color: #DB8A4C;
  padding-bottom: 4px;
  font-size: 0.9em;
}
.blog-page .search-form{
  margin-bottom: 30px;
}
.blog-page .search-form input{
  float: left;
  width: calc(100% - 40px);
  border: 1px #CCC solid;
  font-size: 1em;
  color: #333;
}
.blog-page .search-form .btn{
  height: 35px;
  background: #333;
  color: #fff;
  width: 35px;
  font-size: 0.9em;
  text-align: center;
}
.blog-page .search-form .btn:hover{
  background: #525252;
}
#settings iframe{
  margin: 0 15px;
}
.price_page .sidebar-widgets select{
  height: 40px;
  font-size: 1.1em;
  color: #333;
  border: 1px #CCC solid;
  letter-spacing: 1.1px;
}
.price_page .line_s{
  margin-bottom: 10px;
  /*border: 1px #DCA8A5 solid;*/
  padding: 2px 4px;
  border-radius: 5px;
  color: #6D6D6D;
}
.price_page a:hover .line_s{
  /*border: 1px #BB2121 solid;*/
  text-decoration: underline;
  color: #A93434;
}
.price_page .line_s i{
  font-size: 1.2em;
  color: #ccc;
}
.price_page a:hover .line_s i{
  color: #A93434;
}
.price_page .bus_pp{
  list-style-type: none;
  font-size: 1.4em;
  width: 100%;
  /*border-left: 3px #ccc solid;*/
}
.price_page .bus_pp thead,.price_page .bus_pp tbody{
  border: 1px #ccc solid;
}
.price_page .bus_pp td{
  padding: 3px 10px;
  text-align: center;
  vertical-align: middle;
}
.price_page .bus_n{
  color: #28A498;
  font-size: 1.7em;
}
.price_page .bus_f,.price_page .bus_e{
  color: #141414;
  font-size: 1.3em;
}
.price_page ul.bus_ud{
  margin: 10px 0px 0px 10px;
  padding-left: 0px;
}
.price_page ul.bus_ud li{
  font-size: 1.2em;
  list-style-type: none;
  padding: 3px 0px;
}
.price_page ul.bus_ud li span{
  font-size: 1.5em;
  font-weight: bold;
  color: #C9151E;
}
.price_page ul.bus_ud .ps{
  color: #8A141A;
  font-size: 1.1em;
  letter-spacing: 1.1px;
}
.price_page .sidebar-widgets{
  margin: 0px;
}
.price_page .search-form{
  background: #F0F0F0;
  padding: 20px;
}
.price_page .primary-button a{
  background: #fff;
  font-size: 1.15em;
  letter-spacing: 1.2px;
}
.fix_icon img{
  width: 25px;
  margin: 0px 4px 0px 0px;
}
/*.fix_icon {
  margin-bottom: 10px;
}*/
.fix_icon label{
  margin-right: 10px;
  font-size: 1.1em;
  letter-spacing: 1.1px;
}
.btn-down{
  margin: 10px 0px;
  font-size: 0.9em;
  color: #000;
  letter-spacing: 1.1px;
  background: #ffe135; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffe135 0%, #ffce27 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffe135 0%,#ffce27 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffe135 0%,#ffce27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe135', endColorstr='#ffce27',GradientType=0 ); /* IE6-9 */
}
.btn-down:active{
  margin: 10px 0px;
  color: #000;
  letter-spacing: 1.1px;
  background: #ffe135; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffe135 0%, #ffce27 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffe135 0%,#ffce27 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffe135 0%,#ffce27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe135', endColorstr='#ffce27',GradientType=0 ); /* IE6-9 */
}
.addthis_sharing_toolbox,.share_btn span {
  float: left;
}
.share_btn .fb-like{
  margin-top: 8px;
  margin-left: 3px;
}
.flR{
  float: right !important;
}
.contact-content .send-message input.code_input{
  width: 130px !important;
}
.store_row .imgbox{
  height: 206px;
  width: 310px;
  overflow: hidden;
  border-radius: 20px;
}
a:hover .imgbox_sq{
  opacity: 0.9;
}
.imgbox_sq{
  width: 190px;
  height: 190px;
  overflow: hidden;
  text-align: center;
  border-bottom: 3px #FFC341 solid;
}
.imgbox_sq img{
  height: 100%;
  width: auto;
}
.imgbox_ind{
  width: 300px;
  height: 300px;
  overflow: hidden;
  text-align: center;
  border-bottom: 3px #FFC341 solid;
  margin: 0px auto;
}
.imgbox_ind img{
  height: 100%;
  width: auto;
}
.bus_all{
  margin-top: -30px;
}
.bus_all .recent-car-content .col-md-2{
  padding: 3px;
}
.bus_all .recent-car-content h2{
  font-weight: bold;
  font-size: 36px;
  margin: 40px 0px 5px 0px;
}
.bus_all .recent-car-content .nav-tabs h3{
  margin-top: 15px;
}
/*.services .service-item .col-md-5 a img{
  -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.services .service-item .col-md-5 a:hover img{
   -webkit-transform: rotate(-5deg) translate(-12.5px, -8px);
    -moz-transform: rotate(-5deg) translate(-12.5px, -8px);
    -o-transform: rotate(-5deg) translate(-12.5px, -8px);
    transform: rotate(-5deg) translate(-12.5px, -8px);
}*/

@media (max-width: 1600px) {
  .site-header{
    width: 100%;
    left: 0%;
  }
  nav.main-navigation{
    padding-left: 180px;
  }
  .site-header .logo{
    left: 30px;
  }
  .about_page .right-content,.about_page .left-content {
    margin-top: 20px;
    width: 750px;
    padding: 0px 40px;
  }
  .imgbox_ind{
    width: 240px;
    height: 240px;
    overflow: hidden;
    text-align: center;
    border-bottom: 3px #FFC341 solid;
    margin: 0px auto;
  }
  .imgbox_ind img{
    height: 100%;
    width: auto;
  }
}
@media (max-width: 1450px) {
  .about_page .right-content,.about_page .left-content {
    margin-top: 20px;
    width: 700px;
    padding: 0px 40px;
  }
  .more-about-us h3.sec_title{
    padding-top: 10px;
  }
  .imgbox_ind{
    width: 200px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    border-bottom: 3px #FFC341 solid;
    margin: 0px auto;
  }
  .imgbox_ind img{
    height: 100%;
    width: auto;
  }
}
@media (max-width: 1300px) {
  .about_page .right-content,.about_page .left-content {
    margin-top: 20px;
    width: 100%;
    padding: 0px 40px 20px 40px;
  }
  .more-about-us h3.sec_title{
    padding-top: 10px;
  }
  .imgbox_ind{
    width: 180px;
    height: 180px;
    overflow: hidden;
    text-align: center;
    border-bottom: 3px #FFC341 solid;
    margin: 0px auto;
  }
  .imgbox_ind img{
    height: 100%;
    width: auto;
  }
}
@media (max-width: 1200px) {
  .site-header{
    width: 100%;
    left: 0%;
  }
  nav.main-navigation{
    padding-left: 120px;
  }
  .site-header .logo{
    left: 40px;
  }
  nav.main-navigation ul li{
    padding: 4px 10px;
  }
  nav.main-navigation ul li ul.sub-menu{
    top: 60px !important;
  }
  .store_row .imgbox{
    height: 170px;
    width: 250px;
    overflow: hidden;
    border-radius: 20px;
  }
  .imgbox_sq{
    width: 160px;
    height: 160px;
    overflow: hidden;
  }
  .imgbox_sq img{
    height: 100%;
    width: auto;
  }
}
@media (max-width: 1024px) {
  .site-header{
    width: 100%;
    left: 0%;
  }
  nav.main-navigation{
    padding-left: 150px;
  }
  .site-header .logo{
    left: 40px;
  }
  nav.main-navigation ul li{
    padding: 4px 8px;
  }
}
@media (min-width: 991px){
  .site-header .logo img.logo2{
    display: none
  }
}
@media (max-width: 991px){
  #main-header{
    text-align: right;
    background: #ffe135 !important;
  }
  .site-header .logo img.logo1{
    width: 50px;
  }
  .site-header .logo img.logo2{
    width: 110px;
  }
  .scrolled-header #main-header{
    margin-top: 15px;
  }
  .scrolled-header .logo{
    margin-top: 15px;
  }
  .more-about-us .about_btm{
    margin-top: 30px;
  }
  .more-about-us h3.sec_title{
    font-size: 2.3em;
  }
  .header-right-toggle {
    padding: 13px 10px;
  }
  .store_row .imgbox{
    height: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .store_row .imgbox img{
    border-radius: 20px;
    margin: 0px auto 10px auto;
  }
  .imgbox_sq{
    width: 230px;
    height: 230px;
    overflow: hidden;
  }
  .imgbox_sq img{
    height: 100%;
    width: auto;
  }
}
@media (max-width: 910px){
.imgbox_ind{
    width: 310px;
    height: 310px;
    overflow: hidden;
    text-align: center;
    border-bottom: 3px #FFC341 solid;
    margin: 0px auto;
  }
  .imgbox_ind img{
    height: 100%;
    width: auto;
  }
}
@media (max-width: 768px){
  .site-header .logo{
    left: 3%;
  }
  .store_bus .col-xs-4{
    width: 20%;
  }
  .imgbox_sq{
    width: 400px;
    height: 400px;
    overflow: hidden;
    margin: 0px auto 15px auto;
  }
  .imgbox_sq img{
    height: 100%;
    width: auto;
  }
}
@media (max-width: 690px){
  .site-header .logo{
    left: 3%;
  }
}
@media (max-width: 620px){
  .imgbox_ind{
    width: 400px;
    height: 400px;
    overflow: hidden;
    text-align: center;
    border-bottom: 3px #FFC341 solid;
    margin: 0px auto;
  }
  .imgbox_ind img{
    height: 100%;
    width: auto;
  }
}
@media (max-width: 480px){
  .site-header .logo{
    left: 3%;
  }
  .store_bus .bus_block ul{
    /*display: none;*/
  }
  .imgbox_sq{
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0px auto 15px auto;
  }
  .imgbox_sq img{
    height: 100%;
    width: auto;
  }
  .imgbox_ind{
    width: 340px;
    height: 340px;
    overflow: hidden;
    text-align: center;
    border-bottom: 3px #FFC341 solid;
    margin: 0px auto;
  }
  .imgbox_ind img{
    height: 100%;
    width: auto;
  }
}
@media (max-width: 380px){
  .imgbox_ind{
    width: 260px;
    height: 260px;
    overflow: hidden;
    text-align: center;
    border-bottom: 3px #FFC341 solid;
    margin: 0px auto;
  }
  .imgbox_ind img{
    height: 100%;
    width: auto;
  }
}
.maT10{
  margin-top: 10px;
}
.maT20{
  margin-top: 20px;
}
.maT25{
  margin-top: 25px;
}
.maL10{
  margin-left: 10px;
}