/**font-face**/

/**default**/

/*.absolute-footer, html {*/
/*    background: #fff !important;*/
/*}*/

ul, li {
    list-style: none;
    margin-left: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "fester" !important;
    color: #000;
}

.noPadding {
    padding-bottom: 0px !important;
}

/**header**/
.stuck #masthead {
    height: 60px !important;
    background: #5690cf;
}

header .btn-nav {
    float: right;
    padding: 0 30px !important;
    color: white !important;
    background-color: #8cc541;
    margin-left: 15px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 12px !important;
    margin-top: -8px;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li {
    padding: 0px 10px;
    border-radius: 40px;
    margin-right: 0px !important;
}

li.html.custom.html_topbar_left:hover {
    background: transparent !important;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: #5690cf;
    box-shadow: unset !important;
}

li.header-search.header-search-dropdown.has-icon.has-dropdown.menu-item-has-children > ul.nav-dropdown.nav-dropdown-default {
    left: 0px !important;
    transform: translateX(-85%);
    padding: 0px !IMPORTANT;
    border: 0px !important;
}

li.header-search.header-search-dropdown.has-icon.has-dropdown.menu-item-has-children > ul.nav-dropdown.nav-dropdown-default li {
    padding: 0px !important;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li a {
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "Bkns";
    color: #fff;
    display: block;
    border-radius: 50px;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li:hover {
    color: #5690cf;
    background: #fff;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li:hover a, ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li.active a {
    color: #5690cf;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li.active {
    color: #5690cf;
    background: #fff;
}

/**banner**/
.banner-inner {
    margin-top: -100px;
}

span.slider-layer {
    color: white;
    line-height: 1.05;
    font-family: "fester";
    font-weight: bold;
    font-size: 80px;
}

.banner-inner .clip-txt {
    color: white;
    mix-blend-mode: overlay;
}

.banner-inner .sub-txt {
    margin: 30px 0;
    font-size: 24px;
}

.banner-inner .btnsubmit {
    padding: 0 44px;
    background-color: #3a9eed;
    border: solid 1px #3a9eed;
    display: inline-block;
    color: white;
}

.banner-inner .btns-layer {
    margin-top: 30px;
    font-size: 12px;
}

/**btn**/
.btn-style {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    line-height: 38px;
    border-radius: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .5);
}

.btn-style:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .5);
}

/**project list**/
.projects-list-wrap {
    float: left;
    width: 100%;
    padding: 40px 30px;
}

.projects-list-wrap.project-page-list {
    padding-bottom: 30px;
}

.projects-list-wrap.project-page-list {
    margin-top: -120px;
    z-index: 3;
    position: relative;
}

.projects-list-wrap .projects-list {
    text-align: center;
}

.projects-list-wrap .projects-list {
    float: left;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
}

.projects-list-wrap .projects-list li {
    float: none;
    text-align: left;
    height: 320px;
    margin-left: -4px;
    display: inline-block;
}

.projects-list-wrap .projects-list li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.projects-list-wrap .projects-list li .project-item {
    position: relative;
    box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, .4);
}

.projects-list-wrap .projects-list li .project-item .pj-bg {
    position: relative;
    display: block;
    width: 100%;
}


.projects-list-wrap .projects-list li .project-item .pj-it-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.projects-list-wrap .projects-list li .project-item .pj-it-cont .pj-img {
    position: absolute;
    left: 0;
    width: 50%;
    top: 4%;
    bottom: 4%;
}

.txt-cont p {
    font-family: "Bkns";
    font-size: 14px !important;
    margin-bottom: 5px !important;
}


.projects-list-wrap .projects-list li .project-item .pj-it-cont .pj-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.projects-list-wrap .projects-list li .project-item .pj-it-cont .pj-article {
    float: right;
    width: 50%;
    max-width: 100%;
    padding: 4% 2% 4% 0;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.tag-lbs {
    margin-bottom: 5px;
}

.tag-lbs {
    float: left;
    width: 100%;
    color: white;
    font-size: 12px;
    margin-bottom: 5px;
}

.tag-lbs a {
    position: relative;
    display: inline-block;
    color: inherit;
    margin: 1px;
    line-height: 20px;
    padding: 0 8px;
    text-decoration: none;
}

.projects-list-wrap.project-page-list .tag-lbs a {
    margin-bottom: 5px;
    padding: 0 8px;
}

.tag-lbs a:first-child {
    margin-left: 0;
}

.techs-list {
    margin-bottom: 0;
}

.techs-list {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.techs-list a:first-child {
    margin-left: 0;
}

.techs-list a:first-child {
    margin-left: 0;
}


.techs-list a {
    margin: 0 1px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    color: inherit;
    margin: 2.5px;
}

.projects-list-wrap .projects-list li .project-item .pj-it-cont .pj-article .txt-cont {
    float: left;
    width: 100%;
    line-height: 25px;
}

.projects-list-wrap .projects-list li .project-item .pj-it-cont .pj-article .txt-cont h5 {
    color: black;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px;
}

.projects-list-wrap .projects-list li .project-item .pj-it-cont .pj-article .txt-cont p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.projects-list-wrap .projects-list li .project-item .pj-it-cont .pj-article .actions-cont .btnliveview {
    border-color: black;
    color: black;
    padding: 0 30px;
    border: solid 1px;
    display: inline-block;
}

.txt-center {
    text-align: center;
}

.projects-list-wrap .viewmorebtn {
    background-color: #5690cf;
    display: inline-block;
    padding: 0 20px;
    color: white;
}

/**service**/
.service-feat-1 {
    background-color: #6ea3b7;
}

.service-feat-inner {
    float: left;
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 80px 0;
    position: relative;
}

.sec-our-services [class*=service-feat-] {
    float: left;
    width: 100%;
    height: 100vh;
    -ms-background-size: cover;
    background-size: cover;
    background-position: right center;
    background-color: transparent;
    position: relative;
}

.service-feat-inner .service-article .service-title {
    float: left;
    width: 100%;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 20px;
}

.service-article .service-title h4 {
    margin-bottom: 5px;
}

.service-feat-inner .service-article .service-title .deco-img {
    opacity: .2;
    margin-top: -5px;
}

.service-feat-inner .service-article .service-txt {
    font-size: 16px;
    line-height: 160%;
}

.service-feat-inner .service-article .service-txt p {
    margin-bottom: 10px;
}

[class*=service-feat-]:nth-child(2n) .service-feat-inner .service-img {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-right: 0;
}

[class*=service-feat-]:nth-child(2n) .service-feat-inner .service-article {
    margin-right: 8%;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.service-feat-inner .service-img {
    float: left;
    width: 100%;
}

.service-feat-inner .service-img img {
    display: block;
    width: 100%;
}

.service-feat-inner .service-article {
    float: left;
    color: white;
}

.service-feat-1 .service-article {
    margin-right: 8%;
}

.service-feat-1 .btncontactus {
    background-color: #6ea3b7;
}

.transform {
    transform: translate(0, 0%);
}

.service-feat-1 .service-article h4 {
    color: #d8ffff;
}

.service-feat-inner .service-article .btncontactus {
    padding: 0 27px;
    display: inline-block;
    color: white;
    margin-top: 10px;
}

.service-feat-2 {
    background-color: #fdac2a;
    background-position: left center;
}

.service-feat-2 .service-article {
    margin-left: 8%;
}

.service-feat-2 .service-article h4 {
    color: #ff0
}

.service-feat-3 .service-article {
    margin-right: 8%;
}

.service-feat-5 .service-article {
    margin-right: 8%;
}

.service-feat-3 {
    background-color: #ee645d;
}

.service-feat-3 .service-article h4 {
    color: #ffc6b0
}

.service-feat-4 {
    background-color: #0c6191;
}

.service-feat-4 .service-article h4 {
    color: #00beff
}

.service-feat-4 .service-article {
    margin-left: 8%;
}

.service-feat-5 {
    background-color: #ee683d;
}

.service-feat-5 .service-article h4 {
    color: #ffd066
}

.bg-left, .bg-right {
    position: relative;
}

[class*=service-feat-] .parallax-window {
    position: absolute;
    background-attachment: fixed;
}

.bg-right .parallax-window {
    width: 20%;
    height: 100%;
    right: 0 !important;
    top: 0;
    background: url(../images/service-bg-deco-right.png) no-repeat;
}

.bg-left .parallax-window {
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/service-bg-deco-left.png) no-repeat;
}

.mobile {
    display: none;
}

/**sec title**/
.sec-title {
    float: left;
    width: 100%;
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
    text-transform: uppercase;
}

.sec-title h4 {
    color: black;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
}

.sec-title.left-txt {
    text-align: left;
}

.sec-title.left-txt h1 {
    font-size: 25px;
    color: #000;
}

/**team**/
.team-items {
    width: 100%;
}

.team-items .team-avatar {
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
}

.team-items .team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team-items .team-content {
    text-align: center;
    margin: 30px 0 0 0;
}

.team-items .team-name {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-size: 20px;
    font-family: "Bkns";
}

.team-items .team-desc {
    color: #000;
    font-family: "Bkns";
    font-size: 18px;
}

.owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-dots button {
    height: 10px;
    width: 10px;
    padding: 0 !important;
    border: solid 1px #00adb5 !important;
    border-radius: 50%;
    line-height: 10px !important;
    margin: 0px !important;
    max-width: 10px !important;
    min-height: 10px !IMPORTANT;
    margin-right: 10px !important;
}

.owl-dots button.active {
    text-align: center;
    background: #00adb5 !important;
}

/**proces*/
.techbar-ul .techbar-li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

echbar-ul .techbar-li .techbar-title {
    text-transform: uppercase;
}

.techbar-ul .techbar-li .techbar-title {
    color: black;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.techbar-ul {
    margin-top: 30px;
}

.process-bar {
    float: left;
    width: 100%;
    position: relative;
    height: 5px;
    border: solid 1px #ebebeb;
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.techbar-ul .techbar-li .techbar-title {
    text-transform: uppercase;
}

.techbar-ul .techbar-li .process-bar.bar-html .process-bar-inner {
    background-color: #00adb5;
    color: #00adb5;
}

.process-bar .process-bar-inner:after {
    content: attr(data-css-value);
    position: absolute;
    bottom: 13px;
    right: 0;
    color: inherit;
}

.process-bar .process-bar-inner {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: -1px;
    bottom: -1px;
    top: -1px;
    background-color: #333;
}

.techbar-ul .techbar-li .process-bar.bar-marketing .process-bar-inner {
    background-color: #005f93;
    color: #005f93;
}

.techbar-ul .techbar-li .process-bar.bar-jsjquery .process-bar-inner {
    background-color: #ffae00;
    color: #ffae00;
}

.techbar-ul .techbar-li .process-bar.bar-ajaxangular .process-bar-inner {
    background-color: #f06358;
    color: #f06358;
}

.techbar-ul .techbar-li .process-bar.bar-design .process-bar-inner {
    background-color: #f06833;
    color: #f06833;
}

.techbar-ul .techbar-li .process-bar.bar-wordpress .process-bar-inner {
    background-color: #6ca3b8;
    color: #6ca3b8;
}

/**bang-gia**/
.price-table {
    position: relative;
    padding: 50px 0 !important;
}

.pricing-table-cont {
    float: left;
    width: 100%;
    padding: 35px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.sec-pricing-table .pricing-table-cont .pricing {
    width: calc(100% / 3 - 3px);
    float: left;
    min-height: 1px;
    text-align: center;
    padding: 50px 0;
    background-color: white;
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.sec-pricing-table .pricing-table-cont .pricing.pricing-premium {
    z-index: 2;
    margin: 0 4px;
    background-color: #0d5c9e;
    margin-top: -35px;
    margin-bottom: -35px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .4);
}

.sec-pricing-table .pricing-table-cont .pricing .pricing-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.sec-pricing-table .pricing-table-cont .pricing .pricing-img {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.sec-pricing-table .pricing-table-cont .pricing .pricing-title {
    float: left;
    width: 100%;
    line-height: 1;
    font-size: 30px;
    color: black;
}

.deco-img {
    height: 5px;
    width: auto !important;
    max-width: 100%;
}

.sec-pricing-table .pricing-table-cont .pricing .pricing-cont {
    float: left;
    width: 100%;
    padding-top: 25px;
}

.sec-pricing-table .pricing-table-cont .pricing .pricing-cont .pricing-feat {
    float: left;
    width: 100%;
}

.sec-pricing-table .pricing-table-cont .pricing .pricing-cont .pricing-feat .pricing-feat-title {
    float: left;
    width: 100%;
    color: black;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 8px;
}

.sec-pricing-table .pricing-table-cont .pricing .pricing-cont .pricing-feat .pricing-feat-cont {
    float: left;
    width: 100%;
}

.sec-pricing-table .pricing-table-cont .pricing .pricing-cont .pricing-feat + .pricing-feat {
    margin-top: 15px;
}

.sec-pricing-table .pricing-table-cont .pricing .pricing-cont .pricing-price {
    float: left;
    width: 100%;
    font-size: 36px;
    color: #5690cf;
    line-height: 1;
    margin-top: 42px;
}

.sec-pricing-table .pricing-table-cont .pricing .pricing-cont .pricing-feat .pricing-feat-cont p {
    display: block;
    border: solid 1px #f5f5f5;
    line-height: 20px;
    padding: 10px 50px;
    color: gray;
    font-family: "Bkns";
    font-size: 17px;
}

.sec-pricing-table .pricing-table-cont .pricing.pricing-premium .pricing-title {
    color: #1ab8ff;
}

.sec-pricing-table .pricing-table-cont .pricing.pricing-premium .pricing-cont .pricing-feat .pricing-feat-title {
    color: #1ab8ff;
}

.sec-pricing-table .pricing-table-cont .pricing.pricing-premium .pricing-cont .pricing-feat .pricing-feat-cont p {
    color: white;
    border-color: #266da8;
}

.sec-pricing-table .pricing-table-cont .pricing.pricing-premium .pricing-cont .pricing-price {
    color: #1ab8ff;
}

.sec-pricing-table .sec-pricing-table-deco {
    position: absolute;
    bottom: -50px;
    z-index: 1;
    left: -81px;
}

/**box-post**/
.box-post h2 {
    color: #000;
    font-size: 18px;
    margin: 0px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.box-post {
    width: 100%;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .39);
    padding: 10px;
    text-align: center;
}

.box-post:hover {
    background: #5690cf
}

.box-post:hover h2 {
    color: #fff;
}

.btn-style.readmorebtn {
    background-color: #5690cf;
    border: 0;
    outline: 0;
    color: white;
    display: inline-block;
    padding: 0 40px;
}

/**box-grid*/
.box-grid {
    width: 100%;
    display: inline-block;
}

.box-grid .grid-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-grid .grid-avatar {
    width: 143px;
    float: left;
    height: 75px;
}

.box-grid .grid-content {
    width: calc(100% - 143px);
    float: left;
    padding-left: 10px;
}

.box-grid .grid-content h2 {
    font-size: 18px;
    color: #000;
    line-height: 140%;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    text-transform: uppercase;
    display: -webkit-box;
}

.box-grid .grid-content p b {
    color: #5690cf;
}

.box-grid .grid-content p {
    font-size: 12px;
    display: block;
    color: #959595;
}

/**form**/
.sec-title.white-txt {
    color: white;
    margin-bottom: 20px !important;
}

.sec-title.white-txt h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
}

.sec-deco-txt.white-txt {
    color: white;
}

p.sec-deco-txt.white-txt {
    text-align: center;
    text-transform: uppercase;
    font-family: "Bkns";
}

.contact-form {
    float: left;
    width: 100%;
    margin-top: -60px;
    padding: 50px 0;
    -ms-background-size: cover;
    background-size: cover;
    background-image: url(../images/contact-form-bg.jpg);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
}

.contact-form-cont {
    width: 45%;
    margin: auto;
}

.mb-5 {
    padding-bottom: 5px !important;
}

.input-text::placeholder {
    font-family: "Bkns";
    font-size: 14px;
}

.input-text {
    background: #fff !important;
    box-shadow: unset !important;
    border: 0px !important;
    font-size: 14px;
    font-family: "Bkns";
}

.select-text, .textarea-content {
    background-color: #fff !important;
    box-shadow: unset !important;
    border: 0px !important;
    font-size: 14px;
}

input.wpcf7-form-control.wpcf7-submit.btn-style.readmorebtn {
    border-radius: 50px;
}

.sec-title h4 b {
    color: #5690cf;
}

/**footer**/
.box-lien-he p {
    color: #000;
    font-size: 15px;
    font-family: "Bkns";
}

.box-lien-he i {
    margin-right: 5px;
}

.box-lien-he h4 {
    color: #5690cf;
    font-size: 18px;
    font-family: "Bkns" !important;
    text-transform: uppercase;
}

.box-lien-he i {
    margin-right: 5px;
}

.box-lien-he {
    padding: 0 30px;
}

/**single-tin-tuc**/
.banner-page {
    float: left;
    width: 100%;
    position: relative;
}

.banner-page img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
}

.banner-page .banner-inner {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-background-size: cover;
    background-size: cover !important;
    font-size: 100px;
    color: white;
}

.banner-page .banner-inner .slider-layer {
    width: 1170px;
    max-width: 100%;
}

.banner-page .banner-inner .clip-txt {
    color: white;
    mix-blend-mode: overlay;
}

.banner-page .banner-inner .sub-txt {
    margin: 30px 0;
    font-size: 24px;
}

h1.slider-layer.clip-txt {
    font-size: 100px;
}

banner-page .banner-inner h2, .banner-page .banner-inner h3, .banner-page .banner-inner span {
    font-size: 100px;
    color: white;
    line-height: 1.05;
    font-family: "fester";
    font-weight: bold;
    margin-bottom: 5px;
}

.banner-page .banner-inner h2, .banner-page .banner-inner h3 {
    font-size: 80px;
    color: white;
    line-height: 1.05;
    margin-bottom: 5px;
}

/***/
#single-content .right-col {
    margin-top: -120px;
}

.right-col .blog-item-img {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    margin-bottom: 30px;
}

.right-col .blog-item-img img {
    left: 0;
    top: 0;
    width: 100%;
}

header.header-single h2 {
    color: #000;
    font-size: 24px;
}

.pots-meta {
    font-size: 14px;
    color: #000;
    font-family: "Bkns";
}

.sg-content {
    width: 100%;
    line-height: 25px;
    padding-left: 0;
    color: #000;
    font-size: 17px;
    font-family: "Bkns";
    margin-top: 20px;
}

article.side-feat.list-categories {
    border-top: 1px solid #eee;
    width: 100%;
    padding-top: 20px;
}

.side-feat .side-feat-title {
    float: left;
    width: 100%;
    line-height: 1.2;
    color: black;
    text-transform: uppercase;
}

.side-feat .side-feat-title h2 {
    font-size: 25px;
    color: #000;
    margin-bottom: 10px !important;
}

.other-new-item {
    float: left;
    width: 100%;
    line-height: 180%;
}

.other-new-item .title {
    float: left;
    font-size: 16px;
    color: #363636;
    font-weight: 600;
}

.other-new-item .date {
    float: left;
    font-size: 14px;
    color: #959595;
    margin-left: 20px;
}

/**widget*/
div#secondary {
    padding-top: 50px;
}

.side-feat-title h4 {
    font-size: 25px;
    color: #000;
}

.side-feat-title {
    width: 100%;
    display: inline-block;
}

.tag-cloud {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.tag-cloud .tag-cloud-ul {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
}

.tag-cloud .tag-cloud-ul li {
    float: left;
    width: 100%;
    margin-bottom: 0px !important;
}

.tag-cloud .tag-cloud-ul.teach-tag-ul li:nth-child(1) .tag-cloud-item {
    background-color: #fc490b;
}

.tag-cloud .tag-cloud-ul.teach-tag-ul li .tag-cloud-item {
    padding: 0 10px;
}

.tag-cloud .tag-cloud-ul li .tag-cloud-item {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: left;
    width: auto;
    max-width: 100%;
    text-decoration: none;
    color: white;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}

.tag-cloud .tag-cloud-ul li .tag-cloud-item .tag-cont img {
    display: block;
    max-height: 25px;
    max-width: 30px;
    margin: 0 auto;
}

.tag-cloud .tag-cloud-ul li .tag-cloud-item .tag-cont {
    display: inline-block;
    vertical-align: middle;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.tag-cloud .tag-cloud-ul.teach-tag-ul li .tag-cloud-item .tag-cont i {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 15px;
}

.tag-cloud .tag-cloud-ul li .tag-cloud-item .bags {
    position: absolute;
    right: 4px;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: white;
    mix-blend-mode: soft-light;
    margin-left: 15px;
}

/**page**/
.sec-service-decription .service-decription-box {
    float: left;
    width: 100%;
    padding: 50px 16.6666666666666%;
    padding-bottom: 20px;
    margin-top: -120px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
    color: white;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 2;
}

.title-outline-dich-vu {
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 30px;
    color: #fff;
}

.sec-service-decription .service-decription-box p {
    margin-bottom: 30px;
}

.sec-service-decription .service-different-highlight-info {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.sec-service-decription .service-different-highlight-info .sv-different-img {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.sec-service-decription .service-different-highlight-info .sv-different-img img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sec-service-decription .service-different-highlight-info .sv-different-article {
    float: right;
    width: 50%;
    margin-left: 30px;
    margin-bottom: 40px;
}

.sec-service-decription .service-different-highlight-info .sv-different-article p {
    color: #fff;
}

.sec-service-decription .service-different-highlight-info .sv-different-article p {
    color: #fff;
    font-size: 17px;
    margin: 5px 0px !important;
    font-family: "Bkns";
}

.sec-title.white-txt.left-txt h2 {
    color: #fff;
    margin-bottom: 0px !important;
}

section.sec-cont.sec-service-how-to {
    padding: 50px 0;
}

.sec-service-how-to .service-how-to-steps {
    float: left;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul {
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li {
    padding: 0 15px 0 5px;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li {
    float: left;
    width: 33.33333333333333%;
    padding: 0 15px;
    margin-bottom: 0px !important;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li {
    height: 100%;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 0;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li:nth-last-child(3n) .step-li:before {
    left: 0;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li:nth-last-child(3n) .step-li:before {
    left: 0;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li:before {
    content: '';
    position: absolute;
    display: block;
    left: -15px;
    right: -15px;
    bottom: 0;
    border-bottom: dashed 1px black;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li .service-ht-no {
    font-weight: bold;
    font-size: 18px;
    float: left;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul.style-service-4 li .step-li .service-ht-no .circle-wrap {
    background-color: #5690cf;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li .service-ht-no .circle-wrap {
    text-align: center;
    height: 40px;
    width: 40px;
    background-color: #5690cf;
    color: white;
    line-height: 40px;
    display: block;
    border-radius: 50%;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li .service-ht-article {
    padding-left: 58px;
    padding-right: 15px;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li .service-ht-article {
    line-height: 25px;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li .service-ht-title, .sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li .service-ht-title h4 {
    font-size: 18px;
    color: black;
    line-height: 40px;
    margin-bottom: 5px !important;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li .service-ht-article {
    color: #000;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    border-right: dashed 1px black;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li:nth-child(3n) .step-li:after {
    border-right: 0;
}

.sec-service-how-to .service-how-to-steps .how-to-steps-ul li:nth-last-child(3) .step-li:before, .sec-service-how-to .service-how-to-steps .how-to-steps-ul li:nth-last-child(2) .step-li:before, .sec-service-how-to .service-how-to-steps .how-to-steps-ul li:nth-last-child(1) .step-li:before {
    border-bottom: 0;
}

section#category-page div#secondary {
    padding-top: 0px;
}

/**page tech**/
.banner-page.small-banner {
    height: auto;
    margin-bottom: 30px;
}

.banner-page.small-banner .banner-inner {
    position: static;
    float: left;
    width: 100%;
    padding: 0 15px;
    padding-top: 100px;
}

.banner-page.small-banner .banner-inner {
    background-image: none;
    background: #5690cf;
    -ms-flex-pack: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

/**single project**/
.project-content {
    background: #f8f8f8;
    padding: 38px 30px;
}

/**section**/
section.sec-service-product {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
    padding: 30px 0;
    background-color: #ebebeb;
}

.sec-title h1 span:last-child {
    display: none;
}

.left-deciption {
    float: left;
    width: 100%;
    line-height: 30px;
    margin-bottom: 30px;
}

.left-deciption p {
    color: #000;
    font-size: 16px;
    font-family: "Bkns";
}

/**releated**/
.product-list-wrap {
    float: left;
    width: 100%;
}

.product-list-wrap .product-list-ul {
    float: left;
    width: 100%;
    list-style: none;
}

.product-list-wrap .product-list-ul li {
    float: left;
    width: 100%;
    position: relative;
    background-color: #f8f8f8;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-list-wrap .product-list-ul li .product-item {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.product-list-wrap .product-list-ul li .product-item .product-item-img {
    width: 400px;
    overflow: hidden;
}

.product-list-wrap .product-list-ul li .product-item .product-item-img {
    float: left;
    width: calc(100% / 9 * 4);
    max-height: 270px;
    padding-left: 10px;
    position: relative;
}

.product-list-wrap .product-list-ul li .product-item .product-item-img img {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    bottom: 0;
}

.product-list-wrap .product-list-ul li .product-item .product-item-cont {
    width: calc(100% - 400px);
}

.product-list-wrap .product-list-ul li .product-item .product-item-cont {
    float: left;
    width: calc(100% / 9 * 5);
    padding-right: 30px;
    padding-left: 8px;
    padding-bottom: 30px;
}

.product-list-wrap .product-list-ul li .product-item .product-item-cont .tag-lbs {
    margin-bottom: 15px;
}

.product-list-wrap .product-list-ul li .product-item .product-item-cont .product-item-article {
    float: left;
    width: 100%;
    line-height: 25px;
    margin-bottom: 15px;
}

.product-list-wrap .product-list-ul li .product-item .product-item-cont .product-item-article .product-item-title {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    padding-left: 0px !important;
}

.product-list-wrap .product-list-ul li .product-item .product-item-cont .product-item-article .product-item-title h4 {
    color: #000;
}

.product-list-wrap .product-list-ul li .product-item .product-item-cont .product-item-article .product-item-title {
    text-transform: uppercase;
    font-size: 18px;
    color: black;
    line-height: 1.2;
}

.product-list-wrap .product-list-ul li .product-item .product-item-cont .techs-list {
    line-height: 38px;
    height: 38px;
    width: auto;
    float: right;
    margin: 0;
}

.product-list-wrap .product-list-ul li .product-item .product-item-cont .techs-list a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.product-list-wrap .product-list-ul li .product-item:hover .product-item-img img {
    bottom: 30px;
}

.product-item-article p {
    margin: 0px !important;
    color: #000;
}

/**paginate**/
.paginate ul li span {
    background: #85deec !IMPORTANT;
    border: 1px solid #85deec !important;
    color: #fff;
}

.paginate ul li a {
    background: #fff !IMPORTANT;
    border: 1px solid #ddd !important;
    color: #000 !important;
}

.paginate ul li a:hover {
    background: #85deec !IMPORTANT;
    border-radius: 50% !important;
    border: 1px solid #85deec !important;
    color: #fff !important;
}

.alert.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/**blog**/
.sec-blogs .right-col {
    margin-top: -120px;
}

#single-content1 .blog-list-wrap {
    float: left;
    width: 100%;
}

#single-content1 .blog-list-wrap .blog-list-ul {
    float: left;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
}

#single-content1 .blog-list-wrap .blog-list-ul.blog-list-fullwidth li {
    width: 100%;
}


#single-content1 .blog-list-wrap .blog-list-ul li {
    margin-bottom: 70px;
}

#single-content1 .blog-list-wrap .blog-list-ul li {
    float: left;
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 30px;
}

#single-content1 .blog-list-wrap .blog-list-ul li .blog-item {
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .39);
    display: inline-block;
    width: 100%;
}

#single-content1 .blog-item .blog-item-img {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    margin-bottom: 5px !important;
}

#single-content1 .blog-item .blog-item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#single-content1 .blog-item .blog-item-cont {
    float: left;
    width: 100%;
    padding: 5px 20px !important;
}

#single-content1 .blog-item .blog-item-cont .blog-item-addition-info p {
    font-size: 14px;
}

#single-content1 .blog-item .blog-item-cont .blog-item-title h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #363636;
    margin-bottom: 13px;
    text-decoration: none;
}

#single-content1 .blog-item .blog-item-footer {
    padding-bottom: 16px;
    border-top: solid 1px #e5e5e5;
}

#single-content1 .blog-item .blog-item-footer {
    float: left;
    width: 100%;
    border-top: solid 2px #e5e5e5;
    padding: 20px;
    padding-bottom: 0;
}

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border-color: #eee;
    font-weight: 700;
}

.wp-pagenavi span.current {
    background: #85deec !IMPORTANT;
    border: 1px solid #85deec !important;
    color: #fff;
}

.wp-pagenavi a:hover {
    background: #85deec !IMPORTANT;
    border-radius: 50% !important;
    border: 1px solid #85deec !important;
    color: #fff !important;
}

/**page**/
.page-content-top {
    color: #000;
    font-size: 18px;
    font-family: "Bkns";
}

/**page-theme*/
.mauweb-feat {
    float: none;
    display: block;
    width: auto;
    padding-left: 15px;
}

.mauweb-ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    float: none;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 40px;
}

.mauweb-ul > li {
    float: left;
    width: 50%;
    padding: 0 5px;
    display: block;
    margin-bottom: 30px;
}

.mauweb-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}

.mauweb-item .img {
    position: relative;
    width: 100%;
    display: block;
    min-height: 212px;
}

.mauweb-item .img:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #b2b2b2 transparent;
    position: absolute;
    left: 0;
    bottom: 100%;
}

.mauweb-item .img img {
    display: block;
    width: 100%;
}

.mauweb-item .info {
    position: absolute;
    left: 30px;
    top: -30px;
    bottom: -30px;
    background-color: #0984e3;
    color: #fff;
    max-width: 80%;
    width: 200px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 15px 30px;
    transition: .3s all;
    -webkit-transition: .3s all;
    transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    transform-origin: center top;
    -webkit-transform-origin: center top;
    transform: perspective(1200px) rotateX(0);
    -webkit-transform: perspective(1200px) rotateX(0);
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.38);
}

.mauweb-ul > li:nth-child(14n + 1) .mauweb-item .info {
    background-color: #0984e3;
}

.mauweb-ul > li:nth-child(14n + 2) .mauweb-item .info {
    background-color: #e84393;
}

.mauweb-ul > li:nth-child(14n + 3) .mauweb-item .info {
    background-color: #ff7675;
}

.mauweb-ul > li:nth-child(14n + 4) .mauweb-item .info {
    background-color: #00b894;
}

.mauweb-ul > li:nth-child(14n + 5) .mauweb-item .info {
    background-color: #d63031;
}

.mauweb-ul > li:nth-child(14n + 6) .mauweb-item .info {
    background-color: #74b9ff;
}

.mauweb-ul > li:nth-child(14n + 7) .mauweb-item .info {
    background-color: #55efc4;
}

.mauweb-ul > li:nth-child(14n + 8) .mauweb-item .info {
    background-color: #e17055
}

.mauweb-ul > li:nth-child(14n + 9) .mauweb-item .info {
    background-color: #fdcb6e
}

.mauweb-ul > li:nth-child(14n + 10) .mauweb-item .info {
    background-color: #a29bfe
}

.mauweb-ul > li:nth-child(14n + 11) .mauweb-item .info {
    background-color: #fd79a8
}

.mauweb-ul > li:nth-child(14n + 12) .mauweb-item .info {
    background-color: #111111
}

.mauweb-ul > li:nth-child(14n + 13) .mauweb-item .info {
    background-color: #df6363
}

.mauweb-ul > li:nth-child(14n + 14) .mauweb-item .info {
    background-color: #10a4c0
}

.mauweb-item .info .title {
    font-size: 18px;
}

.mauweb-item .info .title h3 a {
    color: #fff;
}

.mauweb-item .info a {
    color: #fff;
}

.mauweb-item .info .title .num {
    display: block;
    font-size: 32px;
}

.mauweb-item:hover .info {
    transform: perspective(1200px) rotateX(80deg);
    -webkit-transform: perspective(1200px) rotateX(80deg);
}

/**category product**/
.mau-web-cate-con {
    font-size: 50px !important;
}

.shop-page-title.category-page-title.page-title {
    display: none;
}

.mona-navigation-mauwebsite {
    margin-bottom: 20px;
}

.mona-navigation-mauwebsite ul {
    list-style: none;
    overflow: hidden;
    font: 18px Sans-Serif;
}

.mona-navigation-mauwebsite ul li {
    float: left;
    margin-bottom: 0px !important;
}

.mona-navigation-mauwebsite ul li:first-child a {
    padding-left: 10px;
}

.mona-navigation-mauwebsite ul li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 65px;
    background: brown;
    background: #5690cf;
    position: relative;
    display: block;
    float: left;
}

.mona-navigation-mauwebsite ul li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.mona-navigation-mauwebsite ul li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #5690cf;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.galw-feat {
    float: left;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 30px;
}

.galw-ul {
    list-style: none;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.clear:before, .galw-ul:before {
    display: table;
    content: " ";
}

.galw-ul li {
    float: left;
    padding: 0 0px;
    width: 100%;
    margin-bottom: 18px;
}

.galw-ul li {
    float: none;
    vertical-align: top;
    display: inline-block;
    border-bottom: 1px solid #ededed;
}


.galw-item {
    float: left;
    width: 100%;
}


.galw-item .img {
    float: left;
    margin-right: 20px;
    min-height: 1px;
    margin-bottom: 20px;
}

.galw-item .img {
    width: 50%;
}

.galw-item .img img {
    display: inline-block;
    float: left;
}

.galw-item .info {
    display: block;
}

.galw-item p.spec {
    color: #000;
}

.galw-item .info .title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "fester";
    font-weight: bold;
}

.galw-item .info .title a {
    color: #5690cf
}

.galw-item .info .price {
    color: #959595;
}

.galw-item .info .price strong {
    color: #000;
}

.galw-item .info .link {
    color: #5690cf;
    text-decoration: none;
}

.galw-item .info p {
    margin-bottom: 10px;
}

.spec p {
    color: #000;
}

/**single product**/
.galw-feat .galw-top {
    float: left;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.galw-feat .galw-right {
    float: right;
    width: 45%;
    padding-left: 15px;
    min-height: 1px;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
}

.galw-feat .galw-left {
    float: left;
    width: 55%;
    position: relative;
    padding-right: 15px;
    min-height: 1px;
}

.galw-feat .galw-top .galw-lb-form {
    text-transform: uppercase;
    margin-bottom: 8px;
}

.galw-feat .galw-top .galw-price {
    color: #5690cf;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.galw-feat .galw-top .galw-spec {
    margin-bottom: 20px;
}

.galw-content {
    float: left;
    width: 100%;
    margin-top: 30px;
    color: #000;
    font-size: 18px;
}

span.woocommerce-Price-currencySymbol {
    font-family: "Bkns";
}

.galw-feat .galw-top .galw-spec p {
    color: #000;
    font-size: 17px;
}

.galw-feat.border-den-top {
    border-top: solid 1px #000;
    padding-top: 30px;
}

.sec-title.left-txt h4 {
    color: #000;
}

.galw-feat .galw-top .galw-lb-form {
    color: #000;
}

.input-form, .textarea-mess {
    box-shadow: unset !important;
    border: 1px solid #eee;
    font-family: "Bkns";
}

input.wpcf7-form-control.wpcf7-submit.btn-style.btnbook {
    background-color: #5690cf;
    border: 0;
    outline: 0;
    color: white;
    display: inline-block;
    padding: 0 40px;
    border-radius: 50px;
    box-shadow: unset;
    margin-bottom: 0px !important;
}

/**table-menu**/
#mega-menu-wrap1 {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
}

#mega-menu-wrap1 .mega-menu-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#mega-menu-wrap1 .mega-menu {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#mega-menu-wrap1 .mega-menu .mega-menu-ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#mega-menu-wrap1 .mega-menu .mega-menu-ul {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
}

#mega-menu-wrap1 .mega-menu .mega-menu-ul > li {
    border: none;
    background-color: #fff;
    text-align: center;
}

#mega-menu-wrap1 .mega-menu .mega-menu-ul > li {
    float: left;
    width: 20%;
    margin-bottom: 0px !important;
}

#mega-menu-wrap1 .mega-menu .mega-menu-ul > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    padding: 0;
    margin: 0;
}

#mega-menu-wrap1 .mega-menu .mega-menu-ul > li.service-1 .menu-li-img {
    height: 40vh;
    padding: 0;
}

#mega-menu-wrap1 .mega-menu .mega-menu-ul > li.service-1 .menu-li-img {
    background: url(../css/) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    background-color: #5bbdd7;
}

#mega-menu-wrap1 .mega-menu .mega-menu-ul > li .menu-li-cont {
    float: left;
    width: 100%;
    background-color: white;
    padding: 10px;
    color: black;
}

.menu-li-cont p {
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}


/**footer**/
.absolute-footer.dark {
    color: rgba(255, 255, 255, 0.5);
    background: #5690cf;
}