/* #news {
    padding: 0 0 20px
} */

#news .news-item {
    margin-bottom: 30px
}

#news .news-item a {
    display: block;
    text-decoration: none;
    color: #666
}

#news .news-item a .news-media {
    overflow: hidden;
    margin-bottom: 20px
}

#news .news-item a .news-media img {
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    margin: auto;
}

#news .news-item a .news-title {
    margin-bottom: 20px
}

#news .news-item a .news-title .news-date {
    float: left;
    width: 100px;
    overflow: hidden;
    background: #222222;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    height: 50px;
    line-height: 50px
}

#news .news-item a .news-title .news-date span {
    font-size: 16px;
    font-weight: 400
}

#news .news-item a .news-title .title {
    width: auto;
    padding-left: 10px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px
}

#news .news-item a .news-desc {
    font-size: 15px;
    margin: 0
}

#news .news-item a:hover .news-media img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

#news .news-item a:hover .news-title .news-date {
    background: #17bbc4;
}

.div_title.show a {
    text-decoration: none;
}
ul li .sub-menu{
    position: absolute;
    top: 129px;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #f9d0d5;
    padding: 10px 20px 60px;
    transition: all 0.7s;
    visibility: hidden;
    opacity: 0;
}
ul li:hover .sub-menu{
    top: 110px;
    visibility: visible;
    opacity: 1;
}
.sub-menu{top: 95px;}
ul li:hover .sub-menu{
}
.sub-menu h3{
    padding: 10px 0;
    color: #90278e;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #90278e;
    text-align: left;
    /* width: 100%; */
}
.sub-menu h3::after{content:""}
.sub-menu h3::before{content:"";position: absolute;height: 3px;bottom: -2px;width: 120px;background: #90278e;}
.sub-menu ul{
    padding: 0px 18px;
    margin: 0;
    /* list-style: none; */
    float: left;
    text-align: left;
}
.sub-menu ul li{
    float: none;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}
.sub-menu ul li a{
    padding: 0;
    text-align: left;
    line-height: 35px;
    height: auto;
    font-weight: 300;
    text-transform: capitalize;
    border-bottom: 1px dotted rgb(144, 39, 142);
    color: #90278e;
}
.sub-menu ul li a:hover{
    color: #b44b8e;
    text-decoration: none;
}


/* end Menu*/


/* Detail Blog */
    /*Breadcrumb*/
    ol.breadcrumb {
        margin: 20px 0;
        padding: 0;
        background: transparent !important;
    }

    ol.breadcrumb a {
        color: #fff;
        font-weight: 600;
    }
    /*End breadcrumb*/


    /*Title*/
    h2.post-item-name {
        font-size: 19px;
        text-transform: uppercase;
        color: #2f2f2f;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .post-item-share label {
        padding-top: 5px;
        vertical-align: middle;
    }

    .post-item-des {
        text-align: justify;
        line-height: 28px;
        /* font-weight: 500; */
        font-size: 15px;
    }
    /*End title*/
    
    /*widget*/
    .widget-title {
        line-height: 38px;
        height: 38px;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 20px 0px 0px;
        background: rgba(0, 0, 0, 0.6);
        text-transform: uppercase;
    }
    .widget-content img {
        max-width: 360px;
        height: auto;
    }
    /*end widget*/
    #customer-reviews-sidebar .review {
        padding : 10px 0;
        line-height: 25px;
        text-align: justify;
    }
    #customer-reviews-sidebar .media {
        float: left;
        max-width: 120px;
        padding: 10px;
    }
    /*New Popular*/
    .widget-content .list-tintuc-2 {
        padding: 25px 0 0
    }

    .widget-content .list-tintuc-2.no-padding {
        padding: 0
    }

    .widget-content .list-tintuc-2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden
    }

    .widget-content .list-tintuc-2 ul li {
        border-top: 1px dotted #c3c3c3;
        clear: both;
        overflow: hidden
    }

    .widget-content .list-tintuc-2 ul li a {
        display: block;
        padding: 10px 0;
        overflow: hidden
    }

    .widget-content .list-tintuc-2.no-padding ul li:first-child {
        border: 0
    }

    .widget-content .list-tintuc-2.no-padding ul li:first-child a {
        padding-top: 0
    }

    .widget-content .list-tintuc-2 ul li a .image {
        float: left;
        width: 100px;
        overflow: hidden
    }

    .widget-content .list-tintuc-2 ul li a .image img {
        width: 100%;
        transition: all .5s
    }

    .widget-content .list-tintuc-2 ul li a:hover .image img {
        transform: scale(1.3)
    }

    .widget-content .list-tintuc-2 ul li a .text {
        display: block;
        color: #444;
        font-size: 13px;
        font-weight: 700;
        line-height: 25px;
        overflow: hidden;
        padding-left: 15px
    }

    ul.widget-list {
    padding: 0;
    list-style: none;
    }
    .widget-list li {
        padding: 10px;
        border-bottom: 1px solid #d9d9d9;
    }
    .widget-list li a{
        color: #666;
        font-weight: 500;
    }
    .widget-list li a:hover{
        color: #8ab35a;
        text-decoration: none;
    }
    .widget-list ul.child-menu {
        list-style: none;
        padding : 0px 0 0 15px;
    }

    /*End news popular*/
    /*Share*/
    .post-item-share {
        margin: 20px 0;
        border: solid 1px rgba(191, 191, 191, 0.22);
        padding: 10px;
        background: #f1f1f1;
    }


    /*List Category*/
    .tintuc-area .tintuc a {
    display: block;
    text-decoration: none
    }

    .tintuc-area .tintuc a .media {
        overflow: hidden;
        margin-bottom: 25px
    }

    .tintuc-area .tintuc a .media img {
        width: 100%;
        vertical-align: top;
        transition: all .7s
    }

    .tintuc-area .tintuc a:hover img {
        transform: scale(1.3)
    }

    .tintuc-area .tintuc a .desc h3 {
        margin: 0 0 20px;
        font-size: 15px;
        color: #333;
        font-weight: 700;
        line-height: 25px
    }

    .tintuc-area .tintuc a .desc p {
        color: #727272;
        margin: 0;
        line-height: 25px;
        font-size: 14px
    }

    /*Map*/
    .block-contact-us {
        margin-bottom: 30px;
    }
    .block-address {
        margin-bottom: 30px;
    }
    .block-address h3 {
        margin: 0 0 10px 0;
    }
    .mmap p {
        margin: 0;
        line-height: 0;
    }

#nav-fix {
    width: 40px;
    top: 38%;
    position: fixed;
    left: 0;
    z-index: 10;
}
#nav-fix li {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    box-shadow: inset 0 0 5px #000;
    margin: 10px;
    list-style: none;
    position: relative;
    transition: all 250ms ease;
    color: #fff
}
#nav-fix li a{
    color: white;
    white-space: nowrap;
}
#nav-fix li span {
    position: absolute;
    background: #000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 24px;
    border-radius: 2px;
    width: auto;
    text-align: center;
    line-height: 25px;
    margin-left: 40px;
    padding: 0 10px;
    top: 0;
    display: block;
    transition: all 250ms ease;
    opacity: 0;
}
#nav-fix li span:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -4px;
    background: #000;
    top: 7px
}
#nav-fix li:hover span {
    margin-left: 30px;
    opacity: 1
}
#nav-fix li label {
    display: block;
    cursor: pointer;
    height: 25px;
    width: 25px
}
#nav-fix li label i.fa {
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: white;
}
#nav-fix li{
    background: box-shadow: inset 0 0 15px #7fba00;
    background: #7fba00;
    border: none;
    box-shadow: none;
}

a.single_add_to_cart_button.button.alt {
    border: medium none;
    border-radius: 2em;
    box-shadow: none;
    font-size: 18px;
    height: 52px;
    padding: 0 25px;
    color: #fff;
    min-width: 150px;
    float: left;
    margin-right: 20px;
    line-height: 50px;
    background-color: #17bbc4;
    text-align: center;
}

.account-wrap {
    border: 1px solid #e5e5e5;
    padding: 30px;
}
.account-wrap button{
    height: 40px;
    line-height: 40px;
    background: #17bbc4;
    min-width: auto !important;
}
/*Social Login slide - Viet*/
.social_login a{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-top: -32px;
}
.theme-btn, .theme-btn-2, .theme-btn-3 {
    border: medium none;
    border-radius: 2em;
    box-shadow: none;
    font-size: 13px;
    height: 52px;
    padding: 0 25px;
    color: #fff;
    min-width: 200px;
    line-height: 50px;
}

.social_login .google{
    margin-left: -263.5px;
    display: inline-block;
}

.social_login .facebook{
    margin-left: 9px;
    display: inline-block;   
}
.account-wrap .form-group a.google{
    height: 40px;
    line-height: 40px;
    background: #c11010;
    display: block;
    color: white;
    border: medium none;
    border-radius: 2em;
    text-align: center;
    font-size: 13px;
    /*width: 170px;*/
    margin-left: 15px;
}

.account-wrap .form-group a.facebook{
    height: 40px;
    line-height: 40px;
    background: #4a6bb2;
    display: block;
    color: white;
    border: medium none;
    border-radius: 2em;
    text-align: center;
    font-size: 13px;
    /*width: 170px;*/
    margin-left: 15px;
}


/*Back to top*/
.gamba-circles {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;
    margin: 0 auto;

    -webkit-transform: translate3D(-50%, -50%, 0);
       -moz-transform: translate3D(-50%, -50%, 0);
        -ms-transform: translate3D(-50%, -50%, 0);
         -o-transform: translate3D(-50%, -50%, 0);
            transform: translate3D(-50%, -50%, 0);
}

.gamba-circles .circle {
    position: absolute;

    box-sizing: border-box;
    width: 100%;
    height: 100%;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

    border: 1px solid transparent;
    border-radius: 92% 110% 132% 88%;
}

.gamba-circles .circle:nth-child(1) {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation: spin1 6s linear infinite;
            animation: spin1 6s linear infinite;

    border-color: #c7c7c7;
}

.gamba-circles .circle:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation: spin2 6s linear infinite;
            animation: spin2 6s linear infinite;

    border-color: #c7c7c7;
}

.gamba-circles .circle:nth-child(3) {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation: spin3 6s linear infinite;
            animation: spin3 6s linear infinite;

    border-color: #c7c7c7;
}

.gamba-circles .circle:nth-child(4) {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation: spin4 6s linear infinite;
            animation: spin4 6s linear infinite;

    border-color: #c7c7c7;
}

#back-top .gamba-circles {
    font-size: 24px;
    line-height: 50px;
    position: fixed;
    z-index: 100;
    top: auto;
    right: 20px;
    bottom: 50px;
    left: auto;
    visibility: hidden;
    width: 35px;
    height: 35px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    opacity: 0;
    color: #17bbc4;
}
#back-top .gamba-circles i{
    font-size: 20px;
    top: 7px;
    left: 0;
    right: 0;
    position: absolute;
}
#back-top .gamba-circles .circle {
    top: 0;
    left: 0;
    border-color: #17bbc4;
    mix-blend-mode: screen;
}

#back-top .gamba-circles.show-btn {
    visibility: visible;

    opacity: 1;
}
@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin1 {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(72deg);
                transform: rotate(72deg);
    }
    100% {
        -webkit-transform: rotate(-288deg);
                transform: rotate(-288deg);
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(72deg);
                transform: rotate(72deg);
    }
    100% {
        -webkit-transform: rotate(-288deg);
                transform: rotate(-288deg);
    }
}

@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: rotate(-144deg);
                transform: rotate(-144deg);
    }
    100% {
        -webkit-transform: rotate(216deg);
                transform: rotate(216deg);
    }
}

@keyframes spin3 {
    0% {
        -webkit-transform: rotate(-144deg);
                transform: rotate(-144deg);
    }
    100% {
        -webkit-transform: rotate(216deg);
                transform: rotate(216deg);
    }
}

@-webkit-keyframes spin4 {
    0% {
        -webkit-transform: rotate(216deg);
                transform: rotate(216deg);
    }
    100% {
        -webkit-transform: rotate(-144deg);
                transform: rotate(-144deg);
    }
}

@keyframes spin4 {
    0% {
        -webkit-transform: rotate(216deg);
                transform: rotate(216deg);
    }
    100% {
        -webkit-transform: rotate(-144deg);
                transform: rotate(-144deg);
    }
}

.form-group.required .has-error:after { 
   content:"*";
   color:red;
}
.kt-easyzoom {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    display: block !important;
}
.kt-easyzoom img {
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

.section-title-related {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-size: 25px;
    font-weight: 700;
    /* padding: 30px 0 0; */
}
.cnv-related-new ul {
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
.cnv-related-new ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.cnv-related-new ul li a i {
    margin: 0 10px;
}
.cnv-related-new ul li a {
    font-size: 15px;
    color: #383838;
    -webkit-transition: all .9s;
    transition: all .9s;
}
.cnv-related-new{
    margin-bottom: 40px;
}
.cnv-related-new ul li:hover a {
    color: #1bb4d5;
    padding-left: 15px;
}
.widget-list li.active > a {
    color: #17bbc4;
}

@media screen and (max-width: 767px) {
      #nav-fix ul {
            padding: 0;    
        }
    h3.title {
        min-height: 52px;
        overflow: hidden;
    }
}


.product-media-img {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.product-media-img img {
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}
.item-product a:hover .product-media-img img {
    -ms-transform: translate(-50%,-50%) scale(1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}
.map p {
    line-height: 0;
}
.map p iframe {
    border-radius: 3px;
}

.btn-inline {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #17bbc4;
    color: #fff;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.post-item-des p{
    margin-bottom: 10px;
}


.parter img{
    transition: all .3s ease-in-out 0s;
}
.parter:hover img {
    transform: scale(1.1);
}


.breadcrumb-bg {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
    text-align: center;
    margin-bottom: 60px;
}

.site-breadcumb .section-title {
    font-size: 30px;
    color: #fff;
}

.breadcrumb-menubar {
    background: transparent none repeat scroll 0 0;
    margin: 7px 0 0;
    padding: 0
}

.breadcrumb-menubar > li {
    text-transform: uppercase;
    font-weight: 500;
    color: #a8a7a4;
    font-size: 12px;
}

.breadcrumb-menubar > li > a {
    color: #a8a7a4;
}
.phone-bold strong a,
.phone-bold a strong,
.phone-bold a {
    color: #06b6e4 !important;
}


.fv-content {
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.6em;
    font-family: Arial, Georgia, serif;
    padding: 0;
}

@media (max-width: 1170px) {
    .fv-content {
        padding: 5vw 7vw 0;
    }
}
@media (max-width: 800px) {
    .fv-content {
        font-size: 0.8em;
    }
}

/**
 * 1. Global.
 */
.fv-content blockquote,
.fv-content dl,
.fv-content h1,
.fv-content h2,
.fv-content h3,
.fv-content h4,
.fv-content h5,
.fv-content h6,
.fv-content ol,
.fv-content p,
.fv-content pre,
.fv-content ul {
    min-width: 100%;
}

.fv-content hr {
    position: relative;
    margin: 4vw 0;
    display: block;
    width: 100%;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #e3e9ed;
}

/**
 * 2. Headings.
 */
.fv-content h1,
.fv-content h2,
.fv-content h3,
.fv-content h4,
.fv-content h5,
.fv-content h6 {
    margin-top: 0;
    line-height: 1.15;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

.fv-content h1 {
    margin: .5em 0 .2em;
    font-size: 2.6em;
    font-weight: 700;
}

.fv-content h2 {
    margin: .5em 0 .2em;
    font-size: 2.0em;
    font-weight: 700;
}

.fv-content h3 {
    margin: .5em 0 .2em;
    font-size: 1.8em;
    font-weight: 700;
}

.fv-content h4 {
    margin: .5em 0 .2em;
    font-size: 1.8em;
    font-weight: 700;
}

.fv-content h5 {
    margin: .5em 0 .2em;
    font-size: 1.6em;
    font-weight: 700;
}

.fv-content h6 {
    margin: .5em 0 .2em;
    font-size: 1.6em;
    font-weight: 700;
}

/**
 * 3. Elements.
 */

.fv-content a {
    color: #000;
    box-shadow: inset 0 -1px 0 #3eb0ef;
}

.fv-content a:hover {
    color: #3eb0ef;
}

.fv-content em,
.fv-content i,
.fv-content dfn
{
    font-style: italic;
}

.fv-content strong,
.fv-content b
{
    font-weight: 700;
}

.fv-content u,
.fv-content ins
{
    text-decoration: underline;
    background-color: transparent;
}

.fv-content sup {
    top: -.5em;
}

.fv-content sub {
    bottom: -.25em;
}

.fv-content sup,
.fv-content sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.fv-content code, .fv-content kbd, .fv-content pre, .fv-content samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

.fv-content code {
    padding: 0 5px 2px;
    line-height: 1em;
    font-weight: 400!important;
    background: #fdefef;
    border-radius: 3px;
    color: #630d0d;
}

.fv-content pre {
    overflow-x: auto;
    margin: 1.5em 0 3em;
    padding: 20px;
    max-width: 100%;
    border: 1px solid #000;
    color: #e5eff5;
    background: #0e0f11;
    border-radius: 5px;
}

.fv-content pre code {
    color: #efefef;
    background-color: transparent;
}

.fv-content  blockquote {
    margin: 0 0 1.5em;
    padding: 0 1.5em;
    border-left: 5px solid #3eb0ef;
}

.fv-content blockquote p:last-child {
    margin-bottom: 0;
}

.fv-content blockquote p {
    margin: 0 0 1em;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: italic;
}

.fv-content blockquote p:last-child {
    margin-bottom: 0;
}

.fv-content blockquote cite {
    font-weight: 700;
}

.fv-content abbr, .fv-content dfn {
    cursor: help;
    text-decoration: underline dotted;
    border: 0;
}

.fv-content small {
    font-size: 80%;
}

/**
 * 4. Images.
 */
.fv-content img,
.fv-content video {
    display: block;
    margin: 1.5em auto;
    max-width: 95%;
}

/**
 * 5. List.
 */
.fv-content dt {
    float: left;
    margin: 0 20px 0 0;
    width: 150px;
    font-weight: 500;
    text-align: right;
}

.fv-content dd {
    margin: 0 0 5px;
    text-align: left;
}

.fv-content li {
    word-break: break-word;
    list-style: inherit;
    margin: .5em 0;
    padding-left: .3em;
    line-height: 1.6em;
}

.fv-content ol,
.fv-content ul {
    padding-left: 1.3em;
    padding-right: 1.5em;
}

.fv-content ol {
    list-style: decimal;
}

.fv-content > ul {
    list-style: disc;
}

.fv-content > ul > li > ul {
    list-style: circle;
} 


.fv-content > ul > li > ul > li ul {
    list-style: square;
} 

/**
 * 6. Table.
 */

.fv-content table {
    /*display: inline-block;*/
    overflow-x: auto;
    margin: .5em 0 2.5em;
    max-width: 100%;
    width: auto;
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
    vertical-align: top;
    -webkit-overflow-scrolling: touch;
    border-style: double;
     border: 3px double black;
}

.fv-content table tbody {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.fv-content table th {
    padding: 6px 12px;
    /*border: 1px solid #e3ecf3;*/
    border-style: double;
     border: 3px double black;
}

.fv-content table th {
    color: #15171a;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .2px;
    text-align: left;
    text-transform: uppercase;
    background-color: #f4f8fb;
}

.fv-content table td, .fv-content table th {
    padding: 6px 12px;
    border: 3px double black;
    border-style: double;
}

.post-item-des  ol {
    list-style: decimal;
}

.post-item-des  > ul {
    margin-left: 40px;
    list-style: disc;
}

.post-item-des > ul > li > ul {
    margin-left: 20px;
    list-style: circle;
} 

.post-item-des > ul > li > ul > li ul {
    margin-left: 20px;
    list-style: square;
} 







.post-item-des table {
    /*display: inline-block;*/
    overflow-x: auto;
    margin: .5em 0 2.5em;
    max-width: 100%;
    width: auto;
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
    vertical-align: top;
    -webkit-overflow-scrolling: touch;
    border-style: double;
     border: 3px double black;
}

.post-item-des table tbody {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.post-item-des table th {
    padding: 6px 12px;
    /*border: 1px solid #e3ecf3;*/
    border-style: double;
     border: 3px double black;
}

.post-item-des table th {
    color: #15171a;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .2px;
    text-align: left;
    text-transform: uppercase;
    background-color: #f4f8fb;
}

.post-item-des table td, .post-item-des table th {
    padding: 6px 12px;
    border: 3px double black;
    border-style: double;
}