:root {
    --main-color: #A70B06;
    --main-color-2: #FFF200;
    --hover-main: #e85a4f;
}

body {
    font-family: 'Open Sans', sans-serif !important;
}

header {
    z-index: 3;
}

.z-indexPos {
    position: relative;
    z-index: 1;
}

header .logo .logo-link img {
    height: 4rem;
}

.footer {
    padding: 10px 0;
    font-size: .7rem;
}

div.footer {
    padding: 30px 0;
    border-top: 2px solid #d0d0d0 !important;
    background: #f5f5f5;
}

div.footer h5, div.footer h6 {
    color: #121212 !important;
    text-transform: uppercase;
    font-weight: bold;
}

div.footer p, div.footer li, div.footer a {
    color: #444 !important;
    padding-bottom: 5px;
    font-size: .8rem;
}

div.footer i {
    color: #444 !important
}

header .header-second,
footer,
#topbar {
    background-color: var(--main-color) !important;
}

#topbar .row {
    margin-left: 0;
}

#topbar .d-flex.justify-content-between > div {
    width: 50%;
}

header .header-second #mainMenu nav ul li > a.home {
    border-radius: 0;
    border: 0
}

header .header-second #mainMenu nav ul li > a {
    padding: 13px 12px;
}

header .header-second #mainMenu nav ul li > a.home {
    padding: 10px 17px
}


header .logo,
.header-section h1 {
    border-color: var(--hover-main) !important
}

.text-phone {
    padding-left: 200px;
}

header .header-second {
    background: -webkit-gradient(linear, left top, right top, from(var(--main-color)), color-stop(200%, var(--hover-main)));
    background: linear-gradient(90deg, var(--main-color), var(--hover-main) 200%);
}

header .header-second #mainMenu {
    width: 100%;
}

header .header-second #mainMenu nav ul li > a.home {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

header .header-second #mainMenu nav ul li.hover-active > a, header .header-second #mainMenu nav ul li.current > a, header .header-second #mainMenu nav ul li:hover > a, header .header-second #mainMenu nav ul li:focus > a {
    background-color: transparent;
}

header .header-second #mainMenu nav ul li {
    transition: .3s all;
}

header .header-second #mainMenu nav ul li:hover {
    background: var(--hover-main)
}

header .header-second #mainMenu nav ul li .dropdown-menu {
    top: 100%;
    border-radius: 0;
    border: 2px solid #d9d9d9;
    padding: 0
}

header .header-second #mainMenu > nav > ul > li.add:after,
header .header-second #mainMenu > nav > ul > li.add:before {
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

header .header-second #mainMenu > nav > ul > li.add:after {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

header .header-second #mainMenu > nav > ul > li.add:before {
    z-index: -999;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}

header .header-second #mainMenu > nav > ul > li.add:hover:after,
header .header-second #mainMenu > nav > ul > li.add:hover:before {
    opacity: 1;
    transition: all 0.1s ease;
}

header .header-second #mainMenu nav ul li .dropdown-menu {
    transition: all 0.1s ease;
    z-index: 3;
    min-width: 200px !important;
}

header .header-second #mainMenu nav ul li .dropdown-menu > li > a {
    color: var(--main-color) !important;
    padding: 15px !important;
}

header .header-second #mainMenu nav ul li .dropdown-menu > li > span,
header .header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a,
header .header-second #mainMenu nav ul li .dropdown-menu > li > a:hover, header .header-second #mainMenu nav ul li .dropdown-menu > li > a:active {
    border-radius: 0;
    background-color: transparent !important;
    color: var(--main-color) !important
}

header .header-second #mainMenu nav ul li .dropdown-menu > li:hover > a {
    background-color: #ededed !important;
}

header #searchForm .btn-addon, header #searchFormMobile .btn-addon {
    right: 50%;
    transform: translateX(50%);
}

header .header-second #mainMenu nav ul li .search-bar.show .btn-addon {
    right: 20px !important;
    transform: translateX(unset);
    color: var(--main-color)
}

header #searchForm input, header #searchFormMobile input {
    border-color: #ededed;
}

header .header-second #mainMenu nav ul li:last-child:hover {
    background: transparent !important;
}

.module--title {
    border-bottom: 2px solid var(--main-color);
    margin-bottom: 15px;
}

.module--title span {
    display: inline-block;
    padding: 7.5px;
    color: #fff;
    font-size: .85rem;
    font-weight: bold;
    background-color: var(--main-color);
}

.list-post li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.post-item {
    display: flex;
    align-items: flex-start;
}

.post-column-left {
    width: 30%;
    padding-right: 15px;
}

.post-avatar {
    width: 100%;
    overflow: hidden;
}

.post-avatar img {
    width: 100%;
    vertical-align: middle;
    transition: .3s all ease;
}

.post-column-right {
    width: 70%;
    color: #232323
}

.post-column-right .post-content .post-title h4,
.block-post-title h4,
.sidebar-post-title h4 {
    line-height: 1.3;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    text-align: justify;
    transition: .3s all;
    font-size: 1rem;
}

.post-column-right .post-content .post-meta {
    font-size: .75rem;
    color: #777;
}

.post-column-right .post-content .post-meta i {
    font-size: .85rem;
    color: var(--main-color)
}

.post-column-right .post-content .post-desc p,
.block-post-desc p {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    font-size: .9rem;
    margin-top: 15px;
    color: #555;
    margin-bottom: 0;
}

.post-item:hover img {
    opacity: .6;
    transform: scale(1.1);
}

.post-item:hover h4 {
    color: var(--main-color)
}

.block-post {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.block-post-avatar {
    overflow: hidden;
}

.block-post-avatar img {
    width: 100%;
    vertical-align: middle;
    transition: .3s all;
}

.block-post-content {
    padding: 15px 0;
    color: #222;
}

.block-post-title h4 {
    text-align: left;
    font-size: .9rem;
}

.block-post-meta,
.sidebar-post-meta {
    font-size: .75rem;
    color: #666e76;
}

.block-post-meta i,
.sidebar-post-meta i {
    font-size: .85rem;
    color: var(--main-color)
}

.block-post-desc p {
    -webkit-line-clamp: 3;
    font-size: .85rem;
    margin-top: 5px;
}

.list-sidebar li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar-post-item {
    display: flex;
}

.sidebar-post-avatar {
    width: 30%;
}

.sidebar-post-content {
    width: 70%;
    padding-left: 15px;
    color: #222
}

.sidebar-post-title h4 {
    font-size: .8rem;
    -webkit-line-clamp: 2;
    margin-bottom: 5px
}

.sidebar-post-meta {
    font-size: .7rem;
}

.sidebar-post-meta i {
    font-size: .8rem;
}

.sidebar-post-item img {
    transition: .3s all;
}

.sidebar-post-item:hover img,
.block-post:hover img {
    opacity: .6;
}

.sidebar-post-item:hover h4,
.block-post:hover h4 {
    color: var(--main-color)
}

.module-catelogue .module--title {
    margin-bottom: 0;
    position: relative;
}

.lg-outer {
    background: #000 !important;
    z-index: 99999999999999999 !important;
}

.module-controls {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.module-controls .btn {
    padding: .375rem .5rem;
    line-height: .5;
    min-width: unset;
}

.module-controls .btn i {
    font-size: .6rem !important;
}

.btn-red {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-red:hover {
    background-color: var(--hover-main);
    border-color: var(--hover-main);
}

.list-info-item {
    display: flex;
    align-items: center;
}

.list-info-item .list-info-image {
    width: 15%;
}

.list-info-item .list-info-image img {
    vertical-align: middle;
}

.list-info-item .list-info-content {
    width: 85%;
    padding-left: 5px;
    font-size: .9rem;
    font-weight: bold;
    color: var(--main-color)
}

.module-info .module--title {
    margin-bottom: 0;
}

.list-info {
    border: 1px solid #d9d9d9;
    margin-bottom: 0;
    padding: 0 10px
}

.list-info li {
    padding: 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
}

.list-info li:last-child {
    border-bottom: 0;
}

.page__contact {
    position: relative;
    padding-bottom: 110px;
}

.contact-gradient {
    background: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(var(--hover-main)));
    background: linear-gradient(90deg, var(--main-color), var(--hover-main));
    overflow-x: hidden;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-sales-header {
    position: relative;
    padding-bottom: 50px;
}

.contact-sales-header .stripes-container {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -52px;
    top: 50%;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s
}

.stripes-container .stripe {
    position: absolute;
    height: 5000px;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(#f6f9fc), to(#fff));
    left: 0;
    right: 0;
}

.contact-sales-header .headline {
    position: relative;
    padding-top: 50px;
    max-width: 680px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.contact-sales-header .headline-text {
    font-size: 40px;
    line-height: 50px;
    color: var(--main-color);
    font-weight: 400;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

.common-IntroText {
    font-weight: 300;
    font-size: 21px;
    line-height: 32px;
    color: var(--main-color);
}

.form-container {
    border-radius: 4px;
    -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3), 0 -18px 60px -10px rgba(0, 0, 0, .025);
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3), 0 -18px 60px -10px rgba(0, 0, 0, .025);
    max-width: 645px;
    background: #fff;
    margin: 0 auto;
}

.form-container form {
    padding: 10px 10px 13px 15px
}

.form-container form label {
    color: var(--main-color);
    font-size: .9rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 26px;
    text-transform: none;
}

.form-container form input {
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    background-color: #f6f9fc;
}

.form-container form input,
.form-container form textarea {
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    font-size: .9rem;
    background-color: #f6f9fc;
}

.form-container form input::placeholder {
    font-size: .9rem;
}

.form-container form input:focus,
.form-container form textarea:focus {
    border: 1px solid #d9d9d9;
    background: #fff;
}

.form-container form input[type=submit] {
    white-space: nowrap;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #fff;
    background: var(--main-color);
}

.info-container {
    padding-top: 90px;
}

.intro-text {
    color: #f9fbfd;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 15px;
}

.bullet-points {
    margin-top: 10px;
    padding-left: 15px;
    list-style: none;
}

.bullet-points li {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 10px;
    padding-left: 15px;
}

.bullet-points li a {
    color: #fff;
}

.bullet-points li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -15px;
    height: 15px;
    width: 15px;
    background: url(../images/check.jpg);
    background-size: 100% 100%;
}

.form-container form {
    padding: 10px 10px 13px 15px;
}

.blog_item {
    background: #fff;
    border: 1px solid #ccc;
    transition: .5s all;
    position: relative;
    box-shadow: none;
}

.blog__image img {
    width: 100%;
    transition: .5s all;
}

.blog__image {
    overflow: hidden;
}

.blog__content {
    padding: 15px;
}

.blog__title {
    position: relative;
}

.blog__title h3 {
    padding-right: 40px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.blog__title i {
    font-size: .9rem;
    color: #333;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: .5s all;
}

.blog__day {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: .85rem;
    color: #a1a1a1;
    display: inline-block;
    border-bottom: 1px solid var(--main-color)
}

.blog__desc p {
    line-height: 1.4;
    font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333
}

.blog_item:hover {
    box-shadow: 3px 1px 10px rgba(0, 0, 0, .2);
}

.blog_item:hover .blog__image img {
    transform: scale(1.05);
    opacity: .6;
}

.blog_item:hover .blog__title i {
    right: 0px;
    color: var(--main-color)
}

.blog_item:hover .blog__title h3 {
    color: var(--main-color)
}

.search-bar-top input {
    margin: 5px 0 5px auto;
    line-height: 1;
    border-radius: 0;
    border: 1px solid #999;
    max-width: 80%;
    background-clip: initial;
}

.search-bar-top .btn-addon-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: var(--main-color);
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    font-size: 1.3rem;
}

.text-phone,
.text-phone a {
    color: #fff !important;
}

.text-phone a img {
    animation-name: tada;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 30px;
    margin-right: 5px;
}

.module-product {
    padding: 25px 12.5px;
}

.m-product-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 250px;
    -moz-transition: background-size .5s ease-in;
    -ms-transition: background-size .5s ease-in;
    -o-transition: background-size .5s ease-in;
    -webkit-transition: background-size .5s ease-in;
}

.module-product .background-product:nth-child(2) .m-product-item {
    background: url(../img/botca.jpg) center center no-repeat;
    background-size: cover;
}

.module-product .background-product:nth-child(1) .m-product-item {
    background: url(../img/moca.jpg) center center no-repeat;
    background-size: cover;
}

.product-content {
    position: absolute;
    padding: 30px;
    background: rgba(255, 255, 255, .8);
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 50%;
    transition: .5s all;
}

.product-content .product-title {
    border-bottom: 2px solid var(--main-color);
    margin-bottom: 10px;
    transition: .3s all;
}

.product-content .product-title h3 {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--main-color);
    text-transform: uppercase;
    transition: .3s all;
}

.product-content .product-desc p {
    line-height: 1.4;
    font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333;
    margin-bottom: 0;
}

.m-product-item:hover .product-title h3 {
    color: var(--hover-main)
}

.m-product-item:hover .product-title {
    border-color: var(--hover-main)
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@media (min-width: 670px) {
    .form-container form {
        padding: 40px 18px 40px 24px;
    }
}

@media (min-width: 320px) {
    .contact-sales-header .headline-text {
        max-width: none;
    }
}

@media screen and (min-width: 880px) {
    .contact-gradient {
        background: -webkit-gradient(linear, left top, right top, from(var(--main-color)), color-stop(200%, var(--hover-main)));
        background: linear-gradient(90deg, var(--main-color), var(--hover-main) 200%);
    }

    section.contact-sales-header .stripes-container {
        bottom: -108px;
    }

    section.contact-sales-header .headline {
        padding-top: 40px;
    }

    .info-container {
        padding-left: 50px;
        padding-right: 0;
    }

    .bullet-points li {
        max-width: 350px;
    }
}

.list-product .list-title {
    border-color: var(--main-color);
}

.list-language {
    display: flex;
    align-items: center;
}

.list-language li {
    margin: 0 3px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #d9d9d9;
    border-radius: 100%;
}

.list-language li.active {
    background: #fff;
    border-color: var(--main-color)
}

.list-language li a {
    height: 100%;
    overflow: hidden;
    width: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-language li a img {
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
}

#btn-send {
    background-color: var(--main-color);
    color: #fff
}

.iziToast.iziToast-color-green {
    background: rgba(112, 239, 111, 0.9);
    border-color: rgba(112, 239, 111, 0.9);
    color: #fff !important;
}

.iziToast-message.slideIn {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.breadcrumb {
    padding-left: 0;
    background-color: transparent;
    padding-top: 0;
}

.breadcrumb a {
    text-transform: uppercase;
    font-size: .8rem;
    color: var(--hover-main) !important
}

.breadcrumb li.active a {
    color: var(--main-color) !important;
    text-decoration: underline !important;
}

.breadcrumb li:hover a {
    color: var(--main-color) !important
}

header #searchForm .timkiem, header #searchFormMobile .timkiem {
    right: 0;
}

header #searchForm .timkiem .ketquatim, header #searchFormMobile .timkiem .ketquatim {
    min-width: 350px;
}

header #searchForm .timkiem .ketquatim .d-flex, header #searchFormMobile .timkiem .ketquatim .d-flex {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

header #searchForm .timkiem .ketquatim .d-flex .info a, header #searchFormMobile .timkiem .ketquatim .d-flex .info a {
    color: #333
}

header #searchForm .timkiem .ketquatim .d-flex:hover .info a, header #searchFormMobile .timkiem .ketquatim .d-flex:hover .info a {
    color: var(--main-color);
}

header #searchForm .timkiem .ketquatim .d-flex .info div, header #searchFormMobile .timkiem .ketquatim .d-flex .info div {
    font-size: .9rem;
    color: #555
}

@media screen and (max-width: 768px) {
    div.header-first .header-brand .header-brand-img {
        height: 3rem;
        margin: 0;
    }

    .header-toggler {
        margin: 0 !important;
        color: var(--main-color) !important
    }

    .header-first {
        padding: 5px 0;
    }

    div.header-second #mainMenu nav > ul li {
        padding: 0 !important
    }

    .module-product {
        padding: 10px
    }

    .module-product .container-fluid {
        padding: 0;
    }

    .module-product .background-product {
        margin-bottom: 10px;
    }

    .product-content {
        width: 90%;
        left: 5%;
        background: rgba(255, 255, 255, .7)
    }

    .product-content .product-title h3 {
        font-size: 1.3rem;
    }

    .post-item {
        flex-direction: column;
    }

    .post-column-left,
    .post-column-right {
        width: 100%;
    }

    .post-column-left {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .post-column-right .post-content .post-desc p, .block-post-desc p {
        margin-top: 5px;
        -webkit-line-clamp: 3;
    }

    .post-column-right .post-content .post-title h4, .block-post-title h4, .sidebar-post-title h4 {
        margin-bottom: 7px;
    }

    .sticky-navbar {
        box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    }

    .header-second .container {
        padding: 0;
    }

    li.logo-mobile {
        background: #ededed !important;
        padding: 5px 0;
        border-bottom: 1px solid #d9d9d9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .23);
    }

    div.header-second #mainMenu nav > ul li.logo-mobile > a {
        text-align: center;
        background-color: transparent !important;
    }

    li.logo-mobile a img {
        height: 3rem;
    }

    header .header-second #mainMenu nav ul li .search-bar {
        width: 100%;
        padding: 0 10px
    }

    header .header-second #mainMenu nav ul li > a.home {
        text-align: left;
    }

    header #searchForm .btn-addon, header #searchFormMobile .btn-addon {
        right: 10px;
        transform: translateX(0);
        color: var(--main-color)
    }

    header .header-second #mainMenu nav ul li .search-bar input {
        opacity: 1;
        line-height: 1;
        background-color: #f1f5f5;
    }

    div.header-second.show {
        background: #fff !important
    }

    div.header-second #mainMenu nav > ul li {
        border-bottom: 1px solid #d9d9d9;
    }

    div.header-second #mainMenu nav > ul li.hover-active > a {
        color: var(--main-color) !important;
    }

    .click-dropdown {
        right: 0;
        color: var(--main-color) !important
    }

    .click-dropdown i {
        font-size: 1rem;
        color: var(--main-color) !important
    }

    header .header-second #mainMenu nav ul li > a {
        color: var(--main-color) !important
    }

    div.header-second #mainMenu nav > ul li.hover-active > .dropdown-menu {
        width: 100%;
        background: #ededed;
        margin-bottom: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    header .header-second #mainMenu nav ul li .dropdown-menu > li > a {
        font-size: 12px;
        padding-left: 30px !important;
    }

    header .header-second #mainMenu > nav > ul > li.add:after, header .header-second #mainMenu > nav > ul > li.add:before {
        display: none;
    }

    header .header-second #mainMenu nav ul li:hover {
        background-color: transparent !important;
    }

    header .header-second #mainMenu nav ul li.li-search {
        overflow: auto;
    }

    header #searchForm .timkiem .ketquatim, header #searchFormMobile .timkiem .ketquatim {
        flex-direction: column;
    }

    div.header-second {
        z-index: 9 !important;
    }

    header #searchForm input, header #searchFormMobile input {
        border: 1px solid #d9d9d9;
        line-height: 1;
        border-radius: 0;
    }

    header #searchForm .timkiem, header #searchFormMobile .timkiem {
        right: unset;
        left: 0;
    }

    header #searchForm .timkiem .ketquatim, header #searchFormMobile .timkiem .ketquatim {
        min-width: unset;
    }

    .product .title {
        padding: 10px 0;
        margin-bottom: 0px;
    }

    .content {
        padding-top: 0 !important;
    }

    .content h3 {
        font-size: 1.2rem;
    }
}

.product .title {
    color: var(--main-color)
}

.product hr {
    display: none;
}

.list-product p {
    line-height: 1.6 !important;
}

.customer-phone {
    text-align: center;
    padding: 15px;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

.customer-phone a {
    font-size: 1rem;
    color: var(--main-color);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Phone {
    position: relative;
    display: inline-block;
    margin: 0 8px 0 0;
    width: 2em;
    height: 2em;
    font-size: 1rem;
    background-color: var(--main-color);
    border-radius: 100%;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.Phone::before,
.Phone::after {
    position: absolute;
    content: "";
}

.Phone::before {
    top: 0rem;
    left: 0rem;
    width: 2em;
    height: 2em;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
    top: .5rem;
    left: .5rem;
    width: 1em;
    height: 1em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
    -webkit-animation: phone-outer 3000ms infinite;
    animation: phone-outer 3000ms infinite;
}

.Phone.is-animating::before {
    -webkit-animation: phone-inner 3000ms infinite;
    animation: phone-inner 3000ms infinite;
}

.Phone.is-animating::after {
    -webkit-animation: phone-icon 3000ms infinite;
    animation: phone-icon 3000ms infinite;
}

@-webkit-keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }
    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }
    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@-webkit-keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}

@keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}

.module-list-slider .owl-stage-outer {
    padding-bottom: 15px;
}

.module-list-slider .owl-nav {
    display: inline-block;
    position: absolute;
    top: -53px;
    /* color: #fff; */
    font-size: 1.5rem;
}

.module-list-slider .owl-nav button {
    box-shadow: none;
    opacity: .7;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    background: #f1f6f6 !important;
    height: 36px !important;
    border: 1px solid #fff !important;
    color: var(--main-color) !important
}

.module-list-slider .owl-nav button:hover,
.module-list-slider .owl-nav button:focus {
    outline: none;
    opacity: 1;
}

.article-item {
    position: relative;
    border: 1px solid #d9d9d9;
    height: 100%;
    margin-bottom: 5px;
}

.article-item:after {
    height: 4px;
    width: 98%;
    position: absolute;
    bottom: -5px;
    left: 1%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #f6f6f6;
    content: '';
    display: block;
}

.article-item .article-image {
    overflow: hidden;
    position: relative;
}

.article-item .article-image a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.article-item .article-image a img {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.article-item:hover .article-image a img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.article-item .article-title a h3{
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: .5s all;
    margin: 10px;
    text-align: center;
    min-height: 40px;
}

.article-item:hover .article-title a h3{
    color: var(--main-color);
}

.article-item .article-title a p {
    color: #323232;
    font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--main-color);
    width: 35px;
    height: 35px;
    z-index: 9999;
    display: block;
    text-decoration: none;
    border-radius: 7px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.3rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: middle;
}

#return-to-top:hover {
    border-color: #888;
}

#return-to-top:hover i {
    color: #fff;
    top: 10px;
}