.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%;
}
.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;
}
.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: 1px;
        left: 5px;
        right: 0;
        z-index: 400;
        width: 37%;
        height: 47px;
        object-fit: cover;
    }

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

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

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

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

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

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

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

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

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

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

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

#menu2 {
    display: none !important;
}

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

ul#mobile-bar li {
    list-style: none;
    display: flex;
    float: left;
    width: 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: #0092CE;
}

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

.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 #121cb3;
    background-color: #121cb3;
    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;
    margin-top: 40px;
}

.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 p{
    font-size: 22px;
    font-weight: bold;
    margin: 18px 0;
    padding: 0 0 0 12px;
    text-transform: uppercase;
    color: #383838;
}

a#top {
    position: fixed;
    right: 25px;
    bottom: 36px;
    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;
    }
    .card-product{
        height: 212px !important;
    }
    .content-section .item-list li {
        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: 5.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: #0092CE;
        background: -webkit-linear-gradient(top, #0092CE, #0092CE);
        background: -moz-linear-gradient(top, #0092CE, #0092CE);
        background: -ms-linear-gradient(top, #0092CE, #0092CE);
        background: -o-linear-gradient(top, #0092CE, #0092CE);
    }

    .mobile-navbar h3 {
        margin: 0;
        font-size: 11px;
        font-weight: 600;
        padding: 9.5px 0;
        color: #e5e5e5;
        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;
    }

}
.edit_potion_menu{
    background-color: #0092CE;
}

.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;
}
.underline-title{
    border-top: 1px solid #2533ff;
    /* height: 1px; */
    /* background-color: red; */
    margin-top: 5px;
    margin-bottom: 0px;
    width: 183px;
}
.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: #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 td:hover{
    background-color: #a6d2f5;
}
.content-article-table blockquote p {
    margin-left: 12px;
}

/* css index top*/
.grid-box{
    padding: 0 0 30px;
}
.grid-box .head-tab{
    position: relative;
    height: 45px;
    background: #1780c3;
    border-radius: 4px;
    margin-bottom: 10px;
}
.grid-box .head-tab .section-title{
    position: relative;
    display: inline-block;
    background-color: #f5b719;
    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: #fff;
    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: #fff;
}
.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: 276px;
}
.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: #f5b719;
    border-right: 0 solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
}
.fa-caret-right:before{
    content: "" !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-icon-share {
    display: flex;
}

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

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

/*css index chinh giua*/
.box-heading{
    font-size: 1.6rem;
    color: #111;
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    display: block;
}
.box-heading > *{
    padding: 0;
    margin-bottom: 0;
    display: block;
    line-height: 1.8;
    position: relative;
}
.text-uppercase{
    text-transform: uppercase!important;
}
.text-border{
    border: 1px solid #1780c3;
    top: 42px;
}
.content-section .item-block{
    display: block;
    position: relative;
}
.box_border img{
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}
.text-green{
    font-size: 18px;
    color: #0a6ebd;
    text-align: center;
}
.item-block p{
    text-align: justify;
}
@media (max-width: 768px) {
    .fb_dialog_mobile iframe {
        bottom: 77px !important;
    }
    a#top {
        bottom: 159px !important;
    }
    .fb_dialog_content{
        display: none;
    }
}
.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;
}
.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: #ec0000;
    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,#e33a40 50%,#db2128 50%);
    font-size: 20px;
}
.cool-btn-cta{
    color: #fff;
    background: linear-gradient(to right,#e8353c 50%,#db2128 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: #0092CE;
    height: 329px;
}
a.xemthem{
    font-size: 12px;
    font-family: 'muliregular';
    color: #0092CE;
    background: #fff;
    display: inline-block;
    padding: 9px 37px;
    border-radius: 41px;
    margin-top: 50px;
    border: 1px solid #0092CE;
    margin-left: 20px;
    transition: 0.2s;
}


/*Tin nóng*/
.ourservice .service_item{
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.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;
}
.title-name a {
    color: white;
}
.title-name .title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
}
.title-name .fix-description{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.title-name .title a{
    color: white;
}
/*.swiper-pagination{*/
/*    position: initial !important;*/
/*}*/
@media (min-width: 768px) {
    .fb_dialog_content{
        display: none;
    }
}
.fix-css-footer{
    left: 6%;
    /*width: 25%;*/
}

/*css dịch vu ke toan*/
.box-heading{
    font-size: 1.6rem;
    color: #111;
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    display: block;
}
.box-heading > *{
    padding: 0;
    margin-bottom: 0;
    display: block;
    line-height: 1.8;
    position: relative;
}
.text-uppercase{
    text-transform: uppercase!important;
}
.box-heading .sub-heading{
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 695px;
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.text-green{
    color: #0092CE;
}
.font-size-18{
    font-size: 1.125rem;
}
.content-section .item-list li{
    display: flex;
    font-weight: bold;
    padding: 5px 0;
    text-align: left;
}
.content-section .item-list li h3{
    font-size: 1.75rem;
    margin-bottom: 0;
}
.content-section .text-green li a{
    color: #0092CE;
}
.content-section .item-btn{
    display: inline-block;
    padding: 0.5rem 2rem;
    color: #fff;
}
.content-section .item-btn{
    background-color: #ed1c24;
}
.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 #0092CE;*/
/*    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 #0092CE;
    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 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: #3c763d;
    padding-left: 5px;
    margin-right: 8px;
    text-transform: uppercase;
    margin-top: -9px;
}
.w1040{
    width: 1170px;
    margin: 0 auto;
}
.list-threadbar {
    list-style: none;
}
.threadbar .threadbar_wrapper .list-threadbar{
    display: flex;
}
.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-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
    font-size: 13pt;
}

.text_center {
    text-align: center;
}

.load_leisure {
    position: relative;
    margin-top: 33px;
}

.button_style {
    color: #fff!important;
    text-align: center;
    padding: 13px 45px;
    min-width: 120px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 4;
    border-radius: 25px;
    background-image: linear-gradient(to right,#f69321 0%,#ffa843 100%);
}

/* css xinvisa*/
.home-top-slider {
    position: relative;
}

.content-ct-3 {
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mg-top-64 {
    margin-top: 64px;
}

@media screen and (max-width: 1366px) {
    .block-search {
        width: 40%;
    }
}

@media (min-width: 768px) {
    .block-search {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 30%;
        background: #fff;
        border-radius: 4px;
        padding: 30px 65px;
        z-index: 1;
        min-width: 590px;
    }

    .content-ct-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .block-search {
        position: absolute;
        width: 100%;
        padding: 16px;
        z-index: 2;
    }
    .block-search {
        top: 15%;
    }
}

.home-top-slider .block-ip-search {
    position: relative;
}

.home-top-slider .block-ip-search .input-group {
    flex-wrap: nowrap;
    align-items: center;
}

.home-top-slider .block-ip-search .input-group .inp-search {
    position: relative;
    width: 100%;
}
.home-top-slider .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.home-top-slider button.btn.btn-primary {
    border: 1px solid #121cb3 !important;
    background: #121cb3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-top-slider .block-ip-search .input-group button {
    background: #121cb3;
    border: none;
    padding: 13px 20px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.home-top-slider .glyphicon-search {
    font-size: 20px !important;
}
.home-top-slider .menu-link ul {
    padding: 0 !important;
    margin: 0;
}
.home-top-slider .menu-link ul li {
    float: left;
    padding: 0 17px 0 0;
    list-style: none;
}
.home-top-slider .menu-link ul li a {
    font-size: 14px;
    line-height: 24px;
}
.color-gray-dark {
    color: #343a40;
}

.home-top-slider .block-ip-search .input-group .inp-search input {
    border: 1px solid #d8d8d8;
    padding: 12px 24px;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0;
}

.statistical-home-top {
    background: linear-gradient(270deg, #0092cf -25.54%, #56ebff 141.75%);
    padding: 80px 0;
}

.label-statistical {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    color: #FFFFFF;
}

.title-statistical {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

@media screen and (min-width: 300px) {
    .block_dvvisa img {
        width: 100%;
    }
}

.block_dvvisa {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    min-height: 498px;
    margin-bottom: 20px;
}

.block_dvvisa img {
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*width: 370px;*/
    display: block;
    height: auto;
}

.block_dvvisa-ct {
    padding: 16px 24px 32px;
}

.block_dvvisa h3 {
    margin-bottom: 16px;
    margin-top: 0;
}
.heading-5-dest-left {
    font-size: 24px;
    line-height: 32px;
}
.heading-5-dest-left {
    text-align: left;
    font-weight: 700;
}

.mb-2 {
    margin-bottom: .9375rem !important;
}

.block_dvvisa-ct ul {
    margin: 0;
    padding: 0;
}

.block_dvvisa-ct ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
}

.block_dvvisa-ct ul li::before {
    position: absolute;
    content: "✓";
    color: #00c48c;
    font-family: icomoon !important;
    left: 0;
}

.banner .banner-bg {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.content-ct-3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1a1a1a;
    opacity: .6;
    z-index: 1;
}

.banner-about-home {
    z-index: 2;
}

.banner-about-home .item__wrap p {
    color: #FFFFFF;
}

.banner-about-home .item__wrap p:first-child {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 8px;
}

.banner-about-home .steps__items:first-child {
    padding-top: 0;
}

.banner-about-home .steps__items {
    display: flex;
    padding: 16px 0;
    align-items: center;
    gap: 16px;
    counter-increment: my-awesome-counter;
}

.banner-about-home .steps__items .stt {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #121cb3;
    background: #FFFFFF;
    padding: 8px 16px;
    border-radius: 24px;
}

.banner-about-home .step-item p:first-child {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.banner-about-home .step-item p:last-child {
    font-size: 14px !important;
    line-height: 22px;
}

/*.banner-about-home .steps__items::before {*/
/*    content: counter(my-awesome-counter);*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    border-radius: 50%;*/
/*    background: #fff;*/
/*    overflow: hidden;*/
/*    display: inline-table;*/
/*    color: #121cb3;*/
/*    text-align: center;*/
/*    line-height: 48px;*/
/*    font-weight: 700;*/
/*    margin-right: 16px;*/
/*}*/

.heading-1-dest {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.heading-1-dest {
    text-align: center;
    font-weight: 700;
}

.c-blue-light {
    color: #121cb3;
}

.visana__why_wrap .why__item_title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 16px;
    font-weight: 700;
}

a.btn.btn-outline-primary, button.btn.btn-outline-primary {
    color: #121cb3;
    border: 1.5px solid #121cb3 !important;
}

a.btn.btn-outline-primary, button.btn.btn-outline-primary {
    color: #121cb3 !important;
    border: 1px solid #121cb3 !important;
    background: #fff;
    font-weight: 600;
}

.visana__why_play a {
    padding: 11px 32px;
    font-size: 16px;
    border-radius: 4px;
}

.visana__why_play {
    margin-top: 20px;
}

.item--width img {
    width: 100%;
    height: 312px;
    object-fit: cover;
    border-radius: 2px;
}

.visana__city {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 8px;
}

.visana__location {
    margin-bottom: 8px;
}

.item--width .map {
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #121cb3;
    cursor: pointer;
}

.rplg-grid .rplg-box {
    padding: 20px;
}

.rplg .rplg-box {
    position: relative;
    margin: 2px 2px 20px 2px;
    color: #777;
    border: 1px solid #ededed;
    background-color: #fafafa ;
    border-radius: 4px;
}

.rplg .rplg-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rplg-row .rplg-row-left {
    position: relative;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.rplg .rplg-review-avatar {
    display: block;
    width: 56px;
    height: 56px;
    font-style: italic;
    padding: 0;
    margin: 0 10px 0 0;
    border-radius: 50%;
    vertical-align: middle;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}

.rplg-row .rplg-row-right {
    -webkit-box-flex: 1 ;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden ;
    text-align: left;
    line-height: 24px;
}

.rplg-grid .rplg-box-content {
    margin: 10px 0 0;
}

.rplg-box .rplg-box-content {
    position: static;
    height: 100px;
    overflow-y: auto;
    font-size: 14px;
    text-align: left;
    padding: 0 2px 0 0;
}

.rplg .rplg-review-badge {
    top: 12px;
    right: 12px;
    position: absolute;
    background-color: inherit;
}

.rplg .rplg-review-text {
    color: #777;
    line-height: 24px;
    font-size: 14px;
}

.banner-bg .lazyloaded {
    width: 100%;
    height: 100%;
}

.rplg-stars i {
    font-size: 15px;
    color: rgb(243, 156, 18);
}

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

.text_center {
    text-align: center;
}

.load_leisure {
    position: relative;
    margin-top: 33px;
}

.button_style {
    color: #fff!important;
    text-align: center;
    padding: 13px 45px;
    min-width: 120px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 4;
    border-radius: 25px;
    background-image: linear-gradient(to right,#f69321 0%,#ffa843 100%);
}

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

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

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

.scale-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #custom-search-input input {
        width: 130px;
    }

    .search-bar {
        padding-left: 0px;
        margin-top: 5px;
    }
    .margin-div {
        margin-left: 15px;
        margin-right: 15px;
    }
    .block_dvvisa {
        min-height: 233px;
    }
    .fix-new-posts-dich-vu {
        height: 213px;
    }
}


#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: #0092CE;
    color: #fff;
}
#border-pagination li a:hover:not(.active) {
    background: #ddd;
}

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

.text-uppercase {
    font-family: unset;
    font-weight: 600;
    font-size: 21px;
}

.text-uppercase {
    text-transform: uppercase;
}

.section-title-center span:after {
    content: "";
    display: table;
    clear: both;
    background: url(/images/divider.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
}

/*css index top*/
.popular_box {
    position: relative;
    counter-reset: popular;
    padding: 0;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.popular_box .act_card {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.act_list .act_card {
    margin-bottom: 30px;
    border-radius: 2px;
}

.popular_box a {
    color: #333;
}

.act_card.act_card_sm .m_bg {
    height: 225px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.act_card .m_bg {
    height: 210px;
}

.act_card .m_bg .top {
    top: 0;
    height: 28%;
    width: 100%;
    padding: 8px 12px;
}

.act_card .m_radius_box {
    border-radius: 2px;
}

.act_card ul {
    position: relative;
    height: 145px;
    padding: 0 12px 12px 12px;
    line-height: 1.2;
    box-sizing: border-box;
    border-top: none;
}

.popular_box ul {
    list-style-type: none !important;
}

.act_card ul li:first-child {
    padding-top: 8px;
}

.popular_box ul li {
    text-align: left;
}

.act_card.act_card_sm ul .title {
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600;
}

.act_card ul .title {
    font-size: 16px;
    font-weight: 500;
    width: 82%;
    text-align: left;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 38px;
    overflow: hidden;
}

.act_card ul .star_box {
    margin-top: 6px;
}


.act_card.act_card_sm ul .price .del_price {
    font-size: 12px;
}

.act_card ul .price p:first-child {
    margin-bottom: 2px;
}

.u_t_gray_9 {
    color: #999;
}

.act_card ul .price .latest_price {
    font-size: 18px;
    padding-left: 10px;
}

.act_card.act_card_sm ul img {
    width: 100%;
    height: auto;
}

.mb-3 {
    margin-bottom: 30px;
}

.text-uppercase {
    font-family: unset;
    font-weight: 600;
    font-size: 21px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.mb-2 {
    margin-top: 20px;
}

.mb-3 {
    margin-top: 30px;
}

.mb-4 {
    margin-top: 40px;
}

mr-2 {
    margin-right: 20px;
}

/*css index sale slider*/
.product-block {
    position: relative;
    counter-reset: popular;
}

.card-toursuggest {
    width: 100%;
    height: 235px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.suggest-tour.owl-carousel .act_list .act_card {
    margin-bottom: 0px !important;
}

.popular_box .act_card.after {
    counter-increment: popular;
    content: attr(data-percent);
    width: 60px;
    height: 26px;
    display: inline-block;
    background: #121cb3;
    color: #fff;
    text-align: center;
    top: 142px;
    right: 12px;
    position: absolute;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 4px;
    box-sizing: border-box;
}

.popular_box .act_card.before {
    counter-increment: popular;
    content: attr(data-percent);
    /* width: 60px; */
    height: 26px;
    display: inline-block;
    background: #121cb3;
    color: #fff;
    text-align: center;
    top: 12px;
    /* right: 12px; */
    left: 0px;
    position: absolute;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 4px;
    box-sizing: border-box;
}

.popular_box .act_card {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.act_list .act_card {
    margin-bottom: 30px;
    border-radius: 2px;
}

.act_card {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 2px;
    transition: ease-in-out .3s;
}

.card-toursuggest .content {
    padding: 0.5rem;
    position: absolute;
    transform: translateY(70%);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
    height: 100%;
    z-index: 5;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card-toursuggest .content .title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    overflow: hidden;
}

.card-toursuggest .content .title a:hover {
    text-decoration: none;
    transition: .3s ease-out;
    color: #ffa100 !important;
}

.card-toursuggest .content .detail-content {
    opacity: 0;
    transform: translateY(-10px);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.act_card:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 12%), 0 -1px 2px 0 rgb(0 0 0 / 8%);
}

.card-toursuggest:hover:after {
    transform: translateY(-70%);
}

.card-toursuggest:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .009) 11.7%, rgba(0, 0, 0, .034) 22.1%, rgba(0, 0, 0, .072) 31.2%, rgba(0, 0, 0, .123) 39.4%, rgba(0, 0, 0, .182) 46.6%, rgba(0, 0, 0, .249) 53.1%, rgba(0, 0, 0, .32) 58.9%, rgba(0, 0, 0, .394) 64.3%, rgba(0, 0, 0, .468) 69.3%, rgba(0, 0, 0, .54) 74.1%, rgba(0, 0, 0, .607) 78.8%, rgba(0, 0, 0, .668) 83.6%, rgba(0, 0, 0, .721) 88.7%, rgba(0, 0, 0, .762) 94.1%, rgba(0, 0, 0, .79) 100%);
    transform: translateY(-50%);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.card-toursuggest:hover .content {
    transform: translateY(0);
    justify-content: flex-end;
}

.card-toursuggest:hover .content .detail-content {
    opacity: 1;
    transform: translateY(0);
}

/*css menu product index*/
.fix-menu-cate {
    margin-bottom: 0px !important;
    overflow: hidden;
    height: 0px;
}

.fix-font-color-cate li {
    border-right: 2px solid #c1c1c1;
}

.fix-font-color-cate li a {
    font-family: Arial;
    font-size: 12px;
    line-height: 19px;
    color: #363636;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 7px;
}

.fix-font-color-cate {
    text-align: right;
    margin-left: -58px;
    padding-left: 125px;
}

.custom-img-mobile {
    width: 50px;
}

@media (max-width: 768px) {
    .fix-menu-media {
        overflow: auto !important;
        height: auto !important;
    }

    .fix-menu-cate {
        overflow: auto !important;
        height: auto !important;
    }

    .fix-navbar-brand-title {
        position: relative !important;
    }

    .fix-font-color-cate {
        text-align: left !important;
        margin-left: 5px;
        padding-left: 0px !important;
    }

    .fix-font-color-cate li {
        border-right: none !important;
    }

    .img-hover-zoom {
        height: auto !important;
    }

    .act_card.act_card_sm .m_bg {
        height: 154px;
    }

}

.load-cat {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    display: inline-block;
    font-size: 14px;
    font-family: helvetica-bold, sans-serif;
    padding: 15px 15px;
    color: #777;
}

.container-fluid {
    padding-left: 0px;
}

/*css index top*/
.popular_box {
    position: relative;
    counter-reset: popular;
    padding: 0;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.popular_box .act_card {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.act_list .act_card {
    margin-bottom: 30px;
    border-radius: 2px;
}

.popular_box a {
    color: #333;
}

.act_card.act_card_sm .m_bg {
    /*height: 154px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.act_card .m_bg {
    height: 210px;
}

.act_card .m_bg .top {
    top: 0;
    height: 28%;
    width: 100%;
    padding: 8px 12px;
}

.act_card .m_radius_box {
    border-radius: 2px;
}

.act_card ul {
    position: relative;
    height: 145px;
    padding: 0 12px 12px 12px;
    line-height: 1.2;
    box-sizing: border-box;
    border-top: none;
}

.popular_box ul {
    list-style-type: none !important;
}

.act_card ul li:first-child {
    padding-top: 8px;
}

.popular_box ul li {
    text-align: left;
}

.act_card.act_card_sm ul .title {
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600;
}

.act_card ul .title {
    font-size: 16px;
    font-weight: 500;
    width: 82%;
    text-align: left;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 38px;
    overflow: hidden;
}

.act_card ul .star_box {
    margin-top: 6px;
}


.act_card.act_card_sm ul .price .del_price {
    font-size: 12px;
}

.act_card ul .price p:first-child {
    margin-bottom: 2px;
}

.u_t_gray_9 {
    color: #999;
}

.act_card ul .price .latest_price {
    font-size: 18px;
    padding-left: 10px;
}

.act_card.act_card_sm ul img {
    width: 100%;
    height: auto;
}

.mb-3 {
    margin-bottom: 30px;
}

.text-uppercase {
    font-family: unset;
    font-weight: 600;
    font-size: 21px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.mb-2 {
    margin-top: 20px;
}

.mb-3 {
    margin-top: 30px;
}

.mb-4 {
    margin-top: 40px;
}

mr-2 {
    margin-right: 20px;
}

.custom-price {
    display: flex;
    justify-content: left;
}
.custom-price .custom-title-price{
    margin-right: 20px;
    font-size: 18px;
    margin-top: 0px;
    font-weight: 700;
}
.custom-price p {
    font-size: 18px;
}
.custom-time {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.custom-time .fix-border-time{
    border-right: 1px solid #ccc;
}
.section-title-center span:after{
    content: "";
    display: table;
    clear: both;
    background: url(/images/divider.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0;
}
.custom-bgr-nav a{
    background: #121cb3;
    color: white;
}
.custom-bgr-nav a:hover{
    background: #ef6706 !important;
}

.blockTitle a {
    color: #fff;
}

.blockTitle a:hover {
    color: red;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .container-fluid {
        padding-left: 15px !important;
    }
}

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

.header-left {
    display: table;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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