body {
    color: #2a2a2a;
}

a:hover,
a:focus {
    text-decoration: none;
}

hr {
    margin-bottom: 0;
    margin-top: 0;
}

label.error {
    display: none !important;
}

input.error,
select.error,
textarea.error {
    background-color: rgb(255, 231, 231);
    border: 1px solid #F00 !important;
}

.search-input {
    background-color: #fff;
}

.sub-select-btn {
    border-radius: 5px;
    display: none;
    margin-bottom: 5px;
}

.sub-select-btn:hover {
    color: #fff !important;
    background-color: #919191;
}

.sub-select-btn i {
    margin-top: 12px;
    margin-left: 7px;
}

.transition *,
.transition:hover * {
    -o-transition: all .20s linear !important;
    -webkit-transition: all .20s linear !important;
    -moz-transition: all .20s linear !important;
    transition: all .20s linear !important;
}

.transition_ease_in_out *,
.transition_ease_in_out *:before,
.transition_ease_in_out *:after,
.transition_ease_in_out:hover *,
.transition_ease_in_out:hover *:before,
.transition_ease_in_out:hover *:after {
    -o-transition: all, .15s, ease-in-out, all 0.4s cubic-bezier(0.03, 0.11, 0.03, 0.97) !important;
    -webkit-transition: all, .15s, ease-in-out, all 0.4s cubic-bezier(0.03, 0.11, 0.03, 0.97) !important;
    -moz-transition: all, .15s, ease-in-out, all 0.4s cubic-bezier(0.03, 0.11, 0.03, 0.97) !important;
    transition: all, .15s, ease-in-out, all 0.4s cubic-bezier(0.03, 0.11, 0.03, 0.97) !important;
}

.all-trans,
.all-trans:hover {
    -o-transition: all .20s linear !important;
    -webkit-transition: all .20s linear !important;
    -moz-transition: all .20s linear !important;
    transition: all .20s linear !important;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0s ease;
    opacity: 0;
}

.overflow_multi_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overflow_multi_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.overflow_multi_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    font-weight: bold;
}

.img-fluid {
    margin-bottom: 20px;
}

.displayNone {
    display: none;
}

.overflowTexty {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.corner3px {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.corner4px {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.corner5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.corner6px {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.corner7px {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.corner8px {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.corner9px {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.corner11px {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.fontSize_16 {
    font-size: 16px;
}

.fontSize_14 {
    font-size: 14px;
}

.fontSize_12 {
    font-size: 12px;
}

.paddingTopDown10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddingTopDown15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.paddingTopDown20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.paddingTopDown25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop25 {
    padding-top: 25px;
}

.paddingTop35 {
    padding-top: 35px;
}

.paddingDown10 {
    padding-bottom: 10px;
}

.paddingDown15 {
    padding-bottom: 15px;
}

.paddingDown20 {
    padding-bottom: 20px;
}

.paddingDown25 {
    padding-bottom: 25px;
}

.l_small {
    line-height: 18px;
}

.l_medium {
    line-height: 22px;
}

.l_big {
    line-height: 32px;
}

.f_center {
    margin: auto;
}

footer .webdesign {
    font-size: 12px;
}

.main_menu {
    font-size: 14px;
    display: inline-block;
}

.newsList {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.newsList .list {
    display: block;
    width: 100%;
}

.newsList .newsDate {
    font-size: 12px;
    line-height: 16px;
    padding-left: 15px;
}

.heading_1 {
    border-bottom: 4px double #D3D3D3;
    display: inline-block;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5vh;
    width: 100%;
    box-shadow: 0 15px 20px -20px rgba(0, 0, 0, 0.3);
}

.heading_1 h3 {
    float: left;
    font-weight: bold;
    margin-bottom: 0;
}

.heading_1 .bread {
    float: right;
    font-size: 14px;
}

.image_header {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../upload/common/bg.jpg);
    background-attachment: scroll;
    position: relative;
    background-size: cover;
    z-index: 0;
}

.pageMain {
    font-size: 15px;
    background-color: #fff;
}

.pageMain p {
    margin-bottom: 15px;
}

.pageMain h6 {
    font-size: 20px;
    color: #C00;
    padding-bottom: 10px;
    padding-top: 10px;
}

.service_descBox {
    display: block;
    height: 36px;
    overflow: hidden;
}

.portfolio_item h5 {
    margin: 15px;
    color: #FFC;
}

.portfolio_item .desc {
    font-size: 12px;
    color: #FFF;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 18px;
    text-align: left;
}

.portfolioList {
    width: 100%;
}

.googleMap,
.googleMap iframe {
    height: 300px;
    width: 100%;
}

.contactInfo {
    background-color: #F2F2F2;
    padding: 15px;
    margin-bottom: 25px;
    font-size: 14px;
    margin-top: 25px;
}

.newsListBox {
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
}

.newsListBox .newsTitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 7px;
}

.newsListBox .descBox {
    font-size: 14px;
}

.backBox {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999;
    text-align: center;
    margin-top: 20px;
}

.coming_soon {
    background-size: cover;
    min-height: 514px;
    background-repeat: no-repeat;
    background-position: center center;
}

.productsImg {
    margin-bottom: 5px;
}

.productsImg a {
    display: block;
    overflow: hidden;
}

.productsImg a img {
    transition: all 0.6s;
    margin-bottom: 0;
}

.productsImg a:hover img {
    transform: scale(1.4);
}

.productsListTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    height: 44px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

mark.newsClass {
    font-size: 14px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo-section .logo img {
    max-height: 80px !important;
    height: auto;
    width: auto;
}

.bannerViewBtn {
    float: left;
    padding-right: 40px;
    padding-left: 40px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 20px;
}

.btnDisable {
    color: #CCCCCC;
    border: 1px solid #CCCCCC !impor;
}

.btnDisable:hover {
    color: #CCC !important;
    background-color: #FFF !important;
    border: 1px solid #CCCCCC !important;
}

.thumbnails_carousel {
    text-align: center;
}

#thumbnails {
    width: 100%;
}

#thumbnails a {
    display: inline-block;
    height: 80px;
    width: 80px;
    margin-right: 9px;
}

.keyword {
    margin-right: 5px;
    margin-left: 5px;
    color: #F00;
    font-weight: bolder;
}

#verifyImgCode {
    height: 50px;
    width: 160px;
    cursor: pointer;
}

#capcha_image {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

#capcha_image:after {
    content: "\f021";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.indexService img {
    height: 80px;
    width: 80px;
}

.table_contain {
    display: block;
    overflow: auto;
    min-width: 330px;
    width: 100%;
    font-size: 14px;
    padding-bottom: 20px;
}

.table_contain table {
    display: table;
}

.table_contain table td {
    vertical-align: middle;
    display: table-cell;
}

.custom_select {
    border: 1px solid #e1e4e6;
    cursor: pointer;
    font-style: italic;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.custom_select select {
    cursor: pointer;
    height: 40px;
    padding: 5px 15px;
}

.arrowColor2:not([class*="_hover"]):hover {
    color: #fff;
}

.titler_style1 {
    position: relative;
    margin-bottom: 3vh;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.titler_style1:after {
    content: "";
    display: block;
    height: 3px;
    width: 35%;
    bottom: 0px;
    position: absolute;
}

.no_bottom {
    padding-bottom: 0;
}

#nav a {
    font-weight: bolder;
}

#footer_1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright-field span {
    margin-right: 15px;
}

@media (max-width:991px) {
    .copyright-field span {
        display: block;
        margin-right: 0;
    }
}

.copyright-field .container {
    min-height: 0;
}

.copyright-field .social_icons {
    margin: 0px;
    float: right;
}

#capcha {
    width: 150px;
    margin-left: 0;
    margin-right: 20px;
}

.logo {
    display: inline-block;
}

.logo-section {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width:1199px) {
    .searchForm {
        text-align: center;
    }
}

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

.searchForm .search_btn,
.searchForm .search_cancel_btn {
    margin-left: 10px;
}

@media (max-width:767px) {
    .search_cancel_btn {
        display: none;
    }

    .serach_input {
        width: 90% !important;
    }
}

@media (max-width:695px) {
    .serach_input {
        width: 85% !important;
    }
}

@media (max-width:479px) {
    .serach_input {
        width: 80% !important;
    }
}

@media (max-width:389px) {
    .serach_input {
        width: 70% !important;
    }
}

@media (max-width:767px) {
    .logo-section .logo img {
        max-height: 60px !important;
    }
}

@media (max-width:389px) {
    .logo-section .logo img {
        max-width: 100%;
    }
}

@media (max-width:1199px) {
    #nav {
        margin-left: 150px;
    }
}

@media (max-width:991px) {
    #nav {
        margin-left: 0px;
    }
}

.langBox {
    display: inline-block;
    margin-right: 20px;
    width: 100px;
    text-align: left;
    font-size: 14px;
    position: relative;
    line-height: 34px;
    z-index: 999;
}

.langBox ul li a {
    padding-left: 10px;
    display: block;
}

.langBox ul>li>ul {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
}

.langBox ul>li:hover>ul,
.langBox ul>li>ul:hover {
    display: block;
}

.langBox ul li a:hover,
.langBox ul li:hover>a {
    background-color: #ededed;
}

.header_bottom_part.fixed .logo-section {
    padding-top: 0;
    padding-bottom: 0;
}

.header_bottom_part.fixed .logo img {
    max-height: 45px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 320px;
}

.banner-section {
    position: relative;
    z-index: 0;
}

@media (max-width:1199px) {
    .main_menu>li>a {
        padding: 20px 16px;
    }
}

@media (max-width:767px) {
    .main_menu {
        margin-bottom: 20px;
        display: block;
        margin-top: 10px;
    }

    .main_menu>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main_menu>li {
        float: none;
    }
}

.headerBox .social_icons .icon_wrap_size_1 i {
    line-height: 20px;
}

.headerBox .socialicon:hover {
    opacity: .5;
    color: #fff;
}

.headerBox .socialicon {
    font-size: 22px;
    line-height: 22px;
    margin-left: 8px;
}

.social_icons li {
    font-size: 18px;
    line-height: 18px;
    margin-left: 8px;
}

.social_icons .tooltip {
    font-size: 12px;
}

.headerBox .icon-angle-down {
    color: #fff;
}

.search_buttons {
    display: inline-block;
    margin-top: 30px;
    margin-left: 15px;
}

@media (max-width:1199px) {
    .search_buttons {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    .search_buttons {
        display: none;
    }
}

.header_bottom_part.fixed .search_buttons {
    margin-top: 7px;
}

.qrcode {
}

.qrcode img {
    max-width: 148px;
    min-height: 148px;
}

@media (min-width:768px) {
    .navigation-field {
        display: block !important;
    }
}

.navigation-field li {
    border-bottom: 1px dotted #ccc;
}

.navigation-field li a {
    display: block;
    padding: 7px;
    font-weight: bold;
}

.navigation-field li span {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

/* 三層長相 */
#submenu.navigation-field>li>ul>li a {
    padding-left: 35px;
}

#submenu.navigation-field>li>ul {
    display: none;
}

#submenu.navigation-field>li.active>ul {
    display: block;
    margin-top: 1px;
}

.sub_arrow:after {
    content: "f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 15px;
}

/* 三層長相 */
@media (max-width:479px) {
    #mobile-field {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
    }
}

#mobile-field .control-btn {
    text-align: center;
    display: inline-block;
    float: left;
}

#mobile-field .control-btn a {
    display: block;
    color: #fff;
    height: 50px;
    font-size: 1.7em;
}

#mobile-field .btn-tel {
    background-color: #008db3;
}

#mobile-field .btn-line {
    background-color: #32B800;
}

#mobile-field .btn-facebook {
    background-color: #3B5998;
}

#mobile-field .btn-email {
    background-color: #e58d00;
}

#mobile-field .btn-address {
    background-color: #CC3300;
}

#mobile-field .btn-fb-messenger {
    background-color: #0283FF;
}

#mobile-field .control-btn i {
    line-height: 50px;
}

#mobile-field .btn-line img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

@media (min-width:480px) {
    #mobile-field {
        display: none;
    }
}

.page_title {
    height: 270px;
}

@media (max-width:1199px) {
    .page_title {
        height: 220px;
    }
}

@media (max-width:767px) {
    .page_title {
        height: 180px;
    }
}

@media (max-width:991px) {
    .copyright-field .social_icons {
        float: none;
        display: block;
        margin-top: 10px;
    }
}

#verification {
    cursor: pointer;
}

@media (max-width:479px) {
    .langBox {
        margin-right: 0;
    }
}

@media (max-width:695px) {
    .bannerViewBtn {
        margin-top: 0;
    }
}

.footer_type3 {
    font-size: 14px;
    margin-top: 10px;
}

.footer-nav {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 12px;
}

.footer-nav ul {
}

.footer-nav ul li:last-child {
    border-right: none;
}

.footer-nav ul li {
    display: inline-block;
    border-right: 1px solid #ccc;
}

.footer-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width:599px) {
    .footer-nav ul {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    .footer-nav {
        text-align: center;
    }

    .footer-nav ul li {
        border-right: none;
    }

    .footer-nav ul li a {
        line-height: 26px;
    }
}

.footer-company-info {
    line-height: 22px;
}

@media (max-width:479px) {
    .footer_type3 .logo {
        display: none;
    }
}

.social_icons .fa {
    line-height: 20px;
}

.social_icons a,
.contact_company_info .circle,
.circle {
    border-radius: 50% !important;
}

.main_menu>li>a>i {
    top: 15px;
    margin-left: 8px !important;
}

@media (max-width:767px) {
    .section_offset_3 {
        min-height: auto;
    }
}

.indexServiceItem .title:hover {
    text-decoration: underline;
}

[class*="icon_wrap"] i[class|="icon"] {
    margin-left: -1px;
}

@media (max-width:767px) {
    .bx-controls-direction {
        display: none;
    }
}

.products-list-style2 {
}

.products-list-style2 h3 {
    font-size: 22px;
}

.products-list-style2 .description {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

.products-list-style2 .row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

@media (max-width:767px) {
    .products-list-style2 .thumb {
        margin-bottom: 20px;
    }
}

.banner-section .bxslider img {
    width: 100%;
    height: auto;
}

.news-list-style2 {
    margin-bottom: 20px;
}

.news-list-style2 .news-list {
}

.news-list-style2 .news-list p {
    font-size: 12px;
    line-height: 20px;
}

.news-list-style2 .news-list .post-date {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 10px;
}

.news-list-style2 .news-list h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width:768px) {
    .news-list-style2 .news-list p {
        min-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

.day_of_the_month {
    font-family: Arial Black;
}

@media (max-width:767px) {
    .sub-select-btn {
        display: block;
        text-align: center;
        color: #fff;
        background-color: #6e6e6e;
        line-height: 40px;
        height: 40px;
    }
}

.header-style-2 {
    width: 100%;
}

.header-style-2 .logo-section {
    text-align: center;
}

.header-style-2 .main_menu {
    display: block;
    text-align: center;
}

.header-style-2 .main_menu>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-style-2 .main_menu>li {
    float: none;
    display: inline-block;
}

.header-style-2 #nav {
    margin-left: 0;
}

@media (max-width:767px) {
    .header-style-2 .main_menu>li {
        display: block;
    }

    .header-style-2 .main_menu>li>a {
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 0;
    }

    .header-style-2 #nav {
        padding-right: 10px;
        padding-left: 10px;
        display: none;
    }
}

.header-style-2 .search-btn i {
    height: 24px;
    width: 24px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-left: 0 !important;
}

.header-style-2 #search-form-field.collapse {
    display: none;
}

.header-style-2 #search-form-field.collapse.in {
    display: block;
}

.header-style-2 #search-form-field {
    text-align: center;
}

.header-style-2 #search-form-field form {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-style-2 .search-input {
    padding-top: 0;
    padding-bottom: 0;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 3px;
}

@media (max-width:767px) {
    .header-style-2 .main_menu>li>a>i {
        position: static;
    }
}

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

.header-style-3 {
    width: 100%;
}

.header-style-3 .main_menu {
    display: block;
    text-align: center;
}

.header-style-3 .main_menu>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-style-3 .main_menu>li {
    float: none;
    display: inline-block;
}

.header-style-3 #nav {
    margin-left: 0;
}

@media (max-width:767px) {
    .header-style-3 .main_menu>li {
        display: block;
    }

    .header-style-3 .main_menu>li>a {
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 0;
    }

    .header-style-3 #nav {
        padding-right: 10px;
        padding-left: 10px;
        display: none;
        background-color: transparent;
    }
}

.header-style-3 .search-btn i {
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-right: 0 !important;
}

.header-style-3 #search-form-field.collapse {
    display: none;
}

.header-style-3 #search-form-field.collapse.in {
    display: block;
}

.header-style-3 #search-form-field {
    text-align: right;
}

.header-style-3 #search-form-field form {
    padding-top: 35px;
}

.header-style-3.fixed #search-form-field form {
    padding-bottom: 0;
    padding-top: 10px;
}

.header-style-3 .search-input {
    padding-top: 0;
    padding-bottom: 0;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 3px;
}

@media (max-width:767px) {
    .header-style-3 .main_menu>li>a>i {
        position: static;
    }
}

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

#search-form-field .search-btn:hover i {
    color: #fff;
    background-color: #f18900;
    -o-transition: all .10s linear !important;
    -webkit-transition: all .10s linear !important;
    -moz-transition: all .10s linear !important;
    transition: all .10s linear !important;
}

.search-btn i {
    background-color: #fff;
    color: #323232;
}

@media (max-width:767px) {
    .header-style-3 #search-form-field form {
        text-align: center;
        padding-top: 0;
    }
}

@media (max-width:479px) {
    #footer_1 {
        padding-bottom: 70px;
    }
}

.bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 80px;
    margin-top: -40px;
    text-indent: 0;
    text-align: center;
    line-height: 80px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-family: "FontAwesome";
    font-size: 20px;
    transition: all .5s linear;
}

.bx-wrapper .bx-controls-direction a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .5s linear;
}

@media (min-width:768px) {
    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-next {
        opacity: 0;
        transition: opacity 1.5s 0s ease;
    }

    .bx-wrapper:hover .bx-prev,
    .bx-wrapper:hover .bx-next {
        opacity: 1;
        transition: opacity 1.5s 0s ease;
    }
}

.bx-wrapper .bx-prev {
    left: 0;
    background-image: url('none');
}

.bx-wrapper .bx-prev:before {
    content: "\f053";
}

.bx-wrapper .bx-next {
    right: 0;
    background-image: url('none');
}

.bx-wrapper .bx-next:before {
    content: "\f054";
}

.footer-style-2 .social_icons {
    float: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-style-2 .hr_list>li {
    float: none;
    display: inline-block;
    margin-right: 3px;
}

.footer-style-2 .company-info {
    font-size: 14px;
}

.footer-style-2 {
    text-align: center;
}

@media (max-width:991px) {
    .footer-style-2 .social_icons {
        margin-top: 0;
    }
}

.titler_style1 a {
    font-size: 12px;
    position: absolute;
    right: 0;
    display: inline-block;
    bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
    background-color: #efefef;
    color: #000000;
}

.contactInfo p:last-child {
    margin-bottom: 0;
}

.right_section.col-md-12 .product_view {
    width: 40%;
}

.right_section.col-md-12 .product_info {
    width: 55%;
}

.icon_wrap_size_2 {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 7px;
}

#back_to_top {
    right: 10px;
    bottom: 70px;
    display: block;
}

@media (min-width:768px) {
    .div-table {
        width: 100%;
        display: table;
        border-collapse: collapse;
    }

    .div-table .row {
        display: table-row;
    }

    .div-td {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

.boxed_layout .c_nav_next.nav_type_2 {
    right: -10px;
}

.boxed_layout .c_nav_prev.nav_type_2 {
    left: -10px;
}

.fp_nav_prev {
    left: 5px;
}

.fp_nav_next {
    right: 5px;
}

.carousel-indicators {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    left: 0;
}

.carousel-inner img {
    margin: 0;
}

@media (max-width: 992px),
only screen and (max-width: 992px) and (orientation: portrait) {
    .container {
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

.youtube_content {
    position: relative;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube_content {
    padding-bottom: 56.25%;
}

.youtube_content iframe,
.youtube_content object,
.youtube_content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:991px) {
    .nav-field {
        margin-bottom: 3vh;
    }
}

@media (max-width:767px) {
    .productsListTitle {
        height: auto;
        overflow: hidden;
        margin-bottom: 3vh;
    }
}

.products-list-style3 .description p {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 14px;
}

.products-list-style3 .thumb {
    margin-bottom: 15px;
}

.products-list-style3 .description {
    margin-bottom: 15px;
    text-align: justify;
}

.products-list-style3 .list {
    margin-bottom: 10px;
}

.products-list-style3 h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

#thumbnails a {
    margin-bottom: 10px;
}

#thumbnails a:last-child {
    margin-right: 0;
}

.products-view-style1 {
}

.products-view-style2 {
}

.products-view-style2 .productsTitle {
    font-weight: bold;
}

.products-view-style2 .editor-area {
    margin-bottom: 15px;
}

.products-view-style2 .products-header {
    margin-bottom: 40px;
}

.products-view-style4 .productsTitle {
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.products-view-style4 {
}

.products-view-style4 .fb-share-area {
}

.products-view-style4 .products-header {
    margin-bottom: 40px;
}

.products-view-style3 .productsTitle {
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.products-view-style3 .products-images {
    text-align: center;
}

.products-view-style3 .products-header {
    margin-bottom: 20px;
}

.products-view-style3 #thumbnails {
    text-align: center;
    margin-bottom: 40px;
}

.products-view-style3 .products-images img {
    max-height: 500px;
}

@media (min-width:768px) {
    .sec_products button,
    .linkBox button {
        opacity: 0;
        transition: opacity 1.5s 0s ease;
    }

    .sec_products:hover button,
    .linkBox:hover button {
        opacity: 1;
        transition: opacity 1.5s 0s ease;
    }
}

.icon_wrap_size_4 {
    top: 50%;
    margin-top: -13px;
    position: absolute;
}

.icon_wrap_size_5 {
    top: 50%;
    margin-top: -30px;
    position: absolute;
}

.news-list-style3 .news-list {
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.news-list-style3 .news-list h4 a {
    font-weight: bold;
    font-size: 18px;
}

.news-list-style3 .news-list h4 {
    margin-bottom: 0;
}

.news-list-style3 .news-list .post-date {
    font-size: 12px;
    margin-bottom: 5px;
    color: #747474;
}

.news-list-style3 .news-list .descBox {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}

.news-list-style3 .news-list .news-images {
    text-align: center;
}

.news-list-style3 .news-list .news-images a {
    display: inline-block;
}

.news-list-style4 .news-list .post-date {
    font-size: 12px;
    text-align: center;
    color: #7c7c7c;
    padding-top: 8px;
    padding-bottom: 8px;
}

.news-list-style4 .news-list h4 {
    margin-bottom: 0;
}

.news-list-style4 .news-list {
    border-bottom: 1px dashed #dddddd;
}

.news-list-style4 .news-list h4 a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.news-list-style4 {
    margin-bottom: 30px;
}

.news-list-style4 .news-list:nth-child(even) {
    background-color: #f1f1f1;
}

@media (max-width:767px) {
    .news-list-style4 .news-list .post-date {
        text-align: left;
        padding-left: 15px;
    }
}

.header-style-1 input[name="search_keyword"] {
    margin-top: -12px;
}

.pages {
    font-size: 13px;
}

.pages a,
.pages span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 5px;
    padding-right: 9px;
    padding-bottom: 5px;
    padding-left: 9px;
}

.home_editor div[class*=col-] {
    margin-bottom: 20px;
}

@media (max-width:767px) {
    #menu_button {
        position: absolute;
        right: 0;
        top: -60px;
    }

    .header_bottom_part {
        padding-bottom: 0;
    }

    .header-style-2 .logo-section {
        text-align: left;
        padding-left: 10px;
        padding-right: 60px;
    }

    .header-style-2 .li-search {
        display: none !important;
    }

    .header-style-2 #search-form-field.collapse {
        display: block;
    }

    .header-style-2 #search-form-field form {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .header-style-2 #search-form-field .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:1199px) {
    .header-style-3 #search-form-field form {
        padding-top: 30px;
    }
}

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

@media (max-width:767px) {
    .header-style-3 #search-form-field form {
        padding-top: 20px;
    }
}

@media (max-width:499px) {
    .header-style-3 #search-form-field {
        display: none;
    }
}

.header-style-3 .mobile-search {
    display: none;
}

@media (max-width:499px) {
    .header-style-3 .mobile-search {
        display: block;
        padding-bottom: 20px;
    }
}

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

@media (max-width:389px) {
    .header-style-3 .col-xs-7:first-child {
        width: 100%;
        padding-right: 60px;
    }
}

.header-style-1 .serach_input {
    width: 520px;
}

@media (max-width:1199px) {
    .header-style-1 .logo-section {
        text-align: center;
    }
}

@media (max-width:767px) {
    .header-style-1 .logo-section {
        text-align: left;
        padding-right: 60px;
    }
}

@media (max-width:1199px) {
    .header-style-1 form.searchForm {
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .header-style-1 .serach_input {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    #footer_1 {
        text-align: center;
    }
}

.icon_wrap_size_3 {
    transition: none !important;
}

/* ****** hamburger custom **** */
.hamburger {
    padding: 0;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    right: 10px;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fb-like {
    display: block;
    min-height: 25px;
    margin-bottom: 2.5vh;
}

.addthis_inline_share_toolbox #atstbx2 {
    margin-bottom: 2.5vh;
}

#section_6 {
    padding-top: 50px;
    padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
    #footer_1 {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .header-style-1 #nav {
        text-align: left;
    }

    .sub_menu li {
        text-align: left;
    }
}

#footer_6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.swiper-button-prev,
.swiper-button-next {
    opacity: 0;
    -o-transition: all .20s linear !important;
    -webkit-transition: all .20s linear !important;
    -moz-transition: all .20s linear !important;
    transition: all .20s linear !important;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    opacity: 1;
    -o-transition: all .20s linear !important;
    -webkit-transition: all .20s linear !important;
    -moz-transition: all .20s linear !important;
    transition: all .20s linear !important;
}

.swiper-pagination-bullet-active-main {
    background-color: #555555;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(0, 0, 0, 0.3);
    height: 70px;
    width: 50px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #fff;
}

@media (max-width:767px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .swiper-pagination {
        bottom: 0 !important;
    }
}

.swiper-slide img {
    width: 100%;
}

#pre_loading {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;
}

.search_result_seection {
}

.tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

#cover_ad {
    display: none;
    min-width: 50%;
    max-width: 80%;
}

#cover_ad .home_not_display {
    text-align: center;
    color: #4A4A4A !important;
}

.carousel-indicators li {
    list-style-type: none !important;
}

.zoomWindowContainer .zoomWindow {
    cursor: pointer !important;
}

h1.errorpage {
    text-align: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.project_description.type_2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio_item h5 {
    font-size: 15px;
}

.nav-tabs .nav-item {
    list-style: none;
}

#section_1,
#section_3 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* *******************
Editor area
****************** */
.editor-area ul,
.editor-area ol {
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.editor-area ul li {
    list-style-type: disc;
}

.editor-area ol li {
    list-style-type: decimal;
}

.editor-area ul.nav-tabs {
    margin: 0;
    padding: 0;
}

.editor-area .tab-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.editor-area .table-responsive {
    overflow-x: auto;
    overflow-y: none;
}

.editor-area table {
    width: 100%;
}

.editor-area table th {
    background-color: #868686;
    color: #fff;
}

.editor-area table {
    border: 1px solid #bdc3c7;
}

.editor-area table td,
.editor-area table th {
    vertical-align: middle;
    padding: 10px;
}

.editor-area table th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.editor-area table tr:nth-child(even) td {
    background-color: #F5F5F5;
}

/* *****************************
Home Banner & Innerpage Banner
***************************** */
.page_title .container {
    height: 100%;
    width: 100%;
}

.banner-content {
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
}

.color-banner {
    color: #ffffff;
}

.banner-left {
    text-align: left;
}

.banner-right {
    text-align: right;
}

.banner-center {
    text-align: center;
}

.banner-text-shadow {
    text-shadow: 0 0 5px rgb(0 0 0 / 65%);
}

.page_title h2 {
    font-size: 42px;
    line-height: 52px;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width:991px) {
    .page_title h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width:767px) {
    .page_title h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

.swiper-overlay {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
    background-color: #000000;
}

.swiper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 25px 100px;
    display: flex;
    align-items: center;
}

.swiper-content h2 {
    color: #ffffff;
    font-size: 52px;
    line-height: 62px;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    animation-delay: 0s;
    animation-duration: 0.8s;
}

.swiper-content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    display: block;
    width: 100%;
    animation-delay: 0.4s;
    animation-duration: 0.8s;
}

.swiper-content-box {
    display: block;
    width: 100%;
    height: auto;
}

.swiper-content.swiper-center {
    text-align: center;
    justify-content: center;
}

.swiper-content.swiper-left {
    text-align: left;
    justify-content: flex-start;
}

.swiper-content.swiper-right {
    text-align: right;
    justify-content: flex-end;
}

.swiper-content.swiper-left .swiper-content-box {
    width: 50%;
}

.swiper-content.swiper-right .swiper-content-box {
    width: 50%;
}

.swiper-btn {
    padding: 10px 20px;
    text-align: center;
    color: #000;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    animation-delay: 0.8s;
    animation-duration: 0.8s;
}

.swiper-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
}

@media (max-width:991px) {
    .swiper-content {
        padding: 25px 60px;
    }

    .swiper-content.swiper-left .swiper-content-box {
        width: 100%;
    }

    .swiper-content.swiper-right .swiper-content-box {
        width: 100%;
    }

    .swiper-content h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .swiper-content p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:767px) {
    .swiper-content {
        padding: 15px 15px;
    }

    .swiper-content.swiper-center {
        text-align: center;
        justify-content: center;
    }

    .swiper-content.swiper-left {
        text-align: center;
        justify-content: center;
    }

    .swiper-content.swiper-right {
        text-align: center;
        justify-content: center;
    }

    .swiper-content h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .swiper-content p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        display: none;
    }

    .swiper-btn {
        margin-top: 10px;
        padding: 2px 10px;
        font-size: 14px;
    }
}

.image_header.inner_banner_mask:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 100;
}

.banner-content h6 {
    display: block;
    width: 100%;
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.banner-content h6 a {
    color: #ffffff;
    text-decoration: none;
}

.banner-content h6 a:hover {
    color: #fff;
}

@media (min-width:992px) {
    .banner-content {
        padding-top: 85px !important;
        padding-bottom: 85px !important;
    }
}

.banner-content h2 {
    margin-bottom: 10px;
}

@media (min-width:480px) {
    .banner-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width:479px) {
    .banner-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .banner-content h2 {
        font-size: 28px;
    }

    .banner-content h6 {
        font-size: 12px;
    }

    .heading_1 h3 {
        font-size: 22px;
    }
}

.contact_company_info ul li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.contact_company_info ul li span {
    margin-right: 10px;
    text-align: center;
}

.contact_company_info ul li span i {
    margin-top: 6px;
    width: 15px;
    display: inline-block;
    height: 15px;
}

.contact_company_info ul li i.icon-clock {
    margin-top: 0;
}

.contact_company_info .social_field ul li {
    display: inline-block;
    position: relative;
    margin-right: 7px;
}

.contact_company_info .social_field ul li a {
    display: inline-table;
    width: 31px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
}

.contact_company_info .social_field li a i {
    line-height: 30px;
}

.contact_company_info .social_field {
    margin-top: 10px;
    margin-bottom: 20px;
}

label.label_title {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 36px;
}