.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: 32%;
}

.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);
    }

    .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;
    }
    .edit_potion_menu {
        background-color: #121cb3;
    }
}

@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: 0;
    bottom: 0;
    background-color: yellow;
    z-index: 99999999;
}

ul#mobile-bar li {
    list-style: none;
    display: flex;
    float: left;
    width: 25%;
    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;
}
.underline-title{
    border-top: 1px solid red;
    /* height: 1px; */
    /* background-color: red; */
    margin-top: 5px;
    margin-bottom: 0px;
    width: 183px;
}

.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%;
    max-height: 180px;
}

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 #d2d2d2;
    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), rgb(2, 103, 142), rgba(0, 0, 0, 0));
}

body {
    font-family: geomanist;
    font-size: 15px;
    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;
    display: none;
}

#callButton1 {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

#callButtonphone {
    position: fixed;
    right: 10px;
    bottom: 80px;
}

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

#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;
    background: #121cb3;
}

.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;
}

.homepage-row-product-title a {
    color: #444;
}

.homepage-row-product-title a:hover, .homepage-row-product-title a:focus {
    color: #1980c3;
    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: #FFFFFF;
    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;
}

.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;
    }
}

.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;
}

.homepage-row-product-title {
    width: 100%;
    float: left;
}

.homepage-row-product-title h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 18px 0;
    padding: 0 0 0 12px;
    text-transform: uppercase;
    color: #383838;
}
.homepage-row-product-title-1 h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 18px 0;
    padding: 0 0 0 12px;
    text-transform: uppercase;
    color: #383838;
}

a#top {
    position: fixed;
    right: 26px;
    bottom: 28px;
    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;
    }

    .slicknav_menu {
        opacity: 0;
        display: none;
    }

    .product-block {
        height: 380px;
    }

    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;
    }

    .homepage-row-product-title h2 {
        padding: 0 0 0 3px;
        font-size: 16pt;
    }

    .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;
    }

    #custom-search-input input {
        width: 130px;
    }
}

@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;
}

.not-children {
    position: absolute;
    text-align: center;
    left: 40%;
    top: 0%;
    margin-top: 35%;
}

.not-children button:hover {
    background-color: whitesmoke;
    color: red;
}

.tile-not-chilren {
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-top: 21%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: -1px -1px 15px #9e0d00, 1px -1px 15px #9e0d00, -1px 1px 15px #9e0d00, 1px 1px 15px #9e0d00;
}

.wave-types-list {
    margin-right: -5px;
}

.no-padding-left {
    padding-left: 0 !important;
}

.wave-types-item {
    position: relative;
    padding-bottom: 10px;
    display: block;
    float: left;
    width: 86px;
    height: 95px;
    margin-right: 5px;
}

.img_wave {
    border: solid 1px #ccc;
    width: 100%;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: none;
}

.wave-types-item span {
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
    letter-spacing: -0.02em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.color-code-item img {
    position: relative;
    border-radius: 50%;
    left: 25%;
    width: 24px;
    height: 24px;
}

.color-code-item img:hover {
    border-radius: 1% 1%;
}
.color-code-item span {
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
    letter-spacing: -0.02em;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
.wave-types-item img:hover {
    border: solid 1px #902424;
}

.color-code-title {
    text-transform: initial;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.ths-title-small {
    font-size: 12px;
}

.color-code {
    position: relative;
    overflow: hidden;
    min-height: 34px;
    /*float: left;*/
    width: 100%;
}

.color-code-list {
    margin: 0;
    margin-right: -10px;
    position: relative;
}

.color-code-list li {
    display: block;
    float: left;
    margin-bottom: 25px;
}

.color-code-item .checked {
    display: block;
    position: absolute;
    z-index: 5;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.5s;
}

.color-code-item {
    position: relative;
    display: inline;
    width: 24px;
    height: 24px;
    margin: 0 64px 40px 0;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}
.swiper-container-title-index{
    margin-bottom: 10px;
}
.content-intro ul{
    list-style: disc !important;
}
.content-article ul{
    list-style: disc !important;
}
/*.img-color-category-top {*/
/*    box-sizing: border-box;*/
/*    margin: auto;*/
/*    overflow: hidden;*/
/*    !*position: relative;*!*/
/*}*/
.img-color-category-top img{
    width: 360px;
    height: 221px;
}
/*.img-color-category-top img:hover{*/
/*    transform:scale(2);*/
/*    transition: 1s;*/
/*    !*background-image: -webkit-linear-gradient();*!*/
/*}*/
.color-code h1 {
    font-size: 23px;
    /* font: icon; */
    font-weight: 200;
    color: #363a39;
    text-transform: inherit;
}
.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 td:hover{
    background-color: #96c8f3;
}
.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 td:hover{
    background-color: #96c8f3;
}
.content-article-table blockquote p {
    margin-left: 12px;
}
.meta-discriptions-category span p {
    text-align: justify;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: 'prev';
    font-size: 14px !important;
    color: white;
}
.swiper-button-prev{
    background-color: #b3bbbbd4;
}
.swiper-button-next{
    background-color: #b3bbbbd4;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: 'next';
    font-size: 14px !important;
    color: white;
}

.fix-row{
    margin-right: 30px;
    margin-left: 30px;
}
.title-name{
    text-align: center;
    /* font-family: cursive; */
    color: #32323d;
    height: 44px;
}

.fix-icon-share{
    display: flex;
}

.swiper-pagination {
    position: initial !important;
}

/*css detail category */
.list-newsest{
    padding-inline-start: 0px;
}
.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%;
    height: 163px;
}
.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;
    }
    .fb_dialog_advanced iframe {
        height: 94px !important;
    }
    a#top {
        bottom: 195px !important;
    }
}
/* css index top*/
.grid-box{
    padding: 0 0 30px;
}
.grid-box .head-tab{
    position: relative;
    height: 45px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
	border: 1px solid rgb(236, 234, 228);
}
.grid-box .head-tab .section-title{
    position: relative;
    display: inline-block;
    background-color: #121cb3;
    padding: 14px 10px 14px 50px;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    min-width: 150px;
    font-family: helvetica-bold,sans-serif;
}
.section-title a{
    color: #fff;
}
.grid-box .nav.nav-tabs{
    position: absolute;
    right: 105px;
    top: 0;
    border: 0;
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: hidden;
    display: inline-block;
    margin-top: 9px;
}
.grid-box .nav.nav-tabs>li{
    float: inherit;
    display: inline-block;
    list-style: none;
}
.grid-box .nav-tabs>li>a{
    border: 0;
    position: relative;
    line-height: 1.5;
    font-size: 14px;
    padding: 0px 11px;
    color: #1e1c1c;
    display: inline-block;
    border-right: 1px solid wheat;
}
.grid-box .head-tab .load-cat{
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    display: inline-block;
    font-size: 14px;
    font-family: helvetica-bold,sans-serif;
    padding: 10px 15px;
    color: #e60c0c;
}
.row.no-gutters5{
    margin-right: -5px;
    margin-left: -5px;
}
.card-product{
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    /*height: 308px;*/
}
.card-product .card-image{
    position: relative;
}

.card-product .card-image a{
    display: block;
    overflow: hidden;
    position: relative;
}
.card-product .card-content{
    padding: 10px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    transition: all .4s;
    box-sizing: border-box;
}
.card-product .card-content .card-title{
    font-size: 16px;
    text-decoration: none;
    margin: 0 0 5px;
    line-height: 22px;
    color: #1c1c1c;
    min-height: 44px;
    font-family: helvetica-medium,Sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-product .card-content .cart-btn{
    border: 2px solid #846232;
    line-height: 36px;
    background: #fff;
    color: #846232;
    display: inline-block;
    height: 40px;
    border-radius: 5px;
    font-family: helvetica-medium,Sans-serif;
    padding: 0 20px;
    font-size: 15px;
}
.grid-box .head-tab .section-title svg{
    position: absolute;
    left: 15px;
    top: 10px;
    fill: #fff;
}
.grid-box .head-tab .section-title i{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 22px solid transparent;
    border-left: 15px solid;
    border-left-color: #121cb3;
    border-right: 0 solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
}
.fa-caret-right:before{
    content: "" !important;
}
.wp-post-image {
    width: 276px;
    height: 153px;
}


















.btn-call-now {
    align-items: center;
    position: fixed;
    line-height: 17px;
    background: #00a54f;
    text-decoration: none;
    z-index: 999999999;
    color: #fff;
}

.btn-call-now:nth-child(odd){
background: #ee242b;
}
.btn-call-01{
bottom: 50px;
}
.btn-call-02{
bottom: 110px;
}
.btn-call-03{
bottom: 170px;
}
.btn-call-04{
bottom: 230px;
}
.btn-call-05{
bottom: 290px;
}
.btn-call-now:hover {
    background: #ea5d5d;
    color: #fff;
}
.btn-call-now em {
    position: relative;
    color: #fff;
    font-size: 22px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin-right: 5px;
    animation-duration: 1s;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.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,.cta-zalo-2 a {
    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);}
}


.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 #121cb3;
    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 #121cb3;
    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;
}
.color-title a {
    color: #333;
}


/*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: #00abe3;
    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,#00abe3,#00abe3);
    font-size: 20px;
}
.cool-btn-cta{
    color: #fff;
    background: linear-gradient(to right,#00abe3,#00abe3);
    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;
}

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

/* begin css for menu */
#nav-hori {
    height: 50px;
    background: #121cb3;
    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: #121cb3;
}

#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: #121cb3;
    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: #121cb3 !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: #121cb3;
}

.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: #121cb3;
    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: #121cb3;
}

.box-sub-nav .view-all {
    color: #121cb3;
    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;
}


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

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

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

/*css products */
.title-pro-list a:hover, .title-pro-list a.active {
    background: #121cb3;
    color: #fff;
}

.title-pro-list a {
    display: inline-block;
    cursor: pointer;
    color: #000;
    position: relative;
    margin: 0 -5px;
    margin-bottom: 5px;
    padding: 11.25px 40px;
    font-size: 15px;
    text-transform: uppercase;
    background: #f5f5f5;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.text-decoration-none {
    text-decoration: none !important;
}

.box-product {
    position: relative;
    color: #000;
    overflow: hidden;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
}
.pic-product {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.desc_product {
    width: 100%;
    padding-top: 17px;
    text-align: center;
}
.mg-bottom-gallery {
    margin-bottom: 30px;
}

.scale-img {
    overflow: hidden;
    display: block;
}
.scale-img img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 100%;
}
.scale-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.scale-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.name-product {
    margin-bottom: 7px;
    position: relative;
}
.price-product {
    width: 100%;
    font-size: 15px;
}
.name-product a {
    font-size: 15px;
    color: #000000;
    text-decoration: none !important;
    -webkit-line-clamp: 2;
}
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.price-new1 {
    display: inline-block;
}

.more_pro {
    border: 2px solid #ce2626;
    color: #ce2626;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 15px;
    padding: 12px 20px 12px 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-decoration: none !important;
    text-transform: capitalize;
    text-decoration: none !important;
}

.bg_bgsize {
    background-size: 100% 100%;
    padding: 1px 0;
}
/*.bg_album {*/
/*    background: url(../images/bg_ct.jpg) no-repeat;*/
/*    min-height: 839px;*/
/*    padding-top: 30px !important;*/
/*}*/

.mg-bottom-gallery {
    margin-bottom: 30px;
}

.fix-cut-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
    font-size: 13pt;
}

.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;
}
/*end css prd*/
.swiper-main-container {
    width: 100%;
}

.swiper-main-container .swiper-slide {
    width: 100% !important;
}

/*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;
}