.empty-block {
    padding: 40px;
    text-align: center;
}

.cart-qty {
    display: inline-flex;
    align-items: center;
    border: 1px #ccc solid;
    padding: 8px;
    min-width: 80px;
}

.ico-head {
    position: relative;
}

.ico-head span {
    position: absolute;
    bottom: 0;
    background-color: red;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.img-wrap, .lSPager.lSGallery > li > a {
    position: relative;
    display: inline-block;
    padding-top: 68%;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #f3f3f3 url("../images/loader.gif") no-repeat center center;
}

.img-wrap.square {
    padding-top: 100%;
}

.img-wrap.circle {
    border-radius: 50%;
}

.img-wrap.fhd {
    padding-top: 56%;
}

.img-wrap > img {
    opacity: 0;
    width: 0;
    height: 0;
}

.player {
    border-width: 0;
    outline: none !important;
}

.player:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: rgba(255, 0, 0, 0.60);
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(20, 20);
    opacity: 0;
    transition: transform 225ms ease-in-out, opacity 320ms ease-in-out, box-shadow 450ms ease-in;
}

.player:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    border-left: 18px rgba(255, 0, 0, 0.60) solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    margin-left: 2px;
    transition: color 450ms ease-in-out;
}

.player:hover:before {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.player:hover:after {
    border-left-color: #ffffff;
}

.embed-responsive.embed-responsive-video {
    padding-top: 62%;
}

.lSPager.lSGallery > li > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    width: auto !important;
}

.swiper-wrapper.no-js {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.swiper-wrapper.no-js::-webkit-scrollbar,
.category-nav::-webkit-scrollbar {
    display: none;
}

.swiper-wrapper.no-js > a {
    display: inline-flex;
    width: calc(25% - 10px);
    margin: 5px;
    flex: 0 0 auto;
}

.scrollable {
    overflow: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.scrollable::-webkit-scrollbar {
    display: none;
}

.singer-carousel.no-js {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.singer-carousel.no-js > li {
    display: inline-flex;
    width: 100%;
    flex: 0 0 auto;
}

.error-page {
    display: flex;
    min-height: 320px;
}

.error-page.code-404 {
    background: transparent url("../images/error_404.png") no-repeat bottom center;
    background-size: contain !important;
}

.hover14 {
    position: relative;
}

.hover14 .caption h3 {
    font-size: 1.2em;
    display: block;
    padding: 12px;
    margin: 0;
    line-height: 1.2em;
}

.product-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.product-box > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px;
}

.nav .dropdown:hover .dropdown-menu {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.nav .dropdown:hover .dropdown-menu::-webkit-scrollbar {
    display: none;
}

@media (max-width: 768px) {
    .swiper-wrapper.no-js > a {
        width: calc(50% - 10px);
    }
    .image-column {
        margin-top: 20px;
    }

    .embed-responsive.embed-responsive-video {
        padding-top: 45%;
    }

    .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 3px #2380c3 solid !important;
        z-index: 400;
        background: #f6f6f6  no-repeat 10px 10px !important;
        background-size: auto 32px !important;
        transform: translateY(-100px);
        transition: transform 225ms ease-in-out;
    }
    .main-nav .navbar-header img{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 400;
        width: 186px;
        height: 46px;
    }

    .main-nav.slide-down {
        transform: translateY(0);
    }

    .main-nav .navbar-toggle {
        background-color: #333333 !important;
    }

    .main-nav .navbar-nav > li {
        padding-left: 20px;
        width: 100%;
        text-align: left;
    }

    .main-nav .navbar-nav > li > a {
        font-weight: normal !important;
        font-size: 1em !important;
        padding: 4px 8px !important;
    }

    .main-nav .navbar-nav > li > .dropdown-menu {
        position: relative !important;
    }

    .category-nav {
        display: flex;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
        list-style: none;
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    .category-nav > li {
        display: inline-flex;
        flex: 0 0 auto;
        width: calc(45%);
    }

    .category-nav > li > a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        width: 100%;
        font-size: 0.8em !important;
    }
}

@font-face {
    font-family: geomanist;
    src: url("Geomanist-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: geomanist;
    src: url("Geomanist-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

#content ul#imageGallery li:before {
    content: '' !important;
}

#menu2 {
    display: none !important;
}

ul#mobile-bar {
    width: 100%;
    position: fixed;
    margin: 0;
    padding: 5px;
    bottom: 0;
    background-color: #828282;
    z-index: 99999999;
}

ul#mobile-bar li {
    list-style: none;
    display: flex;
    float: left;
    width: 16%;
    background-color: red;
    text-align: center;
    padding: 5px 0;
}

ul#mobile-bar li a {
    margin: auto;
}

.thumbnail {
    padding: 0;
}

figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.product-box {
    position: relative;
}

.hover14.blur {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    position: absolute;
}

.hover14 img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.hover14:hover img {
    opacity: 1;
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
}

.hover14 .caption {
    cursor: pointer;
    width: 100%;
    position: absolute;
    opacity: 0;
    bottom: 0;
    background-color: #1780c3;
    color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.hover14:hover .caption {
    opacity: 1;
}

.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.slicknav_menu {
    opacity: 0;
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    background: #f6f6f6 !important;
    border-bottom: 3px solid #2380c3;
    transition: opacity 300ms ease-in-out;
}

.slicknav_btn {
    margin-top: 10px !important;
}

.slicknav_nav {
    margin-top: 60px !important;
}

.slicknav_nav a {
    color: #333 !important;
}

.slicknav_nav .slicknav_row:hover a {
    color: #fff !important;
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    color: #fff !important;
    background: #3e92c7 !important;
}

.navbar-fixed-top li {
    display: block;
}

.navbar-fixed-top {
    background: #1780c3 !important;
}

.navbar-fixed-top a {
    color: #fff !important;
}

.navbar-fixed-top li {
    display: block !important;
}

.navbar-fixed-top li:hover {
}

.navbar-fixed-top .navbar-collapse {
    max-height: initial !important;
}

.swiper-topic .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 250px;
}

.swiper-topic {
    margin: 40px 0;
}

#table-content-wrap.closed ul {
    display: none;
}

#table-content-wrap.closed {
    width: 150px;
    height: 43px;
}

#table-content-wrap .btn-tb-content {
    display: inline-block;
    background-color: #5f5f5f;
    float: right;
    margin-top: -4px;
}

ul#table-content {
    margin-top: -10px;
    margin: 15px 0px;
    padding-left: 4px;
    padding: 10px 15px;
    list-style: circle !important;
    margin-left: 15px;
}

ul#table-content li {
}

ul#table-content li:before {
    content: '' !important;
}

.btn-tableContent {
    margin-bottom: 10px;
    padding: 6px 5px !important;
    text-transform: initial !important;
}

#table-content-wrap {
    background-color: #F9F9F9;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

#table-content-wrap #title {
    margin-left: 15px;
    padding-right: 5px;
    padding-top: 10px;
    margin-bottom: -20px;
    font-size: 17px;
    color: #d0021b;
}

#content ul {
    list-style: circle !important;
}

/*#content ul li:before {*/
/*    content: "\f0a4";*/
/*    font-family: FontAwesome;*/
/*    display: inline-block;*/
/*    margin-left: -1.3em;*/
/*    width: 1.3em;*/
/*    color: #1780c3;*/
/*    font-size: 20px;*/
/*}*/

article p {
    font-size: 12pt;
}

article h2 {
    font-size: 25px;
}

article h3 {
    font-size: 22px;
}

article img {
    max-width: 100%;
}

article a.btn, a.btn:hover, a.btn:focus, a.btn:visited {
    text-align: center;
    display: table;
    margin: auto;
    color: #fff !important;
    text-decoration: none !important;
}

.lSSlideOuter img {
    width: 100% !important;
    height: 100% !important;
}

.oldPrice {
    font-size: 12pt;
    color: #989898;
}

.order-summary {
    margin: 15px 0px;
}

.order-summary .order-col {
    display: table;
    width: 100%;
}

.order-summary .order-col:after {
    content: "";
    display: block;
    clear: both;
}

.order-summary .order-col > div {
    display: table-cell;
    padding: 10px 0px;
}

.order-summary .order-col > div:first-child {
    width: calc(100% - 150px);
}

.order-summary .order-col > div:last-child {
    width: 150px;
    text-align: right;
}

.order-summary .order-col .order-total {
    font-size: 16px;
    color: #D10024;
}

.order-details .payment-method {
    margin: 30px 0px;
}

.order-details .order-submit {
    display: block;
    margin-top: 30px;
}

.input {
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    outline: none;
    width: 100%;
}

.billing-details {
    margin-bottom: 30px;
}

.section-title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-title .title {
    display: inline-block;
    text-transform: uppercase;
    margin: 0px;
    font-size: 23px;
}

.section-title .section-nav {
    float: right;
}

.section-title .section-nav .section-tab-nav {
    display: inline-block;
}

.product-block {
    border: 1px solid #fff;
    padding-bottom: 8px;
    height: 330px;
    padding: 5px;
    margin-bottom: 12px;
}

.productCategory-block {
    border: 1px solid #d2d2d2;
    padding-bottom: 8px;
}

.productCategory-block h3 {
    text-align: center;
    font-size: 13pt;
}

.input-number {
    position: relative;
}

.input-number input[type="number"]::-webkit-inner-spin-button, .input-number input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-number input[type="number"] {
    -moz-appearance: textfield;
    height: 40px;
    width: 100%;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    padding: 0px 35px 0px 15px;
}

.input-number .qty-up, .input-number .qty-down {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-number .qty-up {
    right: 0;
    top: 0;
    border-bottom: 0px;
}

.input-number .qty-down {
    right: 0;
    bottom: 0;
}

.input-number .qty-up:hover, .input-number .qty-down:hover {
    background-color: #E4E7ED;
    color: #D10024;
}

.cart-table {
    display: table;
}

.cart-table td {
    display: table-cell;
    vertical-align: middle;
}

.cart-table > tbody > tr > td {
    vertical-align: middle;
}

html {
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(194, 16, 8, 0.84), rgba(0, 0, 0, 0));
}

body {
    font-family: geomanist;
    font-size: 14px;
    color: #383838;
}

section {
    margin: 15px 0;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    display: none;
}

.product-block h3 {
    text-align: center;
    font-size: 13pt;
}

.navbar-inverse .navbar-nav > .open > a {
    color: #555 !important;
    background-color: #fff !important;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header {
    background-color: #FFFFFF;
}

.p50 {
    padding: 30px;
}

.wrap-video {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.wrap-video #my_video {
    width: 100%;
    position: absolute;
    top: -50%;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

#followus {
    position: fixed;
    left: 10px;
    bottom: 70px;
    width: 140px;
}

#callButton {
    position: fixed;
    left: 10px;
    bottom: 10px;
}

#callButton img {
    width: 70px;
    -webkit-animation: swing 2s infinite;
    -moz-animation: swing 2s infinite;
    -o-animation: swing 2s infinite;
    animation: swing 2s infinite;
}

.img-circle {
    border-radius: 100%;
}

.vp15 {
    padding: 15px 0;
}

.panel {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #d7dfe8;
}

.full-width {
    width: 100%;
}

.well {
    background-color: #fff;
    border: 1px solid #d7dfe8;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 15px;
}

.header-top {
    background-color: #1780c3;
    color: #fff;
    padding: 2px 0;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.nav-tabs.nav-justified a {
    text-transform: capitalize;
    border: 1px solid #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    transition: all ease-in-out 200ms;
}

.nav-tabs > li > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #1c678e;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus .navbar {
    background-color: #1780c3;
    border: none;
}

.navbar-inverse {
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    border-top: none;
    border-right: none;
    border-left: 0;
    border-radius: 0;
}

.media-heading {
    line-height: 1.3em;
    font-size: 16px;
    font-weight: bold;
}

.main-nav {
    margin-bottom: 0px;
    padding: 0px 0;
    box-shadow: 0px 5px 6px -5px #e6e6e5;
}

.nav-tabs {
    border: 0;
    margin-bottom: 10px;
}

.nav-tabs > li > a {
    color: #000;
    background-color: #F2F2F2;
    font-size: 18px;
    border-radius: 0;
    text-transform: uppercase;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    color: #fff;
}

.nav-tabs > li > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #1780c3;
}

.nav-tabs > li > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
}

.blockTitle a {
    color: #fff;
}
.blockTitle a:hover {
    color: red;
}
.blockTitle h2 i{
    content: " ";
    display: block;
    width: 0;
    height: 47px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 22px solid transparent;
    border-left: 15px solid;
    border-left-color: #0F0FAB;
    border-right: 0 solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
}

.homepage-row-product-title a:hover, .homepage-row-product-title a:focus {
    color: #f30707;
    text-decoration: none;
}

.home-banner {
    padding: 60px 0px;
    margin: 30px 0px;
    background-size: cover;
    background-color: #E4E7ED;
    background-position: center;
    background-repeat: no-repeat;
}

.home-banner h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.home-banner p {
    text-transform: uppercase;
    font-size: 20px;
}

.home-banner .btn-default {
    border-radius: 23px;
    font-weight: bold;
    opacity: 0.9;
}

.media-heading a {
    color: #146791;
}

.media-heading a:hover, .media-heading a:focus {
    color: #2380c3;
}

.navbar-nav li {
    padding-bottom: 0;
    padding: 0;
}

.nav .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.nav .dropdown:hover .dropdown-menu {
    margin-top: 0px;
    display: block;
    max-height: 300px;
    margin-right: 20px;
    min-width: 260px;
    opacity: 1;
}

.navbar-nav li:hover {
    color: #383838;
}

.navbar-nav .dropdown:hover > a {
    color: #00d5fb;
}

.nav-tabs li.active a {
    color: #fff;
}

.nav-tabs a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #555;
    padding: 12px 10px;
    font-size: 15.5px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    transition: all ease-in 200ms;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active {
    color: #1e84c5;
}

.navbar-brand {
    padding: 3px 7px;
}

.navbar-nav {
    width: 100%;
    text-align: center;
    float: none;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}

.dropdown-menu.columns-2 {
    min-width: 400px;
}

.dropdown-menu.columns-3 .col-sm-6 {
    min-width: 400px;
}

.dropdown-menu.columns-3 {
    min-width: 600px;
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}

.wrap-col-menu {
    min-width: 550px !important;
}

.multi-column-dropdown {
    list-style: none;
    padding-left: 0;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    padding: 13px 18px;
    font-size: 12pt;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #2f88c5;
    background-color: #fff;
}

.dropdown-menu > li > a {
    font-size: 12pt;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #1780c3;
    background-color: #fff;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
    .container-fluid {
        padding-left: 15px !important;
    }
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

.header-left {
    display: table;
}

.header-left .logo {
    padding: 10px 0;
    float: left;
    width: 234px;
}

.header-left .logo img {
    display: block;
}

.search-bar {
    float: left;
    padding-left: 20px;
    margin-top: 15px;
    width: calc(100% - 445px);
}

.well-topic h1 {
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #1c678e;
    text-transform: uppercase;
}

.homepage-row-product-title a .well-topic #createDate {
    padding: 12px 0;
}

.well-topic header {
    padding-bottom: 5px;
}

.well-topic #content {
    padding-top: 10px;
    line-height: 1.7em;
    font-size: 14px;
    text-align: justify;
}

.topicSidebar-item h4 {
    font-size: 15px;
}

.topicSidebar-item .media-body p {
    color: gray;
}

#custom-search-input {
    padding: 0px;
    margin-top: 10px;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    font-size: 12pt;
    background-color: #f3f3f3;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 17px 2px 16px;
}

.input-group-btn {
    background-color: #f3f3f3;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
}

#custom-search-input .glyphicon-search {
    font-size: 22px;
}

.hotline-head {
    position: absolute;
    top: 2px;
    display: inline-block;
    padding-left: 5px;
    /*margin-top: 15px;*/
    text-align: left;
}

.hotline-head .ico-head {
    margin-right: 10px;
    float: left;
    margin-top: 10px;
    transition: all 200ms ease-in-out;
}

.hotline-head .ico-head:hover {
    background-color: #167397;
    color: white;
    border: 1px solid #02678e;
}

.hotline-head .ico-head {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #959595;
    display: inline-block;
    line-height: 50px;
}

.hotline-head .ico-head i {
    font-size: 24px;
}

.hotline-head .number-hotline {
    float: left;
    display: inline-block;
    font-family: geomanist;
}

.hotline-head .hotline-number {
    font-size: 12px;
    line-height: 2px;
    margin-top: 20px;
    font-weight: bold;
    color: #ff0808;
}

.hotline-head .txt-hotline {
    color: #999;
    font-size: 10pt;
    font-family: geomanist;
    margin: 0;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.panel-inverse > .panel-heading {
    background-color: #fff;
    color: #272727;
    border-radius: 0;
    padding: 10px 7px 0px 7px !important;
}

.panel-inverse > .panel-heading a {
    color: #fff;
}

.panel-inverse > .panel-heading a:hover {
    color: #e53a40;
}

.panel-inverse h3 {
    font-size: 18px;
    /*padding: 8px 3px;*/
    margin: 0;
    /*text-transform: uppercase;*/
}

.product-box {
    border: 1px solid #d7dfe8;
    border-radius: 0;
}

.product-box h3 {
    line-height: 1.4em;
    height: 3em;
    overflow: hidden;
    margin-top: 0;
    font-size: 15px;
    text-align: center;
}

.product-box span.price {
    color: #eb1f27;
    font-weight: bold;
    font-size: 14px;
}

.product-box .product-img {
    position: relative;
    text-align: center;
}

.product-box .product-img .shortContent {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20%;
    background-color: white;
    width: 100%;
    height: 100%;
    opacity: 0;
    line-height: 1em;
}

.price {
    color: #eb1f27;
    font-weight: bold;
    padding: 8px 0;
    font-size: 18px;
}

.product-page-title {
    font-size: 14pt;
    margin: 5px 0;
}

.sidebar-title {
    font-size: 14pt;
    margin: 5px 0 20px 0;
}

.hotline-box {
    margin-top: 10px;
}

.title-box2nd {
    font-size: 16pt;
    margin: 20px 0;
}

.product-gallery {
    margin-top: 10px;
}

footer {
    border-top: 1px solid #ddd;
    background-color: #fff;
    margin-top: 50px;
}

footer .footer-bottom {
    background-color: #222;
    text-align: center;
    color: white;
    padding: 8px 0;
}

footer .footer-bottom a {
    color: white;
}

.homepage-row-product {
    margin: 0;
}

.blockTitle {
    position: relative;
    height: 45px;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 0px 20px;
}

.blockTitle h2 {
    display: inline-block;
    background: #0F0FAB;
    padding: 0 8px 0 12px;
    height: 106%;
    position: relative;
    margin: 0;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    color: #fff;
    line-height: 45px;
    font-size: 16px;
    text-transform: uppercase;
}

a#top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background: #146791;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-family: geomanist;
    text-decoration: none;
    z-index: 321;
}

.banner1, .banner2, .banner3, .banner4 {
    height: 68px;
    width: 100%;
}

.banner-section {
    margin-top: 8px;
    margin-bottom: 15px;
}

.list-group-item {
    height: 47.5px;
    border: 0;
}

.kinh-nghiem-hay {
    margin-bottom: 10px;
}

.kinh-nghiem-hay .item {
    display: table;
    border: 1px solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    transition: opacity 200ms ease-in-out;
}

.kinh-nghiem-hay .item:hover {
    opacity: 0.9
}

.kinh-nghiem-hay .item h3 {
    vertical-align: bottom;
    color: #fff;
    line-height: 1.45em;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 10px 15px;
    margin: 0;
}

.kinh-nghiem-hay .item:nth-child(1) {
    width: 50%;
    float: left;
    height: 374px;
}

.kinh-nghiem-hay .item:nth-child(1) h3 {
    font-size: 18px;
}

.kinh-nghiem-hay .item:nth-child(2) {
    width: 50%;
    float: left;
    height: 214px;
}

.kinh-nghiem-hay .item:nth-child(2) h3 {
    font-size: 16px;
}

.kinh-nghiem-hay .item:nth-child(3) {
    width: 25%;
    float: left;
    height: 160px;
}

.kinh-nghiem-hay .item:nth-child(3) h3 {
    font-size: 15px;
}

.kinh-nghiem-hay .item:nth-child(4) {
    width: 25%;
    float: left;
    height: 160px;
}

.kinh-nghiem-hay .item:nth-child(4) h3 {
    font-size: 15px;
}

.news-list-wrap {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
}

.news-list-wrap .news-item {
    padding: 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.news-list-wrap .news-item img {
    width: 34%;
    height: 145px;
    overflow: hidden;
    float: left;
}

.news-list-wrap .news-item .detail {
    width: 66%;
    float: left;
    padding-left: 20px;
    text-align: justify;
    padding-right: 15px !important;
}

.news-list-wrap .news-item .detail h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    padding: 0;
}

.news-list-wrap .news-item .detail .news-date {
    padding: 4px 0;
    font-size: 13px;
    color: #afafaf;
    margin-bottom: 5px;
}

.modal-content {
    border-radius: 0;
}

.modal-content .modal-header {
    background-color: #2380c3;
    color: #fff;
    /*border-left: 4px solid #eb1f27;*/
}

.phone-request {
    margin-bottom: 5px;
    border-radius: 4px;
}

.btn-custom-red {
    border: 0;
    color: #fff;
    background-color: #eb1f27;
    padding: 13px 22px;
    width: 100%;
    margin-bottom: 5px;
}

.btn-custom-primary {
    border: 0;
    color: #fff;
    background-color: #2b90d9;
    padding: 13px 22px;
    width: 100%;
}

.btn-default {
    color: #fff;
    background-color: #1980c3;
    border-color: #ccc;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #2b90d9;
    border: 0;
}

.mobile-navbar {
    display: none;
    clear: both;
}

.homeContent {
    padding: 20px 10px;
    font-size: 17px;
    line-height: 1.6em;
}

.homeContent ul {
    padding: 0;
    list-style-image: url("../images/check.png");
}

.homeContent h1 {
    font-size: 14pt;
    margin: 5px 0;
    font-weight: bold;
}

.list-group {
    margin-bottom: 0;
}

a.thumbnail {
    border-radius: 0;
}

a.thumbnail p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 35px;
    text-align: center;
    max-height: 48px;
    height: 43px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.thumbnail:hover, a.thumbnail:hover, div.thumbnail:hover {
    border-color: #146791;
}

.col-md-3 a.thumbnail {
    height: 280px;
}

.tabProduct {
    margin: 10px 0;
}

.thumbnail .caption {
    padding: 5px 5px 0 5px;
    height: 43px;
}

.main-topic {
    margin-top: 15px;
}

.pitech-input {
    margin: 5px 0;
    box-shadow: none;
    padding: 10px 10px;
    font-size: 12px;
}

.contact {
    margin: 18px 0;
}

.contactForm {
    margin: 8px 0;
}

.social-icon {
    transition: opacity 200ms ease-in-out;
}

.social-icon:hover {
    opacity: 0.8;
}

.facebook-icon {
    width: 42px;
    height: 42px;
    background: url("/images/facebook.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.google-icon {
    width: 42px;
    height: 42px;
    background: url("/images/google-plus.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.social-link {
    display: block;
    float: left;
    margin-right: 10px;
}

.btn-send-email {
    padding: 5px 30px;
}

.hot-box h3 {
    font-size: 16px;
    font-weight: bold;
}

.hottopic-section {
    margin-top: 20px;
}

ul.bottom-menu {
    list-style-type: none;
    display: inline-flex;
    padding-top: 10px;
}

.bottom-menu-wrap {
    background-color: #ff9900;
}

ul.bottom-menu li {
    padding: 0px 10px;
}

ul.bottom-menu li a {
    color: #fff;
}

ul.top-menu {
    list-style-type: none;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
}

ul.top-menu li {
    background-color: #f4f4f4;
    padding: 1px 12px;
    border-radius: 6px;
    margin: 2px;
}

article #content {
    font-size: 12pt !important;
}

.breadcrumb {
    margin-bottom: 5px;
    background-color: #fff;
    text-align: center;
}

.phone-request * {
    margin: 5px 0;
}

.form-inline {
    display: inline-flex;
}

.form-inline .form-group:first-child {
    padding-right: 10px;
}

/*.form-control {*/
/*    box-shadow: none;*/
/*    font-size: 11pt;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 22px;*/
/*}*/

h3.csname {
    font-size: 16px;
    font-weight: bold;
    color: #3f3f3f;
}

article #content h2 {
    font-size: 14pt !important;
    color: brown !important;
    font-weight: bold !important;
}

article #content h3 {
    font-size: 12pt !important;
    color: #1c678e !important;
    font-weight: bold !important;
}

article #content h2 span {
    font-size: 14pt !important;
    color: brown !important;
    font-weight: bold !important;
}

article #content h3 span {
    font-size: 12pt !important;
    color: #1c678e !important;
    font-weight: bold !important;
}

.hot-box h3 a {
    color: #13a1ff;
}

.hot-box h3 a:hover, .hot-box h3 a:focus {
    color: #1a81c5;
}

@media (max-width: 1200px) {
    article img {
        height: auto !important;
        max-width: 100%;
    }
    .fix-icon-share {
        display: block !important;
    }
}


@media (max-width: 767px) {
    footer {
        padding-bottom: 50px;
    }
    .price{
        font-size: 15px;
    }
    .product-price{
        height: 43px;
    }
    .slicknav_menu {
        opacity: 0;
        display: none;
    }

    .product-block {
        height: 278px;
    }

    article img {
        height: auto !important;
    }

    .wrap-video #my_video {
        top: initial;
    }

    .wrap-video {
        height: 200px;
    }

    .banner1, .banner2, .banner3, .banner4 {
        height: 48px;
        width: 100%;
    }

    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        padding-right: 3px;
        padding-left: 3px;
        margin-bottom: -13px;
    }

    .blockTitle h2 {
        padding: 0 0 0 3px;
        font-size: 11pt;
    }

    .well {
        padding: 12px;
    }

    .well-topic h1 {
        font-size: 18px;
    }

    .well-topic #createDate {
        padding: 5px 0;
    }

    .product-page-title {
        font-size: 12pt;
    }

    .mobile-navbar {
        display: block;
    }

    .header-left .logo {
        width: auto;
    }

    .header-right {
        text-align: right;
    }

    .hotline-head {
        padding-left: 0;
        margin-top: 12px;
    }

    .hotline-head .hotline-number {
        font-size: 14px;
        line-height: 0;
    }

    .hotline-head .txt-hotline {
        font-size: 10pt;
    }

    .hotline-head .ico-head {
        width: 28px;
        height: 28px;
        line-height: 31px;
        margin-top: 14px;
        margin-right: 5px;
    }

    .hotline-head .ico-head i {
        font-size: 16px;
    }

    .news-list-wrap .news-item {
        padding: 8px;
    }

    .news-list-wrap .news-item img {
        width: 100%;
    }

    .news-list-wrap .news-item .detail {
        width: 100%;
        padding: 5px 0;
    }

    .news-list-wrap .news-item .detail h3 {
        padding: 5px 0;
        font-size: 16px;
    }

    .news-list-wrap .news-item .detail .news-date {
        padding: 0;
    }

    .news-list-wrap .news-item img {
        height: 160px;
    }

    .product-box h3 {
        height: 2.5em;
        font-size: 12px;
    }

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

    .mobile-navbar {
        display: block;
        overflow: hidden;
        padding-top: 1.5%;
        margin: auto;
    }

    .mobile-navbar a {
        float: left;
        position: relative;
        width: 23.5%;
        height: 42px;
        margin: 0 0 5px 1.18%;
        border: 1px solid #1c678e;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        background: #e5e5e5;
        background: -webkit-linear-gradient(top, #fff, #e5e5e5);
        background: -moz-linear-gradient(top, #fff, #e5e5e5);
        background: -ms-linear-gradient(top, #fff, #e5e5e5);
        background: -o-linear-gradient(top, #fff, #e5e5e5);
    }

    .mobile-navbar h3 {
        margin: 0;
        font-size: 11px;
        font-weight: 600;
        padding: 9.5px 0;
        color: #1c678e;
        text-align: center;
        line-height: 1.2em;
    }

    .thumbnail .caption {
        padding: 0;
    }

    .header-left .logo img {
        margin-top: 4px;
    }

    .quote {
        padding: 45px 50px;
    }
}

@media (min-width: 768px) {
    .modal-md {
        width: 400px !important;
    }

    .edit_potion_menu {
        margin-left: -110px !important;
    }

    .edit_potion_sub_menu_1 {
        left: -100px !important;
    }

    .header-left .edit_potion_logo {
        margin-left: 30px;
    }

}

.display-inline {
    white-space: nowrap;
}

.div_nav_button_head {
    float: left;
    margin-top: 25px;
}

.img-nav-btn-hotline {
    height: 30px;
    width: 30px;
}

.img-nav-btn-tel {
    height: 30px;
    width: 30px;
}

a.thumbnail span {
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn-custom-product-add {
    /*border: 0;*/
    color: #fff;
    background-color: #eb1f27;
    /*margin-top: 14px;*/
    /*padding: 13px 22px;*/
    /*!* width: 100%; *!*/
    /*margin-bottom: 9px;*/
}

.product-title-experience {
    text-transform: uppercase;
    color: black;
    font-size: 14px !important;
}

.product-intro-experience {
    margin: 0;
    color: #777;
    font-size: 13px;
}

@media (max-width: 767px) {
    .product-block-experience {
        height: 229px !important;
    }
}

.product-block-experience {
    border: 1px solid #d2d2d2;
    padding-bottom: 8px;
    height: 330px;
    padding: 5px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .product-block-discount {
        height: 279px !important;
    }
}

.right-box-product-category {
    height: 314px;
}

.product-font-size {
    text-transform: uppercase;
}

.underline-title {
    border-top: 1px solid red;
    /* height: 1px; */
    /* background-color: red; */
    margin-top: 5px;
    margin-bottom: 0px;
    width: 183px;
}

.md-section {
    margin: 0px 0px !important;
}

/* begin css for menu */
#nav-hori {
    height: 50px;
    background: #0F0FAB;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
}

#nav-hori.fixed .navone {
    float: left;
    width: 230px;
}

#nav-hori.active .navone .primary { /* display:none; */
}

#nav-hori.fixed .navone:hover .primary, #nav-hori.active .navone:hover .primary {
    display: block;
}

#nav-hori.fixed .navone > ul > li {
    background: #ffffff;
}

#nav-hori.fixed .navone > ul > li > a {
    font-weight: 500;
    color: #e51f28;
}

#nav-hori.fixed .navone > ul > li:hover, #nav-hori.fixed .navone > ul > li:hover > a {
    background: #f5f5f5;
}

#nav-hori.fixed .navone .not-pro {
    display: none;
}

#nav-hori.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 5px #999;
    padding: 10px 0;
    height: 68px;
}

#nav-hori.fixed .hApp {
    display: none;
}

#nav-hori.fixed .primary {
    display: none;
}

#nav-hori.fixed #search {
    top: 0px;
    left: 280px;
    height: 50px;
}

#nav-hori.fixed .text-search {
    height: 45px;
}

#nav-hori.fixed #submit-search {
    height: 44px;
    background-position: -60px -79px;
}

#nav-hori.fixed .search_catlist {
    height: 45px;
    line-height: 45px;
}

#nav-hori.fixed .search_catlist .s_list {
    top: 45px;
}

#nav-hori.fixed .icon_hotline {
    top: -6px;
}

#nav-hori.fixed .icon_hotline .img {
    display: none;
}

#nav-hori.fixed .icon_hotline .hide {
    display: block;
}

#nav-hori.fixed .hotline {
    top: 3px;
    right: 345px;
    width: 100px;
    text-align: center;
    font-size: 20px;
    display: block;
}

#nav-hori.fixed .hotline .til {
    display: none;
}

#nav-hori.fixed .location {
    top: 11px;
    right: 175px;
}

#nav-hori.fixed #cart-header {
    top: 10px;
    right: 0;
}

.transition {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.navone {
    position: relative;
    width: 100%;
}

.navone > p {
    display: block;
    height: 50px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0 12px;
    background: #e51f28;
    cursor: pointer;
    font-weight: 600;
    width: 230px;
    box-sizing: border-box;
    position: relative;
    top: 0px;
}

.default .navone > p {
    display: none;
}

.navone > p > i {
    margin-left: 5px;
}

.navone > ul > li {
}

.navone > ul > li:last-child:hover span {
}

.navone > ul > li > a {
    line-height: 40px;
    text-decoration: none;
    color: #ffffff;
    padding: 0 15px;
    display: block;
}

.navone > ul > li > a > img {
    vertical-align: middle; /* margin-right:5px; */
    max-height: 35px;
    width: 25px;
    margin-top: -5px;
}

.navone > ul.primary > li:hover > a {
    background: #ffc72c;
    color: #fff;
}

.navone > ul.primary > li:first-child:hover > a {
}

.navone > ul.primary > li:hover > a img { /*filter: grayscale(100%);*/
}

.navone > ul > li > a {
    background-position: 0 8px !important;
    background-repeat: no-repeat !important;
    background-size: 25px 25px !important;
}

.navone > ul > li:hover > a {
}

.navone > ul > li > a span {
}

.navone > ul > li:hover > a span {
}

.navone > ul > li:nth-child(n+2) > a img {
    display: none;
}

.navone > ul > li:hover {
    background: #ffc72c
}

.navone > ul > li:nth-child(1):hover {
}

.navone > ul > li:hover .span-root {
    display: inline-block;
    box-sizing: border-box;
    color: #e51f28 !important;
    height: 25px;
    line-height: 25px;
}

.primary .level2 { /* display: none; */
    position: absolute;
    left: 230px;
    top: 0;
    z-index: 22;
    background: #f5f5f5;
    width: 970px; /* */
    min-height: 100%;
    max-height: inherit;
    padding: 7px 15px 15px;
    border-right: 0px solid #CCCCCC;
    border-bottom: 0px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.primary > li:hover > .level2 { /* display: block; */
}

.primary .level2 > li {
    padding: 10px 0 0;
    font-size: 14px;
    line-height: normal;
}

.primary .level2 > li:nth-child(4n) {
}

.primary .level2 > li > a {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    display: block;
    color: #000;
    width: 400px;
}

.primary .level2 .banner {
    padding: 0;
    width: auto;
    float: none;
}

.primary .level2 img.big_image {
    position: absolute;
    right: 0;
    top: 0;
    width: 172px;
    height: 432px;
}

.primary .level2 li a:hover {
    color: #e51f28;
}

.primary .level2 .banne {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 34%;
    max-height: 50%;
}

.primary .level2 .banne img {
    max-width: 100%;
    height: auto;
}

.container_menu {
    width: 1200px;
    margin: auto;
    position: relative;
}

.primary {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    z-index: 66;
    border-right: 0px solid #ccc; /* border-bottom: 1px solid #ccc; */
    background: #fff;
    width: 230px;
    margin-left: 0;
}

.default .navone > ul {
    float: left;
    width: 100%;
    background: none;
}

.default .navone > ul > li {
    float: left;
    border-right: 0px solid #fff;
}

.default .navone > ul > li:last-child {
    border-right: none;
}

.default .navone > ul > li > a {
    padding: 0 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
}

.default .navone > ul > li > a:hover, .default .navone > ul > li:hover > a {
    background: #ffffff;
}

.default .navone .primary .level2 {
    left: 134px;
    top: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    min-height: initial;
    max-height: initial;
    width: 930px;
}

.box-sub-nav {
    float: left;
    width: 20%;
    padding: 9px;
    box-sizing: border-box
}

.box-sub-nav a {
    display: block;
    line-height: 16px;
    color: #333;
    margin-bottom: 4px
}

.box-sub-nav a.cat1 {
    font-weight: 700;
    color: #333;
    position: relative;
    display: block;
    font-size: 14px;
}

.box-sub-nav a.cat1:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #e51f28;
    display: inline-block;
    position: absolute;
    left: -12px;
    top: 5px;
}

.box-sub-nav a.cat2 {
    font-size: 12px
}

.box-sub-nav a.cat1:hover, .box-sub-nav a.cat2:hover {
    color: #e51f28;
}

.box-sub-nav .view-all {
    color: #e51f28;
    font-size: 12px;
}

.box-sub-nav .view-all:after {
    content: '';
    display: inline-block;
    border: solid 4px transparent;
    border-left-color: #ec008c;
    margin-left: 5px
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.primary .level2 {
    display: none;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, -webkit-transform .5s;
    transition: opacity 0.5s, transform .5s;
    -webkit-transition: all .45s ease-out 0;
    -moz-transition: all .45s ease-out 0;
    -o-transition: all .45s ease-out 0;
    transition: all .45s ease-out 0;
    -moz-transform: translate(30px, 0);
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
    opacity: 0;
}

.primary > li:hover > .level2 {
    display: block;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}


/*  description*/
.heading-description {
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
}

.heading-description h1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

.content-intro-table blockquote {
    border-left: 3px solid #446084;
    border-right: solid 1px;
    background: url(/images/qoute.png) no-repeat;
    background-position: left 5px;
    background-size: 3%;
    box-shadow: 2px 2px 15px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-intro-table table tr td {
    border: solid 1px;
}

.content-intro-table table tr:hover {
    background-color: #a6d2f5;
}

.content-intro-table blockquote p {
    margin-left: 12px;
}

.content-article-table blockquote {
    border-left: 3px solid #446084;
    border-right: solid 1px;
    background: url(/images/qoute.png) no-repeat;
    background-position: left 5px;
    background-size: 3%;
    box-shadow: 2px 2px 15px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-article-table table tr td {
    border: solid 1px;
}

.content-article-table table tr:hover {
    background-color: #a6d2f5;
}

.content-article-table blockquote p {
    margin-left: 12px;
}

/* slider */
.slider-item {
    height: 65px;
    padding: 13px 10px 0 10px;
    border-left: 1px solid #d4d4d4;
    background: #f9f8f8;
    position: relative;
    text-align: center;
    /*float: left;*/

}

.swiper-slice-item :hover {
    background: #0a6ebd;
}

.slider-item p {
    font-family: cursive;
}
.img-title-banner{
    margin: 0 0 20px;
}

.pdLabel.sale{
    background: #143358;
    font-size: 13px;
}
.pdLabel {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
    padding: 5px 10px;
    background: #000;
    color: #fff;
}
.pdComparePrice{
    color: #999999;
    font-size: 13px;
    font-style: italic;
}
.fix-cut-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    font-size: 13pt;
}
.fix-cut-title-post{
    font-size: 13pt;
}
/* hover css */
.img-hover-product{

    /*background: #222f3e;*/
    height: 197px;
    overflow: hidden;
    border-radius: .5em;
    border: 0px solid rgba(255, 255, 255, .05);
}

.img-hover-product img {
    transition: transform .5s ease;
}

.img-hover-product:hover img {
    transform: scale(1.5);

}
.img-hover-zoom{
    /*background: #222f3e;*/
    height: 170px;
    overflow: hidden;
    border-radius: .5em;
    border: 0px solid rgba(255, 255, 255, .05);
}
.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.5);
}

.img-hover-zoom-rigth-box{
    height: 156px;
    overflow: hidden;
    border-radius: .5em;
    border: 0px solid rgba(255, 255, 255, .05);
}
.img-hover-zoom-rigth-box img {
    transition: transform .5s ease;
}

.img-hover-zoom-rigth-box:hover img {
    transform: scale(1.5);
}


.img-title-hover-banner{
    /*height: 250px;*/
    overflow: hidden;
    border-radius: .5em;
    border: 0px solid rgba(255, 255, 255, .05);
}

.fix-css-footer{
    left: 6%;
    /*width: 25%;*/
}

/*css intro home index*/
.grid-about{
    padding: 50px 10px;
    background: #f6f6f6;
    margin-bottom: 30px;
}
.grid-about .content-column .inner-column h2{
    position: relative;
    font-size: 32px;
    font-family: helvetica-medium,Sans-serif;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 0;
}
.grid-about .content-column .inner-column h1{
    position: relative;
    font-size: 32px;
    font-family: helvetica-medium,Sans-serif;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 0;
}
.grid-about .content-column .inner-column a{
    position: relative;
    padding: 0 20px;
    text-transform: capitalize;
    background: 0 0;
    color: #1780c3;
    border: 2px solid #1780c3;
    line-height: 36px;
    font-size: 16px;
    font-family: helvetica-bold,Sans-serif;
    border-radius: 5px;
    display: inline-block;
}
.grid-about .image-column .inner-column{
    position: relative;
    overflow: hidden;
}
.grid-about .image-column .inner-column img{
    max-width: 100%;
    height: auto;
}

/*css menu product index*/
.fix-menu-cate{
    margin-bottom: 0px !important;
    overflow: hidden;
    height: 0px;
}
.fix-font-color-cate li{
    border-right: 2px solid #c1c1c1;
}
.fix-font-color-cate li a {
    font-family: Arial;
    font-size: 12px;
    line-height: 19px;
    color: #363636;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 7px;
}
.fix-font-color-cate{
    text-align: right;
    margin-left: -58px;
    padding-left: 125px;
}

@media (max-width: 768px){
    .fix-menu-media{
        overflow: auto !important;
        height: auto !important;
    }
    .fix-menu-cate{
        overflow: auto !important;
        height: auto !important;
    }
    .fix-navbar-brand-title{
        position: relative !important;
    }
    .fix-font-color-cate{
        text-align: left !important;
        margin-left: 5px;
        padding-left: 0px !important;
    }
    .fix-font-color-cate li{
        border-right:none !important;
    }
    .img-hover-zoom {
        height: auto !important;
    }
}
.load-cat{
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    display: inline-block;
    font-size: 14px;
    font-family: helvetica-bold,sans-serif;
    padding: 15px 15px;
    color: #777;
}
.container-fluid {
    padding-left: 0px;
}

/*menu in widget*/
.homepage-user-product-vip{
    background-color: #0F0FAB;
    margin-bottom: 10px;
    border-bottom: 2.5px solid #F97F06
}
.product-block-user-prd{
    border: 1px solid #d2d2d2;
    padding-bottom: 8px;
    height: 106px;
    padding: 5px;
    margin-bottom: 12px;
    margin-top: -7px;
    width: 371px;
    margin-left: -6px;
}
.color-user-product-vip{
    color: #fc4e4e;
    font-weight: bold;
    font-size: 14px;
    font-family: serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 228px;
}
.h2.title-mystyle{
    color: #fff;
    font-size: 1.4567rem;
    margin: 10px 0;
}
.homepage-row-product-title p {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    padding: 12px 0 0 12px;
    text-transform: uppercase;
    color: #fff;
}
.product-name-district ul {
    list-style-type: none;
}
.overflow-product-type p {
    font-size:18px;
    padding: 8px 3px;
    margin: 0;    
    font-weight: 600;
}

/*css detail category */
.lcb-left h2{
    margin-bottom: 10px;
}
.lcb-left h2 .txt{
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    background: #d21d21;
    text-transform: uppercase;
    color: #fff;
}
.lcb-left .list-newsest .item{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}
.lcb-left .list-newsest .item .thumb{
    width: 32%;
    display: block;
    margin-right: 20px;
}
.lcb-left .list-newsest .item .thumb img{
    display: block;
    width: 100%;
    max-height:120px;
}
.lcb-left .list-newsest .item .item-info{
    width: 65%;
    display: flex;
    flex-direction: column;
}
.lcb-left .list-newsest .item .item-info .title{
    font-size: 18px;
    line-height: 21px;
    font-family: Arial;
    font-weight: bold;
    /*margin-bottom: 20px;*/
    color: #363636;
}
.lcb-left .list-newsest .item .item-info .title h3 {
    margin-block-start: 0px;
    font-size: 18px;
    font-family: Arial;
}
.lcb-left .list-newsest .item .item-info .des{
    font-size: 15px;
    line-height: 20px;
    font-family: Arial;
    color: #545454;
}
@media (max-width: 768px) {
    .lcb-left .list-newsest .item .thumb img{
        display: block;
        width: 100%;
        height: 111px !important;
    }
}

.list-newsest{
    padding-inline-start: 0px;
}
.fix-title{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px !important;
    -webkit-line-clamp: 4;
    height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.fix-des-intro{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 7;
    height: 185px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
}
.fix-intro-index{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 7;
    height: 85px;
    display: -webkit-box;
    /*-webkit-box-orient: vertical;*/
}
.fix-intro-cate{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 103px;
    display: -webkit-box;
}
.fix-cut-string{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 5;
    height: 82px;
    display: -webkit-box;
}
.fix-items{
    display: flex ;
    justify-content: space-between;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #dbdbdb;
}
.fix-thumb-posts{
    width: 50% !important;
}
.fix-icon-share{
    display: flex;
}

/*css index top */
.tn-left .list-box{
    background: #f4f4f4;
    margin-bottom: 10px;
    list-style: none;
}
.tn-left .list-box li{
    padding: 8px 6px;
    border-bottom: 2px solid #ededed;
    margin-left: -39px;
}
.tn-left .list-box li a{
    display: flex;
    justify-content: space-between;
}
.tn-left .list-box li a .thumb{
    width: 45%;
    display: block;
}
.tn-left .list-box li a .thumb img{
    display: block;
    width: 100%;
    height: 78px;
}
.tn-left .list-box li a .title{
    width: 50%;
    font-family: Roboto;
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
    color: #363636;
}
.tn-left .thread{
    /*display: flex;*/
    flex-direction: column;
    background: #fafafa;
}
.tn-left .thread h2{
    display: flex;
    background: #f4f4f4;
    font-size: 14px;
}
.tn-left .thread .thread_box{
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tn-left .thread .thread_box p{
    width: 140px;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    color: #363636;
}
.tn-left .thread .thread_box .thumb{
    width: 70px;
    height: 70px;
    display: block;
}
.tn-left .thread h2 span{
    font-family: Roboto-Bold;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 5px;
    background: #00217b;
    width: 72px;
    text-transform: uppercase;
    text-align: center;
}
.tn-left .thread .thread_box .thumb img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.tn-left .thread .title{
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #363636;
    padding: 10px 15px;
}
.tn-newsest .thumb{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.tn-newsest .thumb img{
    display: block;
    width: 100%;
    height: 338px;
}
.tn-newsest .title{
    font-family: Playfair;
    font-weight: bold;
    font-size: 24px;
    color: #363636;
    line-height: 30px;
    margin-bottom: 8px;
}
.tn-newsest p{
    font-family: Roboto;
    font-size: 14px;
    line-height: 22px;
    color: #545454;
}
.swiper-button-prev-top{
    left: 0px !important;
    background-color: #e5e5e5;
    color: #a1a1a1;
    width: 35px;
    height: 65px;
    top: 41% !important;
}
.swiper-button-next-top{
    right: 0px !important;
    background-color: #e5e5e5;
    color: #a1a1a1;
    width: 35px;
    height: 65px;
    top: 41% !important;
}
.title-name{
    text-align: center;
    /* font-family: cursive; */
    color: #32323d;
    height: 44px;
}
.fix-new-posts{
    height: 255px;
}
.ct-threadbar{
    display: flex;
    background: #d3d9e5;
    height: 35px;
    /*padding: 5px 15px;*/
}
.ct-threadbar h2{
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #00217b;
    padding-left: 10px;
    text-transform: uppercase;
    position: relative;
    padding-right: 8px;
    border-right: 2px solid #d21d21;
    margin-right: -38px;
    margin: 0;
    top: 10px;
    margin-bottom: 14px;
}
.ct-threadbar .ct-threadbar_list{
    display: flex;
    margin-top: 15px;
    margin-left: -37px;
}
.ct-threadbar .ct-threadbar_list .item:first-child{
    padding-left: 20px;
    border-left: 1px solid #d21d21;
}
.ct-threadbar .ct-threadbar_list .item{
    display: flex;
    align-items: center;
    margin-right: 13px;
}
.ct-threadbar .ct-threadbar_list .item a{
    font-family: Arial;
    line-height: 19px;
    font-size: 14px;
    color: #d21d21;
    text-transform: uppercase;
}
.color-media{
    background-color: #e6ebf0;
}
.swiper-container-home-top{
    margin-top: 16px;
}

.sidebar .tabs .tab-content{
    margin-bottom: 10px;
}
.tabs .tab-content{
    background: #fff;
    /*-webkit-box-shadow: 0 2px 3px #ddd;*/
    box-shadow: 0 2px 3px #ddd;
    /*height: 525px;*/
    padding: 20px;
}
.story--text{
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 15px;
    display: flex;
}
.story--text .meta{
    font-size: 12px;
    color: #888;
    /*display: block;*/
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.story--text__title{
    width: 80%;
    color: #00739f;
    display: inline-block;
}
.tab-content>.active{
    display: block;
}

.scrollbar{
    /*height: 500px;*/
    /*margin-bottom: 25px;*/
    /*margin-left: 22px;*/
    /*margin-top: 40px;*/
    /*width: 65px;*/
    /*overflow-y: scroll;*/
}
.force-overflow {
    min-height: 450px;
}
#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}
#style-1::-webkit-scrollbar-thumb {
    background-color: #F5F5F5;
}
.fix-title-widget-top{
    margin-top: -23px;
}
.fix-title-widget-top p{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #383838;
}
.fix-meta-des-index-top{
    font-size: 16px;
    font-family: Arial;
    text-align: justify;
}
.fix-icon-share {
    display: flex;
}
.meta img{
    max-width: 65px;
}

.d-none {
    display: none!important;
}

.container_rss{
    width: 100%;
    max-width: 1130px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.title-page {
    font-size: 24px;
    line-height: 160%;
    font-weight: 700;
    margin-bottom: 15px;
}
.sub-title-page {
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 15px;
    display: inline-block;
}
.page-rss p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 20px;
}
.wrap-list-rss {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.page-rss .wrap-list-rss .list-rss:first-child {
    margin-right: 15px;
}

.page-rss .wrap-list-rss .list-rss {
    width: 50%;
    color: #4F4F4F;
    font-size: 18px;
    line-height: 1.1666666667;
    margin-bottom: 15px;
}
.page-rss .wrap-list-rss .list-rss li {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    list-style-type: none;
}
.page-rss .wrap-list-rss .list-rss a {
    padding: 15px 0;
    display: block;
}
.page-rss .wrap-list-rss .list-rss .icon-rss {
    font-size: 13px;
    line-height: 1.1538461538 !important;
    float: right;
    color: #222;
    margin-top: 3px;
    transition: all .4s ease;
}
.page-rss .wrap-list-rss .list-rss .icon-rss .ic {
    background: #EE802F;
    fill: #fff;
    padding: 2px;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-left: 10px;
    border-radius: 1px;
}

.ic {
    width: 16px;
    height: 16px;
    fill: #757575;
    display: inline-block;
    vertical-align: middle;
}

/*css sự kiện */
.threadbar{
    margin-bottom: 8px;
}
.threadbar .threadbar_wrapper{
    display: flex;
    align-items: center;
    position: relative;
    background: #f4f4f4;
    padding: 10px 0 5px;
}
@media (max-width: 768px){
    .threadbar .threadbar_wrapper{
        align-items: center;
        position: relative;
        background: #f4f4f4;
        padding: 10px 0 5px;
        display: flow-root;
    }
    .w1040{
        width: auto !important;
        margin: 0 auto !important;
    }
}
.threadbar .threadbar_wrapper .threadbar-info{
    font-family: Roboto-Bold;
    font-size: 17px;
    line-height: 16px;
    color: #d21d21;
    padding-left: 5px;
    margin-right: 8px;
    text-transform: uppercase;
    margin-top: -9px;
}
.w1040{
    width: 1170px;
    margin: 0 auto;
}
.threadbar .threadbar_wrapper .list-threadbar{
    display: flex;
    list-style: none;
}
/*ul{*/
/*    list-style: none;*/
/*}*/
.threadbar .threadbar_wrapper .list-threadbar .threadbar-item{
    margin-right: 10px;
    background: #fff;
    border-radius: 100px;
}
.threadbar .threadbar_wrapper .list-threadbar .threadbar-item a{
    display: flex;
    padding: 4px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #363636;
}
.threadbar .threadbar_wrapper .time-header{
    position: absolute;
    display: flex;
    right: 20px;
}
.threadbar .threadbar_wrapper .time-header .date{
    font-family: Arial;
    font-size: 10px;
    line-height: 11px;
    color: #363636;
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid #707070;
}
.threadbar .threadbar_wrapper .time-header .time{
    font-family: Arial;
    font-size: 10px;
    line-height: 11px;
    color: #363636;
}
#miniclock{
    margin-bottom: 14px;
}
.fix-cut-string-css {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* width: 252px; */
    height: 25px;
}

/*css post index*/
.listnewhome {
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
    padding-inline-start: 0px;
}
.listnewhome .item{
    max-height: 350px;
    margin-bottom: 20px;
    overflow: hidden;
}
.listnewhome .thumb-img{
    position: relative;
    margin-bottom: 10px;
}
.hm-responsive{
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 55%;
    overflow: hidden;
}
.hm-responsive img{
    object-fit: cover;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.listnewhome .thumb-img .date-post{
    background: #0F0FAB;
    box-shadow: 1px 2px 2px 0px #0000008c;
    color: #fff;
    padding: 10px;
    line-height: 1;
    position: absolute;
    top: 0px;
    text-align: center;
    right: 0;
}
.listnewhome .title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}
.listnewhome .description{
    line-height: 1.4;
    text-align: left;
}
.eclip-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cool-btn-cta.btn-red{
    color: #fff;
    background-image: linear-gradient(to right,#0F0FAB,#0F0FAB);
    font-size: 20px;
}
.cool-btn-cta{
    color: #fff;
    background: linear-gradient(to right,#0F0FAB,#0F0FAB);
    background-size: 200% 100%;
    background-position: right bottom;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto;
    padding: 15px 30px;
    border-radius: 5px !important;
    font-size: 2.4rem;
    display: inline-block;
    transition: all .4s;
    font-weight: 700;
    border: none;
    text-decoration: none;
}
.title-comm {
    font-size: 22px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    background-color: #fff;
    text-align: center;
}

h2.title-comm:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    border-top: 2px solid #0F0FAB;
    z-index: 1;
    display: block;
}
p.title-comm:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    border-top: 2px solid #0F0FAB;
    z-index: 1;
    display: block;
}

.title-comm .title-holder {
    min-width: 350px;
    height: 45px;
    background-color: white;
    height: auto;
    line-height: 45px;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-block;
    min-width: 240px;
}
.fix-cut-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
    font-size: 13pt;
}


#border-pagination,
#border-pagination-post{
    margin: 0 auto;
    padding: 0;
    text-align: center
}
#border-pagination li,
#border-pagination-post li{
    display: inline;

}
#border-pagination li a,
#border-pagination-post li a{
    /*display: block;*/
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    /*float: left;*/

}
#border-pagination li a,
#border-pagination-post li a{
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}
#border-pagination li a.active,
#border-pagination-post li a.active{
    background-color: #0F0FAB;
    color: #fff;
}
#border-pagination li a:hover:not(.active),
#border-pagination-post li a:hover:not(.active){
    background: #ddd;
}

.contact-ft {
    background: transparent;
    text-align: center;
    padding: 1em;
    right: 0;
    position: fixed;
    bottom: 0;
    z-index: 9;
}
.contact-ft .cta-zalo {
    display: inherit;
    text-decoration: none;
    text-align: left;
    margin: 5px 0;
bottom: 0;
    position: relative;
}
.contact-ft .cta-zalo-2 {
    display: inherit;
    text-decoration: none;
    text-align: left;
    margin: 5px 0;
bottom: 110px;
    position: relative;
}
.cta-zalo a img,.cta-zalo-2 a img {
    border-radius: 50%;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes calllink{
0% {background-color: rgba(0,0,0,.1);}
100% {background-color: rgba(0,0,0,.5);}
}