.absolute-footer, html {
    background-color: #fff !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}


.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 5px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

/**menu**/
div#masthead .flex-col.hide-for-medium.flex-left.flex-grow ul li a {
    padding: 0px 20px !important;
    color: #000;
    font-size: 14px;
}

div#masthead .flex-col.hide-for-medium.flex-left.flex-grow ul li {
    margin: 0px !important;
}

div#masthead .flex-col.hide-for-medium.flex-left.flex-grow ul li.current-menu-item a {
    color: #ee3523 !important;
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

footer#footer .footer-title h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
}

footer#footer .footer-address p.footer-company {
    font-weight: 700;
    text-transform: uppercase;
}

footer#footer .footer-address p {
    margin-bottom: 10px !important;
    color: #000;
    font-size: 15px;
}

footer#footer .input-email {
    width: 100%;
    display: inline-block;
    box-shadow: unset !important;
    border-radius: 5px !important;
    margin: 15px 0 !important;
}

footer#footer UCpnZwzQZ2TLyHBoE8CmLliA.form-group {
    text-align: center;
}

footer#footer .btn-register {
    background: #faad27 !important;
    border-color: #faad27 !important;
    border-radius: 5px !important;
    margin: 0px auto !important;
    display: block;
    width: 150px;
}

/**title**/
.section-title.section-title-center b {
    background-color: transparent !important;
}

.section-title.section-title-center span.section-title-main {
    padding-bottom: 6px;
}

.section-title.section-title-center span.section-title-main:before {
    content: '';
    height: 1px;
    width: 360px;
    bottom: 0;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    background-color: rgba(218, 221, 221, 0.5);
}

.section-title.section-title-center span.section-title-main:after {
    content: '';
    height: 3px;
    width: 84px;
    bottom: -1px;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    background-color: #ff0000;
}

h2.section-title.section-title-center span {
    color: var(--primary-color);
    font-size: 25px;
    margin-bottom: 5px;
}

/**tab**/
.tab-bk ul li.active a {
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.tab-bk ul li a {
    padding: 5px 15px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.tab-bk ul li {
    margin: 0px !important;
}

.tab-bk ul li a:before {
    display: none !important;
}

.tab-bk .tab-panels .panel.active {
    border: 1px solid var(--primary-color);
    padding: 10px 10px 0px 10px;
}

.tab-panels {
    padding: 0px !important;
}

/*images**/
article.images-box .images-item {
    width: 100%;
    display: inline-block;
    height: 200px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

article.images-box .images-item img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

article.images-box .images-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

/**blog item**/
.blog-item {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #363f87;
}

.blog-item .blog-item-avatar {
    width: 200px;
    height: 150px;
    float: left;
}

.blog-item .blog-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item .blog-item-content h2 {
    color: #363f87;
    font-size: 18px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.blog-item:hover .blog-item-content h2 {
    color: #ff0000;
}

.blog-item .blog-item-content {
    width: calc(100% - 200px);
    float: left;
    padding-left: 10px;
}

.blog-item .blog-item-content .blog-item-description p {
    margin: 0px !important;
    color: #000;
    font-size: 15px;
}

.blog-item:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

/*8project**/
.box-project {
    width: 100%;
    display: inline-block;
}

.box-project .box-project-avatar {
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.box-project .box-project-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.box-project .box-project-title {
    padding: 10px 0 0 0;
}

.box-project .box-project-title h2 {
    color: #363f87;
    font-size: 18px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-align: center;
}

.box-project-item {
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
}

.box-project-item .box-project-avatar {
    width: 150px;
    height: 100px;
    float: left;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.box-project-item .box-project-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    object-position: top;
    transition: 0.3s ease-in-out;
}

.box-project-item .box-project-title {
    width: calc(100% - 150px);
    float: left;
    padding-left: 10px;
}

.box-project-item .box-project-title h2 {
    color: #363f87;
    font-size: 18px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-align: left;
}

/*8box**/
.box-service img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.box-service .box-text.text-center {
    background: #fff !important;
    padding: 20px;
}

.box-service .box-service-content h2 {
    color: #363f87;
    font-size: 20px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-transform: uppercase;
}

.box-service .box-service-content p {
    margin: 10px 0;
    color: #333;
}

.box-service .box-service-content a {
    background: #ff0000;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}

/**breadcrumbs**/
section#bk-breadcrumbs i {
    margin: 0px 5px !important;
    color: #fff;
}

section#bk-breadcrumbs a, section#bk-breadcrumbs span {
    color: #fff;
    font-size: 15px;
}

section#bk-breadcrumbs {
    padding: 10px 0;
    background: #1077bf;
}

/*8category**/
section#page-category {
    margin: 20px 0;
}

.blog-category {
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}

.blog-category:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.blog-category .blog-category-thumbnail {
    width: 300px;
    height: 300px;
    float: left;
}

.blog-category .blog-category-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-category .blog-category-summary {
    width: calc(100% - 300px);
    float: left;
    padding: 25px 25px 0 25px;
    display: inline-block;
    height: 300px;
    position: relative;
}

.blog-category .blog-category-summary .author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.blog-category .blog-category-summary .author-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.blog-category .blog-category-summary .author-content {
    width: calc(100% - 60px);
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

.blog-category .blog-category-summary .author-content h2 {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}

.blog-category .blog-category-summary .author-content p {
    font-size: 12px;
    color: #999999;
}

.blog-category .blog-category-summary .blog-summary-content {
    width: 100%;
    display: inline-block;
    padding: 20px 0 0;
}

.blog-category .blog-category-summary .blog-summary-content h2 {
    font-size: 24px;
    color: #424242;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.blog-category .blog-category-summary .blog-summary-content p {
    font-size: 16px;
    color: #333;
}

.blog-category .blog-category-summary .blog-summary-footer {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

.blog-category .blog-category-summary .blog-summary-footer span.text-line {
    font-size: 14px;
    color: #333;
    margin-right: 40px
}

.blog-category .blog-category-summary .blog-summary-footer span.text-line:hover {
    color: #5b6757
}

.blog-category .blog-category-summary .desc {
    height: 100px;
    display: inline-block;
    width: 100%;
}

.blog-category .blog-category-summary .desc p {
    margin: 0px !important;
}

/*8single**/
article#post-content {
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
}

article#post-content header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

article#post-content header h2 {
    color: #000;
    font-size: 25px;
}

article#post-content header .post-meta {
    font-size: 15px;
    color: #000;
}

article#post-content article.entry-content {
    padding: 20px;
    color: #000;
    font-size: 16px;
}

/**taxonomy**/
.box-filter form select {
    box-shadow: unset !important;
    border: 0px !important;
    font-family: "SFU Book";
    font-size: 15px;
}

.box-filter form {
    margin: 0px !important;
}

.box-filter {
    background: #dcddde;
    padding: 5px 10px !important;
}

.title-category h2 {
    color: #ed3948;
    margin: 0px !important;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0;
}

/**category product**/
.product-list {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
}

.box-product {
    width: 100%;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.box-product .box-product-avatar {
    width: 100%;
    height: 150px;
    border: 1px dashed #ee3a49;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.box-product .box-product-avatar img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    object-fit: contain;
}

.box-product:hover .box-product-avatar img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.box-product .box-product-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}

.box-product .box-product-content h2 {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: 45px;
}

.box-product .box-product-content .product-wrapper {
    font-weight: 700;
    font-size: 15px;
}

.box-product .box-product-content .product-wrapper b {
    color: #ee3a49;
}

.box-product .box-product-content .product-wrapper ins span {
    color: #ee3a49;
    font-weight: 700;
    font-size: 15px;
}

.box-product .product-size {
    background: #ee3a49;
    position: absolute;
    bottom: 3px;
    right: 3px;
    border-radius: 50px 0 50px 0;
    padding: 3px 20px;
    color: #fff;
    font-size: 13px;
}

.box-product .logo-product {
    width: 50px;
    position: absolute;
    bottom: 3px;
    left: 3px;
}

/**parent id**/
section#parent-id {
    background: #f6f6f6;
    padding: 50px 0;
}

.page-title {
    color: #fff;
    background: #1077bf;
}

.page-title .page-title-inner {
    padding-top: 0px !important;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase a, nav.woocommerce-breadcrumb.breadcrumbs.uppercase span {
    color: #fff !important;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase, p.woocommerce-result-count.hide-for-medium {
    color: #fff !important;
    text-transform: unset !important;
    font-size: 15px;
}

select.orderby {
    box-shadow: unset !important;
    border: 0px !important;
    border-radius: 50px !important;
    font-size: 15px;
}
.owl-dots{
    display: none !important;
}

.woocommerce-billing-fields__field-wrapper p input, textarea#order_comments {
    box-shadow: unset !important;
    border-radius: 4px !important;
}

.woocommerce-billing-fields__field-wrapper p {
    width: 100% !important;
    font-family: "SFU Book";
    font-size: 16px;
}
