﻿body {
    font-family: segoeui;
    font-size: 14px;
    color: #505050;
    line-height: normal;
}

/*Common*/
a {
    color: #e60002;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

    a:hover {
        text-decoration: none;
        color: #ff0000;
    }

    a:focus {
        outline: none;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #2a3a51;
}

.vh100 {
    height: 100vh;
}

.relative {
    position: relative;
}

.text-white {
    color: #fff;
}

.text-small {
    font-size: 80%;
}

.btn-default {
    background-color: #F4AB5D;
    color: #fff;
    border: 0;
    display: block;
    font-weight: 600;
    border-radius: 4px;
    padding: 6px 12px 6px;
}

img {
    max-width: 100%;
}

.aligncenter {
    margin-left:auto;
    margin-right:auto;
    display:block;
}

#category .form-control {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-large-bottom {
    margin-bottom: 30px;
}

.text-gray {
    color: #777;
}

.text-green {
    color: #33a837;
}

.table {
    margin: 0;
}

    .table.table-noborder td {
        border: 0;
    }

.form-control {
    border: 4px;
}

    .form-control:focus {
        outline: none;
    }

.bg-gray {
    background-color: #f7f8f9;
}

.bg-white {
    background-color: #fff;
}

.btn_toTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

    .btn_toTop img {
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        border-radius: 50%;
    }

    .btn_toTop:hover {
        cursor: pointer;
    }

        .btn_toTop:hover img {
        }

html.mm-opening .mm-menu.mm-effect-menu-slide {
    height: 100% !important;
}
/*All page*/
.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
    z-index: 999;
}

    .owl-theme .owl-dots .owl-dot {
        margin: 5px;
    }

        .owl-theme .owl-dots .owl-dot span {
            background-color: #fff;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            display: block;
        }

        .owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
            border-color: #0095c7;
        }

        .owl-theme .owl-dots .owl-dot:focus {
            outline: none;
        }

        .owl-theme .owl-dots .owl-dot.active span {
            background-color: #f46a0e;
        }

.owl-theme.owl-nav-custom .owl-nav {
    margin-top: 0;
}

    .owl-theme.owl-nav-custom .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        font-size: 32px;
        width: 36px;
        height: 36px;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        margin: 0;
        margin-top: -18px;
        -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
        box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    }

    .owl-theme.owl-nav-custom .owl-nav .owl-next {
        right: 15px;
    }

    .owl-theme.owl-nav-custom .owl-nav .owl-prev {
        left: 15px;
    }

        .owl-theme.owl-nav-custom .owl-nav .owl-prev.disabled,
        .owl-theme.owl-nav-custom .owl-nav .owl-next.disabled {
            display: none;
        }

    .owl-theme.owl-nav-custom .owl-nav [class*=owl-] span {
        padding: 0px 13px;
        margin-top: -6px;
        float: left;
    }

    .owl-theme.owl-nav-custom .owl-nav [class*=owl-]:hover {
        color: #282828;
    }

.owl-theme.owl-slide .owl-nav {
    margin-top: 0;
}

    .owl-theme.owl-slide .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        width: 51px;
        height: 114px;
        text-align: center;
        margin: 0;
        margin-top: -57px;
        opacity: 0.5;
    }

    .owl-theme.owl-slide .owl-nav .owl-next {
        right: 25px;
    }

    .owl-theme.owl-slide .owl-nav .owl-prev {
        left: 25px;
    }

        .owl-theme.owl-slide .owl-nav .owl-prev.disabled,
        .owl-theme.owl-slide .owl-nav .owl-next.disabled {
            display: none;
        }

    .owl-theme.owl-slide .owl-nav [class*=owl-] span {
        font-size: 80px;
    }

    .owl-theme.owl-slide .owl-nav [class*=owl-]:hover {
        color: #282828;
        opacity: 1;
    }

    .owl-theme.owl-slide .owl-nav [class*=owl-]:focus {
        outline: none;
    }

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
}

.icheckbox_square-grey,
.iradio_square-grey {
    border-radius: 4px;
}

    .icheckbox_square-grey .iCheck-helper {
        border-radius: 4px;
    }

.btn {
    line-height: normal;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn-2x {
    font-size: 20px;
    font-weight: 300;
    display: block;
}

.btn-3x {
    font-size: 32px;
    font-weight: 700;
    display: block;
    padding: 15px 20px;
    border-radius: 10px;
    height: 109px;
    position: relative;
}

    .btn-3x span {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }

.btn.btn-violet {
    background-color: #5c19dd;
    border-color: #5c19dd;
    color: #fff;
}

    .btn.btn-violet:hover {
        background-color: #5c19dd;
        border-color: #5c19dd;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

    .btn.btn-violet.btn-hover {
        background-color: #fff;
        color: #5c19dd;
    }

        .btn.btn-violet.btn-hover:hover {
            background-color: #5c19dd;
            color: #fff;
            box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        }

.btn.btn-sm {
    width: 183px;
    padding: 8px 15px;
    font-weight: 300;
    font-size: 16px;
    height: 37px;
}

.text-violet {
    color: #5c19dd;
}

.text-danger {
    color: #ff0000;
}

.slick-dots {
    bottom: -60px;
}

    .slick-dots li {
        width: 7px;
        height: 7px;
        margin: 0 7px;
    }

        .slick-dots li button {
            width: 7px;
            height: 7px;
            background-color: #000;
            padding: 0;
            border-radius: 50%;
        }

            .slick-dots li button:before {
                display: none;
            }

        .slick-dots li.slick-active button {
            background-color: #208acd;
        }

.fancybox-content {
    padding:20px;
    overflow:initial;
}

.fancybox-slide--html .fancybox-close-small {
    background-color:#11b255;
    color:#fff;
    right:-21px;
    top:-21px;
    opacity:1;
    border-radius:50%;
}

.section {
    padding: 30px 0;
}

.box {
    background-color: #F1FFE2;
}

.box-corner-topright-bottomleft {
    -webkit-border-radius: 0 50px 0 50px;
    border-radius: 0 50px 0 50px;
}

.box-corner-topleft-bottomright {
    -webkit-border-radius: 50px 0 50px 0;
    border-radius: 50px 0 50px 0;
}

.box-title {
    text-transform: uppercase;
    color: #545454;
    font-size: 17px;
    font-family: MyriadPro-Cond;
    line-height: 40px;
    text-transform: uppercase;
}

.main-content {
    background-image: url(../images/container_body2.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}
/*Header*/
.mainnav {
    background-color: #fafff7;
    border-top: 3px solid #ddf5b8;
}

    .mainnav ul.nav > li > a {
        color: #159f46;
        text-transform: uppercase;
        display: block;
        float: left;
        padding-left: 16px;
        padding-right: 16px;
        font-family: UTM_FacebookR_K_T;
        font-size: 12.5pt;
        font-weight: 500;
        padding: 18px 15px;
        border-radius: 0;
    }

    .mainnav ul.nav > li:hover > a,
    .mainnav ul.nav > li.active > a {
        background-color: #ddf5b8;
    }

.lang {
    position: absolute;
    right: 0;
    top: 3px;
}

    .lang a {
        font-size: 12pt;
        color: #517619;
        font-family: MyriadPro-Cond;
        text-align: center;
        z-index: 9;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        border-bottom-right-radius: 10px;
        background-color: #ddf5b8;
        padding: 10px 15px;
    }

        .lang a:hover {
            background-color: #ff9000;
            color: #fff;
        }

.banner {
    width: 100%;
    background-image: url(../images/bg_header.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
}

    .banner .logo {
        padding: 15px 0;
    }

.slogan {
    margin-top: 47px;
    width:96%;
}

.banner-wrapper {
    background-image: url(../images/bg_header_wrapper.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}
/*News hot*/
.news-hot span {
    text-transform: uppercase;
    font-size: 12px;
    color: #f67c1a;
    float: left;
    line-height: 40px;
    font-family: segoeuib;
}

.news-hot .item a {
    font-size: 9pt;
    color: #3e995e;
    font-family: segoeuib;
    line-height: 40px;
    padding: 0 5px;
}
/*Search*/
.search {
    padding: 4px 0;
}

    .search .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .search .row > .col-xs-4,
        .search .row > .col-xs-8 {
            padding-left: 5px;
            padding-right: 5px;
        }

    .search .form-control {
        border: 0;
        height: 30px;
        padding: 6px 12px;
    }
/*Slide*/
.slideshow {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddf5b8+0,ffffff+100 */
    background: rgb(221,245,184); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(221,245,184,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(221,245,184,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(221,245,184,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf5b8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    .slideshow .owl-theme .item img {
        -webkit-border-radius: 0 60px 0 0;
        border-radius: 0 60px 0 0;
    }

    .slideshow .owl-theme .owl-dots {
        right: 30px;
        bottom: -34px;
        left: auto;
    }

        .slideshow .owl-theme .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
        }

.social {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#effe02+0,feca02+100 */
    background: rgb(239,254,2); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(239,254,2,1) 0%, rgba(254,202,2,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(239,254,2,1) 0%,rgba(254,202,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(239,254,2,1) 0%,rgba(254,202,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effe02', endColorstr='#feca02',GradientType=1 ); /* IE6-9 */
}

.social {
    padding: 5px 15px 5px 30px;
    -webkit-border-radius: 0 0 0 60px;
    border-radius: 0 0 0 60px;
}

    .social ul.nav > li > a {
        color: #888;
        padding: 3px 10px;
        font-size:24px;
    }

        .social ul.nav > li > a img {
            -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
        }

    .social ul.nav > li:first-child:hover > a {
        color: #4267B2;
    }

    .social ul.nav > li:nth-child(2):hover > a {
        color: #ff0000;
    }

    .social ul.nav > li:nth-child(3):hover > a {
        color: #279CEC;
    }

    .social ul.nav > li > a:hover {
        background: none;
        font-size:28px; 
    }
        .social ul.nav > li > a:hover img {
            -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
            filter: grayscale(0%);
        }
/*Categories*/
.category-item {
    margin-bottom: 30px;
}

.categories .row > .col-md-4:nth-child(n+4) .category-item {
    margin-bottom: 0;
}

.category-item img {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -webkit-border-radius: 0 50px 0 50px;
    border-radius: 0 50px 0 50px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.category-item a:hover img {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
/*About index*/
.about-index {
    padding: 30px;
}

.about-img i {
    font-size: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    opacity: .8;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.about-img a:hover i {
    opacity: 1;
    color: #ff0000;
}

.about-img img {
    -webkit-border-radius: 0 50px 0 50px;
    border-radius: 0 50px 0 50px;
}

.about-description {
    line-height: 22px;
}

a.view-more {
    background-color: #fff;
    border-radius: 4px;
    color: #d22828;
    font-family: segoeuib;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    a.view-more i {
        color: #666;
        font-size: 12px;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

    a.view-more:hover {
        background-color: #21b355;
        color: #fff;
    }

        a.view-more:hover i {
            color: #fff;
        }
/*Ads*/
.ads-index {
    padding: 30px;
    padding-top: 0;
}

.ads-slick .slick-slide {
    margin: 0 5px;
}

.ads-slick .slick-list {
    margin: 0 -5px;
}

.ads-slick-vertical .slick-slide {
    margin: 5px 0px;
}

.ads-slick-vertical .slick-list {
    margin: -5px 0px;
}
/*News*/
.news-index {
    padding: 30px;
    padding-top: 0;
}

    .news-index .box-title {
        padding-top: 5px;
        border-bottom: 1px solid #cdee8d;
        margin-bottom: 10px;
    }

.news-category-title {
    margin-bottom: 10px;
}

    .news-category-title a {
        color: #404040;
        text-transform: uppercase;
        font-family: MyriadPro-Cond;
        display: block;
    }

        .news-category-title a:hover {
            color: #f58208;
        }

.news-item .news-title a {
    color: #f58208;
    font-size: 13pt;
    font-family: MyriadPro-Cond;
    text-transform: uppercase;
    display: block;
    margin: 15px 0 10px;
}

    .news-item .news-title a:hover {
        color: #000;
    }
/*Product*/


@media (min-width: 1000px) {
    .popup-customla img {
        max-width: 600px;
    }
}
/*Footer*/
.footer {
    background-color: rgba(255,255,255,.6);
    color: #09600c;
    padding: 30px;
}

.footer-title {
    background-image: url(../images/title_footer_2.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #575856;
    font-family: MyriadPro-Cond;
    line-height: 37px;
    font-size: 11pt;
    padding-left: 15px;
    padding-bottom: 10px;
}

.nav-category > li {
    background-image: url(../images/arrow_4.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 10px;
    display: block;
    width: 45%;
    float: left;
    margin-top: 0px;
    border-bottom: 1px dashed #fff;
}

    .nav-category > li:nth-child(2n) {
        margin-left: 10%;
    }

    .nav-category > li + li {
        margin-left: 0;
    }

    .nav-category > li > a {
        font-size: 9pt;
        color: #09600c;
        line-height: 18px;
        display: block;
        padding: 6px 0;
        background-repeat: repeat-x;
        background-position: bottom center;
    }

        .nav-category > li > a:hover {
            background: none;
            color: #000;
        }

.nav-links > li > a {
    font-size: 9pt;
    color: #09600c;
    line-height: 18px;
    display: block;
    background: url(../images/arrow_5.png) no-repeat left center;
    padding: 6px 0 6px 15px;
}

    .nav-links > li > a:hover {
        background: url(../images/arrow_5.png) no-repeat left center;
        color: #000;
    }

.nav-links > li + li > a {
    border-top: 1px dashed #fff;
}

.footer-box {
    background-color: rgba(121,174,31, .5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 10px 10px;
}

    .footer-box .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .footer-box .row .col-md-6 {
            padding-left: 5px;
            padding-right: 5px;
        }

    .footer-box a {
        display: block;
        text-align: center;
    }

        .footer-box a span {
            color: #fff;
            font-family: "segoeuib";
            text-transform: uppercase;
        }

        .footer-box a i {
            display: block;
            padding: 15px 5px;
            border-radius: 10px;
            background-color: #fff;
            color: #59B82C;
            font-size: 50px;
            text-align: center;
            margin-bottom: 5px;
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        }

        .footer-box a:hover i {
            background-color: #59B82C;
            color: #fff;
        }

.copyright {
    background-color: #fff;
    color: #000;
    padding: 15px 0;
    font-family: "segoeuib";
}

    .copyright strong, .copyright a {
        color: #71a131;
    }

        .copyright a:hover {
            color: #f4aa5b;
        }

        .copyright strong.text-danger {
            color: #ce3178;
        }
/*Backdrop*/
.backdrop {
}

    .backdrop .relative {
        height: 270px;
    }

    .backdrop .backdrop-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 20px;
        background-color: rgba(42, 98, 48, 0.5);
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }

        .backdrop .backdrop-title h1,
        .backdrop .backdrop-title h3 {
            text-transform: uppercase;
            font-size: 18pt;
            color: #fff;
            font-family: MyriadPro-Cond;
            margin-left: 15px;
            font-weight: normal;
        }

.line {
    border-top: 1px solid #bed798;
    border-bottom: 1px solid #f0fbe0;
}

.breadcrumb-wrapper {
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
}

    .breadcrumb > li,
    .breadcrumb > li > a {
        text-transform: uppercase;
        font-family: segoeuib;
        font-size: 13px;
    }

        .breadcrumb > li.active {
            color: #000;
        }

        .breadcrumb > li + li:before {
            font-family: "Font Awesome 5 Pro";
            content: "\f054";
            color: #ee451e;
        }

        .breadcrumb > li > a {
            color: #ee451e;
        }

.bg-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddf5b8+0,ffffff+25,ffffff+100 */
    background: rgb(221,245,184); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(221,245,184,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(221,245,184,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(221,245,184,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf5b8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
/*Column left*/
.panel-group .panel {
    border: 0;
    background: none;
    box-shadow: none;
}

.panel-default .panel-heading {
    background: none;
    border: 0;
    padding: 0;
}

    .panel-default .panel-heading h4.panel-title a {
        display: block;
        text-transform: uppercase;
        padding: 12px 20px 10px;
        vertical-align: middle;
        color: #383f3d;
        font-size: 12pt;
        font-family: MyriadPro-Cond;
        background-color: #91E52D;
        -webkit-border-radius: 0 15px 0 15px;
        border-radius: 0 15px 0 15px;
        position:relative;
    }

        .panel-default .panel-heading h4.panel-title a:focus {
            text-decoration: none;
        }

        .panel-default .panel-heading h4.panel-title a.collapsed {
            background: none;
        }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 0;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body ul.nav > li > a {
        font-family: MyriadPro-Cond;
        color: #498261;
        padding: 10px 20px;
        font-size: 12pt;
        -webkit-border-radius: 0 15px 0 15px;
        border-radius: 0 15px 0 15px;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body ul.nav > li:hover:before,
    .panel-default > .panel-heading + .panel-collapse > .panel-body ul.nav > li.active:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f054";
        color: #91E52D;
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 8pt;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body ul.nav > li:hover > a {
        background-color: #eee;
    }

ul.nav-left > li > a {
    display: block;
    text-transform: uppercase;
    padding: 12px 20px 10px;
    vertical-align: middle;
    color: #383f3d;
    font-size: 12pt;
    font-family: MyriadPro-Cond;
    -webkit-border-radius: 0 15px 0 15px;
    border-radius: 0 15px 0 15px;
}

ul.nav-left > li.active > a {
    background-color: #91E52D;
}
/*Column right*/
.content {
    background-color: #fff;
    -webkit-border-radius: 50px 0 50px 0;
    border-radius: 50px 0 50px 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.content::after {
  content: "";
  clear: both;
  display: table;
}

    .content .content-box-title {
        border-bottom: 1px solid #edf8cb;
        text-transform: uppercase;
        color: #48a21d;
        font-size: 16pt;
        font-family: MyriadPro-Cond;
        padding: 15px 0 5px;
        margin-bottom: 20px;
    }

.content-item .content-img a {
    background-image: url(../images/bg_product_items.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
    padding-bottom: 8px;
    text-align: center;
    display: block;
}

    .content-item .content-img a img {
        max-height: 130px;
        width:auto;
    }

.content-item .content-title a {
    border-bottom: 1px solid #edf8cb;
    color: #11b255;
    font-size: 16pt;
    font-family: MyriadPro-Cond;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-position: bottom center;
    display: block;
}

    .content-item .content-title a:hover {
        color: #f88307;
    }

.content-item + .content-item {
    margin-top: 30px;
}

.content-body h1 {
    font-size: 14px;
    font-family: segoeuib;
    margin-bottom: 10px;
}

.pagination {
    margin-bottom: 0;
    text-align: center;
    display: block;
}

    .pagination .page-numbers {
        display: inline-block;
        padding: 5px 12px;
        color: #494949;
        font-family: MyriadPro-Cond;
        font-size: 14px;
    }

        .pagination .page-numbers:hover,
        .pagination .page-numbers.current {
            background-color: #11B255;
            color: #fff;
        }
/*About*/
.menu_danhmucjoithieu {
    width: 388px;
    float: left;
    margin-top: 100px;
    margin-left: 70px;
}

    .menu_danhmucjoithieu ul {
        list-style: none;
    }

        .menu_danhmucjoithieu ul li {
            list-style: none;
        }
        .menu_danhmucjoithieu ul li+li {
            margin-top:10px;
        }

            .menu_danhmucjoithieu ul li a {
                border-bottom: 1px dashed #93cba7;
                color: #fff;
                text-transform: uppercase;
                width: 100%;
                display: block;
                padding:10px 15px;
                font-size: 18px;
                font-family: MyriadPro-Cond;
            }
                .menu_danhmucjoithieu ul li a:focus {
                    text-decoration:none;
                }
                .menu_danhmucjoithieu ul li:hover a,
                .menu_danhmucjoithieu ul li a.active {
                    background-color: #91E52D;
                    border-radius: 0 15px 0 15px;
                    color:#000;
                    font-size:20px;                                                
                }

.title_ebook_des {
    width: 433px;
    border-bottom: 1px solid #11b255;
    text-align: right;
    text-transform: uppercase;
    color: #169e47;
    font-size: 18px;
    font-family: MyriadPro-Cond;
    margin-top: 30px;
    line-height: 38px;
}
.linkquayvegioithieu
{
background-image:url(../images/arrow_1.png);
background-repeat:no-repeat;background-position:right center;
padding-right:12px;margin-right:5px;color:#494949;

}
.linkquayvegioithieu:hover
{
	color:#169e47
}
.about-page .panel-default > .panel-heading a.collapsed:after {
    content: "\f067";
}
.about-page .panel-default > .panel-heading a:after {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
    font-weight: 300;
}
.about-page .panel-body {
    padding:15px 20px !important;
}
/*Responsive*/
.btn-menu-mobile {
    width: 59px;
    background-color: #00A651;
    border-radius: 4px;
    padding: 13px 10px 6px;
    display: inline-block;
    margin-top: 5px;
}

    .btn-menu-mobile span {
        width: 100%;
        height: 2px;
        background-color: #EEFFDB;
        display: block;
    }

        .btn-menu-mobile span + span {
            margin-top: 3px;
        }

        .btn-menu-mobile span.menu-text {
            color: #EEFFDB;
            margin-top: 0px;
            height: auto;
            background: none;
            text-align: center;
        }

@media (min-width: 767px) {
}

@media (min-width: 1024px) {
    .about-page .container {
        width:1024px;
        padding-left:5px;
        padding-right:5px;
    } 
    .booklet .b-arrow-prev {
        left:0;
    }
     .booklet .b-arrow-next {
        right:0;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1030px;
    }
}

@media (min-width: 1350px) {
   
}

@media (min-width: 1400px) {
    
}

@media (min-width: 1600px) {
   
}

@media (max-width: 1280px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1100px) {
}

@media (max-width: 1024px) {   
    
}

@media (max-width: 768px) {
    img {max-width:100%!important;height:auto!important;}
    .backdrop {
        background-size:cover!important;
    }
    .banner-wrapper {
        background-size:180px;
    }
    .mainnav {
        padding-bottom: 10px;
    }

    .btn-menu-mobile {
    }

    .banner .logo {
        text-align: center;
        padding: 5px 0;
    }

    .categories .row > .col-md-4:nth-child(n+4) .category-item {
        margin-bottom: 30px;
    }

    .ads-index {
        margin-top: 30px;
    }

    .footer-title {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    iframe {width:100%!important;}
    .slideshow .owl-theme.owl-slide .owl-nav [class*=owl-] {
        display:none;
    }
    .backdrop .relative {
        height:105px;
    }
    .lang a {
        font-size:15pt;
        padding:12px 15px;
        top:0;
        display:inline-block;
    }
    .breadcrumb-wrapper {
        overflow-x: scroll;
    }

    .banner {
        background: #E1FDD5;
    }

    .content {
        margin-top: 20px;
    }

    .banner-wrapper {
        background: none;
    }

    .slogan {
        margin-top: 0;
    }

    .news-hot .item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content-item .content-title a {
        margin-top:15px;
    }

    .categories .row > .col-md-4:last-child .category-item {
        margin-bottom: 0;
    }

    .about-img {
        margin-bottom: 15px;
    }

    .news-index > .row > .col-xs-12 + .col-xs-12 {
        margin-top: 15px;
    }

    .nav-category > li {
        width: 100%;
    }

        .nav-category > li + li,
        .nav-category > li:nth-child(2n) {
            margin-left: 0;
        }

    .copyright,
    .copyright .text-right {
        text-align: center;
    }
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
