/* <karaoke.css> */
/* <header> */
.logo {
    margin: 0;
}

.logo a {
    display: block;
}

.header .offcanvas {
    padding-left: 20px;
    font-size: 13px;
    color: #333;
    background: url(img/bar-black.png) 0px 50% no-repeat;
}

.header .upper {
    padding: 10px 0;
    background: #ebebeb;
    font-size: 13px;
    line-height: 18px;
    color: #333;
}

.header .upper .site-link li {
    float: left;
    position: relative;
}

.header .upper .site-link li + li {
    margin-left: 15px;
    padding-left: 15px;
}

.header .upper .site-link li + li:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    border-left: 1px solid #333;
    left: 0px;
    top: 5px;
}

.header .upper .site-link li a {
    color: #333;
}

.header .upper .site-link li a:hover {
    color: #ed1c24;
}

.header-social li {
    float: left;
    font-size: 16px;
    line-height: 20px;
}

.header-social li + li {
    margin-left: 20px;
}

.header-social a {
    color: #333;
}

.header-social li.facebook a:hover {
    color: #3b5998;
}

.header-social li.google a:hover {
    color: #e02f2f;
}

.header-social li.instagram a:hover {
    color: #3b5998;
}

.header-social li.twitter a:hover {
    color: #55acee;
}

.header-social li.youtube a:hover {
    color: #cf2200;
}

.header .middle {
    padding: 10px 0;
    background: #194069;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.header-search .form {
    position: relative;
    min-width: 350px
}

.header-search .form .input-text {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #fff;
}

.header-search .form .btn-submit {
    display: block;
    position: absolute;
    height: 34px;
    padding: 0 15px;
    line-height: 34px;
    top: 0px;
    right: 0px;
    border: 1px none;
    -webkit-box-shadow: 0px 0px 1px #fff;
    box-shadow: inset 0px 0px 1px #fff;
    background: #194069;
    z-index: 20;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.header-hotline {
    position: relative;
    padding-left: 40px;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    font-family: 'Open Sans Bold', Arial, sans-serif;
}

.header-hotline:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    background: #fff url(img/icon-phone.png) 50% 50% no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.header-hotline .phone-number {
    display: inline-block;
    font-size: 18px;
    color: #eeee02;
}

.header .lower {
    position: relative;
    background: #122d4a;
}

.header .main-menu li {
    position: relative;
}

.header .main-menu > li > a {
    position: relative;
    display: block;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}

.header .main-menu > li:hover > a {
    background: #194069;
}

.header .navigation .dropdown-menu {
    display: none;
    border-top: 1px solid transparent;
    position: absolute;
    z-index: 100;
}

.header .main-menu > li:hover .dropdown-menu {
    display: block;
}

.header .navigation .sub-menu {
    padding: 0;
    min-width: 440px;
    background: #ccc
}

.header .navigation .sub-menu > li > a {
    display: block;
    position: relative;
    padding: 10px 10px 10px 15px;
    font-size: 12px;
    line-height: 18px;
    color: #252525;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.header .navigation .sub-menu > li:hover > a {
    background: #194069;
    color: #fff;
}

@media (min-width: 960px) {
    .header-search .form {
        min-width: 450px
    }
}

@media (max-width: 959px) {
    .header .upper {
        padding: 5px 0;
    }

    .header .logo {
        max-width: 100px
    }

    .header .middle {
        padding: 15px 0;
    }
}

@media (max-width: 479px) {
    .header-hotline {
        padding-left: 0;
    }

    .header-hotline:before {
        display: none;
    }

    .header-hotline .label {
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }

    .header .logo {
        max-width: 80px
    }
}

.navigation {
    text-align: center;
}

.navigation > ul {
    display: inline-block;
}

/* </header> */
/* ################################################# */
/* <body> */
/* Panel */
@media (min-width: 960px) {
    .main-content {
        padding-left: 0px;
    }
}

/* Heading */
.heading-1 {
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 35px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
}

.heading-1 > * {
    color: #194069;
}

.heading-1:before {
    content: "";
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 300px;
    height: 24px;
    left: 0px;
    right: 0px;
    top: initial;
    bottom: 0px;
    background: url(img/b1.png) 0% 0% no-repeat;
}

.heading-1.white:before {
    background: url(img/b2.png) 0% 0% no-repeat !important;
}

.heading-1.skin-1 > * {
    color: #fff;
}

.heading-1.skin-1:before {
    background: url(img/b1.png) 0% 0% no-repeat;
}

.heading-2 {
    margin: 0 0 25px 0;
    padding: 0 0 8px 0;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.heading-2:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 2px;
    background: #194069;
    left: 0px;
    top: initial;
    bottom: 0px;
    left: 0px;
}

.heading-2 > * {
    color: #194069;
}

.heading-cat > * {
    color: #194069;
    font-size: 20px;
}

/* Slide */
.main-slide {
    position: relative;
    margin: 0;
}

.main-slide:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    z-index: 50;
    background: rgba(255, 255, 255, .5);
    top: 0px;
    left: 0px;
    z-index: 20;
}

.main-slide .slide-content {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    font-family: 'Open Sans Bold', sans-serif;
}

.main-slide .slide-content .container {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-slide .slide-content .article {
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 0;
    max-width: 50%;
    background: rgba(17, 17, 17, .5);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.main-slide .slide-content .article .title {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
}

.main-slide .uk-slidenav {
    display: block;
    width: 45px;
    height: 60px;
    background-color: rgba(2, 1, 1, .65);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(img/arrow.png);
}

.main-slide .uk-slidenav-previous {
    left: 0px;
}

.main-slide .uk-slidenav-next {
    right: 0px;
    background-image: url(img/arrow-2.png);
}

.main-slide .uk-slidenav:before {
    display: none;
}

.main-slide .uk-dotnav {
    bottom: 10px;
    left: initial;
    right: 10px;
}

.main-slide .uk-dotnav > * {
    margin-left: 0;
    padding-left: 0;
}

.main-slide .uk-dotnav > * + * {
    margin-left: 10px;
}

.main-slide .uk-dotnav-contrast > * > * {
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.main-slide .uk-dotnav-contrast > .uk-active > * {
    background: #194069;
}

@media (min-width: 960px) {
    .main-slide .uk-dotnav {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 959px) {
    .main-slide .uk-slidenav {
        display: none;
        visibility: hidden;
        z-index: -1;
    }

    .main-slide .slide-content .article {
        max-width: 75%
    }

    .main-slide .slide-content .article .title {
        font-size: 20px;
        line-height: 24px;
    }

    .main-slide .slide-content .article .description {
        font-family: 'Open Sans', sans-serif;
    }
}

@media (max-width: 767px) {
    .main-slide .slide-content {
        display: none;
        visibility: hidden;
    }
}

/* Aside */
.aside {
    margin-bottom: 25px;
}

.aside-banner {
    margin-top: 25px;
}

.aside-panel .panel-body {
    background: #ebebeb;
}

.aside-categories {
    padding: 20px 0 0 0;
}

.aside-categories .heading,
.aside-hot-product .heading {
    position: relative;
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #122d4a;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.aside-hot-product .heading > * {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

/* .aside-categories .heading:before { */
/* content: ""; */
/* display: block; */
/* position: absolute; */
/* height: 0px; */
/* width: 180px; */
/* border-bottom: 13px solid #111; */
/* border-left: 20px solid transparent; */
/* border-right: 20px solid transparent; */
/* top: -13px; */
/* left: 0px;right: 0px; */
/* margin: 0 auto; */
/* } */
.aside-categories .heading > * {
    color: #fff;
}

.aside-categories .panel-body {
    padding: 10px;
}

.aside-categories .mainCat li a {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 15px;
    color: #000;
}

.aside-categories .mainCat li a:before {
    position: absolute;
    content: '\f101';
    display: block;
    font-family: FontAwesome;
    left: -3px;
    top: 10px;

}

.aside-categories .mainCat li + li a {
    border-top: 1px solid #c2c2c2;
}

.aside-categories .mainCat li a:hover {
    color: #194069;
}

.aside-contacts .heading {
    position: relative;
    margin: 0;
    padding: 10px;
    width: -webkit-calc(100% + 20px);
    width: -ms-calc(100% + 20px);
    width: -o-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
    background: #464646;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.aside-contacts .heading:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-left: 10px solid transparent;
    left: 0px;
    top: initial;
    bottom: -10px;
}

.aside-contacts .heading:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
    left: initial;
    top: initial;
    right: 0px;
    bottom: -10px;
}

.aside-contacts .heading > * {
    color: #fff;
}

.aside-contacts .panel-body {
    padding: 15px 0 20px 0;
}

.aside-contacts .panel-body .label {
    padding: 0 15px 10px 15px;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #666;
    color: #000;
}

.aside-contacts .list-club {
    padding: 0 25px 0 15px;
    max-height: 300px;
}

.aside-contacts .list-club li a {
    display: block;
    position: relative;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.aside-contacts .list-club li + li a {
    border-top: 1px solid #adadad;
}

.aside-contacts .list-club::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #e1e1e1;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.aside-contacts .list-club::-webkit-scrollbar-thumb {
    height: 10px;
    width: 8px;
    background: #959595;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

/* Home service */
.home-service {
    position: relative;
    padding: 35px 0 15px 0;
    margin: 0 0 25px 0;
    background: url(img/bg-service.png) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-service .list-service li {
    margin-bottom: 20px !important;
}

.home-service .article {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.home-service .article .thumb {
    margin: 0 0 20px 0;
}

.home-service .article .image {
    height: 120px;
}

.home-service .article .title {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.home-service .article .title > * {
    color: #fff;
}

.home-service .article .description {
    color: #fff;
}

/* Home design */
.home-design {
    margin: 0 0 25px;
}

.home-design .list > li {
    margin-bottom: 15px !important;
}

.home-design .article .thumb {
    position: relative;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.home-design .article .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0px;
    left: 0px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    z-index: 20;
    cursor: pointer;
}

.home-design .article .overlay:before, .home-design .article .overlay:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: rgba(25, 64, 105, .8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.home-design .article .overlay:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-design .article .overlay:after {
    right: -20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-design .article .overlay:hover:before {
    -webkit-animation: criss-cross-left 1s both;
    -moz-animation: criss-cross-left 1s both;
    -o-animation: criss-cross-left 1s both;
    animation: criss-cross-left 1s both;
}

.home-design .article .overlay:hover:after {
    -webkit-animation: criss-cross-right 1s both;
    -moz-animation: criss-cross-right 1s both;
    -o-animation: criss-cross-right 1s both;
    animation: criss-cross-right 1s both;
}

.home-design .article .description {
    /* position: relative; */
    /* margin: 0 0 10px 0; */
    /* overflow: hidden;  */
    /* -ms-text-overflow: ellipsis;  */
    /* text-overflow: ellipsis;  */
    /* display: -webkit-box;  */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 6; */
    /* cursor: pointer; */
    /* opacity: 0; */
    /* -webkit-transform: scale(0); */
    /* -ms-transform: scale(0); */
    /* -o-transform: scale(0); */
    /* transform: scale(0); */
}

.home-design .article .view-more {
    /* position: relative; */
    opacity: 0;
    /* -webkit-transform: scale(0); */
    /* -ms-transform: scale(0); */
    /* -o-transform: scale(0); */
    /* transform: scale(0); */
}

.home-design .article .view-more a {
    display: inline-block;
    text-decoration: underline;
    color: #333;
    font-style: italic;
}

.home-design .article .title {
    margin: 0 0 20px 0;
    /* text-align: center; */
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans Bold', sans-serif;
}

.home-design .article .title a {
    color: #194069;
}

.home-design .article .thumb:hover .description,
.home-design .article .thumb:hover .view-more {
    -webkit-animation: designTranslate 1s linear .5s forwards;
    -moz-animation: designTranslate 1s linear .5s forwards;
    -ms-animation: designTranslate 1s linear .5s forwards;
    animation: designTranslate 1s linear .5s forwards;
}

@media (min-width: 1220px) {
    .home-design .article .image {
        height: 225px;
    }
}

@media (min-width: 959px) and (max-width: 1219px) {
    .home-design .article .description {
        -webkit-line-clamp: 5;
        height: 110px;
    }

    .home-design .article .image {
        height: 180px;
    }
}

@media (min-width: 767px) and (max-width: 959px) {
    .home-design .article .description {
        -webkit-line-clamp: 4;
        height: 88px;
    }

    .home-design .article .image {
        height: 135px;
    }
}

@media (min-width: 567px) and (max-width: 767px) {
    .home-design .article .image {
        height: 160px;
    }
}

@media (min-width: 479px) and (max-width: 567px) {
    .home-design .article .image {
        height: 125px;
    }

    .home-design .article .title {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 959px) {
    .home-design .article .overlay {
        padding: 10px 10px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .home-design .article .overlay {
        display: none;
        visibility: hidden;
    }
}

/* home-furniture */
.home-furniture {
    padding: 20px 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: url(img/bg-furniture.png) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.home-furniture .panel-head {
    margin: 0 0 30px 0;
    text-align: center;
}

.home-furniture .list-cat {
    display: inline-block;
}

.home-furniture .list-cat li {
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 20px;
}

.home-furniture .list-cat li + li {
    margin-left: 15px;
    padding-left: 15px;
}

.home-furniture .list-cat li + li:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #fff;
    left: 0px;
    top: 5px;
}

.home-furniture .list-cat a {
    color: #fff;
}

.home-furniture .list-cat a:hover {
    text-decoration: underline;
}

.home-furniture .article {
    position: relative;
    overflow: hidden;
}

.home-furniture .article .info {
    position: absolute;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .5);
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    top: initial;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.home-furniture .article:hover .info {
    background: rgba(0, 0, 0, .65);
}

.home-furniture .article .title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Open Sans Bold', sans-serif;
    text-align: center;
}

.home-furniture .article .title a {
    color: #fff;
}

.home-furniture .article .title a:hover {
    color: #ed1c24;
}

.home-furniture .article .description {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.home-furniture .article .description > * {
    margin: 0;
}

@media (min-width: 1220px) {
    .home-furniture {
        padding: 35px 0;
    }

    .home-furniture .article .info {
        -webkit-transform: translateY(calc(100% - 40px));
        -moz-transform: translateY(calc(100% - 40px));
        -ms-transform: translateY(calc(100% - 40px));
        -o-transform: translateY(calc(100% - 40px));
        transform: translateY(calc(100% - 40px));
    }

    .home-furniture .article .title {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        height: 20px;
    }

    .home-furniture .article:hover .info {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .home-furniture .article .image {
        height: 285px;
    }
}

@media (min-width: 767px) and (max-width: 1219px) {
    .home-furniture .article .image {
        height: 150px;
    }
}

@media (min-width: 567px) and (max-width: 767px) {
    .home-furniture .article .image {
        height: 165px;
    }
}

@media (min-width: 480px) and (max-width: 567px) {
    .home-furniture .article .image {
        height: 130px;
    }
}

@media (max-width: 1219px) {
    .home-furniture .article .description {
        display: none;
        visibility: hidden;
        z-index: -1;
    }

    .home-furniture .article .title {
        font-size: 13px;
    }
}

@media (max-width: 959px) {
    .home-furniture {
        padding: 20px 10px 15px 10px;
    }

    .home-furniture .list-article {
        margin-left: -5px;
    }

    .home-furniture .list-article li {
        padding-left: 5px;
        margin-bottom: 5px !important;
    }

    .home-furniture .list-cat li + li {
        margin-left: 10px;
        padding-left: 10px;
    }

    .home-furniture .list-cat a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .home-furniture .panel-head {
        margin: 0;
    }

    .home-furniture .list-cat {
        display: none;
    }
}

/* construction works */
.construction-works {
    padding: 25px 0 35px 0;
    background: #ebebeb;
}

.construction-works .slider .uk-slidenav {
    display: block;
    width: 40px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #fff;
    background: rgba(2, 1, 1, .65);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.construction-works .slider .uk-slidenav-previous {
    left: -20px
}

.construction-works .slider .uk-slidenav-next {
    right: -20px
}

.construction-works .article .thumb {
    margin: 0 0 10px 0;
}

.construction-works .article .title {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans Bold', sans-serif;
    text-align: center;
}

.construction-works .article .title a {
    color: #194069;
}

.construction-works .article .image {
    position: relative;
    overflow: hidden;
}

.construction-works .article .image:before {
    content: "\f04b";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    padding: 5px 20px;
    background: rgba(0, 0, 0, .65);
    font-size: 15px;
    z-index: 20;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 1220px), (min-width: 567px) and (max-width: 767px), (max-width: 479px) {
    .construction-works .article .image {
        height: 165px;
    }
}

@media (min-width: 767px) and (max-width: 1219px), (min-width: 480px) and (max-width: 567px) {
    .construction-works .article .image {
        height: 135px;
    }
}

@media (max-width: 959px) {
    .construction-works .slider .uk-slidenav {
        display: none;
        visibility: hidden;
    }
}

/* home-contacts */
.home-contacts {
    margin: 0 0 25px 0;
    padding: 30px 0;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    background: url(img/bg-danhba.png) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-contacts .heading {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans Bold', sans-serif;
}

.home-contacts .heading:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 2px;
    background: #fff;
    left: 0px;
    right: 0px;
    top: initial;
    bottom: 0px;
    margin: 0 auto;
}

.home-contacts .heading a, .home-contacts .article .title a {
    color: #fff;
}

.home-contacts .panel-head .list-cat a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.home-contacts .panel-head .list-cat a:hover, .home-contacts .article .title a:hover {
    color: #ed1c24;
}

.home-contacts .list-article > li {
    margin-bottom: 15px !important;
}

.home-contacts .article .thumb {
    margin: 0 0 10px 0;
}

.home-contacts .article .title {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    font-family: 'Open Sans Bold', sans-serif;
}

@media (min-width: 960px) {
    .home-contacts .heading {
        line-height: 30px;
    }

    .home-contacts .heading span {
        display: block;
    }

    .home-contacts .heading:before {
        margin: 0;
    }

    .home-contacts .panel-head .list-cat li:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (min-width: 1220px) {
    .home-contacts .article .image {
        height: 165px;
    }
}

@media (min-width: 767px)  and (max-width: 1219px) {
    .home-contacts .article .image {
        height: 135px;
    }
}

@media (min-width: 567px) and (max-width: 767px) {
    .home-contacts .article .image {
        height: 155px;
    }
}

@media (min-width: 480px) and (max-width: 567px) {
    .home-contacts .article .image {
        height: 130px;
    }
}

@media (max-width: 959px) {
    .home-contacts .heading {
        padding: 0 0 10px 0;
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 959px) {
    .home-contacts .panel-head {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .home-contacts .panel-head .list-cat {
        display: inline-block;
    }

    .home-contacts .panel-head .list-cat li {
        float: left;
        position: relative;
    }

    .home-contacts .panel-head .list-cat li + li {
        margin-left: 10px;
        padding-left: 10px;
    }

    .home-contacts .panel-head .list-cat li + li:before {
        content: "";
        display: block;
        position: absolute;
        height: 10px;
        width: 1px;
        background: #fff;
        left: 0px;
        top: 5px;
    }
}

@media (max-width: 567px) {
    .home-contacts .list-article {
        margin-left: -5px;
    }

    .home-contacts .list-article > li {
        padding-left: 5px;
        margin-bottom: 10px !important;
    }

    .home-contacts .article .thumb {
        margin: 0 0 5px 0;
    }

    .home-contacts .article .title {
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }
}

@media (max-width: 479px) {
    .home-contacts .panel-head .list-cat {
        display: none;
    }

    .home-contacts .article .image {
        height: 80px;
    }
}

/* Home genearal */
.home-general {
    padding: 5px 0 10px 0;
}

.home-video, .home-subscribe {
    margin-bottom: 25px !important;
}

.home-video .featured {
    margin: 0 0 15px 0;
    height: 285px;
}

.home-video .list-video li:not(:last-child) {
    margin-bottom: 10px;
}

.home-video .list-video li a {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
}

.home-video .list-video li a:before {
    content: "\f144";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 13px;
    color: #122d4a;
}

.home-video .list-video li a:hover {
    color: #122d4a;
    text-decoration: underline;
}

.home-subscribe .form .form-row {
    margin-bottom: 10px;
    position: relative;
}

.home-subscribe .form .label {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    font-size: 13px;
    font-family: 'Open Sans Bold', sans-serif;
    color: #333;
}

.home-subscribe .form .input-text, .home-subscribe .form .form-select {
    height: 38px;
    line-height: 38px;
    background: #ebebeb;
    border: 1px solid #d5d5d5;
}

.home-subscribe .form .action {
    text-align: right;
}

.home-subscribe .form .btn-submit {
    display: inline-block;
    padding: 7px 25px;
    border: none;
    background: #194069;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans Bold', sans-serif;
    color: #fff;
    cursor: pointer;
}

@media (min-width: 960px) {
    .home-subscribe .form .form-row {
        padding-left: 120px !important;
    }

    .home-subscribe .form .label {
        position: absolute;
        left: 0px;
        margin: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* Product */
.panel-product .list-product > li {
    margin-bottom: 20px;
}

.product-catalogue, .product-related {
    margin-bottom: 25px !important;
}

.product-catalogue .panel-body {
    padding-bottom: 20px;
}

@media (max-width: 567px) {
    .panel-product .list-product {
        margin-left: -5px;
    }

    .panel-product .list-product > li {
        padding-left: 5px;
        margin-bottom: 10px !important;
    }
}

product-detail {
    margin-bottom: 25px !important;
    font-size: 15px;
    left: 20px;
    font-family: Arial, sans-serif;
    color: #000;
}

.product-detail .panel-body {
    margin-bottom: 15px;
}

.product-detail .gallery, .product-detail .introduction {
    margin-bottom: 20px;
}

.product-detail .gallery #slider {
    margin: 0 0 10px 0;
    border-radius: 0px;
    border: 1px solid #c8c8c8;
}

.product-detail .gallery #slider .image {
    padding: 3px;
    height: 300px;
}

.product-detail .gallery #carousel {
    margin: 0 !important;
}

.product-detail .gallery #carousel.flexslider {
    background: transparent;
}

.product-detail .gallery #carousel .slides li:nth-child(n+2) {
    margin-left: 5px;
}

.product-detail .gallery #carousel .slides li.flex-active-slide {
    position: relative;
}

.product-detail .gallery #carousel .slides li.flex-active-slide:before {
    content: "";
    display: block;
    position: absolute;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -ms-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: -ms-calc(100% - 10px);
    height: -o-calc(100% - 10px);
    height: calc(100% - 10px);
    background: transparent;
    border: 2px solid #282a7b;
    top: 5px;
    left: 5px;
    z-index: 9;
}

.product-detail .gallery #carousel .slides .image {
    padding: 3px;
    border: 1px solid #c8c8c8;
    height: 75px;
}

.product-detail .gallery #slider .flex-direction-nav > * > * {
    display: block !important;
    opacity: 1 !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(127, 127, 127, .5);
    text-align: center;
    z-index: 9;
}

.product-detail .gallery #slider .flex-direction-nav > * > *:before {
    color: #fff;
    font-size: 25px;
    z-index: 9;
}

.product-detail .gallery #slider:hover .flex-direction-nav > * > * {
    padding: 0;
}

.product-detail .gallery #slider .flex-direction-nav .flex-prev {
    left: 0px !important;
}

.product-detail .gallery #slider .flex-direction-nav .flex-next {
    right: 0px !important;
}

.product-detail .gallery .flex-direction-nav .flex-prev:before {
    content: '\f104';
    font-family: FontAwesome;
}

.product-detail .gallery .flex-direction-nav .flex-next:before {
    content: '\f105';
    font-family: FontAwesome;
}

.product-detail .introduction .title {
    margin: 0 0 15px 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'RobotoSlabBold', sans-serif;
    color: #282a7b;
}

.product-detail .introduction .price {
    margin: 0 0 10px 0;
}

.product-detail .introduction .price .new {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #f00;
}

.product-detail .introduction .price .old {
    margin: 0 0 0 15px;
    font-size: 13px;
    text-decoration: line-through;
    color: #999;
}

.product-detail .introduction .description {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dotted #4d4d4d;
    font-size: 13px;
    line-height: 22px;
}

.product-detail .introduction .support {
    padding: 10px 0;
    margin: 0 0 15px 0;
    border-top: 1px dotted #4d4d4d;
    border-bottom: 1px dotted #4d4d4d;
}

.product-detail .introduction .staff .avatar {
    float: left;
    width: 58px;
    height: 58px;
}

.product-detail .introduction .staff .avatar,
.product-detail .introduction .staff .avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.product-detail .introduction .info {
    float: right;
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: -ms-calc(100% - 58px);
    width: -o-calc(100% - 58px);
    width: calc(100% - 58px);
    padding-left: 10px;
}

.product-detail .introduction .info ul li {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    line-height: 18px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.product-detail .introduction .connect .label {
    font-size: 13px;
    margin: 0 0 5px 0;
}

.product-detail .introduction .connect ul {
    display: inline-block;
    padding: 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.product-detail .introduction .connect li {
    float: left;
}

.product-detail .introduction .connect li + li {
    margin-left: 5px;
}

.product-detail .introduction .connect li a {
    display: block;
    width: 21px;
    height: 20px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.product-detail .introduction .connect .yahoo a {
    background-image: url(img/icon-yahoo.png);
}

.product-detail .introduction .connect .skype a {
    background-image: url(img/icon-skype.png);
}

.product-detail .introduction .connect .zalo a {
    background-image: url(img/icon-zalo.png);
}

.product-detail .introduction .connect .viber a {
    background-image: url(img/icon-viber.png);
}

.product-detail .introduction .connect .facebook a {
    background-image: url(img/icon-facebook.png);
}

.product-detail .introduction .info ul a {
    color: #333;
}

.product-detail .introduction .info ul li:not(:last-child) {
    margin-bottom: 10px;
}

.product-detail .introduction .info ul li.email {
    background-image: url(img/icon-email2.png);
}

.product-detail .introduction .info ul li.phone {
    background-image: url(img/icon_landline.png);
}

.product-detail .introduction .info .title {
    margin: 0 0 5px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #282a7b;
}

.product-detail .introduction .share .label {
    display: block;
    font-size: 13px;
    margin: 0 10px 0 0;
}

.product-detail .introduction .buy {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #4d4d4d;
}

.product-detail .introduction .number .label {
    font-size: 13px;
    margin: 0 15px 0 0;
}

.product-detail .introduction .quantity-box {
    position: relative;
}

.product-detail .introduction .quantity {
    display: block;
    width: 60px;
    height: 38px;
    line-height: 38px;
    font-weight: 600;
}

.product-detail .introduction .quantity-box .btn {
    position: absolute;
    line-height: 18px;
    font-size: 18px;
    right: 7px;
    color: #9d9d9d;
    cursor: pointer;
}

.product-detail .introduction .quantity-box .btn-up {
    top: 3px;
}

.product-detail .introduction .quantity-box .btn-down {
    bottom: 3px;
}

.product-detail .introduction .action .btn {
    display: block;
    position: relative;
    padding: 10px 15px 10px 35px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    background-color: #3e4095;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    -ms-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;
    s
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.product-detail .introduction .action .btn-add {
    background-color: red;
    background-image: url(img/icon-cart2.png);
}

.product-detail .introduction .action .btn-buy {
    background-image: url(img/check.png);
}

.product-detail .introduction .action .btn + .btn {
    margin-left: 5px;
}

@media (max-width: 1220px) {
    .product-detail .introduction .share {
        display: block;
    }

    .product-detail .introduction .share .label {
        margin: 0 0 5px 0;
    }
}

@media (max-width: 1219px) {
    .product-detail .introduction .staff {
        margin-bottom: 10px;
    }

    .product-detail .introduction .support {
        display: block;
    }

    .product-detail .introduction .buy {
        display: block;
    }

    .product-detail .introduction .number {
        margin-bottom: 10px;
    }

    .product-detail .introduction .quantity {
        width: 160px;
    }
}

@media (max-width: 567px) {
    .product-detail .gallery #slider .image {
        height: 250px;
    }
}

.product-1 .thumb {
    margin: 0 0 10px 0;
    border: 1px solid #d5d5d5;
}

.product-1 .image {
    height: 175px;
}

.product-1 .title {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Open Sans Bold', sans-serif;
}

.product-1 .title a {
    color: #333;
}

@media (max-width: 479px) {
    .product-1 .thumb {
        padding: 5px;
    }

    .product-1 .image {
        height: 110px;
    }

    .product-1 .title {
        font-size: 13px;
        line-height: 18px;
    }
}


/* Tab */
.tabControl {
    position: relative;
    bottom: -2px;
}

.tabControl li {
    position: relative;
    z-index: 20;
    float: left;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    color: #333;
    border: 1px solid transparent;
}

.tabControl li + li {
    margin-left: 5px;
}

.tabControl li.uk-active, .tabControl li:hover {
    position: relative;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    background: #fff;
    border-top: 2px solid #282a7b;
    color: #282a7b;
    font-weight: 600;
}

.tabContent {
    padding: 15px 15px 10px 15px;
    color: #333;
    background: #fff;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .tabControl li {
        padding: 10px 15px;
        text-transform: none;
    }
}

@media (max-width: 599px) {
    .tabControl li {
        padding: 10px;
    }
}

@media (max-width: 567px) {
    .tabControl li {
        padding: 10px 10px;
        font-size: 13px;
    }
}

.readmore {
    margin: 10px 0 0 0;
}

.readmore * {
    font-size: 13px;
    color: #333;
}

/* Article */
.article-catalogue {
    margin-bottom: 25px !important;
}

.article-catalogue .panel-body {
    padding-bottom: 15px;
}

.article-catalogue .list-article .article-item {
    margin-bottom: 10px;
}

.project-catalogue .list-article > li, .karaoke-project .list-article > li {
    margin-bottom: 25px;
}

[class*=article-] .description p {
    margin: 0;
}

[class*=article-] .title a {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.article-1 {
    position: relative;
}

.article-1 .thumb {
    padding: 3px;
    border: 1px solid #c8c8c8;
    background: #fff;
}

.article-1 .info {
    position: relative;
}

.article-1 .image {
    height: 250px;
}

.article-1 .title {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Open Sans Bold', sans-serif;
}

.article-1 .title a {
    color: #252525;
}

.article-1 .title a:hover {
    color: #0054a6;
}

.article-1 .meta {
    margin: 0 0 5px 0;
    font-size: 13px;
    line-height: 20px;
    color: #898989;
}

.article-1 .time, .article-1 .viewed {
    position: relative;
    padding-left: 20px;
}

.article-1 .time {
    background: url(img/calendar.png) 0px 3px no-repeat;
}

.article-1 .viewed {
    margin-left: 20px;
    background: url(img/user.png) 0px 3px no-repeat;
}

.article-1 .description {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

@media (min-width: 479px) and (max-width: 767px) {
    .article-1 .thumb {
        width: 180px;
    }

    .article-1 .info {
        position: relative;
        width: -moz-calc(100% - 180px);
        width: -webkit-calc(100% - 180px);
        width: -ms-calc(100% - 180px);
        width: -o-calc(100% - 180px);
        width: calc(100% - 180px);
    }

    .article-1 .image {
        height: 120px;
    }

    .article-1 .viewed {
        margin: 0 0 0 10px;
    }

    .article-1 .title a:hover {
        color: #0071ba;
    }
}

@media (max-width: 959px) {
    .article-1 .title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .article-1 .description {
        display: none;
    }
}

@media (max-width: 479px) {
    .article-1 .thumb {
        width: 100px;
    }

    .article-1 .info {
        position: relative;
        width: -moz-calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
        width: -ms-calc(100% - 100px);
        width: -o-calc(100% - 100px);
        width: calc(100% - 100px);
        padding-left: 10px;
    }

    .article-1 .image {
        height: 80px;
    }

    .article-1 .title {
        font-size: 15px;
        font-weight: normal;
    }

    .article-1 .meta {
        display: none;
    }

    .article-catalogue .list-article .article-item {
        margin-bottom: 5px;
    }

    .article-catalogue .article-item:first-child {
        margin-bottom: 15px;
    }

    .article-catalogue .article-item:first-child .article-1 .thumb {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .article-catalogue .article-item:first-child .article-1 .image {
        height: auto;
    }

    .article-catalogue .article-item:first-child .article-1 .info {
        float: left;
        width: 100%;
        padding: 0;
    }

    .article-catalogue .article-item:first-child .article-1 .title {
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
    }

    .article-catalogue .article-item:first-child .article-1 .description {
        display: block;
    }

    .article-catalogue .article-item:first-child .article-1 .meta {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.article-2 .thumb {
    margin: 0 0 10px 0;
}

.article-2 .title {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Open Sans Bold', sans-serif;
    text-align: center;
}

.article-2 .title a {
    color: #333;
}

@media (min-width: 1220px) {
    .article-2 .image {
        height: 280px;
    }
}

@media (min-width: 767px) and (max-width: 1219px) {
    .article-2 .image {
        height: 220px;
    }
}

@media (min-width: 567px) and (max-width: 767px) {
    .article-2 .image {
        height: 180px;
    }
}

@media (min-width: 479px) and (max-width: 567px) {
    .article-2 .image {
        height: 140px;
    }
}

@media (max-width: 479px) {
    .project-catalogue .list-article {
        margin-left: -5px;
    }

    .project-catalogue .list-article > li {
        padding-left: 5px;
        margin-bottom: 10px;
    }

    .article-2 .title {
        font-size: 13px;
        line-height: 18px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        height: 18px;
    }

    .article-2 .image {
        height: 90px;
    }
}

.article-3 {
    font-family: Arial, sans-serif;
}

.article-3 .title {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans Bold', sans-serif;
}

.article-3 .title a {
    color: #333;
}

.article-3 .thumb {
    margin: 0 0 15px 0;
}

.article-3 .description {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

.article-3 .meta {
    border-top: 1px solid #898989;
}

.article-3 .view {
    display: block;
    position: relative;
    padding-left: 20px;
    background: url(img/preview.png) 0px 50% no-repeat;
}

.article-3 .detail a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 18px;
    background: #464646;
    color: #fff;
}

.article-detail {
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    background: #fff;
}

.article-detail .title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 24px;
    color: #0054a6;
}

.article-detail .article {
    font-size: 16px;
}

.article-detail .content,
.article-detail .action,
.article-detail .comments {
    margin-bottom: 20px;
}

.article-detail .meta {
    padding: 5px 10px;
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #999;
}

.article-detail .meta > * {
    position: relative;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.article-detail .meta > * + * {
    margin-left: 15px;
}

.article-detail .meta .time {
    background-image: url(img/calendar.png);
    background-position: 0px 2px;
}

.article-detail .meta .viewed {
    background-image: url(img/viewed.png);
}

.article-detail .article .description {
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.article-detail .article .content {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.article-detail .article img,
#tabContent .article img {
    display: block;
    width: auto !important;
    height: auto !important;
    margin: 0 auto 15px auto;
}

@media (max-width: 480px) {
    .article-detail .meta {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .article-detail .meta > * + * {
        margin-left: 0px;
    }
}

.article-related {
    margin-bottom: 25px
}

.article-related .heading-2 {
    margin: 0 0 10px 0;
}

.article-related .list-article li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #666666;
}

.article-related .list-article li + li {
    border-top: 1px dotted #898989;
}

.article-related .list-article li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0px;
    color: #666666;
}

.article-related .list-article li a {
    color: #000;
}

.article-related .list-article li a:hover,
.article-related .list-article li:hover:before {
    color: #0054a6;
}

.share-box > * + * {
    margin-left: 5px;
}

.share-box .plus {
    position: relative;
    margin-top: -4px;
}

/* Banner */
.banner p {
    margin: 0;
}

.banner a {
    display: block;
}

/* Contact */
.contact {
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    background: #fff;
}

.contact .contact-infomation,
.contact .contact-form {
    margin-bottom: 25px !important;
}

.contact .contact-infomation .note {
    margin-bottom: 10px;
    font-style: italic;
    color: #898989;
}

.contact .contact-infomation .company {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans Bold', sans-serif;
    color: #0054a6;
    font-weight: normal;
}

.contact .contact-infomation .address {
    margin-bottom: 15px;
}

.contact .contact-infomation .address p {
    margin: 0 0 5px 0;
}

.contact .contact-infomation .address a {
    color: #0054a6;
}

.contact .contact-map {
    padding: 4px;
    border: 1px solid #d5d5d5;
    height: 340px;
}

.contact .contact-form .label {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin-bottom: 15px;
}

.contact .contact-form .form-row {
    margin-bottom: 15px;
}

.contact .contact-form .input-text,
.contact .contact-form .form-select,
.contact .contact-form .form-textarea {
    border: 1px solid #d5d5d5;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.contact-form .form-select {
    color: #999 !important;
}

.contact .contact-form .input-text,
.contact .contact-form .form-select {
    height: 30px;
}

.contact .contact-form .form-textarea {
    height: 200px;
}

.contact-form .btn-submit {
    display: inline-block;
    padding: 7px 25px;
    cursor: pointer;
    background: #0054a6;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.page-social {
    margin-bottom: 15px;
}

.page-social li {
    float: left;
}

.page-social li + li {
    margin-left: 5px;
}

.page-social a {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #3b5998;
}

.page-social .facebook a {
    background: #3b5998;
}

.page-social .google a {
    background: #dd4b39;
}

.page-social .instagram a {
    background: #007bb6;
}

.page-social .twitter a {
    background: #26a6d1;
}

.page-social .youtube a {
    background: #c4302b;
}

/* Breadcrumb */
.breadcrumb {
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px;
    background: url(img/bg-breadcrumb.png) 0% 0%;
}

.breadcrumb ul a {
    font-size: 13px;
    line-height: 18px;
    color: #333;
}

.breadcrumb .uk-breadcrumb > li:nth-child(n+2):before {
    content: "\f101";
    font-family: FontAwesome;
    margin: 0 10px;
    color: #333;
}

.breadcrumb ul a:hover {
    color: #122d4a;
}

@media (max-width: 959px) {
    .breadcrumb {
        padding: 10px;
        margin-bottom: 15px;
    }
}


/* Pagination */
.pagination {
    margin-bottom: 20px !important;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}

.pagination li a {
    display: block;
    font-size: 13px;
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    color: #252525;
    border-radius: 0;
}

.pagination li a:hover,
.pagination .uk-active a {
    background: #122d4a;
    border-color: #122d4a;
    color: #fff;
}

/* </body> */
/* ################################################# */
/* Partner */
.partner {
    margin: 25px 0;
}

.partner .slider .image {
    height: 100px;
}

/* Footer subscribe */
.footer-subscribe {
    margin: 0;
    padding: 25px 0;
    background: #194069;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.footer-subscribe .title {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Open Sans Bold', sans-serif;
}

.footer-subscribe .form {
    position: relative;
    overflow: hidden;
}

.footer-subscribe .form .input-text {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 20px;
    border: none;
}

.footer-subscribe .form .btn-submit {
    display: block;
    position: absolute;
    padding: 0 25px;
    height: 38px;
    top: 0px;
    right: 0px;
    line-height: 38px;
    background: #fe8802;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

@media (min-width: 960px) {
    .footer-subscribe .form .input-text, .footer-subscribe .form .btn-submit {
        height: 42px;
        line-height: 42px;
    }

    .footer-subscribe .form {
        min-width: 550px
    }

    .footer-subscribe .form .input-text, .footer-subscribe .form .btn-submit {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
    }
}

@media (max-width: 959px) {
    .footer-subscribe .container {
        display: block;
    }

    .footer-subscribe {
        padding: 15px 0;
    }

    .footer-subscribe .title {
        margin: 0 0 5px 0;
        font-size: 15px;
    }

    .footer-subscribe .subtitle {
        display: none;
    }
}

@media (max-width: 479px) {
    .footer-subscribe .form .btn-submit {
        padding: 0 10px;
    }
}

/* <footer> */
.footer .upper {
    background: #122d4a;
}

.footer .upper .panel {
    padding: 25px 0 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.footer .upper .panel .heading {
    position: relative;
    margin: 0 0 15px 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
}

.footer .upper .panel .heading > * {
    color: #fff
}

.footer-contact .panel-body ul {
    list-style: none;
}

.footer-contact .panel-body ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-image: url(img/icon-location.png);
}

/* .footer-contact .panel-body ul li:nth-of-type(2) {
	background-image: url(img/icon-globe.png);
	background-position: 0px 3px;
} */
/* .footer-contact .panel-body ul li:nth-of-type(3) {background-image: url(img/icon-phone2.png);} */
.footer-contact .panel-body ul li:nth-of-type(3) {
    background-image: url(img/icon-location.png);
}

.footer-contact .panel-body ul li:nth-of-type(4) {
    background-image: url(img/icon-mobile.png);
    background-position: 0 0px;
}

.footer .upper .site-link li {
    position: relative;
    margin-bottom: 10px;
}

.footer .upper .site-link li a {
    display: block;
    padding-left: 25px;
    background: url(img/circle-arrow.png) 0px 3px no-repeat;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.footer-support {
    margin: 25px 0 0 0;
    padding-left: 55px;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Open Sans Bold', sans-serif;
    color: #fff;
    background: url(img/user-support.png) 0px 0px no-repeat;
}

.footer-support .title {
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.footer-support .phone-number {
    font-size: 18px;
    color: #dabc44;
}

.footer-intro .heading > * {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-intro .heading > *:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    background: #fff;
    left: 0px;
    bottom: 0px;
}

.footer-intro .description {
    margin: 0 0 25px 0;
    font-size: 13px;
    line-height: 22px;
}

@media (min-width: 599px) {
    .footer-info {
        padding-left: 50px !important;
    }
}

@media (min-width: 960px) {
    .footer-intro {
        padding: 25px 10px 10px 10px !important;
        background: #16385c;
    }
}

@media (max-width: 959px) {
    .footer .upper .order-1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
    }

    .footer .upper .order-2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
    }

    .footer .upper .order-3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        -o-order: 3;
        order: 3;
    }

    .footer-intro, .footer-support, .footer-facebook {
        margin-bottom: 20px !important;
    }
}

.footer .lower {
    padding: 10px 0;
    background: #194069;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}

.footer .lower a {
    color: #fff;
}

/* </footer> */
/* <animation> */
@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 500px;
        height: 500px;
    }
}

@-moz-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 500px;
        height: 500px;
    }
}

@-o-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 500px;
        height: 500px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 500px;
        height: 500px;
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 500px;
        height: 500px;
    }
}

@-moz-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 500px;
        height: 500px;
    }
}

@-o-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 500px;
        height: 500px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 500px;
        height: 500px;
    }
}

@-webkit-keyframes designTranslate {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0;
        transform: scale(.75);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes designTranslate {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0;
        transform: scale(.75);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-o-keyframes designTranslate {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0;
        transform: scale(.75);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes designTranslate {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0;
        transform: scale(.75);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* </animation> */
.desc-cat {
    margin: 0 0 20px 0;
}

.desc-cat .content {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.desc-cat .content p {
    margin: 0 !important;
    padding: 0 !important;
}

.desc-cat .content.cut-text {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 60px;
}

.desc-cat .viewmore a {
    display: inline-block;
    position: relative;
}

/* home-general */
.home-general {
}

.home-general .uk-panel {
    padding: 0 0 15px 0;
    border: 1px solid #175cab;
    border-top: none;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.home-general .heading {
    padding: 10px 0;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    background: #122d4a;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.home-general .heading .text {
    color: #fff;
}

.home-general .featured {
    position: relative;
}

.home-general .featured .cover {
    height: 195px;
}

.home-general .featured .title {
    position: absolute;
    width: 100%;
    padding: 5px 10px;
    top: 0px;
    left: 0px;
    z-index: 10;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    background: rgba(0, 0, 0, .6);
    text-align: center;
}

.home-general .featured .title .link {
    color: #fff;
}

.home-general .list-article {
    padding: 0 10px;
}

.home-general .list-article .item:not(:last-child) {
    margin-bottom: 7px;
}

.home-general .list-article .item .link {
    display: block;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    line-height: 20px;
    color: #252525;
}

.home-general .list-article .item .link:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0px;
    font-size: 12px;
    top: 0px;
}

.home-general .list-article .item .link:hover {
    color: #175cab;
}

.home-general .list-photo .photo-item .link {
    height: 85px;
}


.aside-hot-product {
}

.aside-hot-product .panel-head {
    margin: 0 0 15px 0;
}

.aside-hot-product .panel-head .heading {
    text-transform: uppercase;
    font-size: 20px;
}

.aside-hot-product .panel-body {
}

.aside-hot-product .panel-body li {
}

.aside-hot-product .panel-body li .product-2 {
}

.aside-hot-product .panel-body li .product-2 .thumb {
    position: relative;
}

.aside-hot-product .panel-body li .product-2 .thumb .image {
    height: 200px;
}

.aside-hot-product .panel-body li .product-2 .price {
    /* position:absolute; */
    bottom: 5px;
    right: 5px;
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.aside-hot-product .panel-body li .product-2 .info {
}

.aside-hot-product .panel-body li .product-2 .info .title {
    color: #333;
    margin: 10px 0 0 0;
}

.aside-hot-product .panel-body li .product-2 .info .title > * {
    color: #333;
    text-align: center;
    font-size: 15px;
}

@media (max-width: 415px) {
    .article-1 .thumb {
        width: 100%;
        float: none;
    }

    .article-1 .image {
        height: 200px;
    }
}

/* </karaoke.css> */
#fb-root .fb-customerchat iframe {
    left: 0 !important;
}

#fb-root .fb_dialog {
    left: 0 !important;
}

.zalo-chat-widget {
    left: 0 !important;
    right: unset !important;
}

iframe[data-testid="bubble_iframe"] {
    left: 0px !important;
    bottom: 82px !important;
}

/*@media screen and (max-width: 768px) {
    iframe[data-testid="bubble_iframe"] {
        left: 0 !important;
        bottom: 50%!important;
        transform: translateY(-50%);
    }
}*/

.ft-lower .hotline {
    position: fixed;
    display: inline-block;
    background: #ff0202;
    border: 0 solid #ff0202;
    border-radius: 20px;
    padding: 5px 16px 5px 5px;
    z-index: 9999;
    /*bottom: 60px;*/
    left: 10px;
    max-width: 250px;
    bottom: 10px;
    color: #ffffff;
}

.ft-lower .hotline img {
    width: 30px;
    margin-right: 10px;
}

.ft-lower .hotline a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.ft-lower .hotline.zalo {
    right: 10px;
    left: unset;
    background: #1c90cf;
    border-color: #1c90cf;
    min-width: 189px;
}

@media screen and (max-width: 768px) {
    .ft-lower .hotline {
        padding: 10px;
        border-radius: 999px;
    }

    .ft-lower .hotline a {
        display: none;
    }

    .ft-lower .hotline img {
        margin: 0;
        width: 40px;
    }

    .ft-lower .hotline.zalo {
        margin: 0;
        min-width: unset;
    }
}
