body {
    background: #fff;
    color: #555;
}

body,
p {
    font-family: "Noto Sans Thai", Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1.5;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    font-weight: 700;
    font-family: "Noto Sans Thai", Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -.5px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: -.2px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

.alert .icon {
    margin-right: 15px;
}

/* Global styles
================================================== */
html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

.body-inner {
    position: relative;
    overflow: hidden;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

section,
.section-padding {
    padding: 60px 0;
    position: relative;
}


.no-padding {
    padding: 0;
}

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

.bg-overlay {
    position: relative;
}

.bg-overlay .container {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    background-color: rgba(0, 46, 91, 0.8);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-overlay:after {
    position: relative;
}

.bg-overlay:after {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/* Header area
================================================== */
.header {
    background: #fff;
    position: relative;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.navbar-fixed {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
}

.header-two {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.header-two .topbox {
    padding: 20px 0 20px 15px;
}

.header-two .site-navigation {
    padding: 0;
}

.notice-box {
    background: #fff;
    height: 38px;
}

.notice-box .alert {
    z-index: 99;
    line-height: 30px;
    padding: 3px 0;
    white-space: nowrap;
    overflow-x: auto;
}

.header-two .navbar-fixed {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header-two .logo .logo-img {
    width: auto;
    height: 60px;
}

.header-two .logo .logo-text {
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 0 10px;
    color: #2276f3;
}

@media (max-width: 991px) {
    .header-two .logo .logo-text {
        font-size: 18px;
    }
}


/* Main navigation */
.nav-menu-blue {
    background-color: #2276f3;
}

.navbar-toggler {
    margin: 10px 0;
    padding: 6px;
    border-radius: 0;
    font-size: 1rem;
    background: #2276f3;
    margin-left: auto;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav>li:hover>a,
ul.navbar-nav>li.active>a {
    color: #2276f3;
    position: relative;
}

ul.navbar-nav>li {
    position: relative;
}

ul.navbar-nav>li>a:after,
ul.navbar-nav>li>a:after {
    display: none;
}

ul.navbar-nav>li>a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-rendering: optimizeLegibility;
    font-weight: 700 !important;
    letter-spacing: -.2px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

ul.navbar-nav>li:hover>a {
    color: #2276f3 !important;
}

.navbar-light ul.navbar-nav>li>a,
.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.nav-menu-blue ul.navbar-nav>li:hover>a {
    color: rgba(255, 255, 255, 0.9) !important;
}

.nav-menu-blue .navbar-light ul.navbar-nav>li>a,
.nav-menu-blue .navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
    .header-two ul.navbar-nav>li {
        padding: 6px 0;
        width: 100%;
    }
}


ul.navbar-nav>li:last-child:after {
    background: none;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
    background: none;
}

ul.navbar-nav>li>a i {
    font-weight: 700;
}

@media (max-width: 991px) {
    ul.navbar-nav>li>a i {
        float: right;
        background: #222;
        padding: 3px 6px;
        margin-top: 0;
        margin-left: 10px;
    }

    .header-two ul.navbar-nav>li>a i {
        color: #fff;
    }

    .header-two ul.navbar-nav>li.active>a i,
    .header-two ul.navbar-nav>li>a.active i {
        color: #2276f3;
    }
}


.header-two ul.header-top-nav>li>.nav-link {
    line-height: 20px;
    padding: 3px 15px !important;
}

.header-two ul.header-top-nav>li.active>.nav-link {
    color: #ffffff !important;
    background: #57A7F7 !important;
    border-radius: 15px;
}

.header-two ul.header-top-nav>li {
    padding: 10px 0;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .header-two ul.header-top-nav>li {
        margin-right: 0;
    }
}


/* Dropdown */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    float: right;
    margin-top: 0;
    margin-right: -5px;
    border: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 200px;
    border-radius: 0;
    border: 0;
    border-top: 2px solid #2276f3;
    padding: 0 20px;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    }
}

.dropdown-menu-large {
    min-width: 400px;
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
    padding-left: 0;
}

.dropdown-menu-large>li>ul>li.active>a {
    color: #2276f3 !important;
}

.navbar-nav>li>.dropdown-menu a {
    background: none;
}

.dropdown-menu li a {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 12px 0;
    letter-spacing: .3px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
}

@media (max-width: 991px) {
    .dropdown-menu li a {
        padding: 12px 0;
    }
}

.dropdown-menu li:last-child>a {
    border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    color: #2276f3;
}

@media (min-width: 991px) {
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 991px) {
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }

    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>.dropdown-menu>.active>a {
    background: none;
    color: #2276f3;
}


/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
    position: relative;
}

.search-area {
    min-height: 70px;
    padding-right: 0;
}

.nav-search {
    position: absolute;
    cursor: pointer;
    top: 22px;
    right: 0;
}

@media (max-width: 991px) {
    .nav-search {
        top: 17px;
    }
}

.search-block {
    background-color: #ededec;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
    display: none;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 300px;
    z-index: 10;
    margin-top: 0;
}

@media (max-width: 991px) {
    .search-block {
        top: 58px;
    }
}

.search-block .form-control {
    background-color: #ffffff;
    border: none;
    width: 100%;
    height: 40px;
    padding: 0 12px;
}

.search-block .search-close {
    position: absolute;
    top: -56px;
    font-size: 32px;
    cursor: pointer;
    background: #ffffff;
    padding: 5px;
}

@media (max-width: 991px) {
    .search-block .search-close {
        top: -46px;
    }
}

.search-area .nav-search {
    top: 23px;
}

.search-area .search-block .search-close {
    top: -50px;
}

.search-area .search-block {
    right: 0;
}





/* Projects area
================================================== */

/* News section
================================================== */
.latest-post {
    position: relative;
}

.latest-post .image-angle:before {
    border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
}

.latest-post .post-title a {
    color: #303030;
}

.latest-post .post-title a:hover {
    color: #2276f3;
}

.latest-post-meta {
    font-size: 13px;
    text-transform: uppercase;
}

.latest-post .post-body {
    padding: 20px 0 5px;
}

/* Footer
================================================== */
/*- Footer common */
.footer {
    background-color: #f6f6f6;
    color: #666666;
}

.footer-main {
    padding: 60px 0 30px;
}

.footer .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: #000000;
    position: relative;
}

.footer .widget-title:after {
    content: "";
    height: 1px;
    background: #ccc;
    width: 160px;
    position: absolute;
    top: 30px;
    left: 0;
}

/* Footer social */
.footer-social {
    margin-top: 15px;
}

.footer-social .widget-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-social .follow-us {
    margin-bottom: 10px;
}

.footer-social ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    list-style: none;
    margin-right: 5px;
}


.footer-social ul li a i {
    display: block;
    font-size: 20px;
    color: #999;
    transition: 400ms;
    margin-right: 15px;
}

.footer-social ul li:hover {
    color: #fff;
}

.footer-social ul li a img {
    width: 30px;
}

/* Links */
.footer-widget ul.list-arrow {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget ul.list-arrow li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 5px 0;
}

.footer-widget ul.list-arrow li:last-child {
    border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
    color: #666666;
}

.footer-widget ul.list-arrow li:hover a {
    color: #2276f3;
}

.footer-hotline {
    color: #333333;
}

.tel {
    color: #FF0000;
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
}

.follow-us {
    color: #333333;
}

/*-- Copyright --*/
.copyright {
    border-top: 1px solid #eeeeee;
    background: #f6f6f6;
    color: #666;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.footer-menu ul li {
    display: inline-block;
    line-height: 12px;
    padding-left: 15px;
}

.footer-menu ul.nav li a {
    background: none;
    color: #111;
    padding: 0;
}

.footer-menu ul li a:hover {
    color: #fff;
}

#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    display: none;
}

#back-to-top .btn:focus {
    outline: 0;
    box-shadow: none;
}

@media (max-width: 767px) {
    #back-to-top {
        right: 15px;
    }
}

#back-to-top.position-fixed {
    bottom: 20px;
}

#back-to-top .btn.btn-primary {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #eaeaea;
    border-radius: 3px;
    color: #2276f3;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}

@media (max-width: 767px) {
    #back-to-top .btn.btn-primary {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
}

#back-to-top .btn.btn-primary:hover {
    color: #fff;
    background-color: #2276f3;
}

/* Sub Pages
================================================== */
/*-- Title border --*/
.main-container .border-left {
    margin-bottom: 30px;
}

/*-- Banner --*/
.banner-area {
    position: relative;
    min-height: 300px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.banner-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 32px;
    }
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-heading {
    text-align: center;
}

.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #fff !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/*-- Get a quote page --*/
.page-quote-form {
    background: #f2f2f2;
    padding: 30px 50px 50px;
}

.get-a-quote-img {
    margin-bottom: -190px;
}

/*-- Partners carousel --*/
.partner-logo {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.partner-logo img {
    transition: 350ms;
    opacity: .6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partner-logo:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#partners-carousel .partner-logo {
    border: 0;
    border-right: 1px solid #eee;
    padding: 0 15px;
    margin-top: 20px;
}

#partners-carousel .partner-logo.last {
    border-right: 0;
}

/*-- Team page --*/
.team-slide .slick-slide {
    margin-left: 25px;
    padding-bottom: 60px;
}

.team-slide .slick-list {
    margin-left: -25px;
}

.team-slide .carousel-control {
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 0;
    background-color: #ddd;
    height: 37px;
    width: 37px;
    border-radius: 4px;
    transition: .3s;
    z-index: 6;
}

.team-slide .carousel-control:hover {
    background-color: #2276f3;
    color: #fff;
}

.team-slide .carousel-control.left {
    -webkit-transform: translateX(calc(-50% - 25px));
    transform: translateX(calc(-50% - 25px));
}

.team-slide .carousel-control.right {
    -webkit-transform: translateX(calc(-50% + 25px));
    transform: translateX(calc(-50% + 25px));
}

.team-slide .carousel-control.slick-disabled {
    opacity: .4;
}

.team-slide .carousel-control.slick-disabled:hover {
    background-color: #ddd;
    color: #000;
}

.ts-team-wrapper {
    position: relative;
    overflow: hidden;
}

.ts-team-wrapper .ts-team-content {
    position: absolute;
    top: 76%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    margin-top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: 350ms;
}

@media (max-width: 1200px) {
    .ts-team-wrapper .ts-team-content {
        top: 72%;
    }
}

@media (max-width: 575px) {
    .ts-team-wrapper .ts-team-content {
        text-align: center;
    }
}

.ts-team-wrapper .ts-name {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 3px;
    line-height: normal;
    color: #2276f3;
}

.ts-team-wrapper .ts-designation {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700;
}

.ts-team-wrapper .team-social-icons a i {
    color: #fff;
    margin-right: 8px;
    text-align: center;
    transition: 400ms;
}

.ts-team-wrapper .team-social-icons a i:hover {
    color: #2276f3;
}

.ts-team-wrapper:hover .ts-team-content {
    top: 0;
    padding-top: 50px;
}

/* Team Classic */
.ts-team-content-classic {
    margin-top: 15px;
}

.ts-team-content-classic .ts-name {
    font-size: 16px;
    margin-bottom: 5px;
    color: #212121;
}

.ts-team-content-classic .ts-designation {
    color: #888;
    margin-bottom: 5px;
    font-weight: 600;
}

.ts-team-content-classic .team-social-icons a i {
    color: #999;
}

.ts-team-content-classic .team-social-icons a i:hover {
    color: #2276f3;
}

/*-- Pricing table  --*/
.ts-pricing-box {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    background: #f9f9f9;
}

.ts-pricing-box .ts-pricing-header {
    background: #252525;
    color: #fff;
    position: relative;
    padding: 30px 20px;
}

.ts-pricing-box .ts-pricing-name {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 5px 0;
    color: #fff;
}

.ts-pricing-box .ts-pricing-price {
    font-size: 44px;
    color: #fff;
    margin: 15px 0 0;
    display: inline-block;
}

.ts-pricing-box .ts-pricing-price>small {
    font-size: 16px;
    line-height: 16px;
    display: block;
    margin-top: 15px;
    color: #fff;
}

.ts-pricing-box .ts-pricing-features {
    padding: 15px 0;
}

.ts-pricing-box .ts-pricing-features ul {
    padding: 0 20px;
}

.ts-pricing-box .ts-pricing-features ul>li {
    padding: 20px 0;
    border-top: 1px dotted #e5e5e5;
}

.ts-pricing-box .ts-pricing-features ul>li:first-child {
    border-top: 0;
}

.ts-pricing-box .plan-action {
    padding-bottom: 40px;
}

/* Pricing featured */
.ts-pricing-box.ts-pricing-featured .ts-pricing-header {
    background: #ff9800;
}

/* Contact Us
================================================== */
.map {
    height: 450px;
    z-index: 1;
}

.contact-info-box {
    margin-top: 20px;
}

.contact-info-box i {
    float: left;
    font-size: 24px;
    color: #2276f3;
}

.contact-info-box-content {
    padding-left: 40px;
}

.contact-info-box-content h4 {
    font-size: 16px;
    margin-top: 0;
    line-height: normal;
    font-weight: 700;
}

.contact-info-box-content p {
    margin-bottom: 0;
}

label {
    font-weight: 400;
}

/* Contact page 2 */
.ts-service-box.text-center .ts-service-icon.icon-squre i {
    float: none;
    margin-bottom: 20px;
}

.ts-service-box.text-center .ts-service-box-content {
    margin: 0;
}

/* News Listing
================================================== */
.post {
    border-bottom: 1px solid #dadada;
    padding: 0 0 30px;
    margin: 0 0 45px;
}

.post.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.post-body {
    padding: 20px 0;
}

.entry-header .entry-title {
    font-size: 24px;
    margin: 5px 0 15px;
    position: relative;
    line-height: 34px;
    text-transform: capitalize;
}

.entry-header .entry-title a {
    color: #303030;
}

.entry-header .entry-title a:hover {
    color: #2276f3;
}

.post-single .entry-header .entry-title {
    font-size: 28px;
}

/* Meta */
.post-meta {
    padding-bottom: 10px;
}

.post-meta a {
    color: #303030;
}

.post-meta a:hover {
    color: #2276f3;
}

.post-meta span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dadada;
    line-height: 12px;
    display: inline-block;
}

.post-meta i {
    color: #bbb;
    margin-right: 3px;
}

.post-meta .post-comment {
    border-right: 0;
}

.post-meta .post-comment .comments-link {
    margin-left: 5px;
}

.post-footer .btn.btn-primary {
    font-size: 12px;
    margin-top: 10px;
}

/* 分页组件 */
.pagination-block {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.pagination {
    margin: 0;
}

.pagination_info {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.pagination li a,
.pagination li span {
    border-radius: 3px !important;
    margin-right: 8px;
    color: #7c7c7c;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    min-width: 32px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #999;
    transition: all 0.3s;
}

.pagination li.disabled span {
    cursor: not-allowed;
}

.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>li>a:hover {
    color: #fff;
    background: #2276f3;
    border: 1px solid transparent;
}

/* News Single
================================================== */
.tags-area {
    margin: 20px 0;
}

.post-tags a {
    border: 1px solid #dadada;
    color: #7c7c7c;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 3px;
}

.post-tags a:hover {
    background: #2276f3;
    color: #fff;
    border: 1px solid transparent;
}

/* Post social */
.post-social-icons>li {
    display: inline-block;
}

.post-social-icons a i {
    margin-left: 5px;
    font-size: 12px;
    width: 28px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.post-social-icons a i.fa-qq {
    background: #0085ff;
}

.post-social-icons a i.fa-weixin {
    background: #2aae67;
}

.post-social-icons a i.fa-weibo {
    background: #d52c2b;
}

.post-social-icons a i.fa-star {
    background: #ffbf2a;
}

/* Author box */
.author-box {
    border: 1px solid #dadada;
    padding: 20px 20px 15px;
    margin: 20px 0;
}

.author-img img {
    width: 110px;
    height: 110px;
    margin-right: 30px;
}

.author-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.author-info h3 span {
    font-size: 12px;
    color: #999;
    border-left: 1px solid #AFAFAF;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: 500;
}

/* Comments area */
.comments-area {
    margin: 40px 0;
}

.comments-list .comment-content {
    margin: 15px 0;
}

.comments-list .comment-reply {
    color: #303030;
    font-weight: 400;
}

.comments-list .comment-reply:hover {
    color: #2276f3;
}

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #323232;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.comments-list .comment {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.comments-list .comment.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list img.comment-avatar {
    width: 84px;
    height: 84px;
    margin-right: 30px;
}

@media (max-width: 575px) {
    .comments-list img.comment-avatar {
        width: 40px;
        height: 40px;
        margin-right: 25px;
    }
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
    color: #303030;
}

.comments-list .comment-date {
    color: #959595;
    margin-bottom: 5px;
    font-size: 12px;
}

@media (max-width: 575px) {
    .comments-list .comment-date {
        float: none !important;
        display: inline-block;
    }
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

@media (max-width: 767px) {
    .comments-reply {
        margin: 0;
        padding: 0;
    }
}

.comments-form {
    margin-bottom: 0;
}

.comments-form .title-normal {
    margin-bottom: 20px;
}

.comments-form .btn.btn-primary {
    margin-top: 20px;
}

/* Sidebar
================================================== */
.sidebar .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    border-left: 3px solid #2276f3;
}

/* Widget common */
.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar-left .widget {
    margin-right: 20px;
}

.sidebar-right .widget {
    margin-left: 20px;
}

.sidebar .widget.box {
    padding: 25px;
}

.widget.box.solid {
    background: #f2f2f2;
}

.widget.box.red {
    background: #ec483b;
    color: #fff;
}

.widget.box.red .widget-title {
    color: #fff;
}

.widget ul li {
    line-height: 30px;
}

.sidebar .widget ul li a {
    color: #303030;
}

.sidebar .widget ul li a:hover {
    color: #2276f3;
}

.sidebar .widget ul li i {
    margin-right: 5px;
}

.sidebar .btn {
    font-weight: 700;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
    border: 0;
}

.sidebar ul.nav-tabs li {
    width: 100%;
}

.sidebar ul.nav-tabs li a {
    color: #303030;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    display: block;
    transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
    color: #2276f3;
}

.sidebar ul.nav-tabs li {
    color: #303030;
    line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
    border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
    width: 100%;
}

.sidebar ul.service-menu li a {
    background-color: #f4f4f4;
    padding: 15px 20px;
    border: 0;
    margin-bottom: 8px;
    position: relative;
    transition: 400ms;
    display: block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
    background: #2276f3;
    color: #fff;
    cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
    margin-bottom: 35px;
}

.widget.recent-posts ul li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
    margin-right: 15px;
    width: 90px;
    height: 70px;
}

.widget.recent-posts .post-info .entry-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.widget.recent-posts .post-info .entry-title a {
    color: #303030;
    display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
    color: #2276f3;
}

.widget.recent-posts .post-date {
    font-weight: 400;
    color: #999;
    text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul>li {
    float: left;
    margin: 3px;
}

.sidebar .widget-tags ul>li a {
    border: 1px solid #dadada;
    color: #303030;
    display: block;
    font-size: 14px;
    padding: 3px 15px;
    transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul>li a:hover {
    background: #2276f3;
    color: #fff;
    border: 1px solid transparent;
}

/* Error page
================================================== */
.error-page .error-code h2 {
    display: block;
    font-size: 200px;
    line-height: 200px;
    color: #303030;
    margin-bottom: 20px;
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}

.home-banner-box {
    position: relative;
    padding-top: 60px;
}

.home-banner-box:before {
    background: url(../images/shadow.png) 50% 0/100% 20px no-repeat;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    opacity: 0.9;
}

/* 首页轮播图 */
.home-banner.swiper-container {
    border-radius: 10px;
}

.home-banner.swiper-container .swiper-slide {
    transform: scale(0.8);
}

.home-banner.swiper-container .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

/* 首页轮播图 */
.home-banner.swiper-container .box-slider-content {
    height: 100%;
    width: 100%
}

.home-banner.swiper-container .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 0, 0, 0.3);
    color: #ececec;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
}

/*清除自带的左右箭头*/
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    display: flex;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

.navbar-mobile {
    display: none;
}

.swiper-outside-prev,
.swiper-outside-next {
    background: none;
    display: flex;
    color: #999;
}

.swiper-outside-next {
    right: -50px;
    left: auto;
}

.swiper-outside-prev {
    left: -50px;
    right: auto;
}

@media (max-width: 991px) {
    .home-banner.swiper-container {
        width: 100%;
    }

    .navbar-pc {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .banner-area {
        min-height: 200px;
    }

    .home-banner-box {
        padding-top: 30px;
    }

    .home-banner.swiper-container {
        width: 100%;
    }
}

/* 首页轮播结束 */



/* 首页产品 开始 */
.home-product .section-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px;
    color: #2276f3;
}


.property-controls {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.property-controls ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
}

.property-controls ul li {
    list-style: none;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.property-controls .nav-tabs {
    border: 0;
}


/*
.property-controls ul li:after {
    position: absolute;
    right: -22px;
    top: -1px;
    content: "|";
    color: #b1b0b0;
}

.property-controls ul li:last-child:after {
    content: none;
}
.property-controls ul li:last-child {
    margin-right: 0;
}

 */


.property-controls .nav-tabs a {
    display: inline-block;
    color: #000;
    background: #F6F4F4;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 15px;
}

.property-controls .nav-tabs a.active {
    color: #ffffff;
    background: #2276f3;
}



.property-item {
    margin-bottom: 40px;
}

.property-item .pi-pic {
    height: 240px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.set-bg img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform .5s ease;
}

.property-item:hover .set-bg img {
    transform-origin: center center;
    transform: scale(1.15);
}


.property-item .pi-text {
    position: relative;
    background-color: #F6F4F4;
    padding: 15px;
    padding-bottom: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.property-item .pi-text .pt-price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.property-item .pi-text .pi-tit {
    line-height: 26px;
    font-size: 18px;
    height: 52px;
    overflow: hidden;
    color: #212121;
    font-weight: 700;
    margin-bottom: 10px;
}

.property-item .pi-text .pi-tit a {
    display: inline-block;
}

.property-item .pi-text .pi_time {
    font-size: 14px;
}

.property-item .pi-text .pi_time span {
    margin-right: 12px;
}

.property-item .pi-text .pi_time i {
    color: #2276F3;
    margin-right: 10px;
}

.property-item .pi-text .pi_mh {
    min-height: 66px;
}

.property-item .pi-text .pt-desc {
    line-height: 18px;
    font-size: 14px;
    height: 36px;
    color: #565859;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.property-item .pi-text .pi_buy {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 66%;
    text-align: center;
    background-color: #2276F3;
    border: 1px solid #2276F3;
    color: #fff;
    border-radius: 30px;
    padding: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.property-item .pi-text .pi_buy i {
    margin-right: 5px;
}

.property-item .pi-text .pi_coming {
    background-color: #ffffff;
    color: #2276F3;
}

.property-item .pi-text .pi_sold {
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
    color: #ffffff;
}


.home-product .btn-primary {
    background: none;
    border: 0;
    font-size: 16px;
    color: #888888;
}

.home-product .btn-primary:hover,
.property-item .pi-text h5 a:hover {
    color: #2276F3;
}



@media only screen and (max-width: 767px) {
    .property-controls ul li {
        margin-right: 15px;
    }
}

/* 首页产品 结束 */


/*列表页*/
.blog-item.large-blog {
    padding-bottom: 25px;
}

.blog-item {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.blog-item.large-blog .bi-pic {
    float: none;
    margin-bottom: 25px;
    margin-left: 0;
}

.blog-item.large-blog .bi-pic img {
    min-width: 100%;
    height: 370px;
    object-fit: cover;
}

.blog-item .bi-pic {
    float: right;
    margin-left: 30px;
}

.blog-item .bi-pic img {
    width: 330px;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}

.blog-item .bi-text {
    overflow: hidden;
}

.blog-item .bi-text h4 a {
    line-height: 30px;
    display: inline-block;
}

.blog-item .bi-text h4 a:hover {
    color: #2276f3;
}

.blog-item .bi-text ul {
    padding: 0;
    margin-bottom: 16px;
}

.blog-item .bi-text ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #999999;
    font-weight: 500;
    margin-right: 32px;
}

.blog-item .bi-text .desc {
    font-family: "Montserrat", sans-serif;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.blog-item .bi-text .read-more {
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .blog-item.large-blog .bi-pic img {
        height: 200px;
    }

    .blog-item .bi-pic {
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .blog-item .bi-pic img {
        width: 100%;
        height: 200px;
    }
}

/*列表页结束*/

/*新闻详情页*/
.bc-related-post {
    background: #f5f5f5;
    padding: 15px 20px 12px;
    margin-bottom: 65px;
}

.bc-related-post .previous-post,
.bc-related-post .next-post {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.bc-related-post .next-post {
    float: right;
}

.bc-related-post .previous-post:hover,
.bc-related-post .next-post:hover {
    color: #2276f3;
}

/*新闻详情页结束*/

.filter {
    margin-bottom: 30px;
    padding: 0 15px 15px 15px;
}

.filter .option {
    padding-top: 15px;
}

.filter .option .option-title {
    min-width: 80px;
    float: left;
    font-weight: bold;
}

.filter ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 0 90px;
}

.filter ul li {
    float: left;
}

.filter ul li a {
    display: block;
    padding: 2px 10px 2px 10px;
}

.filter ul li a.active {
    color: #2276f3;
}

/*产品详情页*/

.product__details__text .goods__details__rating {
    font-size: 14px;
    line-height: 20px;
}

.product__details__text .goods__details__price {
    font-size: 30px;
    color: #dd2222;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
}

.product__details__text .product__details__label {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 22px;
}

.product__details__text .product__details__desc {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
}

.product__details__text .product__details__con {
    margin-bottom: 6px;
    font-size: 16px;
    color: #2276f3;
    font-weight: bold;
    line-height: 22px;
}

.product__details__text .product__details__con i {
    margin-right: 10px;
    color: #2276f3;
}

.product__details__text .product__details__con a:hover {
    color: #0056b3;
    box-shadow: 0 1px;
}

.product__details__tab .nav-tabs li a {
    font-size: 16px;
    color: #999999;
    font-weight: 700;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}


.product__details__tab .nav-tabs li {
    margin-bottom: 0;
}

.product__details__tab .nav-tabs {
    border-bottom: none;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
}

.product__details__tab {
    padding-top: 60px;
}

.product__details__tab .nav-tabs:before {
    position: absolute;
    left: 0;
    top: 12px;
    height: 1px;
    width: 38.2%;
    background: #ebebeb;
    content: "";
}

.product__details__tab .nav-tabs:after {
    position: absolute;
    right: 0;
    top: 12px;
    height: 1px;
    width: 38.2%;
    background: #ebebeb;
    content: "";
}

.product__details__tab .product__details__tab__desc {
    padding-top: 36px;
}



.product__details__tab2 {
    padding-top: 60px;
}


.product__details__tab2 .nav-tabs li a.active {
    color: #2276F3;
    font-weight: 700;
}

.product__details__tab2 .product__details__tab__desc {
    padding-top: 36px;
    min-height: 360px;
}



.product__details__text ul li .share {
    display: inline-block;
}

.product__details__text ul li .share a {
    display: inline-block;
    font-size: 15px;
    color: #1c1c1c;
    margin-right: 25px;
}

.product__details__text .btn-primary {
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
}

.product__details__text .btn-outline-primary {
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
}

.product_details_cc {
    margin-top: 10px;
}

.product_details_cc>span {
    display: block;
    line-height: 26px;
    padding-bottom: 3px;
}

.product_details_cc a {
    display: inline-block;
    padding: 6px 20px;
    margin: 0 6px 6px 0;
    border-radius: 3px;
    background: #f6f7f8;
    border: 1px solid rgba(0, 0, 0, .1);
}

.product_details_cc a.active {
    background: #f6f7f8;
    color: #2276F3;
    border-color: #2276F3;
}

.product_details_cc a.disabled {
    background: #f6f7f8;
    color: #999;
    border-color: #ccc;
}

.product__details__row {
    margin-top: 10px;
}

.product__details__row>span {
    display: inline-block;
    line-height: 22px;
}

.product__details__date {
    padding-left: 20px;
}

.product__details__price {
    padding-left: 20px;
}

.product__details__price .price_item {
    margin-top: 6px;
    line-height: 20px;
}

.product__details__price .price_item .bold {
    font-weight: bold;
}

.product__details__price .price_item>span {
    margin-right: 10px;
}

.product__details__btn {
    display: flex;
    margin-top: 18px;
    justify-content: space-between;
}

.product__details__btn .pi_buy {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    background-color: #2276F3;
    border: 1px solid #2276F3;
    color: #fff;
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.product__details__btn .pi_link {
    text-align: center;
    display: inline-block;
    color: #533f03;
    background-color: #fff3cd;
    border: 1px solid #f5dc95;
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.product__details__btn .pi_buy i {
    margin-right: 5px;
}

.product__details__btn .pi_coming {
    background-color: #ffffff;
    color: #2276F3;
}

.product__details__btn .pi_sold {
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
    color: #ffffff;
}

.agreement-box {
    font-size: 13px;
}

.agreement-box a {
    color: #2276F3;
}

.main-content img {
    max-width: 100%;
    height: auto;
}

.main-content iframe {
    max-width: 100%;
}

.main-content p {
    margin: 0;
}

.goods__details__box {
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    margin-top: 30px;
    padding-left: 0;
}


.goods__details__box .product__details__con {
    padding-left: 20px;
}