@charset "UTF-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #333;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* ==========================================================================
   2: Base stuff
   ========================================================================== */

/* --------------------------------------------------------------------------
   Basic style
   -------------------------------------------------------------------------- */

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clear {
    clear: both;
    float: none;
}

.clearfix::after {
    clear: both;
    content: '';
    display: table;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

a {
    text-decoration: none;
}

a:hover {
    transition: all 0.5s ease;
}

body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/* end CSS for slide animate */

/* --------------------------------------------------------------------------
   Typography
   -------------------------------------------------------------------------- */

/* ==========================================================================
   3: Layout related sections
   ========================================================================== */

/* --------------------------------------------------------------------------
   top bar
 -------------------------------------------------------------------------- */

.topbar {
    font-size: 12px;
    color: #fff;
    padding: 9px 0;
    background-color: #007bff;
    font-family: 'UTM Avo';
    display: none;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

/*
   header-top-right
   -------------------------------------------------------------------------- */
.main-header {
    /*border-bottom: 1px solid rgba(179, 179, 179, 1);*/
}

.header-search {
    width: 75%;
    display: block;
}

@media (max-width: 991px) {
    .header-search {
        display: none;
        width: 100%;
    }
}

.header-search.active {
    display: block;
}

.form-search {
    position: relative;
}

@media (max-width: 991px) {
    .form-search .btn-link {
        display: none;
    }
}

.form-search .form-control {
    padding-left: 10px;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
    height: 37px;
    font-size: 13px;
}

.form-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 57px;
    background-color: transparent;
    border: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    outline: none;
    font-size: 20px;
    color: #333;
}

.form-search button:before {
    /*content: '';
    top: 30%;
    height: 20px;
    width: 1px;
    background-color: #b3b3b3;
    display: block;
    position: absolute;
    left: 0;
    vertical-align: top;*/
}

.select-categories {
    width: 26%;
    display: none;
}

.select-categories .dropdown-toggle {
    border-radius: 8px;
    border-color: #b3b3b3;
}

.url-sig {
    width: 15%;
    display: none;
}

.total-card {
    /*width: 9%;*/
}

@media (max-width: 991px) {
    .total-card {
        width: 50px;
        border-right: 1px solid #b3b3b3;
    }
}

/*.total-card a {*/
/*position: relative;*/
/*display: inline-block;*/
/*}*/

/*.total-card i {*/
/*font-size: 45px;*/
/*}*/

@media (max-width: 991px) {
    .total-card i {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .total-card i {
        font-size: 20px;
    }
}

.total-card span {
    /*display: inline-block;
    width: 22px;
    background-color: #007bff;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -4px;*/
}

@media (max-width: 991px) {
    /*.total-card span {
        width: 17px;
        height: 17px;
        font-size: 12px;
        line-height: 17px;
    }*/
}

@media (max-width: 575px) {
    /*.total-card span {
        width: 15px;
        height: 15px;
        font-size: 10px;
        line-height: 15px;
    }*/
}

.header-search-mobile {
    font-size: 21px;
    border-right: 1px solid #b3b3b3;
}

@media (max-width: 575px) {
    .header-search-mobile {
        font-size: 15px;
    }
}

/* Main Navigation desktop
 -------------------------------------------------------------------------- */

.main-navigation-destop {
    display: none;
}

.menu-categories {
    position: relative;
    transition: all .3s;
    background: #007bff;
    color: #fff;
    text-transform: uppercase;
    width: 250px;
    text-align: center;
}

.menu-categories:hover > .menu-categories-sub {
    display: block;
}

.menu-categories-title {
    cursor: pointer;
}

.menu-categories-title span {
    padding: 0 10px;
    font-family: 'UTM Avo';

    font-size: 16px;
}

.menu-categories .icon-menu {
    background: #333333;
    display: inline-block;
    height: 100%;
    padding: 7px 12px 8px 12px;
}

@media (max-width: 1199px) {
    .menu-categories-title span {
        font-size: 15px;
    }
}

.menu-categories-title .fa-bars {
    font-size: 25px;
}

@media (max-width: 1199px) {
    .menu-categories-title .fa-bars {
        font-size: 18px;
    }
}

.menu-categories-title .fa-sort-desc {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .menu-categories-title .fa-sort-desc {
        font-size: 15px;
    }
}

/* end menu cate title */

.menu-categories-sub {
    position: absolute;
    top: 100%;
    width: 251px;
    transition: all .3s;
    z-index: 10;
    display: none;
    background-color: #212121;
    line-height: 18px;
    text-align: left;
    padding: 10px 0;
    height: 445px;
}

.menu-categories-sub a:hover {
    text-decoration: none;
}

.menu-categories-sub li {
    /*border-bottom: 1px solid #fff;*/
    position: relative;
    /*background-color: #007bff;*/
    text-transform: uppercase;
    font-weight: 700;
}

.menu-categories-sub li:hover {
    /*background-color: #f639a5;*/
}

.menu-categories-sub li:hover > a > i {
    opacity: 1;
}

.menu-categories-sub .parent:hover > .menu-cate-sub-child {
    left: 100%;
    opacity: 1;
    display: block;
}

.menu-categories-sub a {
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
}

.menu-categories-sub a:hover {
    background: #007bff;
}

@media (max-width: 1199px) {
    .menu-categories-sub a {
        font-size: 14px;
    }
}

.menu-categories-sub a i {
    float: right;
    opacity: 0;
}

.menu-cate-sub-child {
    position: absolute;
    top: -1px;
    left: 110%;
    border: 1px solid #ddd;
    z-index: 10;
    width: 220px;
    transition: all .5s;
    opacity: 0;
    display: none;
}

.menu-cate-sub-child li {
    background-color: #fff;
    text-transform: capitalize;
}

.menu-cate-sub-child li a {
    color: #4d4d4d;
    font-weight: 400;
}

.menu-cate-sub-child li:hover {
    background: #fff;
}

.menu-cate-sub-child li:hover > a {
    color: #fff;
}

/* end menu cate */

.menu-horizontal,
.menu-horizontal ul {
    margin: 0;
    padding: 0;
}

.menu-horizontal li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.menu-horizontal > li > a {
    color: #fff;
    font-family: 'UTM Avo';
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    display: inline-block;
}

.menu-horizontal > li > span {
    padding: 0 15px;
    color: #fff;
}

.menu-horizontal > li > i {
    margin-left: 5px;
    color: #fff;
}

.menu-horizontal li > ul {
    position: absolute;
    top: -1px;
    left: 208px;
    background: #007bff;
    display: none;
    width: 210px;
    z-index: 99;
    border: 1px #ffffff45 solid;
}

.menu-horizontal li li {
    display: block;
    color: #fff;
    border-bottom: 1px #ffffff45 solid;
    transition: all 0.5s ease;
}

.menu-horizontal li li:hover {
    background: #5bc0de;
}

.menu-horizontal li li a {
    padding: 5px 10px;
    color: #fff;
}

.menu-horizontal li li i {
    position: absolute;
    top: 12px;
    left: 200px;
}

.menu-horizontal li:hover > ul {
    display: block;
}

.menu-horizontal > li > ul {
    top: 40px;
    left: -20px;
}

@media (max-width: 1199px) {
    .menu-horizontal a {
        font-size: 14px;
        padding: 0 10px;
    }
}

/* end menu-horizontal */

.header-hotline {
    color: #007bff;
    font-size: 12px;
}

.header-hotline a {
    color: #fe0000;
    margin: 0 5px;
    font-size: 18px;
}

@media (max-width: 1199px) {
    .header-hotline .hotline-icon i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
}

.header-hotline .hotline-number {
    color: #666;
}

.header-hotline .hotline-number span {

    font-weight: 700;
    font-family: 'UTM Avo';
    color: #333;

    font-size: 20px;
}

@media (max-width: 1199px) {
    .header-hotline .hotline-number span {
        font-size: 15px;
    }
}

/* end header-hotline */

/* Main Navigation
 -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .wrap-main-navigation {
        display: none;
    }
}

.main-navigation {
    position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    width: 100%;
    max-width: 250px;
    z-index: 10;
    background: #007bff;
    overflow: scroll;
}

.main-navigation ul li a {
    display: block;
    padding: 9px 20px;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    background: #007bff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.main-navigation ul ul a {
    background: #007bff;
    padding-left: 35px;
}

.main-navigation ul ul ul a {
    background: #007bff;
    padding-left: 50px;
}

.main-navigation ul {
    padding: 0;
    margin: 0;
    letter-spacing: -0.3em;
}

.main-navigation ul li {
    position: relative;
    list-style: none;
    letter-spacing: normal;
    display: list-item;
}

.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-navigation ul ul {
    top: 100%;
    left: 0;
    z-index: 9;
    margin: 0;
    padding: 0;
    transition: all 0.2s ease;

    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 0s ease;
}

.main-navigation ul ul ul {
    top: 0;
    left: 100%;
}

.main-navigation > ul > li {
    display: block;
}

/* Menu Mobile
 -------------------------------------------------------------------------- */

.overlay-mobile {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.top-main-navigation::before,
.top-main-navigation::after {
    content: '';
    display: table;
    clear: both;
}

.top-main-navigation {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    background: #007bff;
}

.toggle-menu {
    padding: 12px;
    overflow: hidden;
    width: 50px;
    height: auto;
    right: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
}

@media (max-width: 575px) {
    .toggle-menu {
        width: 45px;
    }
}

.toggle-menu span {
    display: block;
    transition: all 0.4s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 100%;
    height: 3px;
    background: #000;
    margin-bottom: 6px;
}

@media (max-width: 575px) {
    .toggle-menu span {
        height: 2px;
        margin-bottom: 4px;
    }
}

.main-navigation .toggle-menu span {
    background: #fff;
}

.toggle-menu span:last-child {
    margin-bottom: 0;
}

.toggle-menu.active span:nth-child(2) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.toggle-menu.active span:first-child {
    -webkit-transform: rotate(41deg) translate3d(0px, 0, 0);
    transform: rotate(41deg) translate3d(0px, 0, 0);
}

.toggle-menu.active span:last-child {
    -webkit-transform: rotate(-41deg) translate3d(-3px, 0, 0);
    transform: rotate(-41deg) translate3d(-3px, 0, 0);
}

.open-menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 44px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: block;
}

.open-menu-mobile::after,
.open-menu-mobile::before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.2s;
    z-index: 999;
}

.open-menu-mobile::before {
    border-right: 1px solid #fff;
    height: 12px;
    right: 18px;
    margin-top: -5px;
}

.open-menu-mobile.active::before {
    display: none;
}

.open-menu-mobile::after {
    border-top: 1px solid #fff;
    width: 12px;
    right: 13px;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.footer {
    color: #000;
    border-top: 1px #e8e7e6 solid;
}

@media (max-width: 575px) {
    .logo-footer {
        width: 60%;
    }
}

.top-footer {
    border-bottom: 1px solid #fff;
}

.top-footer-item {
    /*width: 20%;*/
    /*float: left;*/
    /*padding: 0 5px;*/
}

@media (max-width: 991px) {
    .top-footer-item {
        width: 25%;
    }

    .top-footer-item:last-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .top-footer-item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .top-footer-item {
        width: 100%;
        padding: 0;
    }
}

.top-footer-item h5 {
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .top-footer-item h5 {
        font-size: 14px;
    }
}

.top-footer-item li a {
    color: #757575;
    display: block;
    padding: 3px 0;
}

.top-footer-item li a:hover {
    color: #000;
}

.social-footer {
    min-width: 170px;
}

@media (max-width: 575px) {
    .social-footer {
        min-width: auto;
    }
}

.social-footer a img {
    width: 50px;
    height: 50px;
}

@media (max-width: 575px) {
    .social-footer a img {
        width: 30px;
        height: 30px;
    }
}

.bottom-footer-description {
    /* display: snone; */
}

/* ==========================================================================
   4: Page specific styles
   ========================================================================== */
.slider-ferture .item {
    width: 100%;
    /*height: 600px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-list-post {
    border-bottom: 1px solid rgba(179, 179, 179, 0.5);
}

.section-list-post h1,
.section-list-post h3,
.section-list-post h3 a {
    font-size: 18px;
    font-family: 'UTM Avo';
    color: #333;
    margin-bottom: 0;
    font-weight: 700;
}

@media (max-width: 991px) {
    .section-list-post h3 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .section-list-post h3 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .section-list-menu {
        display: none;
    }
}

.section-list-menu a {
    border-right: 1px solid #b3b3b3;
    font-family: 'UTM Avo';
    font-size: 14px;
    /*font-weight: 700;*/
    color: #333;
    padding: 0 12px;
    text-transform: uppercase;
}

.section-list-menu li:last-child a {
    border-right: 0;
}

@media (max-width: 991px) {
    .section-list-menu a {
        font-size: 14px;
        text-transform: capitalize;
    }
}

@media (max-width: 767px) {
    .section-list-menu a {
        font-size: 12px;
        padding: 0 5px;
    }
}

.section-list-menu li a:hover {
    color: #007bff;
    text-decoration: none;
}

.url-view-all {
    font-size: 14px;
}

@media (max-width: 991px) {
    .url-view-all {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .url-view-all {
        font-size: 12px;
    }
}

.url-view-all:hover {
    text-decoration: none;
    color: #007bff;
}

/* --------------------------------------------------------------------------
   Col Post
   -------------------------------------------------------------------------- */

.row-col {
    margin: 0 -15px;
}

.col-post {
    width: 20%;
    padding: 15px;
    float: left;
}

@media (max-width: 991px) {
    .col-post {
        width: 25%;
    }

    .col-post:nth-child(9),
    .col-post:nth-child(10) {
        display: none;
    }
}

@media (max-width: 767px) {
    .col-post {
        width: 33.33%;
    }

    .col-post:nth-child(9) {
        display: block;
    }
}

@media (max-width: 575px) {
    .col-post {
        width: 50%;
    }

    .col-post:nth-child(10) {
        display: block;
    }
}

.col-post:hover a {
    text-decoration: none;
}

.col-post a {
    color: #333;
}

/* --------------------------------------------------------------------------
   Product item
   -------------------------------------------------------------------------- */

.product-item {
    margin: 15px 0;
}

@media (max-width: 575px) {
    .product-item {
        margin: 0;
    }
}

.product-item .images {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .product-item .images {
        margin-bottom: 10px;
    }
}

.product-item h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    padding: 0;
    transition: all .3s;
}

@media (max-width: 991px) {
    .product-item h3 {
        font-size: 15px;
    }
}

.product-item .price {
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .product-item .price {
        font-size: 12px;
    }
}

.product-item .price-new {
    color: #fe0000;
    font-size: 18px;
}

.product-item .price-old {
    color: #b3b3b3;
}

/* --------------------------------------------------------------------------
   Post item
   -------------------------------------------------------------------------- */

.post-item {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .post-item {
        margin: 0;
    }
}

.post-item:hover h3 {
    color: #007bff;
}

.post-item h3 {
    color: #333;
    transition: all .3s;
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    padding: 10px 0;
    line-height: 20px;
}

@media (max-width: 991px) {
    .post-item h3 {
        font-size: 15px;
    }
}

.post-item .description {
    text-align: justify;
}

@media (max-width: 991px) {
    .post-item .description {
        text-align: left;
    }
}

/* --------------------------------------------------------------------------
   slider partner
   -------------------------------------------------------------------------- */

.slider-partner {
    margin: 0 -15px;
}

.slider-item {
    padding: 0 15px;
}

.slider-item a {
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}

@media (max-width: 991px) {
    /*.news-list .col-post:last-child,
    .album-list .col-post:last-child,
    .video-list .col-post:last-child {
        display: none;
    }*/
}

.product-ferture-item {
    position: relative;

}

.product-ferture-item a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

.product-ferture-item h5 {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 18px;
    right: 0;
    text-align: center;
    color: #fff;
}

@media (max-width: 991px) {
    .product-ferture-item h5 {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .product-ferture-item h5 {
        font-size: 14px;
    }
}

.product-ferture-item img {
    transition: all .5s;
}

.product-ferture-item:hover img {
    transform: scale(1.2);
}