/* Defined colors ---------------------------- */
:root {
    --white-color: #fff;
    --dark-color: #333;
    --border-color-light: #eee;
    --border-color-dark: #e9e9e9;
    --primary-color: #8ac843;
    --primary-color-darker: #7cb43c;
    --primary-color-lighter: #95cd55;
    --secondary-color: #f95b26;
}

/* General ---------------------------- */

body {
    font-size: 16px;
    color: #474A57;
    line-height: 1.5;
    position: relative;
    background-color: #F4F5F7;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a, input[type="submit"], input[type="button"], button {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

a:hover {
    color: var(--primary-color-darker);
}

ul, li, ol {
    margin: 0;
    padding: 0;
}

.google-auto-placed,
.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1110px;
}

.container > .row + .google-auto-placed {
    padding-bottom: 20px;
}

.site-description {
    display: none;
}

.term-desc {
    background: var(--white-color);
    margin: 0 0 35px 0;
    padding: 10px 0 35px;
    border-bottom: 1px solid var(--border-color-dark);
}

.term-desc a {
    text-decoration: underline;
}

.search-box {
    background: #F4F5F7;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid var(--border-color-light);
    overflow: hidden;
    max-height: 30px;
    max-width: 170px;
    padding: 5px 15px;
}

.search-box input {
    border: none;
    outline: none;
    width: 100%;
    padding: 5px;
    background: transparent;
    font-size: 14px;
    line-height: 16px;
}

.search-box button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.ico {
    display: inline-block;
    line-height: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.icon-find {
    background-image: url("../images/icon-find.svg");
    height: 12px;
    width: 12px
}

.icon-find-white {
    background-image: url("../images/icon-find-white.svg");
    height: 16px;
    width: 16px
}

.icon-home {
    background-image: url("../images/icon-home-default.svg");
    height: 16px;
    width: 15px;
    margin-bottom: -1px
}

.icon-vector {
    background-image: url("../images/icon-vector.svg");
    height: 10px;
    width: 16px;
    margin-bottom: -1px
}

.icon-call {
    background-image: url("../images/icon-phone-call.svg");
    height: 15px;
    width: 15px;
    margin-bottom: -2px
}

.icon-facebook {
    background-image: url("../images/icon-fb.svg");
    height: 24px;
    width: 24px
}

.icon-tweeter {
    background-image: url("../images/icon-tw.svg");
    height: 24px;
    width: 24px
}

.icon-google {
    background-image: url("../images/icon-gg.svg");
    height: 24px;
    width: 24px
}

.icon-youtube {
    background-image: url("../images/icon-yt.svg");
    height: 24px;
    width: 24px
}

.icon-youtube-full {
    background-image: url("../images/icon-yt-text.svg");
    height: 16px;
    width: 73px;
    margin-bottom: -2px
}

.icon-play-box {
    background-image: url("../images/icon-play-box.svg");
    height: 13px;
    width: 22px
}

.icon-puzzle {
    background-image: url("../images/icon-puzz.svg");
    height: 20px;
    width: 18px;
    margin-bottom: -2px
}

.icon-arrow-left {
    background-image: url("../images/icon-arrow-left.svg");
    height: 14px;
    width: 15px
}

.icon-arrow-right {
    background-image: url("../images/icon-arrow-right.svg");
    height: 14px;
    width: 15px
}

.icon-facebook-w {
    background-image: url("../images/icon-fb-w.svg");
    height: 14px;
    width: 9px;
    margin-bottom: -2px
}

.icon-twitter-w {
    background-image: url("../images/icon-tw-w.svg");
    height: 12px;
    width: 14px;
    margin-bottom: -2px
}

.icon-google-w {
    background-image: url("../images/icon-gg-w.svg");
    height: 14px;
    width: 14px;
    margin-bottom: -2px
}

.icon-plus-w {
    background-image: url("../images/icon-plus-w.svg");
    height: 12px;
    width: 12px;
    margin-bottom: -1px
}

.icon-bar::before {
    content: "\2630";
    display: inline-block
}

.icon-back::before {
    content: "\2190";
    display: inline-block
}

.icon-zalo-w {
    background-image: url("../images/icon-zalo.png");
    height: 14px;
    width: 14px;
    margin-bottom: -2px
}

.label {
    display: inline-block;
    padding: 1px .35em;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 60%;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: 3px;
}

.label:hover,
a:hover .label {
    text-decoration: none
}

.label.label--fullSize {
    font-size: 100%
}

.label.label--small {
    font-size: 13px
}

.label.label--smallest {
    font-size: 11px
}

.label.label--hidden {
    padding: inherit;
    border: none;
    font-size: inherit;
    line-height: inherit;
    text-decoration: inherit
}

.label.label--hidden:hover {
    text-decoration: underline
}

.label.label--subtle {
    color: #8c8c8c;
    background: #f5f5f5;
    border-color: #dcdcdc
}

a.label.label--subtle:hover,
a:hover .label.label--subtle {
    background: #ebebeb;
    border-color: #d1d1d1
}

.label.label--primary {
    color: #2577b1;
    background: #edf6fd;
    border-color: #bcdef5
}

a.label.label--primary:hover,
a:hover .label.label--primary {
    background: #dbedfb;
    border-color: #aad5f2
}

.label.label--accent {
    color: #aa6709;
    background: #fff4e5;
    border-color: #f9c479
}

a.label.label--accent:hover,
a:hover .label.label--accent {
    background: #ffebd1;
    border-color: #f8bb66
}

.label.label--red {
    color: #fff;
    background: #e20000;
    border-color: #af0000
}

a.label.label--red:hover,
a:hover .label.label--red {
    background: #ce0000;
    border-color: #9b0000
}

.label.label--green {
    color: #fff;
    background: green;
    border-color: #004d00
}

a.label.label--green:hover,
a:hover .label.label--green {
    background: #006c00;
    border-color: #003900
}

.label.label--olive {
    color: #fff;
    background: olive;
    border-color: #4d4d00
}

a.label.label--olive:hover,
a:hover .label.label--olive {
    background: #6c6c00;
    border-color: #393900
}

.label.label--lightGreen {
    color: #000;
    background: #ccf9c8;
    border-color: #bee8ba
}

a.label.label--lightGreen:hover,
a:hover .label.label--lightGreen {
    background: #bbf7b6;
    border-color: #b0e3ab
}

.label.label--blue {
    color: #fff;
    background: #0008e3;
    border-color: #0006b0
}

a.label.label--blue:hover,
a:hover .label.label--blue {
    background: #0007cf;
    border-color: #00059c
}

.label.label--royalBlue {
    color: #fff;
    background: #4169e1;
    border-color: #214cce
}

a.label.label--royalBlue:hover,
a:hover .label.label--royalBlue {
    background: #2f5bde;
    border-color: #1e46bd
}

.label.label--skyBlue {
    color: #fff;
    background: #7cc3e0;
    border-color: #53b0d6
}

a.label.label--skyBlue:hover,
a:hover .label.label--skyBlue {
    background: #6cbbdc;
    border-color: #42a9d2
}

.label.label--gray {
    color: #fff;
    background: gray;
    border-color: #676767
}

a.label.label--gray:hover,
a:hover .label.label--gray {
    background: #767676;
    border-color: #5c5c5c
}

.label.label--silver {
    color: #000;
    background: silver;
    border-color: #a7a7a7
}

a.label.label--silver:hover,
a:hover .label.label--silver {
    background: #b6b6b6;
    border-color: #9c9c9c
}

.label.label--yellow {
    color: #000;
    background: #ffff91;
    border-color: #e6e687
}

a.label.label--yellow:hover,
a:hover .label.label--yellow {
    background: #ffff7d;
    border-color: #e2e276
}

.label.label--orange {
    color: #000;
    background: #ffcb00;
    border-color: #cca200
}

a.label.label--orange:hover,
a:hover .label.label--orange {
    background: #ebbb00;
    border-color: #b89200
}

.label.label--error {
    color: #c84448;
    background: #fde9e9;
    border-color: #c84448
}

a.label.label--error:hover,
a:hover .label.label--error {
    background: #fbd6d6;
    border-color: #bf383c
}

.label-append {
    display: inline-block
}

.labelLink,
.labelLink:hover {
    text-decoration: none
}

.button-primary,
.button-secondary,
.button-tertiary,
.button-quaternary,
.btn-primary,
#mc-embedded-subscribe,
#searchform .button-primary {
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400 !important;
    padding: 7px 30px;
    text-decoration: none;
}

.button-primary:hover,
.button-primary:focus,
.button-secondary:hover,
.button-secondary:focus,
.button-tertiary:hover,
.button-tertiary:focus,
.button-quaternary:hover,
.button-quaternary:active,
.btn-primary:hover,
.btn-primary:focus,
#mc-embedded-subscribe:hover,
#mc-embedded-subscribe:focus {
    text-decoration: none;
    font-weight: 400;
}

a.button-quaternary {
    background: var(--border-color-light);
    border: 1px solid var(--secondary-color);
    color: #000;
}

a.button-quaternary:hover,
a.button-quaternary:focus {
    background: var(--dark-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
}

.card {
    border-radius: .65rem;
    clear: both;
    background: var(--white-color);
    background-image: linear-gradient(180deg, var(--white-color), #F4F5F7);
}

.thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: .8rem;
}

img {
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
}

.title {
    font-weight: 500;
    line-height: 1.4;
    display: block;
    color: #18191F;
}

.summary {
    font-size: 16px;
    color: #474A57;
}

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

.site-content {
    overflow: hidden;
    max-width: 100% !important;
}

.site-content .section + .section {
    margin-top: 20px;
}

.container .content-area,
.container .main-content {
    float: left;
    display: inline-block;
    width: calc(100% - 300px - 20px);
    margin-right: 20px;
}

.container .widget-area.sidebar,
.container .aside-content {
    float: left;
    display: inline-block;
    width: 300px;
}

.heading {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading::before,
.heading::after {
    content: "";
    display: block;
    height: 2px;
    background: #EEEFF4;
    width: 100%;
}

.heading h1,
.heading h2 {
    font-size: 36px;
    color: var(--secondary-color);
    font-style: normal;
    font-weight: normal;
    text-align: center;
    padding: 10px 15px;
    white-space: nowrap;
    margin: 0;
}

.mobile-menu > .menu-toggle .svg-icon {
    fill: var(--primary-color-darker);
    width: 20px;
}

/* Bootstrap ---------------------------- */

.container-fluid .boldgrid-section,
.container-fluid .boldgrid-section-group,
.container-fluid .row,
.container .row {
    margin-right: -15px;
    margin-left: -15px;
}

.row {
    margin: auto;
}

.row:after, .row:before {
    content: " ";
    display: table;
    clear: both;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

@media (max-width: 650px) {
    .col-xs-6 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-6 {
        width: 50%;
    }
}

/* Site header ---------------------------- */

.top-header {
    background-color: var(--white-color);
    border-bottom: 1px solid var(--border-color-light);
}

.top-header .inner {
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
}

.top-header .site-logo {
    max-width: 110px;
}

.top-header .site-title {
    margin: 0;
}

.top-header .site-title a {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 700;
}

.top-header .hocwp-menu:not(.mobile-menu) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.top-header .hocwp-menu:not(.mobile-menu) li {
    display: block;
    position: relative;
}

.top-header .hocwp-menu:not(.mobile-menu) li a {
    display: block;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.top-header .hocwp-menu:not(.mobile-menu) li:hover > a,
.top-header .hocwp-menu:not(.mobile-menu) li.current-post-ancestor > a,
.top-header .hocwp-menu:not(.mobile-menu) li.current-menu-item > a {
    color: var(--primary-color);
}

.top-header .hocwp-menu:not(.mobile-menu) .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 13px;
    color: var(--dark-color);
    background: #fefefe;
    border-top: 3px solid var(--primary-color-lighter);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 35%);
    top: calc(100% + 20px);
    display: block;
    opacity: 0;
    visibility: hidden;
}

.top-header .hocwp-menu:not(.mobile-menu) > li > .sub-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 8px 8px 8px;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    border-style: solid;
    border-bottom-color: var(--primary-color-lighter);
    border-left-color: transparent;
    border-right-color: transparent;
}

.top-header .hocwp-menu:not(.mobile-menu) .sub-menu li a {
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    display: block;
}

.top-header .hocwp-menu:not(.mobile-menu) .sub-menu {
    transition: all .5s ease-in-out;
    padding-bottom: 10px;
    padding-top: 5px;
}

.top-header .hocwp-menu:not(.mobile-menu) li.menu-item-has-children:hover > .sub-menu {
    top: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
}

.top-header .hocwp-menu:not(.mobile-menu) li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
    top: 100%;
}

.top-header .hocwp-menu:not(.mobile-menu) li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    top: 0;
}

.trend-bar {
    background-color: var(--primary-color-darker);
    color: var(--white-color);
}

.trend-bar a,
.trend-bar a:hover {
    color: var(--yoast-checkmark--white);
}

.trend-bar .inner {
    padding: 8px 0;
}

.trend-bar .trend-new {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 600px;
}

.hot-phone {
    padding-right: 15px;
}

.hot-phone ~ .ls-social {
    padding-left: 20px;
}

.ls-social {
    display: flex;
    align-items: center;
}

.ls-social li {
    display: block;
    line-height: 0;
}

.ls-social li:not(:first-child) {
    margin-left: 5px;
}

.ls-social li a {
    display: block;
}

.site-header {
    margin-bottom: 20px;
}

/* Featured posts ---------------------------- */

.hot-slides .item .thumb {
    width: 51.33%;
    box-sizing: border-box;
}

.hot-slides .item .info {
    padding: 20px 50px;
    width: 100%;
}

.hot-slides .item .thumb + .info {
    width: 48.67%;
    box-sizing: border-box;
}

.hot-slides .item a[rel*="tag"],
.hot-slides .item a[rel="tag"],
.hot-slides .item .cate,
.hot-slides .item .tag {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 12px;
}

.hot-slides .item .tags a[rel*="tag"],
.hot-slides .item .tag {
    font-size: 11px;
    margin-bottom: 10px;
}

.hot-slides .item .title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 5px;
}

.hot-slides .item .summary {
    color: #7D8498;
    line-height: 1.5;
}

.hot-slides > .item:not(:first-child) {
    display: none !important;
}

.swiper-container {
    padding-bottom: 60px;
}

.swiper-pagination-bullet {
    width: 30px;
    border-radius: 0;
    height: 3px;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-color-darker);
}

.swiper-container:not(.swiper-container-initialized):not(.swiper-initialized) > .swiper-wrapper > .item + .item {
    margin-top: 15px;
}

.swiper-container:not(.swiper-container-initialized):not(.swiper-initialized) + .featured-swiper-button-prev,
.swiper-container:not(.swiper-container-initialized):not(.swiper-initialized) + .featured-swiper-button-prev + .featured-swiper-button-next {
    display: none;
}

.featured-swiper-button-next:after,
.featured-swiper-button-prev:after {
    display: none;
}

.featured-swiper-button-next button,
.featured-swiper-button-prev button {
    background: var(--white-color);
    border: none;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 0;
}

.featured-swiper-button-next button,
.featured-swiper-button-prev button,
.featured-swiper-button-next,
.featured-swiper-button-prev {
    width: 39px;
    height: 39px;
}

.slides-box {
    position: relative;
}

.featured-swiper-button-next,
.featured-swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 499;
    transform: translate(0, -50%);
}

.featured-swiper-button-next {
    right: -20px;
    left: auto;
}

.featured-swiper-button-prev {
    left: -20px;
    right: auto;
}

/* Implemented Projects ---------------------------- */

.implemented-projects.section {
    background-color: #e2e2e2;
}

.implemented-projects > .google-auto-placed:first-child {
    padding-top: 20px;
}

.implemented-projects h2 {
    font-size: 36px;
}

.implemented-projects .inner {
    background: var(--white-color);
    color: #000;
    height: 100%;
    box-shadow: 0 0 6px 2px rgb(85 85 85 / 50%);
    position: relative;
}

.implemented-projects .inner > ins {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 499;
}

.implemented-projects .inner > img {
    width: 100%;
}

.implemented-projects .inner .row {
    padding: 2em 2em 0;
}

.implemented-projects h3 {
    font-size: 26px;
    margin: 0;
    line-height: 1.2;
}

.implemented-projects .summary {
    padding: 0 2em;
}

.implemented-projects .thumb-area {
    height: 200px;
    overflow: hidden;
    max-height: 200px;
    position: relative;
}

.implemented-projects .thumb-area img {
    width: 100%;
}

.implemented-projects .thumb-area .overlay {
    background-color: #f1f1f1;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.implemented-projects .thumb-area:hover .overlay {
    display: block;
}

.implemented-projects .more-area {
    padding: 0 2em 2em;
}

.implemented-projects .project {
    margin-bottom: 30px;
}

.demo-thumbs {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.demo-thumb {
    transition: all 3s;
    position: absolute;
    transform: translateY(100%);
    z-index: 9999;
    left: 0;
    right: 0;
}

.implemented-projects .inner .thumb-area:hover .demo-thumb {
    transform: translateY(calc(-100% + 200px));
}

/* Loop posts ---------------------------- */

.loop .post-article {
    margin-bottom: 0;
    padding: 25px 0;
    border-bottom: 1px solid var(--border-color-dark);
}

.loop .post-article .mask {
    display: flex;
    flex-wrap: wrap;
}

.post .thumb {
    height: 150px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.post .content {
    margin-top: 15px;
}

.post .content .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    color: var(--primary-color);
}

.post .content .title:hover {
    color: var(--primary-color-darker);
}

.post .content .info {
    font-size: 16px;
    color: #8e8e8e;
    margin-top: 5px;
}

.post .content .info a {
    color: var(--primary-color);
}

.post .content .info a:hover {
    color: var(--primary-color-darker);
}

.loop .post-article .mask .thumb {
    width: 250px;
    border: 1px solid rgba(0, 0, 0, .05);
    height: auto;
    border-radius: 0;
}

.loop .post-article.service .mask .thumb {
    border-radius: 50%;
    background-color: var(--border-color-light);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}

.loop .post-article .mask .content {
    margin-top: 0;
}

.loop .post-article .mask > a + .content {
    width: calc(100% - 250px - 20px);
    margin-left: 20px;
}

.border-title,
.sidebar .widget-title {
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    color: var(--dark-color);
    padding-left: 15px;
    border-left: 4px solid var(--primary-color);
    margin-top: 0;
}

.sidebar .widget {

}

.sidebar li {
    border-top: 1px solid var(--border-color-dark);
    color: #999;
    padding: 12px 0;
    list-style: none;
    margin-bottom: 0;
}

.widget .wp-post-image.alignleft {
    margin-bottom: 0;
}

.sidebar li a {
    color: var(--dark-color);
}

.sidebar li a:hover {
    color: var(--primary-color);
}

.sidebar li.loop-item .post-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
}

.loop.grid .post-article {
    max-width: 33.33%;
    flex-basis: 33.33%;
    padding: 0;
    border: none;
}

.loop.grid .post-article > * {
    padding: 10px;
}

.loop.grid .post-article .mask {
    display: block;
}

.loop.grid .post-article .mask .thumb {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    height: auto;
}

.thumb img {
    width: 100%;
}

.loop.grid .post-article .mask > a + .content {
    width: 100%;
    margin: 8px 0 0;
}

.loop .no-thumbnail {
    background-image: url("../../hocwp/images/no-thumbnail.svg");
}

.loop .no-thumbnail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Pagination ---------------------------- */

.hocwp-pagination + a.load-more-button, .hocwp-pagination li a:hover, .hocwp-pagination li .page-numbers.current {
    background: var(--primary-color);
    background: -moz-linear-gradient(top, var(--primary-color) 0%, var(--primary-color-darker) 41%, var(--primary-color-lighter) 100%);
    background: -webkit-linear-gradient(top, var(--primary-color) 0%, var(--primary-color-darker) 41%, var(--primary-color-lighter) 100%);
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color-darker) 41%, var(--primary-color-lighter) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ac843', endColorstr='#95cd55', GradientType=0);
}

.hocwp-pagination + a.load-more-button, .hocwp-pagination li a:hover, .hocwp-pagination li .page-numbers.current {
    border-color: var(--primary-color-darker);
}

/* Single ---------------------------- */

.breadcrumb {
    color: #999;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: var(--primary-color);
}

.breadcrumb a:hover {
    color: var(--primary-color-darker);
}

.single-box {
    border: 1px solid #dbe0e8;
    padding: 20px;
    background: var(--white-color);
    margin: 20px 0;
}

.post .content h1.title,
.header-title h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #222;
    margin-top: 0;
}

.content .article-header {
    border-bottom: 1px dotted #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.main-content.post .hocwp-post a {
    color: var(--primary-color);
}

.main-content.post .hocwp-post a:hover {
    color: var(--primary-color-darker);
}

.entry-content ul,
.entry-content ol {
    padding-left: 17px;
}

.content .article-footer a + span {
    margin-left: 10px;
}

.entry-content + .article-footer {
    margin-top: 20px;
}

/* Author box ---------------------------- */

.author-box {
    background: var(--white-color);
    float: left;
    overflow: hidden;
    width: 100%;
    font-size: 15px;
}

.author-box img {
    background: var(--white-color);
    float: left;
    margin: 0 20px 0 3px;
    padding: 15px;
    border: 1px solid var(--border-color-dark);
    box-sizing: content-box;
}

.author-box-title {
    margin: 0 0 5px !important;
    clear: none;
}

/* Related posts ---------------------------- */

.author-box,
.section.related-posts {
    margin: 10px 0 10px 0;
    border-top: 1px solid var(--border-color-dark);
    padding: 30px 0 30px;
}

.related-posts .loop {
    margin-top: 15px;
}

.related-posts .post .content .title {
    font-size: 16px;
    color: #292929;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.related-posts .loop .summary {
    max-height: 105px;
    overflow: hidden;
}

/* Comments ---------------------------- */

.search-form input[type="submit"],
.search-form button[type="submit"],
.widget input[type="submit"],
.comment-form .form-submit input[type="submit"] {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border: none;
}

.search-form input[type="submit"]:hover,
.search-form button[type="submit"]:hover,
.widget input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:hover {
    background-color: var(--primary-color-darker);
}

#cancel-comment-reply-link {
    background-color: var(--secondary-color);
}

.comments-area .comment-reply-link {
    background-color: var(--primary-color);
    color: var(--white-color);
}

#cancel-comment-reply-link:hover,
.comments-area .comment-reply-link:hover {
    background-color: var(--primary-color-darker);
}

#wpdcom .wpd-auth .wpd-login a,
#wpdcom .wpd-comment-text a,
#wpdcom .wpd-comment .wpd-reply-to a {
    color: var(--primary-color);
}

#wpdcom .wpd-auth .wpd-login a:hover,
#wpdcom .wpd-comment-text a:hover,
#wpdcom .wpd-comment .wpd-reply-to a:hover {
    color: var(--primary-color-darker);
}

.comments-area .comment-list li .comment-author {
    font-family: Tahoma, Arial, sans-serif;
}

/* Site footer ---------------------------- */

.site-footer {
    background: #121212;
    border-top: 1px solid var(--primary-color-lighter);
    color: var(--white-color);
    z-index: 2;
}

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

.site-footer li.widget {
    list-style: none;
}

.site-footer a,
.site-footer a:hover {
    color: #fff;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-menus .menu.hocwp-menu > li > a,
.footer-menus div.menu > ul > li > a,
.footer-menus li a,
.attribution-theme-mods .link {
    padding: .5em;
    position: relative;
    display: inline-block;
}

.footer-menus li:not(:last-child) a:after,
.attribution-theme-mods .link:not(:last-child):after {
    content: "";
    margin-left: 0;
    border-left: 1px solid currentColor;
    position: absolute;
    left: calc(100% + 1px);
    width: 1px;
    height: 16px;
    top: 12px;
    right: 0;
    background-color: currentColor;
    float: left;
    display: inline;
    z-index: 499;
}

.site-footer .widget li ~ li {
    margin-top: 5px;
}

.site-footer .social-menu .list-socials {
    justify-content: center;
}

.site-footer .sub-menu {
    display: none;
}

button.back-to-top {
    width: 40px;
    height: 40px;
    padding: 10px;
}

button.back-to-top {
    background-color: var(--primary-color);
    color: var(--white-color);
}

button.back-to-top:hover {
    background-color: var(--secondary-color);
}

button.back-to-top:hover svg,
button.back-to-top svg {
    fill: var(--white-color);
}

.site-footer .widget .widget-inner > * {
    margin-top: 15px;
}

/* Responsive ---------------------------- */

/* 125% screen width -------------------- */
@media only screen and (max-width: 1536px) {

}

@media only screen and (max-width: 1403px) {

}

/* 150% screen width -------------------- */
@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1240px) {

}

@media only screen and (max-width: 1110px) {
    .container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

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

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

    .loop .post-article .mask .thumb {
        width: 180px;
    }

    .loop .post-article .mask > a + .content {
        width: calc(100% - 180px - 20px);
    }

    .primary-menus {
        display: none;
    }

    .site-header .menu-toggle {
        position: absolute;
        left: 100px;
        top: 50%;
        transform: translate(0, -50%);
        padding: 0;
        z-index: 499;
    }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 980px) {
    .hot-slides .item .thumb + .info,
    .hot-slides .item .thumb,
    .container .content-area, .container .main-content,
    .container .widget-area.sidebar, .container .aside-content {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .hot-slides .item .info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .swiper-container {
        padding-bottom: 30px;
    }

    .site-footer {
        overflow: hidden;
    }
}

@media only screen and (max-width: 955px) {

}

@media only screen and (max-width: 880px) {

}

@media only screen and (max-width: 800px) {

}

/*
 * WordPress Admin Bar change height.
 */
@media only screen and (max-width: 782px) {
    .implemented-projects h2 {
        font-size: 28px;
    }

    .hot-slides .item .tags a[rel*="tag"], .hot-slides .item .tags {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .hot-slides .item .title {
        font-size: 24px;
    }

    .hot-slides .item .info .summary p {
        margin-bottom: 15px;
    }

    .featured-swiper-button-next, .featured-swiper-button-prev {
        display: none;
    }

    .loop.grid .post-article {
        max-width: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .implemented-projects .inner > ins {
        position: static;
        transform: none;
        margin: 0 !important;
        overflow: hidden;
    }

    .implemented-projects .inner ins,
    .implemented-projects .inner iframe {
        max-width: 100% !important;
    }

    .implemented-projects .has-ads .inner {
        text-align: center;
    }

    .hosting-section img {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 740px) {

}

@media only screen and (max-width: 720px) {

}

@media only screen and (max-width: 640px) {
    .trend-bar .trend-new .trend-link {
        display: none;
    }
}

@media only screen and (max-width: 620px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 568px) {

}

@media only screen and (max-width: 563px) {

}

@media only screen and (max-width: 549px) {

}

@media only screen and (max-width: 534px) {

}

@media only screen and (max-width: 480px) {
    .border-title, .sidebar .widget-title {
        font-size: 16px;
        font-weight: 700;
    }

    .author-box {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .author-box img {
        padding: 0;
    }

    .site-footer .attribution {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .loop .post-article .mask {
        display: block;
    }

    .loop .post-article .mask .thumb {
        width: 100%;
        margin-bottom: 10px;
    }

    .loop .post-article .mask > a + .content {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 420px) {
    .search-box input {
        width: 62px;
        transition: all .7s;
    }

    .search-box input:focus {
        width: 130px;
    }

    .related-posts .post .content .title {
        font-size: 13px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 338px) {

}

@media only screen and (max-width: 330px) {

}

@media only screen and (max-width: 320px) {

}

@media print {

}