@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #131418;
    background: #fff;
    height: 100%;
    position: relative;
}

a {
    color: #131418;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover, a:active, a:focus {
    color: #00aff0;
    outline: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 400;
    margin: 0;
}

::-webkit-selection {
    color: #fff;
    background: #00ADB5;
}

::-moz-selection {
    color: #fff;
    background: #00ADB5;
}

::selection {
    color: #fff;
    background: #00ADB5;
}

.header-top {
    height: 50px;
    padding: 15px 0;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    position: relative;
}
.header-top:before {
    width: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #00aff0;
}

.header-top:after {
    width: 50%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ec3237;
}
.header-img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.header-img:before {
    width: 0;
    height: 0;
    border-top: 50px solid #00aff0;
    border-right: 50px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.header-img:after {
    width: 0;
    height: 0;
    border-bottom: 50px solid #ec3237;
    border-left: 50px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
}

.header-language {
    display: inline-block;
}


.dropdown {
    position: relative;
}

.dropdown .caret {
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.header-language-body {
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #fff;
    border-radius: 4px;
    z-index: 999;
    padding: 10px 15px;
    border: 1px #e7e7e7 solid;
    display: none;
    text-align: right;
}
.dropdown.active .header-language-body {
    display: block;
}

.dropdown-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-list a {
    display: block;
}

.dropdown-list span {
    display: block;
}

.header-language-body.large {
    min-width: 220px;
}

.header-language-body.normal {
    min-width: 130px;
}

.header-language-body a {
    color: #1f1f1f;
    padding: 8px 0;
    display: inline-block;
}

.header-language-body a:hover,
.header-language-body a:focus {
    color: #19B5FE !important;
}

.dropdown-header {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #fff;
}

.header-language-body:hover .dropdown-header {
    color: #19B5FE;
}

.header-cart {
    color: #fff;
}

.header-cart .number {
    font-size: 12px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    color: #888;
}
.header-contact {
    position: relative;
    z-index: 99999;
    color: #fff;
}

.header-top a:hover,
.header-top a:focus {
    color: #fff;
}

.header-contact .has-border {
    border-right: 1px #e1e1e1 solid;
    padding-right: 15px;
    margin-right: 15px;
}
.header-contact-child {
    display: inline-block;
}
.header-contact-child img,
.header-contact-child i {
    display: inline-block;
    margin-right: 5px;
}

#fh5co-header {
    position: relative;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    padding: 15px 0;
}

#fh5co-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}

#fh5co-header #navbar .navbar-right {
    margin-right: 0;
    text-align: center;
}

#fh5co-header #navbar li a.contact-email {
    position: relative;
}

#fh5co-header #navbar li a.contact-email:after {
    position: absolute;
    content: '';
    top: 20px;
    bottom: 20px;
    right: 0;
    width: 1px;
    background-color: #00030a;
}

#fh5co-header #navbar .dropdown-menu {
    min-width: 180px;
    left: 0 !important;
    right: auto;
    background-color: #fff;
    border-top: 3px #00aff0 solid;
    border-radius: 0;
}

#fh5co-header #navbar .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: none;
    border-right: 0;
}

#fh5co-header #navbar .dropdown-menu li a:hover {
    color: #ec3237;
}

@media screen and (max-width: 992px) {
    #fh5co-header #navbar .navbar-right {
        padding-bottom: 20px;
    }
}

#fh5co-header #navbar > ul > li {
    padding: 10px 0;
}

#fh5co-header #navbar li a {
    color: #00030a;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    padding: 0 25px;
    border-right: 1px #e1e1e1 solid;
}

#fh5co-header #navbar li:last-child a {
    border-right: 0;
}

#fh5co-header #navbar li a:hover,
#fh5co-header #navbar li a:focus {
    background-color: transparent !important;
    color: #00aff0;
}

.container-fluid {
    max-width: 1230px;
}

.header-hotline {
    display: inline-block;
    float: right;
    font-weight: 300;
    margin-left: 30px;
    padding: 10px 30px;
    background-color: #00aff0;
    color: #fff;
    border-radius: 50px;
    margin-top: -16px;
}

.header-hotline > div {
    display: inline-block;
    margin-left: 15px;
}

.header-hotline span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.header-hotline img {
    position: relative;
    top: -10px;
}
.header-hotline a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-top: 3px;
}
.home-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-home.jpg');
    background-color: #666;
    color: #fff;
}
.home-bg .section-header h2 {
    color: #fff;
}
.home-bg .section-link {
    color: #fff;
}
.intro-header {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    line-height: 1.5;
}
.intro-sum {
    font-size: 16px;
    color: #686868;
    line-height: 1.6;
    font-weight: 300;
    margin-top: 20px;
}
.intro-footer {
    margin-top: 20px;
    text-align: center;
}
.sonet-btn {
    min-width: 170px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 4px;
    color: #fff;
    background-color: #00aff0;
    display: inline-block;
    margin: 0 5px;
    font-size: 15px;
}
.sonet-btn:hover {
    color: #fff;
}

.btn-red {
    background-color: #ec3237;
}
.btn-red:hover {
    background-color: #cf2529;
}

.btn-blue{
    background-color: #00aff0;
}
.btn-blue:hover {
    background-color: #029ad2;
}

@media screen and (max-width: 992px) {
    #fh5co-header #navbar li a {
        padding: 10px !important;
        font-size: 16px;
    }
}

#fh5co-header #navbar li a span {
    position: relative;
    display: block;
    padding-bottom: 2px;

}

#fh5co-header #navbar li a i {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

#fh5co-header #navbar li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#fh5co-header #navbar li a:hover {
    color: #00aff0;
}

#fh5co-header #navbar li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#fh5co-header #navbar li.active > a {
    background: transparent;
    background: none;
    color: #00aff0;
}

@media screen and (max-width: 480px) {
    #fh5co-header #navbar li.active a {
        color: #00aff0;
    }
}

#fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #fff;
}

@media screen and (max-width: 480px) {
    #fh5co-header #navbar li.active a span:before {
        background-color: transparent;
    }
}

@media screen and (max-width: 992px) {
    #fh5co-header #navbar li.active a {
        background: transparent;
        background: none;
    }
}

@media screen and (max-width: 992px) and (max-width: 480px) {
    #fh5co-header #navbar li.active a {
        color: #DD7378;
    }
}

@media screen and (max-width: 992px) {
    #fh5co-header #navbar li.active a span {
        display: inline-block;
        color: #DD7378;
    }

    #fh5co-header #navbar li.active a span:before {
        bottom: 0;
        height: 0;
        background: transparent;
    }
}

#fh5co-header #navbar li.call-to-action {
    margin-left: 5px;
}

#fh5co-header #navbar li.call-to-action a {
    padding: 5px 10px 3px 10px;
    margin: 12px 0 0 0px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

#fh5co-header #navbar li.call-to-action a:hover {
    background-color: #DD7378;
    color: #fff;
}

#fh5co-header #navbar li.call-to-action a span:before {
    background-color: transparent;
}

#fh5co-header #navbar li.call-to-action a.sign-up {
    border: 2px solid #00ADB5;
    background: #00ADB5;
}

#fh5co-header #navbar li.call-to-action a.sign-up:hover {
    background: #00ADB5;
    color: #fff;
}

#fh5co-header #navbar li.call-to-action a.log-in {
    border: 2px solid #DD7378;
    background: #DD7378;
}

#fh5co-header #navbar li.call-tofh5co-header-action a.log-in:hover {
    background: #DD7378;
    color: #fff;
}

#fh5co-header .navbar-brand {
    float: left;
    display: block;
}

#fh5co-header.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
}

#fh5co-header.navbar-fixed-top .navbar-brand {
    color: #535659;
}

#fh5co-header.navbar-fixed-top #navbar li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-header.navbar-fixed-top #navbar li .dropdown-menu a:hover {
    color: #DD7378;
}

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

}

#fh5co-header.navbar-fixed-top #navbar li.active a {
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    #fh5co-header.navbar-fixed-top #navbar li.active a {
        color: #00aff0 !important;
    }
}

#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #fff;
}

#fh5co-header .navbar-collapse {
    background: #fff;
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
        background-color: transparent;
    }
}

#fh5co-header.navbar-fixed-top #navbar li.call-to-action a {
    border: 2px solid #DD7378;
    padding: 5px 10px 3px 10px;
    margin: 12px 0 0 0px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

#fh5co-header.navbar-fixed-top #navbar li.call-to-action a:hover {
    background-color: #DD7378;
    color: #fff !important;
}

#fh5co-header.navbar-fixed-top #navbar li.call-to-action a span:before {
    background-color: transparent;
}

#fh5co-header.navbar-fixed-top #navbar li.call-to-action a.sign-up {
    border: 2px solid #00ADB5;
    background: #00ADB5;
}

#fh5co-header.navbar-fixed-top #navbar li.call-to-action a.sign-up:hover {
    background: #00ADB5;
    color: #fff;
}

#fh5co-header .navbar-default {
    border: transparent;
    margin: 0;
    padding-left: 0px;
    padding-right: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    height: 68px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    #fh5co-header .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #fh5co-header .navbar-collapse {
        margin-top: 21px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

#fh5co-home {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    background-color: #e6e6e6;
    color: #fff;
}

#fh5co-home a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: underline;
}

#fh5co-home a:hover {
    color: #fff;
    text-decoration: none;
}

#fh5co-home .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}

#fh5co-home, #fh5co-home .text-wrap {
    height: 900px;
}

#fh5co-home .text-wrap {
    display: table;
    width: 100%;
    position: relative;
    z-index: 4;
}

#fh5co-home .text-inner {
    display: table-cell;
    vertical-align: middle;
}

#fh5co-home .text-inner h1 {
    font-size: 48px;
    text-transform: uppercase;
    color: white;
    margin: 0 0 20px 0;
    font-weight: 400;
    line-height: 58px;
}

#fh5co-home .text-inner h1 span {
    color: #DD7378;
}

#fh5co-home .text-inner h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 60px 0;
}

#fh5co-home .text-inner .call-to-action {
    display: block;
    width: 100%;
}

#fh5co-home .text-inner .call-to-action a {
    width: 230px;
    display: inline-block;
    font-size: 20px;
    padding: 15px 0;
    margin-right: 10px;
    -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#fh5co-home .text-inner .call-to-action a i {
    margin-right: 5px;
    margin-top: 5px;
    font-size: 18px;
}

#fh5co-home .text-inner .call-to-action a.demo {
    border: 2px solid #DD7378;
    background: #DD7378;
    text-decoration: none !important;
}

@media screen and (max-width: 768px) {
    #fh5co-home .text-inner .call-to-action a.demo {
        margin-bottom: 20px;
    }
}

#fh5co-home .text-inner .call-to-action a.download {
    border: 2px solid #00ADB5;
    background: #00ADB5;
    text-decoration: none !important;
}

#fh5co-testimony,
#fh5co-service,
#fh5co-explore,
#fh5co-product,
#fh5co-team,
#fh5co-around,
#fh5co-footer,
#fh5co-work,
#fh5co-counters,
#fh5co-pricing,
#footer-contact {
    padding: 50px 0;
}

@media screen and (max-width: 768px) {
    #fh5co-testimony,
    #fh5co-service,
    #fh5co-explore,
    #fh5co-product,
    #fh5co-team,
    #fh5co-around,
    #fh5co-footer,
    #fh5co-work,
    #fh5co-counters,
    #fh5co-pricing,
    #footer-contact {
        padding: 20px 0;
    }
}

#fh5co-testimony {
    padding-bottom: 0;
}
#footer-contact {
    background-color: #00aff0;
    color: #fff;
    margin-top: -21px;
}
#fh5co-service .user {
    width: 86px;
    height: 86px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

#fh5co-service .user img {
    width: 100%;
    height: auto;
}

.fh5co-explore {
    padding-bottom: 40px;
}

.fh5co-project .project-grid {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 30px;
    display: table;
}

.fh5co-project .project-grid .desc {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 250px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .fh5co-project .project-grid .desc {
        opacity: 1;
    }
}

.fh5co-project .project-grid .desc h3 {
    margin-bottom: 10px;
}

.fh5co-project .project-grid .desc h3 a {
    color: #fff;
}

.fh5co-project .project-grid .desc h3 a:hover, .fh5co-project .project-grid .desc h3 a:focus {
    text-decoration: none;
}

.fh5co-project .project-grid .desc span {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
}

.fh5co-project .project-grid .desc p {
    padding: 0;
}

.fh5co-project .project-grid .desc p a {
    padding: 0;
    color: #fff;
}

.fh5co-project .project-grid .desc p a:hover, .fh5co-project .project-grid .desc p a:focus {
    text-decoration: none;
}

.fh5co-project .project-grid .desc .download, .fh5co-project .project-grid .desc .love {
    position: absolute;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 7px 10px;
    line-height: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.fh5co-project .project-grid .desc .download {
    left: 30px;
}

.fh5co-project .project-grid .desc .love {
    right: 30px;
    color: red;
}

.fh5co-project .project-grid:hover .desc {
    opacity: 1;
}

.fh5co-border-top {
    border-top: 1px #d4d3d3 solid;
}

.fh5co-bg-color {
    background-color: #f8f7f7;
}

.fh5co-bg-color2 {
    background-color: #fafafa;
}

#fh5co-service .wrap-service {
    position: relative;
    width: 100%;
}

#fh5co-service .wrap-service .service-slide {
    text-align: center;
}

#fh5co-service .wrap-service .service-slide span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
}

#fh5co-service .wrap-service .service-slide span a.twitter {
    color: #00ADB5;
    font-weight: 300;
}

#fh5co-service .wrap-service .service-slide figure {
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#fh5co-service .wrap-service .service-slide figure img {
    width: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-service .wrap-service .service-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 50%;
    position: relative;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 992px) {
    #fh5co-service .wrap-service .service-slide blockquote {
        width: 100%;
    }
}

#fh5co-service .wrap-service .service-slide blockquote p {
    font-style: italic;
    color: #8f989f;
    font-size: 20px;
    line-height: 1.6em;
}

#fh5co-service .wrap-service .service-slide.active {
    display: block;
}

#fh5co-service .wrap-service .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
}

#fh5co-service .wrap-service .arrow-thumb a {
    font-size: 32px;
    color: #dadada;
}

#fh5co-service .wrap-service .arrow-thumb a:hover, #fh5co-service .wrap-service .arrow-thumb a:focus, #fh5co-service .wrap-service .arrow-thumb a:active {
    text-decoration: none;
}

.getting-started {
    background: #DD7378;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.getting-started .getting-grid {
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 65%;
    display: table;
}

.getting-started .getting-grid .desc {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    height: 400px;
    padding: 0 3em;
}

.getting-started .getting-grid2 {
    width: 35%;
    display: table;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .getting-started .getting-grid, .getting-started .getting-grid2 {
        width: 100% !important;
        text-align: center;
    }
}

.getting-started h2 {
    color: #fff;
    margin-bottom: 10px;
}

.getting-started h2 span {
    color: #FFC12D;
}

.getting-started p {
    color: rgba(255, 255, 255, 0.8);
}

.getting-started .call-to-action {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 400px;
}

.getting-started .call-to-action .sign-up {
    padding-bottom: 0;
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.getting-started .call-to-action .sign-up:hover, .getting-started .call-to-action .sign-up:focus, .getting-started .call-to-action .sign-up:active {
    text-decoration: none;
}

.fh5co-blog .blog {
    margin-bottom: 40px;
}

.fh5co-blog .blog-grid {
    height: 350px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.fh5co-blog .blog-grid .date {
    width: 90px;
    text-align: center;
    padding: 10px;
    background: #fff;
}

.fh5co-blog .blog-grid .date span, .fh5co-blog .blog-grid .date small {
    display: block;
    color: #333;
}

.fh5co-blog .blog-grid .date span {
    font-size: 30px;
}

.fh5co-blog .blog-grid .date small {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fh5co-blog .desc {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    background: #f2f2f2;
}

.fh5co-blog .desc .desc-grid {
    width: 80%;
    padding: 20px;
}

.fh5co-blog .desc .desc-grid h3 {
    padding: 2px 0 0 0;
    margin: 0;
    font-size: 20px;
}

.fh5co-blog .desc .reading {
    width: 20%;
    background: rgba(0, 0, 0, 0.7);
    color: #FFC12D;
    text-align: center;
    padding: 20px;
}

.fh5co-blog .desc:hover, .fh5co-blog .desc:focus {
    text-decoration: none;
}

#fh5co-pricing .price-box {
    border: 2px solid #ECEEF0;
    text-align: center;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    position: relative;
}

#fh5co-pricing .price-box.popular {
    border: 2px solid #00ADB5;
}

#fh5co-pricing .price-box.popular .popular-text {
    top: 0;
    left: 50%;
    margin-left: -65px;
    margin-top: -2em;
    position: absolute;
    padding: 4px 20px;
    background: #00ADB5;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#fh5co-pricing .price-box.popular .popular-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid black;
    border-top-color: #00ADB5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

#fh5co-pricing .pricing-plan {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

#fh5co-pricing .price {
    font-size: 50px;
    color: #000;
}

#fh5co-pricing .price .currency {
    font-size: 20px;
    top: -1.2em;
}

#fh5co-pricing .price small {
    font-size: 16px;
}

#fh5co-pricing .pricing-info {
    padding: 0;
    margin: 0 0 30px 0;
}

#fh5co-pricing .pricing-info li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.fh5co-testimony {
    padding-bottom: 4em;
}

.fh5co-testimony .box-services {
    position: relative;
    margin-bottom: 70px;
}

.fh5co-testimony .box-services .icon {
    margin-bottom: 20px;
}

.fh5co-testimony .box-services .icon span {
    width: 130px;
    height: 130px;
    display: inline-block;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-testimony .box-services .icon span i {
    position: absolute;
    left: 0;
    top: 32px;
    right: 0;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.5);
    color: #00ADB5;
    z-index: 1;
}

.fh5co-testimony .box-services .icon span:before {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    background: #00ADB5;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-testimony .fh5co-post h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.fh5co-testimony .call-to-action .btn-learn {
    padding: 12px 30px;
    background: #00dee8;
    color: #fff;
}

.core-features {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
}

.core-features .grid2 {
    width: 50%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

@media screen and (max-width: 768px) {
    .core-features .grid2 {
        width: 100%;
    }
}

.core-features .grid2 .core-f {
    padding: 40px;
}

.core-features .grid2 .core-f h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.core-features .grid2 .core-f h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.core-features .grid2 .core-f .core {
    margin-bottom: 30px;
}

.core-features .grid2 .core-f .core i {
    float: left;
    color: #00ADB5;
    font-size: 28px;
}

.core-features .grid2 .core-f .core .fh5co-post {
    padding-left: 50px;
}

.fh5co-counters {
    padding: 3em 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.fh5co-counters .counter-wrap {
    border: 1px solid red !important;
}

.fh5co-counters .fh5co-counter {
    font-size: 44px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-family: "utmavo", Arial, serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em;
}

.fh5co-counters .fh5co-counter-label {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 2em;
    display: block;
}

.owl-carousel .owl-item {
    padding: 0 15px !important;
}

.owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.team-box {
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.team-box img {
    max-width: 100%;
    height: auto;
}

#fh5co-product .team-box .user {
    margin-bottom: 15px;
}
#fh5co-product .team-box h3 {
    font-size: 18px;
    color: #5e5e5e;
    margin-bottom: 20px;
    font-weight: 500;
}

#fh5co-product .team-box .item-content {
    font-size: 16px;
}

#fh5co-product .team-box .item-user {
    font-size: 16px;
    color: #131418;
    font-weight: 400;
    margin: 20px 0 15px 0;
    text-align: left;
}

#fh5co-product .team-box .item-author {
    font-size: 18px;
    margin-top: 20px;
    display: block;
}

#fh5co-product .team-box .item-author {
    font-size: 15px;
    margin-top: 30px;
    display: block;
}
.team-content {
    padding: 8px 15px;
    text-align: left;
}
.team-content .name {
    font-size: 16px;
    color: #131418;
    font-weight: 500;
}

.team-content .name:hover {
    color: #00aff0;
}
.team-content .price {
    font-size: 14px;
    color: #ec3237;
    font-weight: 300;
    margin-top: 8px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00aff0;
}

.owl-item .team-box {
    height: 100%;
    position: relative;
}

.owl-item .arround-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-faq {
    margin-bottom: 60px;
}

.box-faq i {
    float: left;
    color: #00ADB5;
}

.box-faq .desc {
    padding-left: 40px;
}

.box-faq h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.partner-logo {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.section-heading {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.section-heading h2 {
    margin: 0 0 20px 0;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.5;
}

.section-sub {
    font-size: 22px;
    font-weight: 500;
    color: #999;
    margin-bottom: 10px;
    display: block;
}

.section-heading h2 span {
    color: #00aff0;
}

.section-header {
    border-bottom: 3px #f2f2f2 solid;
    margin-bottom: 20px;
}

.section-header h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #131418;
    padding-bottom: 6px;
    position: relative;
    display: inline-block;
    line-height: 1.5;
}

.section-header h2:after {
    position: absolute;
    height: 3px;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    background-color: #ec3237;
}

.section-link {
    display: inline-block;
    color: #666666;
    float: right;
    font-size: 13px;
}

.section-link i {
    margin-left: 5px;
}

.section-link:hover {
    color: #ec3237;
}

.canho-item {
    margin-bottom: 30px;
}

.canho-image {
    margin-bottom: 10px;
}

.canho-image img {
    max-width: 100%;
    height: auto;
}

.canho-title {
    display: block;
    padding-top: 12px;
    text-transform: uppercase;
    border-top: 1px #fff solid;
    color: #000;
    font-size: 16px;
}
.homepage1 .canho-title {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 22px;
    }

    .section-sub {
        font-size: 18px;
    }

    .house-left {
        text-align: center;
    }
}

.section-heading h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #8f989f;
    position: relative;
    display: block;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .section-heading h3 {
        font-size: 16px !important;
        line-height: 28px;
    }
}

#fh5co-footer {
    background: #41444B;
    color: rgba(255, 255, 255, 0.6);
}

#fh5co-footer a {
    color: rgba(255, 255, 255, 0.6);
}

#fh5co-footer a:hover {
    color: #fff !important;
    text-decoration: underline;
}

#fh5co-footer .section-title {
    font-size: 22px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

#fh5co-footer .copy-right {
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
}

#fh5co-footer .copy-right > a {
    color: rgba(255, 255, 255, 0.6);
}

#fh5co-footer .contact-info {
    margin: 0 0 60px 0;
    padding: 0;
}

#fh5co-footer .contact-info li {
    font-size: 16px;
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}

#fh5co-footer .contact-info li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #00ADB5;
}

#fh5co-footer .social-media {
    margin: 0 0 30px 0;
    padding: 0;
}

#fh5co-footer .social-media li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    margin-right: 10px;
}

#fh5co-footer .social-media li a {
    color: #00ADB5;
}

#fh5co-footer .social-media li a:hover, #fh5co-footer .social-media li a:focus, #fh5co-footer .social-media li a:active {
    text-decoration: none;
}

#fh5co-footer .contact-form .form-group input[type="name"],
#fh5co-footer .contact-form .form-group input[type="text"],
#fh5co-footer .contact-form .form-group input[type="email"],
#fh5co-footer .contact-form .form-group textarea {
    font-size: 16px;
}

#fh5co-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-footer .contact-form .form-group input {
    color: #fff;
    background: transparent;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
}

#fh5co-footer .contact-form .form-group textarea {
    color: #fff;
    background: transparent;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
}

#fh5co-footer #btn-submit {
    color: rgba(255, 255, 255, 0.9) !important;
    background: #DD7378 !important;
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #333;
}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #333;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #333;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 21;
    padding: 6px 0 0 0;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 25px;
    border-bottom: none !important;
}

.product-box {
    margin-bottom: 30px;
}

.product-box > a {
    display: block;
    text-decoration: none;
}

.product-box img {
    max-width: 100%;
    height: auto;
}

.product-name {
    font-size: 20px;
    color: #00aff0;
    padding: 10px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: #fff;
}

.product-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center;
}

.bg-pattern {
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/ng-pattern.png');
}

.bg-pattern-2 {
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-pattern-2.png');
}
.bg-gray {
    background-color: #f8f8f8;
}

.product-viewmore {
    display: inline-block !important;
    padding: 8px 10px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 14px;
    background-color: #00aff0;
    color: #fff;
    min-width: 130px;
}

.around-carousel .item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .18);
    box-shadow: 0 0 7px rgba(0, 0, 0, .18);
    width: 100%;
}

.arround-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px;
    background-position: center;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    overflow: hidden;
}

.xem_them {
    display: block;
    margin-top: 10px;
}

.arround-content {
    padding: 20px;
    color: #5e5e5e;
}

.arround-footer {
    padding: 15px 20px;
    border-top: 1px #e7e7e7 solid;
    font-size: 13px;
    color: #5e5e5e;
}

.arround-title {
    font-size: 20px;
    color: #010101;
    margin-bottom: 10px;
    display: block;
}

.arround-footer i {
    margin-right: 10px;
}

.page_over {
    padding: 30px 0;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
    }
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary {
    background: #00ADB5;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    box-shadow: none;
    background: #00ADB5;
}

.btn:hover, .btn:active, .btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    border-color: transparent;
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social li a {
    font-size: 16px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px;
}

.social li a i {
    display: table-cell;
    vertical-align: middle;
}

.social li a:hover, .social li a:active, .social li a:focus {
    text-decoration: none;
    border-bottom: none;
}

.social li a.social-box {
    background: #DD7378;
    color: #fff;
}

.social li a.social-circle {
    background: #DD7378;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.social li a:hover {
    background: #393e46 !important;
}

.social.social-box a {
    background: #DD7378;
    color: #fff;
}

.social.social-circle a {
    background: #DD7378;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
    opacity: 0;
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.fh5co-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.house-left {
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    padding: 30px;
    z-index: 1;
    text-align: right;
}
.house-item {
    margin-bottom: 30px;
}

.house-item:last-child {
    margin-bottom: 0;
}

.house-title {
    font-weight: bold;
    font-size: 22px;
    color: #131418;
}

.house-item.dark .house-title {
    font-size: 24px;
    color: #00aff0;
    font-weight: 400;
}

.house-add {
    font-size: 18px;
    margin-top: 10px;
    color: #333;
}

.house-item.dark .house-add {
    font-size: 14px;
    color: #5e5e5e;
}

.house-add span {
    display: block;
}

@media screen and (min-width: 768px) {
    .vertical-align {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .house-item-0 {

    }

    .house-item-0 .house-left {
        right: -30px;
        text-align: right;
    }
    .house-item-0 .house-right {
        left: -30px;
        position: relative;
    }

    .house-item-1 .house-left {
        left: -30px;
        text-align: left;
    }
    .house-item-1 .house-right {
        right: -30px;
        text-align: right;
        position: relative;
    }


    .house-item img {
        max-width: 80%;
    }
}

.footer-logo {
    text-align: center;
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.footer-note {
    font-size: 20px;
}

.footer-form {
    margin-top: 30px;
}

.signup {
    display: block;
    width: 100%;
    position: relative;
}

.signup input {
    display: block;
}

.signup input:hover,
.signup input:focus {
    box-shadow: none;
}

form.signup input[type=email] {
    height: 50px;
    border-radius: 0;
    border: 1px #ec3237 solid;
    font-size: 15px;
    padding-right: 180px;
    width: 100%;
    display: block;
    background-color: transparent;
    color: #fff;
}

form.signup input[type=email]::placeholder {
    color: #fff;
}

form.signup .submit-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    height: 50px;
    background-color: #ec3237;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    width: 180px;
}

.footer-direct {
    padding: 50px 0;
    background-color: #2d2d2d;
    color: #fff;
    border-bottom: 5px #00aff0 solid;
}

.footer-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link a {
    color: #fff;
    padding: 5px 0;
    font-size: 15px;
    display: inline-block;
}

.footer-link a:hover,
.footer-link a:focus {
    color: #00aff0;
}

.footer-link-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 6px;
}

.footer-social {
    margin-top: 20px;
}

.footer-link-title:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 60px;
    left: 0;
    bottom: 0;
    background-color: #ec3237;
}

.social-content {
    margin-top: 20px;
}

.social-content a {
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;

    display: inline-block;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    border: 1px transparent solid;
    transition: all 0.5s ease;
    border: 1px #fff solid;
}

.social-content a:last-child {
    margin-right: 0;
}

.social-content .fc {
    background-color: #3B5998;
}

.social-content .fc:hover {
    color: #3B5998;
    background-color: #fff;
    border-color: #3B5998
}

.social-content .yt {
    background-color: #E12D28;
}

.social-content .yt:hover {
    color: #E12D28;
    background-color: #fff;
    border-color: #E12D28
}

.social-content .gp {
    background-color: #DC4A3D;
}

.social-content .gp:hover {
    color: #DC4A3D;
    background-color: #fff;
    border-color: #DC4A3D
}

.social-content .sk {
    background-color: #00ACEC;
}

.social-content .sk:hover {
    color: #00ACEC;
    background-color: #fff;
    border-color: #00ACEC
}

.footer-copyright {
    padding: 10px 0;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    background-color: #a21d2d;
}

.page-header {
    margin: 0;
    padding: 70px 0 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-cover.jpg');
    background-color: #666;
    color: #fff;
}

.page-title {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.page-header a {
    color: #fff;
}

.page-header a:hover,
.page-header a:focus {
    color: #00aff0;
}

.page-breadcrumb {
    margin-top: 15px;
}

.page-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-breadcrumb li {
    display: inline-block;
    position: relative;
    padding: 5px 15px;
}

.page-breadcrumb li:before {
    content: '/';
    position: absolute;
    left: 0;
}

.page-breadcrumb li:first-child {
    padding-left: 0;
}

.page-breadcrumb li:first-child:before {
    display: none;
}

.product-img {
    border-radius: 5px;
    border: 1px #00aff0 solid;
}

.post-title {
    margin-bottom: 15px;
}

.post-title h2 {
    font-size: 22px;
    color: #00aff0;
    font-weight: bold;
    margin-bottom: 0;
}

.post-price {
    margin-bottom: 10px;
}

.post-date {
    font-weight: 300;
    margin-bottom: 10px;
    color: #c1c1c1;
}

.post-summary {
    font-weight: 500;
    margin-bottom: 10px;
}

.regis-header h2 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
}

.regis-header h2 span {
    color: #ec3237;
    font-weight: 600;
}
.regis-content {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
}

.sidebar-section {
    margin-bottom: 20px;
}

.sidebar-header {
    border-bottom: 3px #f2f2f2 solid;
    margin-bottom: 10px;
}

.sidebar-header h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #131418;
    padding-bottom: 6px;
    position: relative;
    display: inline-block;
    line-height: 1.5;
}

.sidebar-header h2:after {
    position: absolute;
    height: 3px;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    background-color: #00aff0;
}

.sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-item a {
    color: #444;
    display: block;
    padding: 5px 0;
}

.sidebar-item a i {
    margin-right: 10px;
}
.round-button {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 99;
    bottom: 10px;
    right: 10px;
    display: none;
}
.round-button-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #cfdcec;
    overflow:hidden;
    background: #00aeed;
    box-shadow: 0 0 3px gray;
}
.round-button-circle:hover {
    background:#30588e;
}
.round-button a {
    display: inline-block;
    text-align:center;
    line-height: 50px;
    color:#fff;
    font-size: 20px;
    text-decoration:none;
}
.sidebar-item a:hover,
.sidebar-item.active a {
    color: #00aff0;
}

.post-other {
    margin-top: 30px;
}

.news_other {
    display: block;
    padding: 5px 0;
    font-weight: 400;
    color: #131418;
    font-size: 15px;
}

.news_other i {
    margin-right: 5px;
}

/*phan trang */
.navigation {
    font-size: 11px;
    clear: both;
    padding: 15px 0px 20px;
    text-align: center;
    cursor: default;
    font-weight: bold;
    color: #407e42;
}

.navigation .current_page_item, .navigation .page_item a {
    outline: none;
    margin: 2px;
    padding: 10px 12px;
    text-decoration: none;
    background: #CCCCCC;
}

.navigation .page_item a {
    color: #FFF;
    background-color: #CCCCCC;
}

.navigation .current_page_item, .navigation .page_item a:hover {
    color: #fff;
    background-color: #00aff0;
}

.price {
    color: #00aff0;
    font-size: 15px;
}

/*end phan trang*/


/* Cart */

#cart thead tr {
    background: #f7f7f7;
}

#cart thead tr td {
    vertical-align: middle;
}

#cart thead tr th {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13.1px;
    padding: 12px 10px;
}

#cart tbody tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#cart thead tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#cart tfoot tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#cart tfoot tr, #cart thead tr {
    border-left-color: transparent !important;
    border-right-color: transparent !important
}

.title-cart {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 20px;
}

.title-cart i.fa-shopping-cart {
    margin-right: 15px;
    font-size: 20px;
    color: #343434
}

.title-cart i.fa-caret-right {
    margin-left: 20px
}

#cart tr td input[type="number"] {
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: inline-block;
    max-width: 80px;
    outline: none;
    height: 35px;
}

.car-product {
    padding: 10px;
    max-width: 430px;
    min-width: 300px;
}

.car-product span {
    width: 80px;
    vertical-align: middle;
    margin-right: 10px;
    max-height: 100px;
    overflow: hidden;
    border: 1px solid #f7f7f7;
    display: inline-block;
    float: left;
}

.car-product span img {
    max-height: 80px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.car-product h4 {
    margin: 0 0 10px;
    display: inline;
}

.car-product h4 a {
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

.car-product p {
    color: #333;
    font-size: 12px;
}

a.wrap_img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 200px;
    border-radius: 3px;
    padding: 5px;
    border: 1px #e7e7e7 solid;
}
a.wrap_img img {
    max-width: 100%;
}
.news {
    line-height: 17px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    text-align: justify;
}
.news a.tieu_de
{
    display: inline;
    line-height: 20px;
    font-size: 17px;
    color: #ED2724;
    padding-bottom: 10px;
}
.news a.tieu_de:hover
{
    color: #19B5FE;
    text-decoration: none;
}

.ngay_dang {
    font-style: italic;
    color: #999;
    display: block;
    margin-top: 6px;
    font-size: 13px;
}
.news .chu_thich
{
    margin-bottom: 4px;
    font-weight: normal;
    line-height: 18px;
}
.news a.more_news
{
    color: #727272;
    display: block;
    margin-top: 10px;
}
.news a.more_news:hover
{
    color: #3498db;
}
.news a.more_sp
{
    padding-right: 15px;
    color: #0e9502;
    display: block;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.news a.more_sp:hover
{
    color: #ff0000;
}

#cart tr:hover td {
    background: #f9f9f9;
}

#cart tr:hover td .car-product span {
    border-color: #fff;
}

.cart-continue i {
    margin-right: 10px
}

.cart-continue {
    font-weight: 300;
    padding: 8px;
    text-align: left;
    color: #333;
}
.cart-continue:hover,
.cart-continue:focus {
    background-color: transparent;
}


.tottal_text input[id="tongfix"] {
    border: none;
    background: none;
    text-align: right;
    font-weight: 500;
    font-size: 18px;
    color: #4b4b4b;
    letter-spacing: -0.04em;
}

.cart_price input {
    border: none;
    background: none;
    text-align: right;
}

.title_order {
    font: 16px/22px 'Open Sans', arial;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600
}

.cart_price {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.admin-block-loading {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.admin-loading1 {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.admin-loading2 {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.admin-loading {
    text-align: center;
    padding: 10px;
    color: #fff
}

#cart tr td, #cart tr th {
    vertical-align: middle;
}

.table-order tfoot {
    color: #555
}

.table-order table tr td {
    padding: 12px 0
}

.table-order table tr td {
    vertical-align: middle;
    border: 0px;
}

.payment-due-currency {
    font-size: 0.85714em;
    vertical-align: 0.2em;
    margin-right: 0.5em;
    color: #969696;
}

.payment-due {
    font-size: 1.71429em;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #4b4b4b;
    line-height: 1em;
}

.payment-due-label-total {
    font-size: 1.14286em;
    color: #4b4b4b;
}

/*End table-order*/
.name_order {
}

.name_order a img {
    width: 4.6em
}

.name_order span {
    color: #000;
    font-size: 12px;
}

.name_order .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 4px 0 4px 0;
    display: inline-block;
}

.name_order .note {
    font-size: 12px;
    color: #969696
}

.name_order .size-color {
    color: #343434
}

.name_order .size-color span {
    color: #fbb900;
    font-weight: 600;
}
#showdonhang {
    display: block;
    margin-top: 10px;
    color: #111;
    font-size: 16px;
    font-weight: bold;
}

#showdonhang a {
    color: #00aff0;
}

.img_order {
    font-size: 15px;
    margin-right: 15px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    display: inline-block;
    padding: 1px;
    position: relative;
    float: left
}

.img_order span {
    font-size: 0.85714em;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.15em 0.65em;
    border-radius: 2em;
    background-color: rgba(153, 153, 153, 0.9);
    color: #fff;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 2;
}

.price_order {
    width: 120px;
    margin-left: 20px;
    text-align: right;
}

/*End name_order,img_order,price_order*/
.form_magiamgia {
}

.form_magiamgia form {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
    display: table;
    content: '';
    width: 100%;
    margin: 20px 0
}

.form_magiamgia form input {
    float: left;
    height: 40px;
    width: 76%;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    box-sizing: border-box;
    padding: 0.94em 0.8em;
    word-break: normal;
    border: 1px solid #d9d9d9;
    text-align: left;
}

.form_magiamgia form input:focus {
    border: 1px solid #66afe9;
}

.form_magiamgia form button {
    float: right;
    height: 40px;
    width: 20%;
    background: #c8c8c8;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.form_magiamgia form button:hover {
    background: #008250;
}

/*End form_magiamgia*/
.nutcheckout {
    text-align: center;
}

.active_bank {
    margin: 10px 0;
    min-height: 30px;
    overflow: hidden;
}

input[name="magiamgia"] {
    border: 1px dotted #f96767;
    outline: none;
    text-align: center;
    color: #555
}

.divmane {
    color: #f96767;
}

.mane {
    font-size: 18px;
}

.thongtin_giohangrong {
    text-align: center;
    color: #f96767;
}

.thongtin_giohangrong span {
    color: #555
}

#loaded-order {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    top: 0px;
    left: 0px;
}

#loaded-order img {
    margin: 0 auto;
}

/*End nutcheckout*/

/*fixed-cart*/
.payment-form {
}

.payment-form input {
    border: 1px solid #999;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    box-shadow: none;
    color: #131418;
}

.payment-form textarea {
    border: 1px solid #999;
    padding: 10px;
    box-shadow: none;
    color: #131418;
}

.payment-form input:focus, .payment-form textarea:focus {
    box-shadow: none;
    border-color: rgba(143, 29, 25, 1);
}

.payment_order {
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    padding: 10px 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    background: #338dbc;
    color: white;
    border: none;
    float: right
}

.payment_return {
    float: left
}

.payment_return i {
    margin-right: 6px;
    font-size: 20px;
    vertical-align: bottom
}

.custom-checkbox label span {
    background: #c8c8c8;
    border-radius: 20px;
    padding: 6px 30px;
    color: #fff;
    font-weight: 300;
}

.comments {
    font-size: 12px;
}

.custom-checkbox > [type="checkbox"],
.custom-checkbox > label {
    margin-bottom: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    background: #ffffff;
    border-radius: 2px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '\e013';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 2px;
    color: #94C947;
    transition: all .2s;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.custom-checkbox > [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
}

.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
    color: #dadada;
    cursor: not-allowed;
}

.custom-checkbox > [type="checkbox"]:disabled + label {
    color: #aaa;
    cursor: not-allowed;
}

.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-checkbox > label:hover:before {
    border: 1px solid #88D2FF !important;
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before {
    border: 1px solid #E4E4E4 !important;
}

/*End checkbox*/
.custom-checkbox > [type="radio"],
.custom-checkbox > label {
    margin-bottom: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox > [type="radio"]:not(:checked),
.custom-checkbox > [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.custom-checkbox > [type="radio"]:not(:checked) + label,
.custom-checkbox > [type="radio"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}

.custom-checkbox > [type="radio"]:not(:checked) + label:before,
.custom-checkbox > [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    background: #ffffff;
    border-radius: 2px;
}

.custom-checkbox > [type="radio"]:not(:checked) + label:after,
.custom-checkbox > [type="radio"]:checked + label:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '\e013';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 2px;
    color: #94C947;
    transition: all .2s;
}

.custom-checkbox > [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.custom-checkbox > [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox > [type="radio"][data-indeterminate] + label:after,
.custom-checkbox > [type="radio"][data-indeterminate] + label:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox > [type="radio"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
}

.custom-checkbox > [type="radio"]:disabled:checked + label:after {
    color: #dadada;
    cursor: not-allowed;
}

.custom-checkbox > [type="radio"]:disabled + label {
    color: #aaa;
    cursor: not-allowed;
}

.custom-checkbox > [type="radio"]:checked:focus + label:before,
.custom-checkbox > [type="radio"]:not(:checked):focus + label:before {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-checkbox > label:hover:before {
    border: 1px solid #88D2FF !important;
}

.custom-checkbox > [type="radio"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="radio"]:disabled:checked + label:hover:before {
    border: 1px solid #E4E4E4 !important;
}

/*End radio*/
.soluong {
    font-size: 12px;
    margin: 6px 0 2px;
    display: inline-block;
}

.soluong span {
    font-size: 14px;
    color: #8cba19;
}

.size {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.size span {
    border: none !important
}

/*Shoping cart*/

.hinh-hot {
    position: absolute;
    top: 0px;
    left: 0px;
}

.hinh-sale {
    position: absolute;
    top: 30px;
    right: 0px;
}

.fancybox-nav span {
    visibility: visible !important;
}

.fancybox-next span {
    visibility: visible !important;
}

.search-cart {
    float: right;
    padding-top: 18px;
}

.shoping-cart {
    position: fixed;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #fff;
    z-index: 9999;
    height: 68px;
    width: 68px;
    text-align: center;
    line-height: 68px;
}

.shoping-cart a {
    display: inline-block;
    color: #fff;
    position: relative;
    padding-right: 20px;
}
.shoping-cart i {
    font-size: 30px;
    position: relative;
    top: 5px;
}

.shoping-cart a span {
    font-size: 14px;
    position: absolute;
    border-radius: 50%;
    background-color: #F7CA18;
    color: #fff;
    top: 10px;
    right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}


    /*shoping-cart*/
.search {
    float: left;
    position: relative;
    width: 50px;
    height: 36px;
    margin-top: 8px;
    margin-right: 10px
}

.searchbox {
    position: absolute;
    min-width: 40px;
    width: 0;
    height: 36px;
    top: 0;
    right: 0px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    z-index: 9999
}

.searchbox-icon, .searchbox-input, .searchbox-submit {
    height: 36px;
    top: 0;
    right: 0;
    margin: 0;
    border: 0;
    outline: 0
}

.img-news img, .po-project {
    -webkit-transition: all .4s
}

.searchbox-input {
    background: #343434;
    width: 100%;
    padding: 0px;
    font-size: 15px;
    color: #fff;
    text-indent: 10px;
}

.searchbox-input::-webkit-input-placeholder {
    color: #fff
}

.searchbox-input:-moz-placeholder {
    color: #fff
}

.searchbox-input::-moz-placeholder {
    color: #fff
}

.searchbox-input:-ms-input-placeholder {
    color: #fff
}

.searchbox-icon, .searchbox-submit {
    width: 40px;
    display: block;
    position: absolute;
    font-size: 22px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #343434;
    background: #343434 url(../images/search.png) center center no-repeat !important;
}

.searchbox-open {
    width: 300px
}
.comparison-addcart a {
    display: inline-block;
    color: #fff;
    background-color: #00aff0;
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
}

.comparison-addcart a i {
    margin-right: 10px;
    font-size: 20px;
}
.giohang-title {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #00aff0;
}
.giohang-title i {
    margin-right: 8px;
    font-size: 18px;
}

.boxton-box {
    background-color: rgba(143, 29, 25, 1);
    border-color: rgba(143, 29, 25, 1);
}

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

.post-content img {
    max-width: 100%;
    height: auto !important;
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 767px) {
    .post-title h2,
    .post-content{
        margin-top: 10px;
    }
    .round-button {
        display: block;
    }
    .footer-link {
        text-align: center;
        margin-bottom: 20px;
    }
    .header-logo {
        width: 110px;
        display: inline-block;
    }
    .sonet-btn {
        min-width: 122px;
    }
    .footer-link-header {
        text-align: center;
    }
    .footer-copyright {
        padding-bottom: 30px;
    }
    #fh5co-header #navbar li a {
        border-right: none;
    }
    #fh5co-header #navbar .dropdown-menu {
        border-top: none;
    }

    .to-animate {
        opacity: 1;
    }

    .footer-link-title:after {
        left: 50%;
        margin-left: -30px;
    }
    .footer-direct {
        text-align: center;
        padding: 30px 0;
    }

    .footer-direct .col-md-4 {
        margin-bottom: 30px;
    }
    .footer-direct .col-md-4:last-child {
        margin-bottom: 0;
    }

    #fh5co-header #navbar li a span:before {
        display: none;
    }

    .footer-link-title,
    .footer-link-note,
    .social-content {
        text-align: center;
    }

    .footer-link-note {
        display: block;
    }

    #fh5co-header #navbar .dropdown-menu li a {
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .sidebar {
        margin-top: 30px;
    }

    .page-header {
        padding: 30px 0;
    }

    form.signup .submit-button {
        padding: 0;
        width: 140px;
        text-align: center;
    }

    form.signup input[type=email] {
        padding-right: 150px;
    }

    .house-left {
        text-align: center;
    }

    .shoping-cart {
        position: fixed;
        bottom: -10px;
        left: 0;
        z-index: 999;
        color: rgba(143, 29, 25, 1);
        top: auto;
    }
    .shoping-cart a {
        color: rgba(143, 29, 25, 1);
    }
    .js .to-animate, .js .to-animate-2, .js .to-animate-3, .js .single-animate {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .column-3:nth-child(2n+1) {
        clear: left;
    }
    .column-4:nth-child(2n+1) {
        clear: left;
    }
    .hotline-top {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .column-3:nth-child(3n+1) {
        clear: left;
    }
    .column-4:nth-child(4n+1) {
        clear: left;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav > li > a {
        padding: 10px 8px;
    }

    .hotline-top {
        display: none !important;
    }
}