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

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

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

#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-color: #3c763d;
    min-height: 36px !important;
}

.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: #f6f2f2;
    padding: 12px 10px;
    font-size: 12px;
    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 {
    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;
}

a#top {
    position: fixed;
    right: 38px;
    bottom: 98px;
    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-contact {
    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;
    /*margin-bottom: auto;*/
}

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

    .img440x275 {
        height: 321px;
        width: 98%;
    }
}

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

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

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

/* css user post */
.nopadding-lft {
    padding-left: 0;
}

.profile-content {
    padding: 10px 20px;
    border: 1px solid #ddd;
}

h1.title, h2.title, h3.title {
    font: 700 15px/1.5 "Roboto Condensed", sans-serif;
    border-bottom: 2px solid #949a9e;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    color: #055699;
    color: #2184be;
    position: relative;
    display: block;
    text-transform: uppercase;
    background: rgba(238, 238, 238, 0.5);
}

.module-search {
    position: relative;
    display: block;
    margin: 15px 0;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #E6E4E4;
}

.btn-blue {
    border-radius: 0;
    background: #475358;
    border: 1px solid #475358;
    padding: 5px 10px;
    font-size: 13px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.module-search span.title {
    font: 600 14px/1.5 Tahoma;
    color: #006092;
    display: block;
    margin-bottom: 10px;
}

.module-search {
    position: relative;
    display: block;
    margin: 15px 0;
    margin-bottom: 0px;
}

.table > thead {
    background: #006092;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.form-block {
    position: relative;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.form-block .title-block {
    display: block;
    margin-bottom: 15px;
}

.postting label {
    vertical-align: middle;
    font-size: 13px;
    max-height: 30px;
    line-height: 30px;
}

form label {
    font-weight: 400;
    color: #000;
}

.form-block .title-block span {
    text-transform: uppercase;
    font: bold 13px/1.4 Tahoma;
    color: #006092;
}

#navigation {
    margin: 10px 0;
}

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

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

.not-pro-news {
    background-color: #fe8544;
}

.text-center p a {
    color: #0d47a1;
}

.profile-usertitle {
    position: relative;
    border: 1px solid #ddd;
    padding-bottom: 15px;
}

.profile-usermenu {
    margin-top: 15px;
    padding: 0 10px;
}

.profile-usermenu h4 {
    color: #055699;
    font: bold 14px Tahoma;
    margin-bottom: 10px;
}

.profile-usermenu-padding {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 15px;
}

.information_account {
    border: 1px solid #006092;
    padding: 10px;
    border-radius: 5px;
}

.label-infor {
    color: #36A445;
}

.btn_delete_image {
    position: absolute;
    top: 0px;
    right: 7px;
    color: red;
    font-weight: bold;
}

/* css index bài đăng*/
.DC_threadList {
    margin-bottom: 20px;
    width: 100%;
}

.DC_threadList .threadList {
    display: -webkit-flex;
    flex-shrink: 1;
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: wrap;
    margin: 0 -7.5px;
    width: calc(100% + 7.5px * 2);
}

.DC_threadList .threadList .DC-threadItem {
    padding: 7.5px;
    flex-basis: 20%;
    width: 20%;
    min-height: 334px;
}

.DC-post {
    flex: 0 1 250px;
    width: 250px;
    box-sizing: border-box;
    font-weight: 400;
}

.DC-post .wrapper {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-shrink: 1;
}

.DC-post .wrapper .thumbnail {
    width: 100%;
    height: 186px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: auto;
}

.DC-post .wrapper .content {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-shrink: 1;
    flex-direction: column;
    flex: 1;
    padding: 10px;
    background: #eeeeee;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.DC-post .wrapper .content .extraInfo .location {
    font-size: 11px;
    color: #555555;
}

.DC-post .wrapper .content .extraInfo .status {
    background-color: #ea3636;
    border-radius: 4px;
    font-size: 11px;
    padding: 6px 12px;
}

.DC-post .wrapper .content .extraInfo .status:hover {
    background-color: white;
}

.DC-post .wrapper .content .extraInfo {
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 1;
    margin-top: 8px;
}

.DC_threadList .threadList .DC-threadItem .title {
    height: 52px;
}


@media only screen and (max-width: 900px) {
    .DC_threadList .threadList .DC-threadItem {
        flex-basis: 25%;
        width: 25%;
    }

    .DC_threadList .threadList .DC-threadItem .title {
        height: 70px;
    }

    @media only screen and (max-width: 700px) {
        .DC_threadList .threadList .DC-threadItem {
            flex-basis: 33.333%;
            width: 33.333%;
        }

        .DC_threadList .threadList .DC-threadItem .title {
            height: 70px;
        }

        @media only screen and (max-width: 600px) {
            .DC_threadList .threadList .DC-threadItem {
                flex-basis: 50%;
                width: 50%;
                min-height: 260px;
            }

            .DC_threadList .threadList .DC-threadItem .thumbnail {
                height: 128px;
            }

            .DC-post .wrapper .content .extraInfo .status:hover {
                background-color: white;
            }

            .text_cut_length {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 0;
            }

            .DC_threadList .threadList .DC-threadItem .title {
                height: 20px;
            }
        }
    }

}

/* css content detail*/

.div-table {
    display: table;
    width: auto;
    border: 0;
    margin-top: 30px;
    margin-bottom: 31px;
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-cell {
    display: table-cell;
}

.table1 {
    width: 440px;
    box-sizing: border-box;
}

.div-table-cell .header {
    background-color: #bcd7ec;
    color: #055699;
    font-weight: bold;
    padding: 5px 10px;
}

.table1 .table-detail {
    border: 1px solid #dbdbdb;
    border-bottom: 0;
}

.div-table-cell .row {
    padding: 5px 0;
    border-bottom: 1px solid #dbdbdb;
    margin-left: auto;
    margin-right: auto;
}

.table1 .left {
    width: 150px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #055699;
}

.table-detail .left {
    float: left;
}

.table1 .right {
    width: 273px;
    color: #555;
}

.table-detail .right {
    float: left;
}

.div-hold {
    width: 700px;
}

@media only screen and (max-width: 768px) {
    .div-hold {
        width: auto;
    }

    .table-detail .right {
        float: none;
    }

    .table1 .right {
        color: #555;
        width: auto;
    }
}

.content-detail-user-product {
    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-detail-user-product p {
    margin-left: 31px;
    font-size: medium;
}

.tagpanel {
    margin: 10px 0 0 0;
    font-weight: bold;
}

.tagpanel a:link, .tagpanel a:visited {
    color: #055699;
    font-weight: bold;
    margin-top: 5px;
    text-rendering: geometricPrecision;
}

#spanLuuY {
    color: #f44444;
}

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

.color-user-product-vip {
    color: #fc4e4e;
    font-weight: bold;
    font-size: 14px;
    font-family: serif;
}

.fix-left {
    font-size: 1.5rem;
    color: #FF9800;
}

.hr-bottom {
    margin-top: 6px;
    margin-bottom: 10px;
}

.tox-notification.tox-notification--in.tox-notification--warning {
    display: none;
}

.n2h {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 10px 10px;
    font-size: 11px;
    position: relative;
}

.luu-y-color a {
    color: #0a0acc;
}

.t_nlh {
    position: absolute;
    top: -9px;
    display: inline-block;
    left: 10px;
    background: #fff;
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 16px;
}

.waper-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
}

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

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

/*css index top */
.tn-left .list-box {
    background: #f4f4f4;
    margin-bottom: 10px
}

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

/* css tin nóng*/
.cc-left {
    width: 100%;
}

.cc-left .tinnong {
    margin-bottom: 10px;
}

.cc-left .tinnong .txt {
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    background: #d21d21;
    text-transform: uppercase;
    color: #fff;
}

.cc-left .list-ccl {
    display: flex;
    flex-direction: column;
    padding-inline-start: inherit;
}

.cc-left .list-ccl .ccl-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.cc-left .list-ccl .ccl-item .item_thumb {
    display: block;
    width: 42.5%;
    padding-right: 10px;
}

.cc-left .list-ccl .ccl-item .item_thumb img {
    display: block;
    width: 200px;
    height: 125px;
}

.cc-left .list-ccl .ccl-item .item_info {
    width: 66%;
    display: flex;
    flex-direction: column;
}

.cc-left .list-ccl .ccl-item .item_info .item_cat {
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    line-height: 22px;
    color: #980700;
    text-transform: uppercase;
}

.cc-left .list-ccl .ccl-item .item_info .item_title {
    width: 100%;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
}

@media (max-width: 768px) {
    .cc-left .list-ccl .ccl-item .item_info .item_title {
        /*width: 45%;*/
        font-family: Arial;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        color: #363636;
    }

    .cc-left .list-ccl .ccl-item .item_thumb img {
        display: block;
        width: 100%;
        /*height: 178px;*/
    }
}

/*css thống kê số liệu*/
.cc-right {
    /*width: 600px;*/
    display: flex;
    flex-direction: column;
}

.cc-right .ccr-group {
    margin-bottom: 20px;
}

.cc-right .ccr-group .ccr_threadbar {
    display: flex;
    align-items: center;
    position: relative;
    height: 24px;
    background: #f4f4f4;
    overflow: hidden;
}

.cc-right .ccr-group .ccr_threadbar .threadbar_topic {
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    color: #d21d21;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    background: #eaeaea;
    text-transform: uppercase;
    white-space: nowrap;
}

.cc-right .ccr-group .ccr_threadbar .threadbar_list {
    display: flex;
    align-items: center;
    height: 100%;
    padding-inline-start: inherit;
}

.cc-right .ccr-group .ccr_threadbar .threadbar_list li {
    padding: 0 12px;
    border-right: 2px solid #c1c1c1;
    margin-top: 8px;
}

.cc-right .ccr-group .ccr_threadbar .threadbar_list li a {
    font-family: Arial;
    font-size: 12px;
    line-height: 19px;
    color: #363636;
    white-space: nowrap;
}

.cc-right .ccr-group .ccr-box {
    padding: 10px;
    background: #fafafa;
    border-bottom: 2px solid #dbdbdb;
}

.cc-right .ccr-group .ccr-box .box_news {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cc-right .ccr-group .ccr-box .box_news .news_img {
    display: block;
    width: 44%;
    position: relative;
}

.cc-right .ccr-group .ccr-box .box_news .news_img img {
    display: block;
    width: 100%;
    max-height: 160px;
}

.cc-right .ccr-group .ccr-box .box_news .news_info {
    width: 53%;
    display: flex;
    flex-direction: column;
}

.cc-right .ccr-group .ccr-box .box_news .news_info .news_title {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #363636;
    /*margin-bottom: 20px;*/
}

.cc-right .ccr-group .ccr-box .box_news .news_info .news_title h3 {
    margin-top: 0px;
    font-size: 18px;
}

.cc-right .ccr-group .ccr-box .box_news .news_info .news_des {
    font-family: Arial;
    line-height: 18px;
    font-size: 13px;
    color: #707070;
    text-align: justify;
}

.fix_news_des {
    font-family: Arial;
    line-height: 18px;
    font-size: 13px;
    color: #707070;
    text-align: justify;
}

.cc-right .ccr-group .ccr-box .ccr-list {
    /*display: flex;*/
    flex-direction: column;
}

.cc-right .ccr-group .ccr-box .ccr-list .ccr-item {
    /*margin-bottom: 6px;*/
    position: relative;
    /*padding-left: 10px;*/
}

.cc-right .ccr-group .ccr-box .ccr-list .ccr-item::before {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #d21d21;
    content: '';
}

.cc-right .ccr-group .ccr-box .ccr-list .ccr-item a {
    font-family: Arial;
    font-size: 13px;
    line-height: 15px;
    color: #00217b;
}

@media (max-width: 768px) {
    .cc-right .ccr-group .ccr-box .box_news .news_img img {
        display: block;
        width: 100%;
        /* max-height: 160px; */
        height: 163px;
    }
}

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

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


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*.fix-cut-title{*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    height: 20px;*/
/*}*/
.underline-title {
    border-top: 1px solid red;
    /* height: 1px; */
    /* background-color: red; */
    margin-top: 5px;
    margin-bottom: 0px;
    width: 183px;
}

.content-article-table ul {
    list-style: disc;
}

.content-intro-table ul {
    list-style: disc;
}

.edit_potion_menu {
    background-color: #3c763d;
}


/*css index top*/

.box-focus .focus-first .title-focus-title {
    margin: 5px 0 3px;
    position: relative;
}

.box-focus .focus-first .title-focus-title a {
    color: black;
    font: normal 18px/normal Roboto-Bold;
    line-height: 21px;
    /* width: 427px; */
    font-size: 25px;
}

/*.box-focus .focus-first .title-focus-title .type-data-comment{*/
/*    position: absolute;*/
/*    top: -4px;*/
/*    right: 29px;*/
/*}*/
/*.type-data-comment{*/
/*    float: right;*/
/*}*/
.type-data-comment .stt {
    /*color: #d12728;*/
    font: bold 15px/normal Roboto;
    /*text-align: center;*/
    /*display: inherit;*/
}

.type-data-comment i {
    font-size: 15px;
}

.type-data-comment .icon-comments {
    display: block;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: -2px -82px;
    width: 12px;
    height: 12px;
    content: '';
    margin: auto;
}

.box-focus .focus-first .sapo {
    color: #222;
    font: normal 15px/normal Roboto;
    /*line-height: 14px;*/
}

.box-newsnew {
    /*width: 198px;*/
    /*margin-left: 16px;*/
}

.box-newsnew ul {
    list-style-type: circle;
    padding-inline-start: initial;
}

.box-newsnew ul li {
    width: 100%;
    float: left;
    display: inline-block;
    /*margin-bottom: 10px;*/
    margin-top: -13px;
}

.box-newsnew ul li .title-name a {
    color: #222;
    font: normal 17px/normal Roboto;
    line-height: 17px;
    float: left;
    position: relative;
    margin-left: 10px;
    text-align: initial;
}

.list-news-focus {
    /*width: 664px;*/
    /*margin-top: 12px;*/
}

.list-news-focus ul li {
    float: left;
    width: 154px;
    margin-right: 16px;
    display: block !important;
    justify-content: inherit !important;
}

.list-news-focus ul {
    padding-inline-start: initial;
}

.list-news-focus ul li .img154x96 {
    width: 154px !important;
}

.list-news-focus ul li .title-news-list-focus a {
    color: #222;
    font: normal 17px/normal Roboto-Medium;
    width: auto !important;

}

.title-news-list-focus {
    text-align: justify;
    font-size: 18px;
}

.scrollbar {
    height: auto;
    /*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;
}

.img-hover-product img {
    height: 285px;
}

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

.img154x96 {
    max-width: 100%;
    height: 100px;
    color: transparent;
}

.fix-img-title-index-top {
    display: flex;
    margin-bottom: 20px;
}

.fix-img-title-index-top img {
    width: 81px;
    height: 77px;
}

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

/*css menu media*/
.fix-menu-media{
    margin-bottom: 0px !important;
    background: #d3d9e5;
    overflow: hidden;
    height: 0px;
}
.fix-navbar-brand{
    position: absolute;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #00217b !important;
    /*padding-left: 38px;*/
    text-transform: uppercase;
    padding-right: 8px;
    border-right: 2px solid #d21d21;
    margin-right: -38px;
    /*margin: 0;*/
    /*top: 10px;*/
    /*margin-bottom: 14px;*/
}
.fix-size-color-media li a{
    font-family: Arial;
    line-height: 19px;
    font-size: 14px;
    color: #d21d21 !important;
    text-transform: uppercase;
}
.fix-size-color-media{
    width: 100%;
    text-align: left;
    margin-left: 49px;
}

.fix-navbar-brand-title{
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    /*line-height: 16px;*/
    color: #d21d21 !important;
    /*padding-left: 20px;*/
    /*padding-right: 10px;*/
    height: 100%;
    display: flex;
    align-items: center;
    background: #eaeaea;
    text-transform: uppercase;
    white-space: nowrap;

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

/* css widget index top*/
.sidebar .tabs{
    width: 300px;
    float: none;
}
.tabs .nav-tabs{
    border: none;
}
.nav-tabs>li{
    float: left;
    margin-bottom: -1px;
}
.tabs .nav-tabs li.active a, .tabs .nav-tabs li.active a:focus, .tabs .nav-tabs li.active a:hover{
    background: #fff;
    border: none;
}
.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-title-widget-top p a {
    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;
}
.fix-css-footer{
    left: 6%;
    /*width: 25%;*/
}

/*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;
    min-height: 315px;
}
.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: #3c763d;
    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,#3c763d 50%,#3c763d 50%);
    font-size: 20px;
}
.cool-btn-cta{
    color: #fff;
    background: linear-gradient(to right,#3c763d 50%,#3c763d 50%);
    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-new-posts-dich-vu {
    background-color: #3c763d;
    height: 329px;
}
a.xemthem{
    font-size: 12px;
    font-family: 'muliregular';
    color: #3c763d;
    background: #fff;
    display: inline-block;
    padding: 9px 37px;
    border-radius: 41px;
    margin-top: 50px;
    border: 1px solid #3c763d;
    margin-left: 20px;
    transition: 0.2s;
}
.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 #3c763d;
    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 #3c763d;
    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;
}
.right-box-product-category {
    height: 377px;
}
.fix-content-prd{
    margin-top: 20px;
    font-size: 18px;
    font-family: 'geomanist';
    line-height: 30px;
}
.fix-cut-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
    font-size: 13pt;
}

.fix-width {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

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