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

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

@font-face {
    src: url('../fonts/SFUFuturaBold_0.TTF');
    font-family: "SFU Bold";
}

@font-face {
    src: url('../fonts/SFUFuturaBook_0.TTF');
    font-family: "SFU Book";
}

@font-face {
    src: url('../fonts/SFUFuturaHeavy_0.TTF');
    font-family: "SFU Heavy";
}

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

.pd-5 {
    padding: 0px 5px 10px 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
}

/**header**/
.header-bg-color, .header-wrapper {
    background: linear-gradient(to right, #f0a52b 0%, #ff88a4 50%, #f7b549 50%, #f7b549 100%) !important;
}

.stuck div#masthead {
    height: 85px !important;
}

div#masthead .flex-col.hide-for-medium.flex-left.flex-grow {
    background: #f7b549;
}

div#masthead li.html.custom.html_topbar_left {
    width: 100% !important;
}

div#masthead .header-contact-item {
    width: calc(100% / 3);
    float: left;
}

div#masthead .header-contact {
    width: 100%;
    display: inline-block;
    padding: 20px 40px;
}

div#masthead .header-contact .header-contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    border: 1px solid #ff88a4;
    background: #fff;
}

div#masthead .header-contact .header-contact-icon img {
    width: 30px;
    margin: 10px auto 0 !important;
    display: block;
    line-height: 50px !important;
    height: 30px;
    object-fit: contain;
}

div#masthead .header-contact-content p {
    color: #333;
    font-size: 12px;
    margin: 0px !important;
}

div#masthead .header-contact-content h2 {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    margin-top: 5px;
}

div#masthead .header-contact-content {
    width: calc(100% - 50px);
    float: left;
    padding-left: 10px;
}

div#wide-nav ul li a {
    padding: 0px 16px;
    color: #000;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    display: block;
}

div#wide-nav ul li {
    height: 45px !important;
    margin: 0px !important;
}

/**banner**/
.banner-box {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.banner-box h2 {
    color: #3f3f3f !important;
    font-size: 80px !important;
}

.banner-box h2.bold {
    font-family: "SFU Heavy" !important;
}

.banner-box h2.normal {
    font-family: "SFU Book" !important;
}

.banner-box p {
    color: #3f3f3f !important;
    font-size: 15px;
    margin: 0px !important;
    margin-top: 15px !important;
}

.banner-box a {
    background: #f0a52b;
    color: #000;
    padding: 8px 20px;
    border: 2px solid #000;
    border-radius: 5px;
}

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

.home-title h2 {
    color: #f0a52b;
    font-size: 22px;
}

.box-information .box-information-excerpt {
    color: #3f3f3f !important;
    font-size: 15px;
    margin-bottom: 20px;
}

.box-information .box-information-a a {
    background: #f7b549;
    padding: 8px 10px;
    border-radius: 3px;
    color: #000;
}

.box-information .box-information-list p i {
    color: #f0a52b;
}

.box-information .box-information-list p {
    color: #3f3f3f !important;
    font-size: 15px;
    margin-bottom: 10px !important;
}

.box-information .box-information-list {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.bk-information-item {
    background: #ffe9c7;
    padding: 20px;
    height: 230px;
    border: 1px solid #f7b549;
    border-radius: 3px;
}

.bk-information-item .information-icon {
    width: 50px;
    height: 50px;
    margin: 0px auto 15px;
}

.bk-information-item .information-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bk-information-item .information-title h2 {
    color: #3f3f3f !important;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px !important;
    min-height: 40px;
}

.bk-information-item .information-content {
    text-align: center;
    font-size: 14px;
    color: #3f3f3f !important;
}

/*8team**/
.slider-team .owl-item {
    padding: 20px 10px;
}

.slider-team .team-items {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 15px;
}

.slider-team .team-items .team-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0px auto 20px;
}

.team-items .team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team-items .team-btn a {
    background: #f7b549;
    padding: 5px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
}

.team-items .team-btn {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.team-items .team-title {
    margin-top: 10px !important;
    display: block;
    width: 100%;
    text-align: center;
}

.team-items .team-title h2 {
    color: #333;
    margin-top: 20px !important;
    font-size: 15px;
    text-transform: uppercase;
}

.team-items .team-title p {
    margin: 5px 0 !important;
    color: #333;
    font-size: 14px;
}

.team-items .team-excerpt {
    font-size: 14px;
    text-align: center;
    color: #333;
}

.slider-team .owl-nav button {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider-team .owl-nav button.owl-prev {
    left: -30px
}

.slider-team .owl-nav button.owl-next {
    right: -30px
}

.slider-team .owl-nav button i {
    font-size: 20px;
}

.owl-dots {
    display: none;
}

/*8blog post**/
.blog-post {
    width: 100%;
    border: 1px solid #fff;
    display: inline-block;
    height: 200px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    padding: 10px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.blog-post .blog-avatar {
    width: 190px;
    height: 180px;
    float: left;
}

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

.blog-post .blog-content {
    width: calc(100% - 190px);
    float: left;
    height: 180px;
    padding-left: 20px;
    position: relative;
}

.blog-post .blog-content h2 {
    font-size: 15px;
    color: #000;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 23px;
}

.blog-post .blog-description p {
    color: #333;
    font-size: 14px;
}

.blog-post .blog-date {
    color: #333;
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.blog-post .blog-btn {
    border: 1px solid #f7b549;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
    color: #f7b549;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.blog-post:hover {
    transition: 0.3s ease-in-out;
    border: 1px solid #ff88a4;
}

/*8footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    background-image: url(http://cungunglaodong.bkns.biz/wp-content/uploads/2021/03/footer-home.jpg);
    background-size: cover;
    background-color: rgba(0,0,0,0.8);
    background-position: top center;
    padding: 40px 0;
    position: relative;
}
footer#footer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0px;
    z-index: 99;
}
.footer-top {
    position: relative;
    z-index: 9999;
}
footer#footer .footer-top img {
    max-width: 100px !important;
}

footer#footer .footer-line:after {
    background: #333;
    width: 5px;
    height: 3px;
    position: absolute;
    content: '';
    top: 0px;
    right: 10px;
}

footer#footer .footer-line {
    width: 100px;
    background: #f7b549;
    height: 3px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 20px;
}

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

footer#footer .footer-social {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
}

footer#footer .footer-social ul li a {
    text-align: center;
    color: #fff;
    display: block;
    line-height: 30px;
}

footer#footer .footer-social ul li {
    float: left;
    width: 30px;
    height: 30px;
    background: #f7b549;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px dashed #fff;
}

footer#footer .footer-menu ul li a {
    color: #fff;
    padding: 0px !important;
    font-size: 15px;
}

footer#footer .footer-menu ul li {
    border: 0px !important;
    padding: 3px 0;
}

.form-register input, .form-register .select-text {
    margin-bottom: 8px !important;
    border-radius: 3px !important;
    box-shadow: unset !important;
    border: 0px !important;
    font-size: 13px;
}

.form-register h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px !important;
}

input.wpcf7-form-control.wpcf7-submit.btn-register {
    background: #f7b549 !important;
    box-shadow: unset !important;
    margin: 0px !important;
}

article.box-antic {
    width: 100%;
    display: inline-block;
    background: #ffe9c7;
    padding: 20px 0;
}

article.box-antic .antic-item {
    width: 100%;
    display: inline-block;
}

article.box-antic .antic-item .antic-icon {
    width: 80px;
    height: 80px;
    float: left;
}

article.box-antic .antic-item .antic-icon img {
    width: 100%;
    height: 100%;
}

article.box-antic .antic-item .antic-content p {
    color: #333;
    margin: 0px !important;
}

article.box-antic .antic-item .antic-content h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 0px !important;
    padding-top: 5px;
}

article.box-antic .antic-item .antic-content {
    width: calc(100% - 80px);
    float: left;
    padding-left: 15px;
}

/**category**/
section#breadcrumbs i {
    color: #000;
    margin: 0px 5px;
}

section#breadcrumbs span, section#breadcrumbs a {
    color: #000;
    font-weight: normal;
    font-size: 15px;
}

section#breadcrumbs {
    background: #ffeff5;
    padding: 8px 0;
    color: #fff;
}

section#page-category {
    margin-top: 30px;
}

/**widget**/
.product-box1 .product-item1 {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 5px !important;
}

.product-box1 .product-item1:last-child {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.product-box1 .product-item1 .product-item-avatar {
    width: 80px;
    height: 60px;
    float: left;
}

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

.product-box1 .product-item1 .product-item-content h2 {
    color: #333;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    display: -webkit-box;
}

.product-box1 .product-item1 .product-item-content {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
}

.product-box1 .product-item1 .product-item-content .post-meta {
    color: #3c454f;
    font-size: 12px;
}

.product-box1 .product-item1:hover h2 {
    color: #14b5f3;
}

.product-price span {
    font-size: 13px;
}

.page-title.shop-page-title.product-page-title {
    display: none;
}

.home_title {
    border-bottom: 2px solid #ffeff5;
}

.home_title h2 img {
    width: 15px;
    margin-right: 5px;
}

.home_title h2 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

/*8single**/
.header-single-title h2 {
    padding-left: 10px;
    margin: 0px !important;
    border-left: 5px solid #14b5f3;
    color: #000;
    font-size: 25px;
}

.post-social {

    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.post-social ul li {
    width: 30px;
    height: 30px;
    background: #3c5a99;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.5);
}

.post-social ul li a {
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: block;
}

.post-social ul li:nth-child(2) {
    background: #33ccff;
}

.post-social ul li:nth-child(3) {
    background: #ff0000;
}

.post-social ul li:nth-child(4) {
    background: #007ab9;
}

article.eny-content {
    border-top: 1px dashed #dddd;
    padding: 30px 0;
    color: #000;
    font-size: 16px;
}

#mobile {
    display: none;
}

/**post related**/
.related-title h2 {
    padding-left: 10px;
    margin: 0px !important;
    border-left: 5px solid #ff88a4;
    color: #000;
    font-size: 25px;
}

.article-page {
    margin: 20px 0;
    color: #000;
    font-size: 16px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7-text {
    border: 1px solid #eee;
    box-shadow: unset !important;
    border-radius: 3px;
    margin-top: 10px !important;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #ff88a4 !important;
    box-shadow: unset !important;
    border-radius: 3px !important;
    margin: 0px !important;
}


