﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap');

body {
    color: #212121;
    font-size: 14px;
    font-family: "Roboto", serif;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1440px;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        text-decoration: none;
        color: #2a9805;
    }

.nav-bottom ul li a, .box--item ul li a {
    color: #212121;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.font-16 {
    font-size: 16px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.head-top {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F1F1F1;
}

    .head-top .fa {
        margin-right: 5px;
    }

header .position-absolute {
    width: fit-content;
    margin-left: 7px;
}

.head-top span {
    margin-left: 7px;
}

.head-top a {
    color: #000;
}

.logo-img {
    display: flex;
    align-items: center;
}

    .logo-img img {
        max-height: 100px;
    }

.img-full {
    width: 100%;
    height: auto;
}

.navbar-blue {
    background-color: #2a9805;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav {
    font-size: 14px;
}

ul.navbar-nav > li.nav-item > a.nav-link {
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

    ul.navbar-nav > li.nav-item > a.nav-link:hover {
        color: #fff;
    }

.nav-item .fa-home {
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 10px;
}

.heading--title .fa {
    margin-right: 7px;
}

.nav-home a {
    position: relative;
    padding-left: 0 !important;
}

.dropdown-menu {
    font-size: 14px;
}

    .dropdown-menu li {
        border-bottom: dashed 1px #f0f0f0;
        padding-left: 10px;
        padding-right: 10px;
    }

.navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    color: #212121;
}

.input-search {
    border: none;
    height: 40px;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    float: left;
    width: calc(100% - 40px);
    font-size: 14px;
}

.page-navigation {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

    .page-navigation ul {
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto !important;
    }

        .page-navigation ul li {
            list-style: none;
            display: inline-block;
            width: 40px !important;
            height: 40px !important;
            text-align: center;
            line-height: 40px;
            margin-left: 2px;
            margin-right: 2px;
            border: solid 1px #f0f0f0;
            border-radius: 3px;
        }

            .page-navigation ul li.active, .page-navigation ul li:hover {
                background-color: #2a9805;
                border-color: #2a9805;
            }

                .page-navigation ul li:hover a, .page-navigation ul li.active a {
                    color: #fff;
                    display: block;
                }

.input-search:focus {
    outline: none;
}

.btn-search {
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    background: url(../../Images/icon/search.png) center center no-repeat #fff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.sub, sup {
    z-index: 1;
}

.box-details {
    border: solid 1px #f0f0f0;
    padding: 20px 15px;
}

    .box-details img {
        max-width: 100%;
        height: auto !important;
    }

    .box-details h2, .box-details h3, .box-details h4, .box-details h5 {
        font-size: 16px;
    }

    .box-details h1 {
        font-size: 18px;
    }

.navbar {
    background-color: #2a9805;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    position: absolute;
    width: calc(100% - 24px);
    z-index: 99;
}

.navbar-toggler {
    position: relative;
    padding: 7px 12px;
    display: table;
    background: #2a9805;
}

.navbar--icon {
    margin-top: 5px;
    height: 2px;
    width: 20px;
    background-color: #fff;
    margin-bottom: 5px;
    display: inherit;
}

.heading--title {
    background-color: #2a9805;
    padding: 10px 15px;
    color: #fff;
}

    .heading--title a {
        color: #fff;
    }

.box--item h1 {
    font-size: 18px;
    margin: 0;
    color: #212121;
    font-weight: 700;
    margin-bottom: 10px;
}

.item--title {
    font-weight: bold;
    border-bottom: solid 1px #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #212121;
    text-transform: uppercase;
}

    .item--title .fa {
        width: 20px;
    }

.avatar img, .account-avatar img {
    max-height: 120px;
}

.color-red b {
    color: #ec202b;
}

.box--item img {
    max-width: 100%;
    height: auto !important;
}

.line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.item--name a {
    line-height: 20px;
}

    .item--name a span {
        color: #ec202b;
        font-weight: 400;
    }

.item-line .fa {
    width: 20px !important;
}

.page-details a {
    text-decoration: none !important;
}

.vip--item {
    display: table;
    width: 100%;
    border-bottom: dashed 1px #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.image-gallery {
    position: relative;
    overflow: hidden;
}
    .image-gallery img{
        max-height:400px;
    }
    ul.navbar-nav > li.nav-item ul.dropdown-menu {
        min-width: 250px;
    }

.table > :not(:first-child) {
    border-top: 0;
}

.table > thead {
    background: #F1F1F1;
}

.link--item a {
    color: #212121;
    font-weight: 600;
}

.sub--item {
    font-size: 13px;
}

    .sub--item b {
        color: #ec202b;
        font-weight: 500;
    }

.up--post:hover, .delete--post:hover, .edit--post:hover {
    color: #fff
}

.errbox {
    height: 40px;
    margin-bottom: 15px;
    color: #ec202b;
    font-weight: 600;
}

.page-details a.btn-post {
    color: #fff !important;
}

.up--post {
    border-radius: 3px;
    background: #198754;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
    float: left;
    margin-right: 5px;
    text-align: center;
}

.delete--post {
    border-radius: 3px;
    background: #ea171e;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
}

.edit--post {
    border-radius: 3px;
    background: #6c757d;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
    float: left;
    margin-right: 5px;
    text-align: center;
}

.table > :not(caption) > * > * {
    padding: 10px 9px;
}

.bg-overlay {
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 90%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    color: #fff;
    font-size: 24px;
}

.vip--item img {
    top: 5px !important;
    left: 2px !important;
}

.vip--item .item--name {
    font-weight: 400;
    margin-bottom: 0;
}

.vip--thumb {
    width: 80px;
    float: left;
}

.vip--info {
    width: calc(100% - 90px);
    margin-left: 10px;
    float: left;
}

.lSSlideWrapper img {
    height: 400px !important;
    object-fit: cover;
}

.lSSlideOuter .lightSlider, lSSlideOuter .lightSlider li, .lSSlideOuter .lightSlider li a {
    max-height: 400px;
    display: block;
    position: relative;
}

.image-gallery {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: solid 1px #f1f1f1;
    border-radius: 10px;
}

.lSPager li {
    height: 100% !important;
}

.lSPager img {
    height: 80px !important;
    object-fit: cover;
    width: 100%;
}

.lSSlideOuter .lSPager.lSGallery {
    margin: 20px auto 0 auto !important;
}

.dropify-clear {
    display: none !important;
}

.btn-delete {
    font-size: 13px;
    position: relative;
    text-align: center;
    background: #e5e5e5;
    z-index: 99;
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
}

.item-meta {
    border: dashed 1px #f0f0f0;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 20px;
}

    .item-meta .fa {
        color: #2a9805;
        width: 20px;
    }

.item-price b {
    color: #ec202b;
    font-weight: bold;
}

.item-meta span {
    margin-right: 5px;
}

.item--rows {
    border-bottom: dashed 1px #f0f0f0;
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 25px;
}

    .item--rows h1 {
        line-height: 25px;
        font-weight: 700;
    }

.box--item {
    border: solid 1px #f0f0f0;
    margin-bottom: 20px;
    padding: 20px 15px;
}

.item-line {
    white-space: nowrap;
}

.col-header {
    background: #f0f0f0;
    padding: 0;
    line-height: 40px;
    width: 100%;
    display: table;
    font-weight: bold;
}

.col-body {
    width: 100%;
    display: table;
    line-height: 20px;
}

.col-full .col-number, .col-full .col-name, .col-full .col-edit {
    padding-top: 10px;
    padding-bottom: 10px;
}

.col-box {
    width: 100%;
    display: table;
    border: solid 1px #f0f0f0;
}
.mb--10
{
    margin-bottom:10px;
}
.mt--40
{
    margin-top:40px;
}
.bg-project {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 60px 0;
    background: url(/images/icon/bg-project.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .bg-project img{
        height:100%;
        object-fit:cover;
    }
    .title-area-center {
        text-align: center;
        margin-bottom: 30px;
    }

    .title-area-center p.pre {
        color: #2a9805;
        letter-spacing: 0.04em;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .title-area-center .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        color: #1F1F25;
        text-transform: uppercase;
    }

.sub-category {
    max-width: 800px;
    margin: 0 auto;
}

.bg-new-top {
    padding: 80px 0;
    position: relative;
}

    .bg-new-top:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background: url(/images/icon/bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        z-index: 1;
    }

    .bg-new-top:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background: rgb(32 37 64 / 80%);
        z-index: 2;
    }

    .bg-new-top .container {
        position: relative;
        z-index: 9;
    }

    .bg-new-top .title-area-center .title a, .bg-new-top .title-area-center .title a:hover, .bg-new-top .title-area-center .sub-category {
        color: #fff !important;
    }

.blog-single {
    border: solid 1px #ededed;
    overflow: hidden;
    padding-bottom: 10px;
    background: #fff;
    height: 100%;
    border-radius: 5px;
}

    .blog-single .inner-content {
        padding: 15px;
    }

.blog-single-two {
    border: solid 1px #ededed;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    height: 100%;
}
    .blog-single-two .post-meta i{
        width:20px;
        color:#2a9805;
    }
    .col-imgthumb {
        width: 250px;
        float: left;
        margin-right: 20px;
    }

.inner-content h2.title, .inner-content h3.title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 700;
}

.inner-content span.index {
    font-family: "Lexend Medium", Roboto, Arial !important;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.2px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    color: #505050;
    float: left;
    font-weight: 600;
}

.blog-single .inner-content h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 700;
}

.project-overlay {
    height: 100%;
    position: relative;
    border-radius: 5px;
}

    .project-overlay:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(0deg, rgb(0 0 0 / 59%) 0%, rgb(0 0 0 / 0%) 100%);
        height: 60%;
        width: 100%;
        z-index: 9;
    }

.project-overlay-desc {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    padding: 15px 30px;
}

.sub-project-title {
    margin-bottom: 10px;
}

    .sub-project-title a {
        color: #EAEAEA;
        font-size: 15px;
    }

.project-title a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    .line-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.img-effect {
    overflow: hidden;
    position: relative;
}

    .img-effect img {
        transition: 0.6s;
        width: 100%;
    }

    .img-effect:hover img {
        transform: scale(1.05);
    }

.col-body .col-full:last-child {
    border-bottom: none;
}

.col-edit {
    text-align: center;
    width: 120px;
    float: left;
    font-size: 12px;
}

.col-number {
    text-align: center;
    width: 60px;
    float: left;
}

.col-edit a.up--post {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 5px;
    line-height: 25px;
    color: #fff;
    background-color: #c11515;
}

.col-edit a.edit--post {
    color: #fff;
    background-color: #2a9805;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 5px;
    line-height: 25px;
}

.col-edit a.delete--post {
    color: #fff;
    background-color: #737373;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 5px;
    line-height: 25px;
}

.col-name {
    width: calc(100% - 180px);
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-full {
    width: 100%;
    display: table;
    border-bottom: solid 1px #f0f0f0;
}

.col--item {
    display: table;
    width: 100%;
    border-bottom: dashed 1px #f0f0f0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.item--name img {
    position: absolute;
    top: 5px;
    left: 15px;
}

.col--thumb {
    width: 120px;
    float: left;
}

.col--info {
    width: calc(100% - 130px);
    margin-left: 10px;
    float: left;
    line-height: 20px;
}

.item--name {
    margin-bottom: 5px;
    font-weight: bold;
}

.col--info .fa {
    color: #b5b5b5;
    width: 15px;
}

.widget-bar {
    margin-bottom: 20px;
}
    .widget-bar .item--name a{
        text-transform:initial !important
    }
    .form-control {
        font-size: 14px;
    }

.item--row .form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

.item--row {
    margin-bottom: 10px;
    display: table;
    width: 100%;
    line-height: 40px;
}

    .item--row span {
        float: left;
        margin: 7px;
    }

.btn--search {
    background-color: #2a9805;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    display: block;
}

    .btn--search:hover {
        background-color: #004021;
        color: #fff;
    }

.bg-breadcrumb {
    background-color: #f1f1f1;
}

.breadcrumb {
    padding: 10px 15px;
    margin-bottom: 15px;
}

    .breadcrumb ul {
        list-style: none;
        display: inline;
    }

.page-details {
    font-size: 14px;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .page-details h1, .page-details h2, .page-details h3, .page-details h4, .page-details h5 {
        font-size: 16px;
    }

.box--contact {
    border: dashed 1px #ced4da;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

h3.blog-title {
    font-size: 18px;
    font-weight: 700;
    color: #2a9805;
}

.post-meta {
    color: #5c5c5c;
    font-size: 13px;
    margin-bottom: 10px;
}

.item-related {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #f0f0f0;
}

    .item-related ul {
        list-style: initial !important;
        display: table;
        width: auto !important;
    }

        .item-related ul li {
            width: 100% !important;
            white-space: initial !important;
            border-bottom: none !important;
        }

.box--contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .box--contact ul li {
        margin-bottom: 10px;
    }

        .box--contact ul li .fa {
            width: 20px;
            color: #2a9805;
        }

.item--contact {
    padding-top: 40px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.item--company h1.item--title {
    font-size: 18px;
    border-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}

.cke_contents {
    min-height: 600px;
}

.g-3 .mt-10 {
    margin-top: var(--bs-gutter-y);
}

.align-middle .fa {
    width: 20px;
}

.form-register, .main-contact {
    border: dashed 1px #ced4da;
    padding: 30px;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 800px;
    font-size: 14px;
}
.btn-close:focus,
.navbar-toggler:focus {
    box-shadow: none;
}
.offcanvas-start {
    width: 90%;
    max-width: 380px;
    background: #fff none repeat scroll 0 0;
    border-right: 2px solid #2a9805;
}
.offcanvas-header button {
    position: absolute;
    right: 30px;
    top: 20px;
}
.offcanvas-header {
    padding:50px 0 20px 0;
    justify-content: center;
}
.logo-mobile img {
    max-height: 70px;
}
.offcanvas-body ul.navbar-nav > li.nav-item > a.nav-link {
    color: #16171A;
    padding: 7px 0;
    border-bottom: 1px solid #e0e3ed;
    font-weight:500;
    font-size:15px;
}
    .offcanvas-body ul.navbar-nav > li.nav-item > a.nav-link .fa-angle-right {
        width:20px;
    }
    .offcanvas-body ul.navbar-nav > li.nav-item {
        border: 0;
    }

.offcanvas-body ul.dropdown-menu {
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Hiệu ứng chuyển đổi */
    overflow: hidden; /* Ẩn nội dung tràn */
    max-height: 0; /* Chiều cao ban đầu là 0 */
    opacity: 0; /* Độ trong suốt ban đầu là 0 */
}

.offcanvas-body ul.dropdown-menu.show {
    max-height: 500px; /* Chiều cao tối đa khi hiển thị (điều chỉnh theo nội dung) */
    opacity: 1; /* Hiển thị */
}
.offcanvas-body li.nav-item ul {
    list-style: none;
    padding: 0 0 0 20px;
}
.offcanvas-body li.nav-item {
    border:0;
}
.offcanvas-body li.nav-item > a.nav-link {
    color: #16171A;
    padding: 7px 0;
    border-bottom: 1px solid #e0e3ed;
    font-weight: 400;
    font-size: 14px;
}
.offcanvas-info
{
    padding-top:20px;
}
.cs-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.cs_header_contact_list
{
    list-style-type:none;
    padding:0;
}
    .cs_header_contact_list li{
        margin-bottom:7px;
    }
        .cs_header_contact_list li i{
            width:20px;
            color:#2a9805;
        }
        .expand-icon {
            position: absolute;
            right: 0;
            top: 0;
            line-height: 44px;
            width: 40px;
            text-align: right;
        }
.mh-1000 {
    max-width: 1000px;
}
.nav-link .fa-angle-right {
    width:15px;
}
.form-register .form-control, .main-contact .form-control {
    font-size: 14px;
}

.gmap {
    max-width: 800px;
    margin: 0px auto 30px auto;
}

    .gmap iframe {
        width: 100%;
    }

.no-bor {
    border: 0;
}

.needs-validation .ckeditor {
    height: 600px;
}

.form-control:focus {
    box-shadow: none;
}

.needs-validation span {
    color: #ec202b;
}
.needs-validation .fa{
    width:20px;
}
.btn-post {
    background-color: #2a9805;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
}

    .btn-post:hover {
        background-color: #004021;
        color: #fff;
    }

.form-register .item--title, .main-contact .item--title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 0;
}

.message {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ec202b;
}

.box--item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-bar .box--item ul {
    width: 100%;
    display:table;
}

    .widget-bar .box--item ul li {
        white-space: nowrap;
        line-height: 40px;
        height: 40px;
        border-bottom: dashed 1px #f0f0f0;
        width: 50%;
        float: left;
    }

.box-scroll {
    max-height: 300px;
    overflow-y: auto !important;
}

.list-contact {
    margin: 0 0 20px 0 !important;
    padding: 0;
}

    .list-contact li {
        margin-bottom: 5px;
    }

        .list-contact li .fa {
            width: 20px;
        }

.date--item {
    font-size: 14px;
    margin-bottom: 3px;
    color: #e66b0d;
}

#scrollToTopBtn {
    background-color: #2a9805;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    border-radius: 50%;
}

.box--contact ul {
    margin-left: 0 !important;
    font-size: 14px;
    padding-left: 0;
    list-style: none !important;
}

.box--item .box--contact ul li {
    width: 100%;
    float: none;
    line-height: 30px;
    border-bottom: dashed 1px #f0f0f0;
}

.input-check {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border: solid 1px #ced4da;
    display: table;
    padding: 5px 15px;
}

    .input-check .form-control {
        float: left;
        display: table;
        width: auto;
        line-height: 30px;
        padding: 0;
        border: 0;
        margin-right: 5px;
    }

    .input-check input[type=checkbox] {
        margin-right: 5px;
    }

    .input-check label {
        cursor: pointer;
    }

    .input-check span {
        float: left;
        line-height: 30px;
        color: #212121;
    }

.page-details blockquote, .details--item blockquote {
    padding: 15px;
    border-left: solid 5px #d4d4d4;
    background: #f6f6f6;
}

    .page-details blockquote p:last-child, .details--item blockquote p:last-child {
        margin-bottom: 0;
    }
.details--item table{
    margin-bottom:15px;
    width:100%;
}
.details--item td {
    padding: 7px 15px;
    border: solid 1px #f0f0f0;
}
.details--item table th p:last-child,
.details--item table td p:last-child {
    margin-bottom:0;
}
.box--search .me-2 {
    height: 40px;
    width: 100%;
    padding-right: 45px;
}

.box--search {
    position: relative;
    height: 40px;
}

    .box--search .btn-search {
        width: 40px;
        height: 38px;
        position: absolute;
        right: 1px;
        top: 1px;
    }

.btn-submit {
    height: 40px;
    background: #2a9805;
    color: #fff;
    border: none;
    border-radius: 7px;
    text-align: center;
    padding: 7px 40px;
}

.item--company {
    max-width: 800px;
    margin: 30px auto 0 auto;
}

.item-related ul, .details--item ul {
    list-style: initial;
    margin-left: 17px;
    margin-bottom: 1rem
}

.details--item {
    margin-bottom: 10px;
}

    .details--item ul li {
        float: none;
        width: 100%;
        white-space: initial;
        border-bottom: none;
        margin-bottom: 7px;
    }

    .details--item h2, .details--item h3, .details--item h4 {
        font-size: 15px;
        font-weight: 600;
    }

.nav-bottom {
    background-color: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.details--item a {
    color: #0026ff !important;
    text-decoration: none !important;
}

.nav-bottom ul {
    display: table;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: center;
}

    .nav-bottom ul li {
        display: inline;
        margin-left: 7px;
        margin-right: 7px;
        line-height: 35px;
    }

.contact-content {
    min-height: 90px;
}

    .contact-content h5 {
        margin-top: 20px;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
        color: #313131;
    }

    .contact-content span {
        color: #000;
        font-size: 14px;
        display: block;
        line-height: 1.7;
    }

.single-contact-box {
    background-color: #fff;
    box-shadow: 0px 0px 29px 0px rgba(89, 75, 128, 0.09);
    padding: 40px 10px;
    transition: .3s linear;
    transform: translateY(0);
}

    .single-contact-box:hover {
        transform: translateY(-10px);
        box-shadow: 0px 0px 29px 0px rgba(89, 75, 128, 0.2);
    }

.account-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .account-list ul li {
        border-bottom: solid 1px #f0f0f0;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

        .account-list ul li .fa {
            width: 20px;
        }

.account-avatar {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.account-name {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
    background-color: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

footer {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 40px;
    background: #f2f2f2;
}

.ft--logo {
    margin-bottom: 20px;
}

    .ft--logo img {
        max-height: 80px;
    }

.ft--title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ft--info {
    margin-bottom: 10px;
}

.ft-widget ul {
    margin: 0;
    padding: 0;
}

    .ft-widget ul li {
        list-style: none;
        margin-bottom: 10px;
    }

        .ft-widget ul li .fa {
            width: 20px;
        }

.ft--item {
    width: 100%;
    display: table;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #f0f0f0;
}

.ft--feeds h5 {
    font-size: 14px;
}

.ft--thumb {
    width: 80px;
    float: left;
}

.ft--feeds {
    width: calc(100% - 90px);
    float: left;
    margin-left: 10px;
}

.useful-link {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #f0f0f0;
}

    .useful-link span:after {
        content: ',';
        margin-right: 5px;
    }

    .useful-link span:first-child:after, .useful-link span:last-child:after {
        content: none;
    }

.coccoc-alo-ph-circle {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-phone {
    background-color: transparent;
    cursor: pointer;
    z-index: 99 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: 10px;
    bottom: 160px;
    position: fixed;
}

    .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
        background-color: #ec202b;
        opacity: .75 !important;
        z-index: 99999;
    }

.coccoc-alo-ph-circle-fill {
    width: 90px;
    height: 90px;
    top: 15px;
    left: 15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 35px;
    left: 35px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==') no-repeat center center;
    background-size: 30px 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    z-index: 99999;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #ec202b;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #ec202b;
    opacity: .5;
    z-index: 99999;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #ec202b;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: #ec202b;
    opacity: .75 !important;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: #ec202b;
}

.coccoc-alo-tel {
    color: #fff !important;
    position: absolute;
    top: 40px;
    left: 72px;
    background: #f9c900;
    padding: 5px 40px 5px 35px;
    padding-right: 25px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 18px;
    border: solid 3px #dfb500;
}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
