/* 修正粗體 */

@font-face {
   font-family: '微軟正黑體修正';
   unicode-range: U+7db0, U+78A7, U+7B75;
   /* ASCII (碧筵綰) */
   font-style: normal;
   font-weight: 900;
   src: local(MS Gothic);
}

/* 一般粗細的時候改回微軟正黑 */

@font-face {
   font-family: '微軟正黑體修正';
   unicode-range: U+7db0, U+78A7, U+7B75;
   /* ASCII (碧筵綰) */
   font-style: normal;
   font-weight: normal;
   src: local(微軟正黑體);
}

body, h1, h2, h3, h4, h5, h6, p, .navbar-nav li a, .blog-grid .entry .entry-author, .btn-primary, .btn-secondary, input, textarea, .page-title .breadcrumb, .module span.title, ul.dropdown-menu li a, ul.mega-menu li ul li a, .form-control {
   font-family: 'Open Sans', "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", sans-serif!important;
}

body, p {
   font-weight: normal;
   font-size: 15px;
   color: #333;
}

img {
   max-width: 100%;
   height: auto;
}

.dropdown-backdrop {
    pointer-events: none
}

.animate, .idx-pro-list.blog-grid .entry .entry-featured img, .por-list-box .portfolio .portfolio-link i, .por-list-box .portfolio .portfolio-zoom-like i, .idx-pro-list.blog-carousel .owl-nav [class*=owl-] i, .idx-pro-list.blog-carousel .owl-nav [class*=owl-], .sidebar-full .accordion .panel .panel-title .accordion-toggle i, .market-img-box img {
   -webkit-transition: 0.3s ease;
   -ms-transition: 0.3s ease;
   transition: 0.3s ease;
}

.article-box p, .article-box span, .article-box strong {
    font-family: 'Open Sans', "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
}

/* list */

.list-3th {
   display: inline-block;
   vertical-align: top;
}

/* btn */

.btn-primary, .btn-secondary {
   width: auto;
   padding: 7px 45px;
   font-size: 14px;
   height: auto;
   line-height: inherit;
}

/* layout */

.layout {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.layout.dark {
   background: rgba(0, 0, 0, 0.4);
}

.layout.light {
   background: rgba(255, 255, 255, 0.5);
}

.bg-overlay-theme:before {
   background-color: rgba(21, 138, 239, 0.85);
}

.module-search-box .search-box {
   background-color: #253777;
}

.module-search-box .search-box .search-cancel i {
   background: #f42e00;
   line-height: 26px;
   width: 28px;
   height: 28px;
   border: 1px solid #f42e00;
   color: #ffffff;
   border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   -o-border-radius: 0px;
   text-align: center;
}

ul.dropdown-menu li a, ul.mega-menu li ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
}

.navbar-nav>li.has-dropdown>ul.dropdown-menu {
   border: 0;
}

/* title */

.main-title-h2 {
   font-size: 24px;
}

@media (min-width: 992px) {
   .text-lg-right {
      text-align: right;
   }
}

/*--------------------------------
start. index*/

/*--------------------------------
start. header*/

header {
   position: relative;
   background-image: url(../images/background/f-bg.jpg);
   background-size: cover;
   background-position: center;
}

header::after {
   content: '';
   height: 3px;
   width: 100%;
   position: absolute;
   bottom: 0px;
   background: rgb(244, 46, 0);
   background: -moz-linear-gradient(left, rgba(244, 46, 0, 1) 0%, rgba(70, 161, 240, 1) 50%, rgba(244, 46, 0, 1) 100%, rgba(244, 46, 0, 1) 100%);
   background: -webkit-linear-gradient(left, rgba(244, 46, 0, 1) 0%, rgba(70, 161, 240, 1) 50%, rgba(244, 46, 0, 1) 100%, rgba(244, 46, 0, 1) 100%);
   background: linear-gradient(to right, rgba(244, 46, 0, 1) 0%, rgba(70, 161, 240, 1) 50%, rgba(244, 46, 0, 1) 100%, rgba(244, 46, 0, 1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f42e00', endColorstr='#f42e00', GradientType=1);
}

.header .navbar {
   min-height: inherit;
}

.header .navbar .logo {
   line-height: 75px;
}

.header .navbar .logo img {
   height: 66px;
}

.navbar-nav li a {
   font-size: 16px;
   font-weight: 400;
   padding: 28px 0;
   color: #333;
}

.module .module-icon {
   padding-top: 27px;
   margin-right: 8px;
}

.module .module-icon i {
   color: #333;
   font-size: 1.2em;
   line-height: .75em;
}

.module-search-box .search-box .search-form input {
   color: #f6f6f7;
   font-size: 15px;
}

.module-search-box .search-box .search-form input::-webkit-input-placeholder {
   color: #f6f6f7;
}

.module-search-box .search-box .search-form input::-moz-placeholder {
   color: #f6f6f7;
   opacity: 1;
}

.module-search-box .search-box .search-form input:-ms-input-placeholder {
   color: #f6f6f7;
}

.navbar-nav>li.active>a, nav .link-hover:hover {
   color: #46a1f0 !important;
}

.navbar-nav>li:after {
   bottom: 0;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 10px 8px 10px;
   border-color: transparent transparent #46a1f0 transparent;
   left: 50%;
   margin-left: -10px;
   top: auto;
   background: transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
   background-color: #46a1f0;
}

.lang-box {
   padding-top: 24px;
   margin-right: 8px;
}

.search-icon, .lang-box {
   display: inline-block;
}

.lang-box .dropdown-menu {
   position: absolute;
   background: #fff;
   top: 78px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
   min-width: 90px;
}

.lang-box ul.dropdown-menu li a, .lang-box ul.dropdown-menu>li {
   line-height: 1.5;
   height: auto;
}

.lang-box ul.dropdown-menu li a {
   padding: 5px 15px;
}

.lang-box ul.dropdown-menu li a img {
   width: 19px;
   margin-right: 5px;
   position: relative;
   top: -1px;
}

.lang-box .btn, .module.active i {
   color: #333;
}

/*end. header
--------------------------------*/

/*--------------------------------
start. container*/

.heading h2 {
   text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.heading.text-white:after {
   background-color: #fff;
}

.heading-1 p:last-child {
   font-size: 15px;
   color: #555;
}

.idx-pro-list.blog-carousel .owl-controls {
   margin-top: 0;
   position: absolute;
   top: -78px;
   right: 100px;
}

.idx-pro-list.blog-carousel .entry {
   margin-bottom: 0;
   overflow: hidden;
}

.idx-pro-list.blog-carousel h3 {
   font-size: 16.5px !important;
   margin-bottom: 13px !important;
}

.idx-pro-list.blog-grid .entry .entry-content p {
   line-height: 1.5;
   font-size: 14px !important;
}

.idx-pro-list.blog-carousel .owl-nav [class*=owl-] i {
   line-height: 32px;
   border: 0;
   width: 34px;
   height: 34px;
   background-color: #46a1f0;
   color: #fff;
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
   border: 2px solid transparent;
}

.idx-pro-list.blog-carousel .owl-nav [class*=owl-]:hover {
   background-color: transparent !important;
}

.idx-pro-list.blog-carousel .owl-nav [class*=owl-]:hover i {
   border-color: #46a1f0;
   color: #46a1f0;
   background-color: transparent !important;
}

.idx-pro-list.blog-grid .entry .entry-featured {
   border: 1px solid #e6e6e6;
   box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   background: #fff;
   overflow: hidden;
}

.idx-pro-list.blog-grid .entry:hover .entry-featured img {
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
}

.idx-news-list .list-3th {
   width: calc(100% / 3 - 13px);
   margin: 0 15px 15px 0;
   background: #f7f7f7;
   padding-bottom: 20px;
   box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
   border: 1px solid #eee;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   overflow: hidden;
}

.idx-news-list .list-3th:nth-child(3n) {
   margin-right: 0;
}

.idx-news-list.blog-grid .entry .entry-author {
   left: 15px;
   bottom: 15px;
}

.idx-news-list.blog-grid .entry .entry-title, .idx-news-list.blog-grid .entry .entry-content {
   padding: 0 20px;
}

.idx-news-list.blog-grid .entry .entry-title h3 {
   line-height: 1.3;
   font-size: 16.5px;
   margin-bottom: 20px;
}

.idx-news-list.blog-grid .entry .entry-content p {
   line-height: 1.5;
   font-size: 14px;
}

.idx-news-list.blog-grid .entry .entry-author ul li {
   padding: 0 10px;
}

.idx-news-list.blog-grid .entry .entry-author ul li span {
   color: #fff;
}

.idx-news-list.blog-grid .entry .entry-author ul li i {
   margin-right: 5px;
   color: #ffffff;
   background: rgba(70, 161, 240, 0.85);
   width: 24px;
   height: 24px;
   line-height: 24px;
   text-align: center;
   font-size: 12px;
   border-radius: 50px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   -ms-border-radius: 50px;
   -o-border-radius: 50px;
}

.tparrows {
   background: rgba(70, 161, 240, 0.8);
   border: 2px solid transparent;
   line-height: 38px;
}

.tparrows:hover {
   border-color: #46a1f0;
   background: transparent;
}

.tparrows:before {
   line-height: 38px;
}

.tparrows:hover:before {
   color: #46a1f0;
   font-weight: 600;
}

.rev_slider a {
   padding: 7px 25px;
   font-size: 16.5px;
   font-weight: 600;
}

.rev_slider .caption, .rev_slider .tp-caption {
   white-space: normal;
}

/*end. container
--------------------------------*/

/*--------------------------------
start. footer*/

footer {
   padding-top: 60px;
   position: relative;
}

.footer-widget {
   margin-bottom: 20px;
}

.footer-widget-title h5 {
   letter-spacing: 1px;
   font-size: 18px;
   font-weight: 600;
}

.f-logo {
   max-width: 200px;
   margin: 0px auto 20px;
}

.footer-widget-about p {
   line-height: 1.7;
}

.footer-widget-link ul li {
   display: inline-block;
   width: calc(100% / 2 - 12px);
   padding: 6px 0;
   border-bottom: 1px solid rgba(49, 51, 58, 0.15);
   margin-right: 10px;
}

.footer-widget-link ul li a {
   font-size: 15px;
   line-height: 1.5;
   color: #333;
}

.footer-widget-contact-link li {
   padding: 3px 0 3px 27px;
   position: relative;
}

.footer-widget-contact-link h6 {
   display: inline-block;
   font-size: 14px;
   margin-bottom: 0;
}

.footer-widget-contact-link i {
   width: 15px;
   text-align: center;
   position: absolute;
   top: 3px;
   left: 0;
}

.footer-copyright p {
   font-size: 13px;
   line-height: 1.5;
}

.footer-widget-title:after {
   background-color: #46a1f0;
}

.footer-copyright {
   padding-top: 20px;
   padding-bottom: 40px;
   border-top: 1px solid rgba(70, 161, 240, 0.25);
}

.footer-copyright .copyright p a {
   color: #333;
}

.a2a_default_style a {
   padding: 0 4px 0 0 !important;
}

.a2a_svg {
   height: 27px !important;
   line-height: 27px !important;
   padding: 2px !important;
   width: 27px !important;
   border-radius: 0 !important;
   -webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
   -ms-border-radius: 0 !important;
   -o-border-radius: 0 !important;
}

footer.bg-gray p, footer.bg-gray, footer.bg-gray h6, footer.bg-gray h5 {
   color: #333 !important;
}

/*end. footer
--------------------------------*/

/*end. index
--------------------------------*/

/*--------------------------------
start. in*/

.page-title {
   padding-top: 120px;
   padding-bottom: 120px;
}

.page-title .title-heading h1 {
   color: #fff;
   text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
   font-size: 27px;
   letter-spacing: 1px;
}

.page-title .breadcrumb {
   display: inline-block;
   padding: 8px 20px;
   background: rgba(0, 0, 0, 0.55);
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.breadcrumb>li {
   font-size: 13px;
   line-height: 1.3;
}

.sidebar-full {
   margin-bottom: 30px;
}

.sidebar-full .accordion .panel {
   padding: 0;
   margin-bottom: 8px !important;
}

.sidebar-full .accordion .panel .panel-title {
   font-size: 15px;
   position: relative;
}

.sidebar-full .accordion .panel .panel-title a, .sidebar-full .accordion .panel .panel-title span.title {
   width: 100%;
   display: block;
   padding: 13px 40px 13px 15px;
   background: #46a1f0;
   color: #fff;
}

.sidebar-full .accordion-toggle {
   position: absolute;
   top: 4px;
   right: 5px;
   width: 32px;
   height: 32px;
   line-height: 32px;
   background: #1f77c3;
   text-align: center;
}

.sidebar-full .accordion-toggle:hover {
   background: #095699;
}

.sidebar-full .accordion .panel .panel-title .accordion-toggle i {
   margin-right: 0;
   color: #fff;
}

.sidebar-full .panel .panel-body {
   padding: 15px 0 0;
}

.sidebar-full .panel .panel-body ul li:last-child a {
   border-bottom: 0;
}

.sidebar-full .panel .panel-body ul li a {
   padding: 8px 10px 8px 25px;
   border-bottom: 1px solid #eee;
   font-size: 14px;
   position: relative;
   color: #333;
   display: block;
}

.sidebar-full .panel .panel-body ul li a::before {
   content: "\f105";
   font-family: 'FontAwesome';
   position: absolute;
   top: 8px;
   left: 8px;
   color: #46a1f0;
}

.sidebar-full .panel .panel-body ul li a:hover, .sidebar-full .panel .panel-body ul li.active a {
   padding-left: 32px;
   color: #46a1f0;
   background: #f1f1f1;
}

.pagination>li {
   margin-right: 5px;
}

.pagination>li>a, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
}

.pagination>li>a {
   padding: 0;
   font-size: 15px;
   font-weight: 400;
   width: 34px;
   height: 34px;
   line-height: 34px;
   color: #333;
   background-color: #efefef;
}

.pagination>.active>a, .pagination>li:hover>a {
   box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
   transform: translateY(-4px);
   -webkit-transform: translateY(-4px);
   -moz-transform: translateY(-4px);
   -ms-transform: translateY(-4px);
   -o-transform: translateY(-4px);
}

/* pro list */

.por-list-box .list-3th {
   width: calc(100% / 3 - 20px);
   margin: 0 25px 30px 0;
}

.por-list-box .list-3th:nth-child(3n) {
   margin-right: 0;
}

.por-list-box .portfolio-classic .portfolio-item-body {
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
   overflow: hidden;
   padding: 6px;
   background: #f6f6f7;
}

.por-list-box .portfolio-classic .portfolio-item-body .portfolio-img {
   background: #fff;
}

.por-list-box .portfolio-classic .portfolio-bio {
   padding: 16px 20px;
}

.por-list-box .portfolio-classic .portfolio-bio .portfolio-meta .portfolio-title h2 {
   font-size: 18px;
   margin-bottom: 10px;
}

.por-list-box .portfolio-classic .portfolio-bio .portfolio-meta .portfolio-title h2 a {
   color: #333;
   display: block;
}

.por-list-box .portfolio-classic .portfolio-bio .portfolio-meta .portfolio-title h2 a:hover {
   color: #46a1f0;
}

.protfolio-text {
   margin-top: 0;
}

.protfolio-text p {
   margin-bottom: 0;
}

.por-list-box .portfolio .portfolio-hover .portfolio-zoom-like .zoom i {
   background-color: #46a1f0;
   color: #ffffff;
   border: 0;
}

.por-list-box .portfolio .portfolio-hover {
   background-color: rgba(33, 33, 33, 0.7);
}

.por-list-box .portfolio .portfolio-link i, .por-list-box .portfolio .portfolio-hover .portfolio-zoom-like .zoom i {
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
   width: 40px;
   height: 40px;
   line-height: 40px;
   font-size: 17px;
}

.por-list-box .portfolio .portfolio-link i:hover, .por-list-box .portfolio .portfolio-hover .portfolio-zoom-like .zoom i:hover {
   box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
   transform: translateY(-3px);
   -webkit-transform: translateY(-3px);
   -moz-transform: translateY(-3px);
   -ms-transform: translateY(-3px);
   -o-transform: translateY(-3px);
}

.por-list-box .portfolio .portfolio-hover .portfolio-zoom-like .zoom i:hover {
   background: #fff;
   color: #46a1f0 !important;
}

.por-list-box .portfolio-classic .portfolio-hover .portfolio-zoom-like {
   right: 70px;
}

/* contact */

.widget-contact {
   padding-right: 60px;
}

.footer-widget-contact-link h6 {
   color: #333;
}

.widget-contact .form-control {
   padding: 2px 12px;
   font-size: 14px;
   border: 2px solid rgba(119, 119, 119, 0.25);
   line-height: 34px;
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
}

.widget-contact .form-control:not(textarea) {
   height: 40px;
}

.widget-contact .form-control:focus {
   border: 1px solid #46a1f0;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* news */

.news-list-box .news-list {
   margin-bottom: 30px;
   border-bottom: 1px solid #eee;
   padding-bottom: 20px;
}

.news-list-box .news-list:last-child {
   border-bottom: 0;
}

.news-list-box.blog-classic .entry {
   border: 0;
   box-shadow: none;
}

.news-list-box.blog-classic .entry .entry-post {
   padding: 0;
}

.news-list-box.blog-classic .entry .entry-post .entry-title .news-title {
   font-size: 17px;
   line-height: 1.3;
   margin-bottom: 10px;
}

.news-list-box.blog-classic .entry .entry-post .entry-title .news-title a {
   color: #333;
}

.news-list-box.blog-classic .entry .entry-content p {
   font-size: 15px;
   margin-bottom: 18px;
   line-height: 1.5;
}

.news-list-box.blog-classic .entry .entry-post .entry-author {
   margin-bottom: 6px;
}

.news-list-box.blog-classic .entry .entry-post .entry-author ul li i {
   margin-right: 5px;
   color: #ffffff;
   background: rgba(70, 161, 240, 0.85);
   width: 24px;
   height: 24px;
   line-height: 24px;
   text-align: center;
   font-size: 12px;
   border-radius: 50px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   -ms-border-radius: 50px;
   -o-border-radius: 50px;
}

.news-list-box.blog-classic .entry .entry-post .entry-author ul li span, .news-list-box.blog-classic .entry .entry-post .entry-author ul li span a {
   font-size: 13px;
   color: #333;
}

.news-list-box.blog-classic .entry .entry-post .entry-author ul li span a:hover, .news-list-box.blog-classic .entry .entry-post .entry-title .news-title a:hover {
   color: #46a1f0;
}

.news-list-box.blog-classic .entry .entry-featured {
   margin-bottom: 20px;
}

.single-news-box {
   padding-left: 40px;
}

.single-news-box.news-list-box.blog-classic .entry .entry-post .entry-author {
   margin-bottom: 20px;
}

.single-news-box.news-list-box.blog-classic .entry .entry-post .entry-title .news-title {
   font-size: 20px;
   margin-bottom: 15px;
}

/* investor */

.invest-main-list ul li {
   display: inline-block;
   width: calc(100% / 3 - 13px);
   margin-right: 10px;
   margin-bottom: 13px;
   text-align: center;
   position: relative;
   vertical-align: top;
}

.invest-main-list ul li::after {
   content: '';
   background: url(../images/small-line.png);
   position: absolute;
   width: 10px;
   height: 10px;
   bottom: 0;
   right: 0;
}

.invest-main-list ul li a {
   display: block;
   padding: 13px 16px;
   border: 1px solid #dadada;
   color: #333;
   font-size: 18px;
   font-weight: 600;
   background: #f5f5f5;
   text-align: left;
}

.invest-main-list ul li a:hover {
   background: #1f77c3;
   color: #fff;
   box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

.invest-main-list ul li a>i {
   float: right;
   top: 5px;
   position: relative;
   font-size: 16px;
}

.invest-select .form-control {
   height: 40px;
   padding: 5px 10px;
   border: 1px solid rgba(0, 0, 0, 0.6);
   color: #333;
}

.invest-list ul li {
   border-bottom: 1px dotted #a5a5a5;
}

.invest-list ul li:last-child {
   border-bottom: 0;
}

.invest-list ul li a {
   display: block;
   padding: 7px 7px 7px 20px;
   color: #333;
   position: relative;
}

.invest-list ul li a::before {
   position: absolute;
   content: '';
   width: 4px;
   height: 4px;
   background: #1f77c3;
   top: 50%;
   left: 5px;
   border-radius: 50%;
   margin-top: -2px;
}

.invest-list ul li a:hover {
   color: #1f77c3;
   background: #f5f5f5;
}

.invest-table .table-bordered>tbody>tr>td, .invest-table .table-bordered>tbody>tr>th, .invest-table .table-bordered>tfoot>tr>td, .invest-table .table-bordered>tfoot>tr>th, .invest-table .table-bordered>thead>tr>td, .invest-table .table-bordered>thead>tr>th {
   border-color: #dadada;
   padding: 10px;
   vertical-align: middle;
}

.invest-table table th, .invest-table table td {
   font-size: 15px;
   text-align: center;
}

.invest-table table thead tr th {
   font-weight: 400;
   background: #1f77c3;
   color: #Fff;
   font-size: 16px;
   letter-spacing: 1px;
   width: 340px;
}

.invest-table table tbody tr td {
   color: #333;
}

.invest-table table tbody tr td.download {
   padding: 4px;
}

.invest-table table tbody tr td.download img {
   width: 40px;
}

.invest-table table th.date {
   width: 150px;
}

.invest-table table th.download {
   width: 70px;
}

.invest-table table th.date {
   background: #075496;
}

.timeline {
   list-style: none;
   padding: 0;
   position: relative;
}

.timeline:before {
   top: 0;
   bottom: 0;
   position: absolute;
   content: " ";
   width: 3px;
   background-color: #eeeeee;
   left: 50%;
   margin-left: -1.5px;
}

.timeline>li {
   margin-bottom: 30px;
   position: relative;
   width: 50%;
   float: left;
   clear: left;
}

.timeline>li:before, .timeline>li:after {
   content: " ";
   display: table;
}

.timeline>li:after {
   clear: both;
}

.timeline>li:before, .timeline>li:after {
   content: " ";
   display: table;
}

.timeline>li:after {
   clear: both;
}

.timeline>li>.timeline-panel {
   width: 88%;
   float: left;
   border: 1px solid #c7c7c7;
   position: relative;
   border-bottom: 3px solid #46a1f0;
}

.timeline>li>.timeline-panel:before {
   position: absolute;
   top: 26px;
   right: -11px;
   display: inline-block;
   border-top: 10px solid transparent;
   border-left: 10px solid #b7b7b7;
   border-right: 0 solid #b7b7b7;
   border-bottom: 10px solid transparent;
   content: " ";
}

.timeline>li>.timeline-panel:after {
   position: absolute;
   top: 27px;
   right: -10px;
   display: inline-block;
   border-top: 9px solid transparent;
   border-left: 10px solid #fff;
   border-right: 0 solid #fff;
   border-bottom: 9px solid transparent;
   content: " ";
}

.timeline>li>.timeline-panel .timeline-body {
   padding: 20px;
}

.timeline-badge .time-year {
   position: absolute;
   top: 10px;
   left: -21px;
   background: #46a1f0;
   color: #fff;
   line-height: 1;
   padding: 4px 15px;
   font-size: 15px;
   border-radius: 25px;
}

.timeline>li>.timeline-panel .timeline-body ul li {
   padding: 6px 0 6px 20px;
   border-bottom: 1px dotted #b7b7b7;
   font-size: 13px;
   color: #333;
   position: relative;
}

.timeline>li>.timeline-panel .timeline-body ul li:last-child {
   border-bottom: 0;
}

.timeline>li>.timeline-panel .timeline-body ul li::before {
   content: '';
   position: absolute;
   width: 4px;
   height: 4px;
   border-radius: 25%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 25%;
   -ms-border-radius: 25%;
   -o-border-radius: 25%;
   background: #1f77c3;
   top: 13px;
   left: 7px;
}

.timeline>li>.timeline-badge {
   color: #fff;
   width: 24px;
   height: 24px;
   line-height: 50px;
   font-size: 1.4em;
   text-align: center;
   position: absolute;
   top: 16px;
   right: -12px;
   z-index: 100;
}

.timeline>li.timeline-inverted>.timeline-panel {
   float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
   border-left-width: 0;
   border-right-width: 10px;
   left: -10px;
   right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
   border-left-width: 0;
   border-right-width: 10px;
   left: -9px;
   right: auto;
}

.timeline-badge>a {
   color: #C5C7C5 !important;
}

.timeline-badge a:hover {
   color: #000 !important;
}

.timeline-title {
   margin-top: 0;
   color: inherit;
}

.tooltip {
   position: absolute;
   z-index: 1020;
   display: block;
   visibility: visible;
   padding: 5px;
   font-size: 11px;
   opacity: 0;
   filter: alpha(opacity=0);
}

.tooltip.top {
   margin-top: -2px;
}

.tooltip.right {
   margin-left: 2px;
}

.tooltip.bottom {
   margin-top: 2px;
}

.tooltip.left {
   margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
   bottom: 0;
   left: 0;
   margin-left: 0;
   border-left: 0 solid transparent;
   border-right: 5px solid transparent;
   border-top: 0 solid #000;
}

.tooltip.left .tooltip-arrow {
   bottom: 0;
   left: 0;
   margin-left: 0;
   border-left: 0 solid transparent;
   border-right: 5px solid transparent;
   border-top: 0 solid #000;
}

.tooltip.bottom .tooltip-arrow {
   bottom: 0;
   left: 0;
   margin-left: 0;
   border-left: 0 solid transparent;
   border-right: 5px solid transparent;
   border-top: 0 solid #000;
}

.tooltip.right .tooltip-arrow {
   bottom: 0;
   left: 0;
   margin-left: 0;
   border-left: 0 solid transparent;
   border-right: 5px solid transparent;
   border-top: 0 solid #000;
}

.tooltip-inner {
   width: 200px;
   padding: 3px 8px;
   color: #fff;
   text-align: center;
   text-decoration: none;
   background-color: #313131;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}

.tooltip-arrow {
   position: absolute;
   width: 0;
   height: 0;
}

.timeline>li.timeline-inverted {
   float: right;
   clear: right;
   margin-top: 30px;
   margin-bottom: 30px;
}

.timeline>li:nth-child(2) {
   margin-top: 60px;
}

.timeline>li.timeline-inverted>.timeline-badge {
   left: -12px;
}

/* market */

.market-title {
   font-size: 15px;
   margin-bottom: 11px;
   position: relative;
   padding-left: 28px;
   min-height: 30px;
}

.market-title::before {
   content: '\f00c';
   position: absolute;
   left: 0;
   top: -3px;
   font-family: "FontAwesome";
   background: #46a1f0;
   padding: 4px;
   border-radius: 50%;
   color: #fff;
   font-size: 12px;
}

.market-img-box img:hover {
   transform: scale(1.02);
   -webkit-transform: scale(1.02);
   -moz-transform: scale(1.02);
   -ms-transform: scale(1.02);
   -o-transform: scale(1.02);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

/* about */

.about-feature .feature-box {
   text-align: center;
   margin-bottom: 0;
   min-height: 205px;
   padding: 15px;
   /* background: #f5f5f5; */
   background: url(../images/background/bg-dotted.png), #f5f5f5;
   background-repeat: no-repeat;
}

.about-feature .feature-box .feature-icon {
   width: 75px;
   height: 75px;
   background: transparent;
   padding: 2px;
   border: 2px solid #46a1f0;
   border-radius: 50%;
   line-height: 57px;
}

.about-feature>.row>.col-md-6 {
   padding-right: 0;
   padding-left: 10px;
}

.feature-box .feature-heading h3 {
   font-weight: 600;
   font-size: 24px;
   color: #1f77c3;
   margin-bottom: 10px;
}

.feature-box .feature-body p {
   font-size: 18px;
   line-height: 1.3;
}

/* product template */
.pro-in-description ul li {
   padding-bottom: 5px;
   padding-left: 20px;
   font-size: 14px;
   position: relative;
}

.pro-in-description ul li::before {
   position: absolute;
   content: '';
   left: 4px;
   top: 9px;
   background: #46a1f0;
   width: 4px;
   height: 4px;
}

.pro-in-img {
   border: 1px solid #d6d6d6;
   overflow: hidden;
   padding: 10px;
   border-radius: 6px;
}

.pro-in-img img {
   -webkit-transition: 0.3s ease;
   -ms-transition: 0.3s ease;
   transition: 0.3s ease;
}

.pro-in-img img:hover {
   transform: scale(1.05);
   -webkit-transform: scale(1.05);
   -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
   -o-transform: scale(1.05);
}

@media (max-width: 1199px) {
   #back-to-top.show {
      opacity: 1;
      right: 10px;
      bottom: 10px;
      width: 35px;
      height: 35px;
      line-height: 35px;
   }
   .footer-copyright {
      padding-bottom: 30px;
   }
   .timeline>li>.timeline-panel {
      width: 85%;
   }
}

@media (max-width: 991px) {
   header {
      background: none;
   }
   .header .navbar .logo {
      height: 80px;
      line-height: 70px;
      float: left;
   }
   .navbar-toggle .icon-bar {
      background-color: #fff;
   }
   .navbar-toggle {
      margin-top: 22px;
      padding: 10px;
      border: 0;
      background: #2c8ce2;
   }
   .container>.navbar-collapse {
      background-color: transparent;
   }
   .navbar-nav>li>a {
      color: #333 !important;
      padding: 11px 12px;
      border-bottom: 1px solid #eee;
   }
   li.open a, li.open a:focus, li.open a:hover, .navbar-nav .open .dropdown-menu>li>a, .navbar-nav>li>a, .module-cart .cart-icon, .module-search .search-icon {
      line-height: 1.5 !important;
   }
   .navbar-nav>li.has-dropdown>a:after, li.dropdown-submenu>a:after, .navbar-nav>li.has-dropdown.open>a:after, .navbar-nav>li.has-dropdown.open>a:focus:after, .navbar-nav>li.has-dropdown.open>a:hover:after, li.dropdown-submenu.open>a:after, li.dropdown-submenu.open>a:focus:after, li.dropdown-submenu.open>a:hover:after {
      content: none;
   }
   .navbar-nav>li>a.dropdown-toggle {
      width: 34px;
      height: 34px;
      background: #eee;
      position: absolute;
      top: 3px;
      right: 10px;
      line-height: 34px !important;
      padding: 0;
      text-align: center;
   }
   .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
      padding: 8px 15px 8px 25px;
   }
   .navbar-nav, .module {
      border-bottom: 0;
   }
   .module .module-icon {
      margin-right: 0;
      padding: 9px 15px 13px;
   }
   .module span.title {
      color: #333;
      font-size: 14px;
   }
   .lang-box {
      padding-top: 4px;
   }
   .lang-box .btn {
      width: 100%;
      text-align: left;
      padding-top: 6px;
      padding-bottom: 10px;
      padding-left: 15px;
   }
   .lang-box .btn i {
      padding-right: 5px;
   }
   .search-icon, .lang-box {
      width: 100%;
      border-bottom: 1px solid #c5c5c5;
      margin: 0;
      text-align: left;
      background: #eee;
      margin-right: -4px;
      position: relative;
   }
   .search-icon::after, .lang-box::after {
      font-family: fontawesome;
      content: "\f107";
      font-size: 16px;
      position: absolute;
      right: 22px;
      top: 6px;
      color: #333;
   }
   .lang-box ul.dropdown-menu li a {
      padding: 10px 12px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
   }
   .lang-box ul.dropdown-menu li:last-child a {
      border-bottom: 0;
   }
   .idx-pro-list.blog-carousel .owl-controls {
      position: absolute;
      top: 50%;
      right: 0;
      width: 100%;
      margin-top: -22px;
   }
   .idx-pro-list.blog-carousel .owl-nav [class*=owl-] {
      position: absolute;
      opacity: .8;
   }
   .idx-pro-list.blog-carousel .owl-nav .owl-prev {
      left: -15px;
   }
   .idx-pro-list.blog-carousel .owl-nav .owl-next {
      right: -15px;
   }
   .idx-news-list .list-3th {
      width: 100%;
      margin-right: 0;
   }
   .por-list-box .list-3th {
      width: calc(100% / 2 - 10px);
      margin-right: 15px;
   }
   .por-list-box .list-3th:nth-child(3n) {
      margin-right: 15px;
   }
   .por-list-box .list-3th:nth-child(2n) {
      margin-right: 0;
   }
   .module-search-box.active .search-box {
      padding: 9px 15px;
   }
   .module-search-box .search-box .search-form input {
      text-align: left;
      padding: 0;
   }
   .lang-box .dropdown-menu {
      position: static;
      box-shadow: none;
      background: #272930;
   }
   .lang-box .dropdown-menu>li>a {
      color: #fff;
   }
   .about-feature>.row>.col-md-6 {
      padding: 0 15px;
   }
   .single-news-box {
      padding-left: 0;
   }
   .single-news-box.news-list-box.blog-classic .entry .entry-post .entry-title .news-title {
      font-size: 17px;
   }
   .widget-contact {
      padding-right: 15px;
   }
}

@media (max-width: 767px) {
   /*g-recaptcha*/
   .g-recaptcha {
      transform: scale(0.82);
      -webkit-transform: scale(0.82);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
   }
   .rev_slider .btn {
      padding: 0 10px;
      width: auto;
   }
   .heading h2 {
      font-size: 21px;
   }
   footer {
      padding-top: 0;
   }
   .h2, h2 {
      font-size: 21px;
   }
   ul.timeline:before {
      left: 30px;
      width: 1px;
      background-color: #46a1f0;
   }
   ul.timeline>li {
      margin-bottom: 20px;
      position: relative;
      width: 100%;
      float: left;
      clear: left;
   }
   ul.timeline>li>.timeline-panel {
      width: calc(100% - 45px);
   }
   ul.timeline>li>.timeline-badge {
      left: 28px;
      margin-left: 0;
      top: 16px;
   }
   .timeline-badge .time-year {
      left: -30px;
   }
   ul.timeline>li>.timeline-panel {
      float: right;
   }
   ul.timeline>li>.timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
   }
   ul.timeline>li>.timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
   }
   .timeline>li.timeline-inverted {
      float: left;
      clear: left;
      margin-top: 30px;
      margin-bottom: 30px;
   }
   .timeline>li.timeline-inverted>.timeline-badge {
      left: 28px;
   }
   .invest-main-list ul li {
      width: calc(100% / 2 - 7px);
   }
   .invest-main-list ul li:nth-child(3n) {
      margin-right: 10px;
   }
   .invest-main-list ul li:nth-child(2n) {
      margin-right: 0;
   }
}

@media (max-width: 575px) {
   .por-list-box .list-3th {
      width: 100%;
      margin-right: 0;
   }
   .por-list-box .list-3th:nth-child(3n) {
      margin-right: 0;
   }
   .page-title .title-heading h1 {
      font-size: 21px;
   }
   .entry .entry-post {
      padding: 0 !important;
   }
   .invest-main-list ul li {
      width: 100%
   }
   .invest-main-list ul li:nth-child(3n) {
      margin-right: 0px;
   }
}

@media (max-width: 420px) {}

/*end. in
--------------------------------*/