.title_main_page {
    margin-bottom: 15px;
    text-align: left
}

.title_main_page h1 {
    display: inline-block;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 28px;
    padding-bottom: 10px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .title_main_page h1 {
        font-size: 24px
    }
}

.list_blog {
    padding: 0px 0 30px;
    margin-bottom: 30px
}

.list_blog.bd-bot {
    border-bottom: solid 1px #ebebeb
}

.main-blog {
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .main-blog {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.main-blog:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ebebeb;
    top: -30px;
    right: 50%;
    transform: translate(-50%);
    position: absolute
}

@media (max-width: 991px) {
    .main-blog:after {
        display: none
    }
}

@media (min-width: 992px) {
    .main-blog .itembb:nth-child(odd) {
        padding-right: 30px
    }

    .main-blog .itembb:nth-child(even) {
        padding-left: 30px
    }
}

.main-blog .itembb:nth-child(1) .blog_item_2,
.main-blog .itembb:nth-child(2) .blog_item_2 {
    padding-top: 0;
    border-top: 0
}

.main-blog .itembb .blog_item_2 {
    padding: 30px 0;
    border-top: solid 1px #ebebeb
}

.main-blog .itembb .blog_item_2 .blog-thumbnail {
    width: 230px;
    height: auto;
    display: block;
    float: left
}

@media (max-width: 767px) {
    .main-blog .itembb .blog_item_2 .blog-thumbnail {
        width: 100%
    }
}

.main-blog .itembb .blog_item_2 .blog-thumbnail a {
    display: block
}

.main-blog .itembb .blog_item_2 .blog-thumbnail a img {
    height: auto
}

.main-blog .itembb .blog_item_2 .content_blog {
    width: calc(100% - 230px);
    -webkit-width: calc(100% - 230px);
    -moz-width: calc(100% - 230px);
    -o-width: calc(100% - 230px);
    -os-width: calc(100% - 230px);
    display: block;
    float: left;
    padding-left: 30px
}

@media (max-width: 767px) {
    .main-blog .itembb .blog_item_2 .content_blog {
        width: 100%;
        -webkit-width: 100%;
        -moz-width: 100%;
        -o-width: 100%;
        -os-width: 100%;
        padding-left: 0px;
        margin-top: 15px
    }
}

.main-blog .itembb .blog_item_2 .content_blog h3 {
    padding: 0
}

.swiper-blog .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #3644af;
    border: none;
    outline: none;
    background: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    right: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.swiper-blog .swiper-button-next svg {
    width: 16px;
    height: 35px;
    color: #313131
}

.swiper-blog .swiper-button-next:after {
    content: ""
}

.swiper-blog .swiper-button-next:hover svg {
    color: #3644af
}

.swiper-blog .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #3644af;
    border: none;
    background: #fff;
    outline: none;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    left: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.swiper-blog .swiper-button-prev svg {
    width: 16px;
    height: 35px;
    color: #313131
}

.swiper-blog .swiper-button-prev:after {
    content: ""
}

.swiper-blog .swiper-button-prev:hover svg {
    color: #3644af
}

.blogwp .blog-thumbnail {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative
}

.blogwp .blog-thumbnail .image-blog {
    display: block;
    text-align: center
}

.blogwp .blog-thumbnail .image-blog img {
    width: 100%
}

@media (min-width: 1200px) {
    .blogwp .blog-thumbnail .image-blog img {
        height: 326.66px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .blogwp .blog-thumbnail .image-blog img {
        height: 195.55px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blogwp .blog-thumbnail .image-blog img {
        height: 230px
    }
}

.blogwp .blog-thumbnail .image-blog img.loaded {
    min-height: unset;
    height: unset;
    width: auto
}

.blogwp .content_blog h3 {
    font-weight: 700;
    
    display: block;
    padding: 15px 0 0;
    margin: 0px;
    font-size: 18px;
    line-height: 24px
}

.blogwp .content_blog h3 a {
    color: #333;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.blogwp .content_blog h3 a:hover {
    color: #8dc700
}

.blogwp .content_blog .post-date {
    font-weight: 400;
    
    font-size: 14px;
    color: #898989;
    display: block;
    padding-top: 10px
}

.blogwp .content_blog .post-date span.line {
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #898989
}

.blogwp .content_blog .post-date svg {
    height: 12px;
    width: 12px;
    color: #898989
}

.blogwp .content_blog .blog-summary {
    
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    padding: 20px 0 0;
    margin: 0
}

@media (max-width: 991px) {
    .full_background_blog .article_large_first {
        margin-bottom: 20px
    }
}

.full_background_blog .blog_description {
    
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 28px
}

.myblog {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.paginate_center .pagination {
    float: right;
    margin-top: 40px
}

@media (max-width: 1199px) {
    .blog-item-info {
        margin-top: 15px
    }
}

.blog-item-name {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0px
}

.blog-item-name a {
    color: #333
}

.blog-item-name a:hover {
    color: #8dc700
}

.blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: em(11px);
    color: #3644af
}

.border_bot_blog {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 18px
}

.blog-item-summary {
    font-size: 14px;
    margin-bottom: 20px;
    color: #707070;
    line-height: 22px
}

.blog-item-thumbnail {
    position: relative
}

.blog-main {
    margin-bottom: 50px
}

.blog-main-2 {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .blog-main-2 .blogwp {
        margin-bottom: 0
    }
}

.blog-aside-article {
    margin-top: 0
}

.blog-aside .aside-content {
    border-bottom: 0px !important
}

@media (max-width: 992px) {
    .right-content {
        order: 1
    }
}

@media (max-width: 992px) {
    .left-content {
        order: 2
    }
}

.left-content .aside-title {
    margin-top: 0px
}

.left-content .aside-blog {
    margin-top: 15px
}

.left-content .aside-blog .nav-item {
    position: relative;
    clear: left;
    font-size: em(14px);
    padding: 5px 0px 5px 0px
}

.left-content .aside-blog .nav-item:last-child {
    border-bottom: none
}

.left-content .aside-blog .nav-item a {
    font-size: em(14px);
    font-weight: bold
}

.left-content .aside-blog .nav-item .fa {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    cursor: pointer
}

.left-content .aside-blog .nav-item .fa.fa-caret-right {
    right: auto;
    left: 0;
    top: 16px;
    text-align: left
}

.left-content .aside-blog .nav-item .dropdown-menu {
    width: 100%;
    border: 0;
    padding-left: 15px
}

.left-content .aside-blog .nav-item.active {
    border-bottom: none
}

.left-content .aside-blog .nav-item.active>a {
    color: #8dc700
}

.left-content .aside-blog .nav-item.active>.fa {
    color: #8dc700
}

.left-content .aside-blog .nav-item.active>.dropdown-menu {
    display: block
}

.left-content .aside-blog .nav-item:hover>a {
    color: #8dc700;
    background-color: transparent
}

.article-main .title_main_page p {
    
    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333
}

@media (min-width: 992px) {
    .article-main .article-details {
        padding: 0px 30px 0 0;
        border-right: solid 1px #ebebeb
    }
}

.article-main .article-details .article-image {
    text-align: center;
    display: block;
    margin-bottom: 15px
}

.article-main .rte {
    
    font-weight: 400;
    margin: 30px 0 20px;
    font-size: 16px;
    color: #333;
    line-height: 24px
}

.article-main .rte iframe {
    height: auto !important;
    max-width: 100% !important
}

.article-main .rte ul,
.article-main .rte ol {
    padding-left: 20px
}

.article-main .rte p {
    word-break: break-word
}

.article-main .article-title {
    
    padding-bottom: 20px;
    color: #333;
    position: relative;
    font-size: 24px;
    margin: 0;
    line-height: 33px;
    font-weight: 400
}

.article-main .post-date {
    font-weight: 400;
    
    font-size: 14px;
    color: #898989;
    display: block;
    padding-top: 10px;
    margin-bottom: 20px
}

.article-main .post-date span {
    display: block;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .article-main .post-date span {
        display: inline-block
    }

    .article-main .post-date span:last-child {
        padding-left: 10px;
        margin-left: 10px;
        border-left: solid 1px #898989;
        margin-bottom: 0
    }
}

.article-main .post-date span svg {
    width: 12px;
    height: 12px
}

.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 5px
}

@media (max-width: 767px) {
    .tag-share>div {
        text-align: left !important;
        padding-left: 0px
    }

    .tag-share .social-sharing {
        float: left !important;
        margin-top: 5px
    }
}

.title-form-coment {
    
    color: #333;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    border-top: solid 1px #ebebeb;
    padding-top: 20px
}

.wrap_background_aside .article-main form {
    display: block;
    padding-top: 0px;
    margin-top: 10px
}

.wrap_background_aside .article-main form label {
    display: block;
    margin-bottom: 4px;
    font-weight: 700
}

.wrap_background_aside .article-main form label .required {
    color: #ff0000
}

.wrap_background_aside .article-main form .form-group {
    margin: 0;
    padding: 0px 15px;
    padding-bottom: 5px
}

.wrap_background_aside .article-main form .form-group:nth-child(1) {
    padding: 0 0 0 15px
}

.wrap_background_aside .article-main form .form-group:nth-child(1) input {
    border-radius: 0;
    border-left: solid 1px #ebebeb;
    border-right: 0
}

@media (max-width: 767px) {
    .wrap_background_aside .article-main form .form-group:nth-child(1) {
        padding: 0 15px
    }

    .wrap_background_aside .article-main form .form-group:nth-child(1) input {
        border-right: solid 1px #ebebeb
    }
}

.wrap_background_aside .article-main form .form-group:nth-child(2) {
    padding: 0 15px 0 0
}

.wrap_background_aside .article-main form .form-group:nth-child(2) input {
    border-radius: 0;
    border-left: solid 1px #ebebeb
}

@media (max-width: 767px) {
    .wrap_background_aside .article-main form .form-group:nth-child(2) {
        padding: 0 15px
    }
}

.wrap_background_aside .article-main form .form-group input {
    height: 45px;
    border-radius: 0px;
    background-color: #fff;
    padding: 10px;
    outline: none;
    color: #898989
}

.wrap_background_aside .article-main form .form-group textarea {
    border-radius: 0px;
    background-color: #fff;
    padding: 10px;
    outline: none;
    color: #898989
}

.wrap_background_aside .article-main .button_45 {
    height: 50px;
    line-height: 50px;
    background: #8dc700;
    border-radius: 0px;
    
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 0 30px;
    font-weight: 700;
    border: 0px;
    border-radius: 5px;
    text-transform: uppercase
}

.wrap_background_aside .article-main .button_45:hover {
    background: #8dc700;
    color: #fff
}

#article-comments {
    width: 100%;
    float: left
}

#article-comments h5 {
    font-size: 16px;
    
    font-weight: 500
}

#article-comments .article-comment {
    margin-bottom: 30px;
    padding-bottom: 20px
}

#article-comments .article-comment:last-child {
    padding-bottom: 0
}

#article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 80px;
    margin-right: 12px;
    height: 80px;
    border-radius: 0;
    display: block
}

#article-comments .article-comment-user-comment {
    display: block;
    float: left;
    width: calc(100% - 95px);
    -webkit-width: calc(100% - 95px);
    -moz-width: calc(100% - 95px);
    -o-width: calc(100% - 95px);
    -os-width: calc(100% - 95px);
    padding-left: 10px;
    word-break: break-word;
    font-size: em(14px)
}

#article-comments .user-name-comment {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    
}

#article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #b0b0b0;
    font-size: 12px;
    
}

#article-comments .cm {
    
    font-size: 14px;
    color: #707070
}

.article_page .pagination {
    margin: 0
}

.social-media {
    font-size: em(14px)
}

.social-media .list-inline li {
    margin-right: 20px
}

.section-news-2 {
    margin-bottom: 20px
}

.blog-aside .aside-content,
.blog-video .aside-content {
    border-bottom: 0px !important
}

.blog-aside .aside-title h2,
.blog-video .aside-title h2 {
    display: inline-block;
    position: relative;
    
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 28px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.blog-aside .aside-title h2 a,
.blog-video .aside-title h2 a {
    color: #333;
    display: block;
    text-decoration: none
}

.blog-aside .aside-title h2 a:hover,
.blog-video .aside-title h2 a:hover {
    color: #3644af
}

.blog-aside .aside-content,
.blog-video .aside-content {
    margin: 15px 0 !important
}

.blog-list {
    margin-bottom: 30px
}

.blog-list .loop-blog {
    overflow: hidden;
    border-bottom: dashed 1px #ebebeb;
    padding: 30px 0px 30px 0px;
    margin: 0;
    position: relative
}

.blog-list .loop-blog:first-child {
    padding-top: 0
}

.blog-list .loop-blog .thumb-left {
    width: 115px;
    display: block;
    float: left
}

@media (max-width: 767px) {
    .blog-list .loop-blog .thumb-left {
        width: 100%;
        margin-bottom: 15px
    }
}

.blog-list .loop-blog .thumb-left img {
    height: 76px;
    width: 100%
}

.blog-list .loop-blog .thumb-left img.loaded {
    min-height: unset;
    height: unset;
    width: auto
}

.blog-list .loop-blog .name-right {
    display: block;
    float: left;
    width: calc(100% - 115px);
    padding-left: 20px;
    -webkit-width: calc(100% - 115px);
    -moz-width: calc(100% - 115px);
    -o-width: calc(100% - 115px);
    -os-width: calc(100% - 115px);
    float: left
}

@media (max-width: 767px) {
    .blog-list .loop-blog .name-right {
        width: 100%;
        padding-left: 0
    }
}

.blog-list .loop-blog .name-right h3 {
    position: relative;
    
    font-weight: 400;
    color: #333;
    margin: 0px 0px 5px;
    line-height: 24px;
    font-size: 18px
}

.blog-list .loop-blog .name-right h3:hover a {
    text-decoration: none;
    color: #3644af
}

.blog-list .loop-blog .name-right .post-date {
    font-weight: 400;
    
    font-size: 14px;
    color: #898989;
    display: block;
    padding-top: 10px;
    margin: 0;
    line-height: normal
}

@media (min-width: 768px) {
    .blog-list .loop-blog .name-right .post-date span:last-child {
        padding-left: 10px;
        margin-left: 10px;
        border-left: solid 1px #898989
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .blog-list .loop-blog .name-right .post-date span {
        padding-left: 0 !important;
        margin-left: 0 !important;
        display: block;
        border-left: 0 !important;
        margin-bottom: 5px
    }
}

.blog-list .loop-blog .name-right .post-date span svg {
    height: 12px;
    width: 12px
}

@media (max-width: 767px) {
    .swiper-video .blogwp .post-date span {
        padding-left: 0 !important;
        margin-left: 0 !important;
        border-left: 0 !important
    }
}

.swiper-video .blogwp .videothumb:before {
    content: "";
    background: #2f3a47;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 1
}

.swiper-video .blogwp .videothumb .iconvideo {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: rgba(239, 239, 239, 0.690196);
    border-radius: 50%;
    text-decoration: none;
    z-index: 2
}

.swiper-video .blogwp .videothumb .iconvideo svg {
    font-size: 40px;
    color: #333;
    top: 50%;
    transform: translateY(-50%) translateX(3px);
    height: 20px;
    width: 70px;
    margin: 0px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    display: block
}

#myModalYoutube .modal-dialog .modal-content .modal-header {
    background: #fff
}

#myModalYoutube .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 10px;
    top: 5px
}

#myModalYoutube .modal-dialog .modal-content .modal-header .nameblog {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    padding-left: 0px;
    font-weight: 700
}

#myModalYoutube .modal-dialog .modal-content iframe {
    max-width: 100%
}

#pbOverlay,
#pbImage,
#pbBottom,
#pbCloseBtn {
    position: fixed;
    z-index: 9999
}

#pbOverlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s
}

#pbCloseBtn {
    top: 16px;
    right: 16px;
    display: block;
    width: 45px;
    height: 45px;
    background: url(closebtnd211.png?1666687689029) no-repeat top left;
    background-size: cover
}

#pbImage {
    border: none;
    cursor: move
}

#pbBottom {
    font-size: 10px;
    text-align: center;
    color: #EEE;
    line-height: 1.4em;
    left: 50%;
    bottom: 20px;
    width: 400px;
    margin-left: -200px
}

#pbCaption {
    font-weight: bold;
    padding: 4px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    zoom: 1;
    opacity: 0
}

#pbNav {
    display: block;
    width: 200px;
    height: 65px;
    margin: auto;
    margin-top: 5px
}

#pbPrevBtn,
#pbNextBtn,
#pbZoomBtn {
    display: inline-block;
    width: 70px;
    height: 65px;
    outline: none;
    text-indent: -9000px;
    background: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/ico_control_galery.png?1666687689029) no-repeat
}

#pbPrevBtn {
    background-position: -70px 0;
    float: left
}

#pbPrevBtn.pbgreyed {
    background-position: 0 0
}

#pbNextBtn {
    background-position: -320px 0;
    float: right
}

#pbNextBtn.pbgreyed {
    background-position: -390px
}

#pbZoomBtn {
    width: 60px;
    background-position: -140px 0;
    float: left
}

#pbZoomBtn.pbgreyed {
    background-position: -200px 0
}

#pbZoomBtn.pbzoomed {
    background-position: -260px 0
}

.pbLoading {
    background-color: #fff !important
}

.sapo-product-reviews-module .bpr-products-module-heading .bpr-products-module-title {
    display: inline-block;
    position: relative;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 24px;
    padding-bottom: 15px;
    line-height: 1.2;
}

.sapo-product-reviews-module .bpr-product-img img {
    width: 100%;
}

.sapo-product-reviews-module .bpr-product-content {
    margin: 20px 0px 15px;
}

.sapo-product-reviews-module .bpr-product-content .bpr-product-name {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 24px;
}

.sapo-product-reviews-module .bpr-product-content .bpr-product-star {
    display: flex;
    align-items: center;
    line-height: 1;
}

.sapo-product-reviews-module .bpr-product-content .bpr-product-star i {
    font-size: 18px;
    font-style: normal;
}

.sapo-product-reviews-module .bpr-product-content .bpr-product-star.bpr-product-reviews-heart i.star-on-png:before {
    content: "\f004";
    font-family: 'FontAwesome';
}

.sapo-product-reviews-module .bpr-product-content .bpr-product-star.bpr-product-reviews-heart i.star-off-png:before {
    content: "\f08a";
    font-family: 'FontAwesome';
}

.sapo-product-reviews-module .bpr-product-content .bpr-product-star.bpr-product-reviews-heart i.star-half-png {
    position: relative;
}

.sapo-product-reviews-module .bpr-product-content .bpr-product-star.bpr-product-reviews-heart i.star-half-png:before {
    content: "\f08a";
    font-family: 'FontAwesome';
}

.sapo-product-reviews-module .bpr-product-content .bpr-product-star.bpr-product-reviews-heart i.star-half-png:after {
    font-family: 'FontAwesome';
    content: "\f004";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    line-height: 1;
}

.sapo-product-reviews-module .bpr-product-content .bpr-product-price .price {
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: #363636;
    font-weight: 700;
    margin-right: 10px;
}

.sapo-product-reviews-module .bpr-product-content .bpr-product-price .price.bpr-product-oldprice {
    font-size: 13px;
    color: #acacac;
    font-family: 'Arial', sans-serif;
    line-height: 24px;
    font-weight: 300;
    text-decoration: line-through;
}

.sapo-product-reviews-module .bpr-button-prev,
.sapo-product-reviews-module .bpr-button-next {
    font-size: 42px;
    background: transparent;
    color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-140%);
    z-index: 999;
}

.sapo-product-reviews-module .bpr-button-prev:not(.swiper-button-disabled),
.sapo-product-reviews-module .bpr-button-next:not(.swiper-button-disabled) {
    cursor: pointer;
}

.sapo-product-reviews-module .bpr-button-next {
    right: 0;
    left: auto;
}

.search-main .products-view-grid {
    border-top: none;
    display: block
}

.search-main .title_search {
    
    text-transform: none;
    font-size: 24px
}

@media (max-width: 991px) {
    .search-main .title_search {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .search-main .form_search_h {
        width: 300px;
        float: left;
        line-height: 2.1;
        border-radius: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }
}

@media (min-width: 768px) {
    .search-main .btn_search_h {
        border-radius: 0;
        margin-left: -1px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }
}

@media (min-width: 1200px) {
    .search-main .cls_search .product-thumbnail .image_thumb {
        height: 262.25px
    }
}

.sort-cate {
    display: inline-block;
    float: right
}

@media (max-width: 480px) {
    .sort-cate {
        float: none !important
    }
}

.sort-cate .sort-cate-left {
    float: left;
    margin-top: 5px
}

.sort-cate .sort-cate-left h3 {
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin: 0;
    margin-top: 2px;
    color: #333;
    display: inline-block;
    float: left;
    width: 100px
}

.sort-cate .sort-cate-left ul {
    float: left;
    display: block;
    padding-left: 0;
    width: calc(100% - 100px);
    -webkit-width: calc(100% - 100px);
    -o-width: calc(100% - 100px);
    -os-width: calc(100% - 100px);
    -moz-width: calc(100% - 100px)
}

.sort-cate .sort-cate-left ul li {
    float: left;
    padding: 0 0 0 20px
}

@media (min-width: 768px) and (max-width: 991px) {
    .sort-cate .sort-cate-left ul li:first-child {
        padding-left: 0px
    }
}

.sort-cate .sort-cate-left ul li.active a {
    color: #8dc700
}

.sort-cate .sort-cate-left ul li a {
    font-size: 14px;
    position: relative
}

.sort-cate .sort-cate-left ul li a i {
    height: 14px;
    width: 14px;
    border: 1px solid #cdcfdd;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 14px;
    margin: -3px 5px 0 0;
    position: relative
}

.sort-cate .sort-cate-left ul li:hover i,
.sort-cate .sort-cate-left ul li.active i {
    background: #8dc700;
    height: 14px;
    width: 14px;
    border: none;
    border-radius: 14px
}

.sort-cate .sort-cate-left ul li:hover i:before,
.sort-cate .sort-cate-left ul li.active i:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f00c";
    color: #fff;
    position: absolute;
    width: 14px;
    border-radius: 14px;
    height: 14px;
    line-height: 14px;
    top: 0px;
    font-size: 10px;
    left: 1px
}

.sort-cate .sort-cate-right {
    float: right
}

.sort-cate .sort-cate-right h3 {
    font-size: 14px;
    font-weight: normal;
    float: left;
    margin: 0;
    margin-top: 5px;
    margin-right: 5px
}

.sort-cate .sort-cate-right .view-mode {
    display: inline-block
}

@media (max-width: 480px) {
    .sort-cate .sort-cate-right .view-mode {
        text-align: center;
        display: block
    }
}

.sort-cate .sort-cate-right .view-mode a {
    border: 1px solid #eaeced;
    width: 65px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    height: auto;
    line-height: inherit;
    float: left;
    border-radius: 0;
    height: 30px;
    line-height: 30px
}

@media (min-width: 413px) and (max-width: 415px) {
    .sort-cate .sort-cate-right .view-mode a {
        width: 90px
    }
}

@media (min-width: 374px) and (max-width: 380px) {
    .sort-cate .sort-cate-right .view-mode a {
        width: 80px
    }
}

.sort-cate .sort-cate-right .view-mode a.active,
.sort-cate .sort-cate-right .view-mode a:hover {
    color: #8dc700
}

.sort-cate .sort-cate-right .view-mode a+a {
    margin-left: 5px
}

@media (max-width: 480px) {
    .sort-cate .sort-cate-right .view-mode a {
        float: none
    }
}

@media (max-width: 480px) {
    .sort-cate .sort-cate-right {
        width: 50%
    }

    .sort-cate .sort-cate-right h3 {
        display: block;
        text-align: left;
        margin-right: 0;
        float: none
    }
}

@media (max-width: 480px) {
    .sort-cate .sort-cate-right-mobile {
        width: 100%;
        float: left
    }

    .sort-cate .sort-cate-right-mobile #sort-by {
        float: none;
        margin-left: 0px;
        width: 100%;
        padding: 5px 0
    }

    .sort-cate .sort-cate-right-mobile #sort-by .left {
        display: block;
        float: left;
        line-height: 1.4;
        font-weight: normal;
        margin-right: 10px;
        margin-top: 5px;
        width: 60px
    }

    .sort-cate .sort-cate-right-mobile #sort-by ul {
        width: calc(100% - 80px)
    }

    .sort-cate .sort-cate-right-mobile #sort-by ul>li {
        border: 1px solid #eaeced;
        padding: 0 5px;
        width: 100%;
        line-height: 28px
    }

    .sort-cate .sort-cate-right-mobile #sort-by ul ul {
        background-color: #fff;
        width: 100% !important;
        top: 27px
    }

    .sort-cate .sort-cate-right-mobile #sort-by ul ul li {
        width: 100%;
        border: none
    }
}

.dqdt-sidebar {
    margin-top: 0px;
    position: relative;
    z-index: 9
}

.wrap_background {
    background: #fff
}

.bg_collection {
    background: #fff;
    padding: 5px 0;
    margin: 0px 0 30px
}

@media (max-width: 767px) {
    .bg_collection {
        margin: 0px
    }
}

.category-products .item_product_main .product-item-main .product-bottom .blockprice,
.cls_search .item_product_main .product-item-main .product-bottom .blockprice {
    padding-bottom: 60px
}

@media (min-width: 992px) and (max-width: 1199px) {

    .category-products .item_product_main .product-item-main .product-bottom .form-nut-grid .group_action,
    .cls_search .item_product_main .product-item-main .product-bottom .form-nut-grid .group_action {
        left: -15px
    }
}

.wrap_background_aside {
    width: 100%;
    float: left
}

@media (max-width: 1199px) {
    .wrap_background_aside.asidecollection {
        margin-top: 0px
    }
}

.collectiontitle {
    color: #333;
    padding-right: 180px;
    padding-bottom: 10px;
    
    margin: 0px;
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    border: 0;
    line-height: 41px;
    margin-top: -10px
}

@media (max-width: 767px) {
    .collectiontitle {
        padding-right: 0
    }
}

.listoffice {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #EFEFEF
}

.listoffice form {
    margin-bottom: 0
}

.listoffice .product-thumbnail {
    width: 230px;
    display: block;
    float: left
}

.listoffice .product-info {
    width: calc(100% - 230px);
    display: block;
    float: left;
    padding-top: 0;
    padding-left: 30px;
    text-align: left;
    padding-bottom: 0
}

.listoffice .product-info .product-name {
    font-size: 24px;
    padding: 0;
    margin: 0 0 15px;
    color: #333
}

.listoffice .product-info .price-box {
    text-align: left
}

.listoffice .product-info .desproduct {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    color: #666
}

.listoffice .product-info .desproduct a {
    font-size: 13px;
    font-weight: normal
}

@media (min-width: 992px) {
    .section.flex {
        padding: 0 0 40px
    }
}

.collection .collection-image img {
    width: 100%
}

.collection .product-box-h {
    min-height: 415px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection .product-box-h {
        min-height: 350px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .collection .product-box-h {
        min-height: 340px
    }
}

@media (min-width: 543px) and (max-width: 767px) {
    .collection .product-box-h {
        min-height: 310px
    }
}

@media (max-width: 480px) {
    .collection .product-box-h {
        min-height: 270px
    }
}

.product-mini-lists .products {
    border: none !important
}

@media (min-width: 1200px) {
    .products-view-grid .col-lg-4:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products-view-grid .col-md-4:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-view-grid .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .products-view-grid .col-xs-6:nth-child(2n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .product-box .btn-white {
        padding: 0 10px
    }
}

.view-mode>a {
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-left: 2px
}

.view-mode span {
    font-size: 0
}

.tt span {
    font-size: 14px
}

.tt.hidden-sm.hidden-xs {
    padding-left: 95px;
    padding-top: 10px;
    display: inline-block
}

.button-view-mode {
    padding: 0;
    margin: 0;
    width: 34px;
    height: 34px;
    box-shadow: none;
    line-height: 34px;
    font-size: 13px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000
}

.button-view-mode.active {
    color: #fff;
    border: 1px solid #8dc700;
    background: #8dc700;
    box-shadow: none
}

.button-view-mode.active a {
    color: #8dc700
}

.button-view-mode .fa {
    font-size: 13px
}

.button-view-mode .ion-grid {
    font-size: 21px
}

.button-view-mode .ion-navicon {
    font-size: 26px
}

.button-view-mode:hover {
    color: #fff;
    border: 1px solid #8dc700;
    background: #8dc700
}

@media (max-width: 767px) {
    .title_collec {
        margin-bottom: 15px
    }
}

.collection .title-head {
    display: inherit;
    
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0
}

@media (max-width: 991px) {
    .collection .title-head {
        position: relative;
        margin-bottom: 0px
    }
}

.collection .tt span {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    
}

.collection .text-sm-left {
    padding-top: 6px
}

.collection .category-products .sortPagiBar {
    display: inline-block;
    position: absolute;
    top: -7px;
    right: 15px
}

@media (max-width: 767px) {
    .collection .category-products .sortPagiBar {
        position: unset;
        width: 100%;
        padding-bottom: 30px
    }
}

.collection .category-products .sortPagiBar .wr_sort {
    margin-bottom: 0px;
    padding: 0px 0px 3px
}

@media (max-width: 767px) {
    .collection .category-products .sortPagiBar .wr_sort {
        border-bottom: none;
        margin-bottom: 0px
    }
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .ht_xxx {
    float: left;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    margin-right: 5px;
    font-size: 14px;
    
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode {
    display: inline-block
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode a {
    width: 34px;
    margin-right: 5px
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx {
    display: inline;
    float: right
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx .left {
    float: left;
    font-weight: 400;
    line-height: 33px;
    font-size: 14px !important;
    
    margin-right: 6px;
    margin-bottom: 0
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx ul li {
    
    font-weight: 400
}

.collection .category-products .sortPagiBar2 {
    display: inline-block;
    padding: 0;
    margin-bottom: 15px;
    margin-top: -5px;
    width: 100%
}

.collection .category-products .sortPagiBar2 .wr_sort {
    margin-bottom: 0px;
    padding: 0px 0px 3px
}

@media (max-width: 767px) {
    .collection .category-products .sortPagiBar2 .wr_sort {
        border-bottom: none;
        margin-bottom: 0px
    }
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .ht_xxx {
    float: left;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    margin-right: 5px;
    font-size: 14px;
    
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .view-mode {
    display: inline-block
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .view-mode a {
    width: 34px;
    margin-right: 5px
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx {
    display: inline;
    float: right
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx .left {
    float: left;
    font-weight: 400;
    line-height: 33px;
    font-size: 14px !important;
    
    margin-right: 6px;
    margin-bottom: 0
}

.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx ul li {
    
    font-weight: 400
}

@media (max-width: 767px) {
    .category-products {
        padding-top: 0;
        margin-top: 0;
        border: 0
    }
}

.group_search_width {
    width: 500px;
    float: left;
    position: relative
}

.group_search_width input {
    border-radius: 40px !important;
    width: 100% !important;
    padding-right: 115px !important
}

.group_search_width button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 40px !important
}

@media (min-width: 1200px) {
    .cls_search .col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cls_search .col-md-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cls_search .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .cls_search .col-xs-6:nth-child(2n+1) {
        clear: left
    }
}

.aside-mini-list-product .item_product_list_mini .product-info .price-box {
    font-size: 15px
}

.filter-group {
    padding: 10px 0px 0px 0px
}

.filter-group ul {
    max-height: 300px;
    overflow-y: auto
}

.filter-group ul.size_xx {
    overflow-y: inherit !important
}

.filter-group ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    width: 5px
}

.filter-group ul::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

.filter-group ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #919aa8;
    width: 5px
}

.filter-group-title {
    display: block;
    font-size: em(18px);
    margin-bottom: 10px
}

.filter-group {
    position: relative
}

.filter-item {
    margin: 0;
    cursor: pointer;
    line-height: 40px;
    min-width: 100%;
    float: left;
    padding: 0px;
    position: relative
}

@media (max-width: 991px) {
    .filter-item {
        padding-right: 0px !important;
        padding: 0px !important
    }
}

.filter-item .label_relative {
    position: relative
}

.filter-item .label_relative .filter_tt {
    padding-left: 5px;
    display: inline-block
}

.filter-item.filter-color-size {
    min-width: 0px;
    padding: 0px
}

.filter-item.filter-size {
    min-width: 0px;
    padding: 0px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 25px;
    color: #252525;
    position: relative
}

.filter-item.filter-size .fa {
    opacity: 0;
    width: 30px;
    height: 30px;
    position: relative
}

.filter-item.filter-size .tags_size {
    color: #333
}

.filter-item .name_color {
    line-height: 25px;
    display: inline-block;
    height: 20px;
    position: absolute;
    font-size: 14px;
    color: gray;
    text-transform: inherit
}

.filter-item * {
    cursor: pointer;
    color: #898989;
    
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .filter-item * {
        font-size: 12px
    }
}

.filter-item *:active {
    color: #3644af
}

.filter-item.size {
    min-width: unset;
    width: 40px;
    height: 40px;
    line-height: 40px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    position: relative
}

.filter-item.size span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    line-height: 40px
}

.filter-item.size .tags_size {
    width: 40px;
    height: 40px;
    font-size: 13px;
    display: inherit;
    position: relative;
    position: absolute
}

.filter-item.size .tags_size:hover {
    color: #8dc700
}

.filter-item.size .tags_size input {
    width: auto;
    height: auto;
    position: unset;
    display: none
}

.filter-item.size .tags_size .fa {
    width: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.filter-item.size .tags_size .fa:before,
.filter-item.size .tags_size .fa:after {
    width: 100%;
    top: 0px;
    height: 35px !important;
    right: 5px
}

.filter-item.size .tags_size .fa:hover:before {
    border: 1px solid #8dc700
}

.filter-item.size .tags_size .fa:after {
    display: none
}

.filter-item.size input:checked+.tags_size:before {
    border: 1px solid #b7b7b7
}

.filter-item.color {
    min-width: 20px;
    border: none !important;
    margin-bottom: 10px !important;
    height: 30px
}

.filter-item.color a,
.filter-item.color label {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 0
}

.filter-item.color .fa {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background: red;
    position: relative
}

.filter-item.color .fa:before {
    display: none
}

.filter-item.color .fa.trang:hover:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px !important;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #8D90A6;
    border-radius: 50%
}

.filter-item.color .fa:hover:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px !important;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #8D90A6;
    border-radius: 50%
}

.filter-item.color input:checked+.fa:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px !important;
    position: absolute;
    left: 7px;
    top: 7px;
    border: 0px solid #ef562c
}

.filter-item.color input:checked+.fa.trang:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px !important;
    position: absolute;
    left: 7px;
    top: 7px;
    border: 0px solid #ef562c
}

.color input:checked+.fa:after {
    display: none
}

.filter-item--green *:hover {
    color: #8dc700
}

.filter-item--half {
    display: inline-block;
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 3px
}

.filter-item--check-box input {
    display: block;
    z-index: 9;
    width: 20px;
    height: 20px
}

.filter-item--check-box .fa {
    margin-right: 15px;
    width: 14px;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    top: 2px;
    display: inline-block
}

.filter-item--check-box input+.fa:before {
    content: "";
    margin-right: 5px;
    font-size: 18px;
    border: solid 1px #ebebeb;
    line-height: 40px;
    position: absolute;
    top: -16px;
    height: 17px !important;
    width: 17px
}

.filter-item--check-box input:checked+span {
    color: #8dc700
}

.filter-item--check-box input:checked+.fa,
.filter-item--check-box input+span {
    color: #8dc700
}

.filter-item--check-box input:checked+.fa:before,
.filter-item--check-box input+span:before {
    border-color: #8dc700
}

.filter-item--check-box input:checked+.fa:after,
.filter-item--check-box input+span:after {
    font-family: 'FontAwesome';
    content: "";
    color: #8dc700;
    position: absolute;
    width: 11px;
    height: 11px;
    line-height: 11px;
    border-radius: 50%;
    background: #8dc700;
    top: -13px;
    font-size: 12px;
    left: 3px
}

.filter-container__selected-filter {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

.filter-container__selected-filter-header {
    margin-bottom: 5px
}

.filter-container__selected-filter-header-title {
    font-size: 18px;
    font-weight: bold;
    color: #0038AE
}

.filter-container__clear-all {
    float: right;
    color: #333;
    margin-top: 3px
}

.filter-container__selected-filter-item {
    padding: 3px 0
}

.filter-container__selected-filter-item>a {
    color: #333;
    font-size: em(13px);
    position: relative;
    padding-left: 15px
}

.filter-container__selected-filter-item .fa {
    margin-right: 10px;
    background-image: url(i-closed211.svg?1666687689029);
    background-repeat: no-repeat;
    width: 20px;
    height: 9px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0px
}

#sort-by {
    float: right;
    font-size: 12px;
    text-align: left
}

#sort-by .button-asc,
#sort-by .button-desc {
    background-color: #f8f8f8;
    box-shadow: none;
    float: right;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 30px
}

#sort-by label {
    float: left;
    font-weight: 400;
    line-height: 33px;
    font-size: 13px;
    margin-right: 6px;
    margin-bottom: 0;
    color: #333
}

#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right
}

#sort-by a:link,
#sort-by a:visited {
    color: #333;
    text-decoration: none
}

#sort-by>ul>li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 34px;
    background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/ico-select.png?1666687689029) !important;
    border-radius: 3px
}

#sort-by>ul>li:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 180px;
    float: left;
    color: #333;
    border: 0;
    font-size: 13px
}

@media (max-width: 767px) {
    #sort-by li {
        border: 1px solid #ebebeb
    }
}

#sort-by li>a {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    transition: all 0s ease-in-out
}

#sort-by li>a:hover {
    color: #8dc700
}

#sort-by li li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none
}

#sort-by li li a:hover {
    color: #8dc700
}

#sort-by li:hover {
    background-color: #fff
}

#sort-by li li:hover {
    background-color: #fff;
    color: #007fb8
}

#sort-by ul ul {
    position: absolute;
    visibility: hidden;
    width: 180px;
    left: -1px;
    top: 34px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
    background: #fff;
    padding-left: 0px !important
}

#sort-by ul ul li:last-child {
    border-bottom: none
}

#sort-by ul ul ul {
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent
}

#sort-by li:hover>ul {
    visibility: visible
}

.filter-container__selected-filter {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

.filter-container__selected-filter-header {
    margin-bottom: 5px
}

.filter-container__selected-filter-header-title {
    font-size: 18px;
    font-weight: bold;
    color: #0038AE
}

.filter-container__clear-all {
    float: right;
    color: #333;
    margin-top: 3px
}

.filter-container__selected-filter-item {
    padding: 3px 0
}

.filter-container__selected-filter-item>a {
    color: #333;
    font-size: em(13px)
}

.filter-container__selected-filter-item .fa {
    margin-right: 10px;
    color: #F44336
}

.page_contact .group_contact .form-group {
    padding: 0px 15px;
    margin-bottom: 0;
    color: #333
}

.page_contact .group_contact .form-group .form-control,
.page_contact .group_contact .form-group .input-date {
    border-radius: 0px !important;
    font-size: 14px;
    color: #1c1c1c;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;
    background: #fff
}

.page_contact .group_contact .form-group .form-control::-webkit-input-placeholder,
.page_contact .group_contact .form-group .input-date::-webkit-input-placeholder {
    color: #707070
}

.page_contact .group_contact .form-group .form-control::-moz-placeholder,
.page_contact .group_contact .form-group .input-date::-moz-placeholder {
    color: #707070
}

.page_contact .group_contact .form-group .form-control:-ms-input-placeholder,
.page_contact .group_contact .form-group .input-date:-ms-input-placeholder {
    color: #707070
}

.page_contact .group_contact .form-group select {
    border-radius: 0px !important;
    font-size: 14px;
    color: #333;
    padding: 0px 10px;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    background-image: url("icon-select-2d211.png?1666687689029")
}

.page_contact .group_contact .form-group .content-area {
    min-height: 180px;
    padding: 10px 20px;
    border-radius: 0 !important;
    resize: none
}

.page_contact .group_contact .form-group input,
.page_contact .group_contact .form-group textarea {
    border-color: #f7f7f7;
    background-color: #f7f7f7
}

.page_contact .group_contact .form-group input:focus,
.page_contact .group_contact .form-group textarea:focus {
    border-color: #f7f7f7
}

.page_contact .group_contact .form-group .btn-50-full {
    
    box-shadow: none;
    padding: 0 45px;
    font-size: 14px;
    color: #fff;
    background: #3644af;
    border: solid 1px #3644af;
    height: 50px !important;
    display: inline-block !important;
    text-align: center;
    line-height: 50px !important;
    background: #8dc700;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0 30px;
    
    font-weight: 700;
    border: 0px;
    border-radius: 5px;
    text-transform: uppercase
}

.page_contact .group_contact .form-group .btn-50-full:hover {
    background: #fff;
    color: #8dc700
}

.page_contact .group_contact .btn-lienhe {
    border-radius: 5px;
    
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #8dc700;
    color: #fff;
    text-decoration: none;
    padding: 0 45px;
    font-weight: 700
}

@media (max-width: 767px) {
    .page_contact .group_contact .btn-lienhe {
        font-size: 18px;
        height: 40px;
        line-height: 40px
    }
}

.page_contact .group_contact .btn-lienhe:hover {
    background: #3644af;
    color: #fff
}

.title-head-contact {
    
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    text-align: center
}

.title-head-contact span {
    position: relative;
    color: #3644af;
    text-decoration: none;
    font-size: 30px
}

@media (max-width: 767px) {
    .title-head-contact span {
        font-size: 18px
    }
}

.title-head-contact span:before {
    content: '';
    height: 9px;
    transform: translateX(-50%);
    width: 125px;
    background-image: -moz-linear-gradient(0deg, #dea540 0%, #eab55c 74%, #f6c477 100%);
    background-image: -webkit-linear-gradient(0deg, #dea540 0%, #eab55c 74%, #f6c477 100%);
    background-image: -ms-linear-gradient(0deg, #dea540 0%, #eab55c 74%, #f6c477 100%);
    opacity: 0.2;
    position: absolute;
    left: 50%;
    background-size: cover;
    bottom: 2px;
    z-index: 9
}

.right_contact .des {
    text-align: center;
    font-size: 15px;
    color: #707070;
    
    font-weight: 400;
    margin: 0 0 25px
}

@media (max-width: 767px) {
    .right_contact .des {
        font-size: 12px
    }
}

.thank_text {
    color: #3644af;
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px
}

.google-map {
    width: 100%
}

.google-map .map {
    width: 100%;
    height: 450px;
    background: #dedede
}

@media (max-width: 543px) {
    .page-login span.intr {
        font-size: 13px !important
    }

    .address .page_address .adr_title .title-head a {
        width: 100%;
        margin: 15px 0
    }
}

.page_contact {
    margin-top: 20px;
    width: 100%;
    padding-bottom: 100px
}

.page_contact.lazyload {
    background-image: url(../images/background_contact7e82.jpg);
    background-size: cover;
}

.page_contact label {
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333
}

.page_contact label em {
    color: red
}

.page_contact .title_module_main {
    margin: 20px 0
}

.page_contact .title_module_main h1 {
    display: inline-block;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 28px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.page_contact .group-contact {
    padding: 15px 0 40px;
    margin-bottom: 40px;
    margin-top: 20px;
    border-bottom: solid 1px #ebebeb
}

.page_contact .group-contact .single-contact {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 992px) {
    .page_contact .group-contact .single-contact {
        margin-bottom: 20px
    }
}

.page_contact .group-contact .single-contact .icon {
    text-align: center;
    width: 50px;
    border: solid 1px #ebebeb;
    border-radius: 50%;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.page_contact .group-contact .single-contact .icon img {
    max-width: 100%
}

.page_contact .group-contact .single-contact .summary-contact {
    width: calc(100% - 50px);
    float: left;
    padding-left: 15px;
    
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: 400
}

.page_contact .group-contact .single-contact .summary-contact a:hover {
    text-decoration: none
}

.tophead {
    padding: 30px 0;
    text-align: center;
    background: transparent
}

@media (max-width: 991px) {
    .tophead {
        padding: 10px 0
    }
}

@media (min-width: 1200px) {
    #menu-overlay {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        display: none
    }

    #menu-overlay.reveal {
        display: block
    }
}

.logo_center {
    display: inline-block;
    left: 0;
    z-index: 9;
    text-align: center;
    position: relative
}

.logo_center .logo-wrapper {
    text-align: center
}

@media (max-width: 991px) and (min-width: 768px) {
    .logo_center .logo-wrapper {
        width: 200px
    }
}

@media (min-width: 992px) {
    .header_mobile {
        display: none
    }
}

.header_mobile .wrap_hed {
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
    -os-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
    text-align: center
}

.cartgroup {
    position: relative;
    float: right;
    padding-right: 0;
    z-index: 99
}

@media (max-width: 992px) {
    .cartgroup {
        display: none
    }
}

.logo {
    display: inline-block;
    font-size: em(40px);
    margin-top: 0px
}

@media (max-width: 991px) {
    .logo {
        height: 120px;
        line-height: 120px;
        z-index: 9;
        display: block
    }
}

@media (max-width: 767px) {
    .logo .logo-wrapper {
        width: 180px
    }
}

.logo .logo-wrapper img {
    max-width: 100%;
    max-height: 100%
}

@media (min-width: 992px) {
    .main-nav {
        height: 115px;
        line-height: 115px;
        background: transparent;
        z-index: 99;
        position: relative
    }
}

.main-nav .relatives {
    position: relative
}

.main-nav .search_position {
    position: absolute;
    width: 40px;
    height: 115px;
    line-height: 115px;
    z-index: 4;
    right: 15px;
    top: 0
}

@media (max-width: 992px) {
    .main-nav .search_position {
        display: none
    }
}

.main-nav .search_position .wrap_search_menu {
    height: 115px;
    line-height: 115px;
    position: relative
}

.main-nav .search_position .wrap_search_menu:hover .icon-search svg {
    color: #333
}

.main-nav .search_position .wrap_search_menu:hover.index .icon-search svg {
    color: #fff
}

.main-nav .search_position .wrap_search_menu:hover .search_inner {
    width: 250px;
    transition: width 0.8s
}

@media (max-width: 1199px) and (min-width: 992px) {
    .main-nav .search_position .wrap_search_menu:hover .search_inner {
        width: 140px
    }
}

.main-nav .search_position .wrap_search_menu:hover .search_inner .search-box .input-group-btn .fa {
    color: transparent
}

.main-nav .search_position .wrap_search_menu .icon-search {
    text-align: center;
    cursor: pointer
}

.main-nav .search_position .wrap_search_menu .icon-search svg {
    width: 12px;
    height: 12px;
    color: #333
}

.main-nav .search_position .wrap_search_menu.index .icon-search svg {
    width: 12px;
    height: 12px;
    color: #fff
}

.main-nav .search_position .wrap_search_menu.index .search_inner .search-box .header_search form input {
    color: #fff
}

.main-nav .search_position .wrap_search_menu.index .search_inner .search-box .header_search form input:placeholder {
    color: #fff
}

.main-nav .search_position .wrap_search_menu .search_inner {
    position: absolute;
    top: 42px;
    right: 35px;
    width: 0;
    height: 30px;
    line-height: 30px
}

.main-nav .search_position .wrap_search_menu .search_inner .search-box {
    position: relative
}

.main-nav .search_position .wrap_search_menu .search_inner .search-box .header_search {
    padding: 0
}

.main-nav .search_position .wrap_search_menu .search_inner .search-box .header_search form {
    margin: 0;
    background: transparent
}

.main-nav .search_position .wrap_search_menu .search_inner .search-box .header_search form input {
    background: transparent;
    border: none;
    color: #333;
    
    height: 30px;
    padding: 0;
    min-height: unset
}

.main-nav .search_position .wrap_search_menu .search_inner .search-box .input-group-btn {
    border-left: solid 1px #898989;
    height: 30px
}

.main-nav .search_position .wrap_search_menu .search_inner .search-box .input-group-btn button {
    height: 30px;
    line-height: 30px;
    padding: 0
}

.main-nav .search_position .wrap_search_menu .search_inner .search-box .input-group-btn button svg {
    width: 12px;
    height: 12px;
    color: transparent
}

@media (max-width: 991px) {
    .main-nav .menu-bar {
        position: absolute;
        left: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        z-index: 1000;
        top: 60px
    }

    .main-nav .menu-bar svg {
        height: 20px;
        wwidth: 20px;
        color: #363636
    }

    .main-nav .header_search {
        position: absolute;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        z-index: 1000;
        top: 60px
    }
}

@media (max-width: 991px) and (max-width: 991px) and (min-width: 768px) {
    .main-nav .header_search {
        right: 35px
    }
}

@media (max-width: 991px) {
    .main-nav .header_search .icon-search-mobile {
        text-align: right;
        display: inline-block;
        position: relative;
        color: #333;
        font-size: 18px
    }

    .main-nav .header_search .icon-search-mobile svg {
        width: 16px;
        height: 16px
    }

    .main-nav .header_search:hover .search-bar {
        display: block
    }

    .main-nav .header_search .search-bar {
        display: none;
        width: 280px;
        height: 40px;
        position: absolute;
        margin-bottom: 0;
        top: 55px;
        right: 0px
    }

    .main-nav .header_search .search-bar input {
        width: 100%;
        height: 40px;
        padding: 0 10px;
        line-height: 40px;
        background: transparent;
        color: #363636;
        outline: none;
        padding: 0 50px 0 20px;
        float: right;
        border: 1px solid #ebebeb;
        overflow: hidden;
        background: #fff
    }

    .main-nav .header_search .search-bar .input-group-btn {
        position: absolute;
        white-space: nowrap;
        width: 40px;
        height: 39px;
        line-height: 39px;
        right: 0;
        top: 1px;
        background: transparent;
        border-radius: 50%;
        overflow: hidden;
        color: #333
    }

    .main-nav .header_search .search-bar .input-group-btn button {
        padding: 0 10px;
        position: absolute;
        top: 0px;
        right: 3px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        color: #333;
        background-color: transparent;
        border: none
    }

    .main-nav .header_search .search-bar .input-group-btn button svg {
        height: 12px;
        width: 12px;
        color: #333
    }
}

@media (min-width: 992px) {
    .main-nav .menu-bar {
        display: none
    }

    .main-nav .search_mobile {
        display: none
    }

    .main-nav .menu_hed {
        height: 115px;
        position: relative
    }

    .main-nav .menu_hed .item_big .icon_mobile {
        display: none
    }

    .main-nav .menu_hed .item_big.nav_1 {
        text-align: left
    }

    .main-nav .menu_hed .item_big li {
        display: inline-block
    }

    .main-nav .menu_hed .item_big li.nav-item a {
        padding: 0px 15px
    }

    .main-nav .menu_hed .item_big li.nav-item.active a {
        color: #8dc700
    }

    .main-nav .menu_hed .item_big li.menu_hover:hover>a:before {
        opacity: 1
    }

    .main-nav .menu_hed .item_big>.nav-item {
        position: relative;
        background: transparent;
        padding: 0px 0px;
        z-index: 3
    }

    .main-nav .menu_hed .item_big>.nav-item.active>a {
        color: #333;
        background: transparent;
        border-radius: 0px
    }

    .main-nav .menu_hed .item_big>.nav-item.active>a svg {
        color: #8dc700
    }

    .main-nav .menu_hed .item_big>.nav-item li {
        display: block;
        width: 100%
    }

    .main-nav .menu_hed .item_big>.nav-item>a {
        line-height: 115px;
        font-size: 18px;
        color: #333;
        
        font-weight: 400;
        padding: 0px 25px 0px;
        z-index: 5;
        position: relative;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out
    }

    .main-nav .menu_hed .item_big>.nav-item>a>svg {
        width: 12px;
        height: 12px
    }

    .main-nav .menu_hed .item_big>.nav-item .item_small {
        overflow: hidden;
        display: block;
        max-height: 0px;
        max-width: 0px;
        opacity: 0;
        position: absolute;
        top: 46px;
        left: 0px;
        width: 200px;
        background-color: #383838;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        z-index: 99
    }

    .main-nav .menu_hed .item_big>.nav-item.index>a {
        color: #fff
    }

    .main-nav .menu_hed .item_big>.nav-item:first-child>a:before {
        content: none
    }

    .main-nav .menu_hed .item_big>.nav-item>svg {
        color: #333;
        position: absolute;
        right: 5px;
        top: 32px
    }

    .main-nav .menu_hed .item_big>.nav-item .nav-item-lv2 {
        padding: 0 10px;
        position: relative
    }

    .main-nav .menu_hed .item_big>.nav-item .nav-item-lv2 svg {
        position: absolute;
        right: 0px;
        width: 28px;
        height: 28px;
        padding: 0px 10px;
        top: 5px;
        line-height: 31px;
        color: #1d3046
    }

    .main-nav .menu_hed .item_big>.nav-item .nav-item-lv3 {
        padding: 0 10px;
        position: relative
    }

    .main-nav .menu_hed .item_big>.nav-item .nav-item-lv3 svg {
        position: absolute;
        right: 0px;
        padding: 0px 10px;
        top: 5px;
        line-height: 41px
    }

    .main-nav .menu_hed .item_big>.nav-item:hover>a {
        color: #8dc700;
        background: transparent;
        border-radius: 0px
    }

    .main-nav .menu_hed .item_big>.nav-item:hover>svg {
        color: #8dc700
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small {
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        opacity: 1;
        margin-top: 0px;
        border-top: 0px;
        border-radius: 0px;
        top: 90px;
        width: 200px;
        padding: 0px 0px 0px 0px;
        background: #fff;
        border: solid 1px #ebebeb;
        border-top: solid 1px #fff;
        z-index: 9
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li {
        padding: 5px 0px;
        border-bottom: solid 1px #ebebeb
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li:first-child {
        border-top: solid 1px #ebebeb
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li>a {
        
        display: block;
        line-height: normal;
        padding: 5px 25px 5px 10px;
        color: #333
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li>a svg {
        float: right;
        line-height: 18px;
        font-size: 16px;
        color: #333
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li>a:before {
        width: 4px;
        height: 4px;
        background: #8dc700;
        position: absolute;
        left: 10px;
        padding-right: 5px;
        top: 13px;
        opacity: 0
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li:last-child>a {
        border-bottom: 0px
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li:hover {
        background: #8dc700;
        color: #fff
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li:hover svg {
        color: #fff
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li:hover>a {
        background-color: #8dc700;
        color: #fff
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li:hover>a svg {
        color: #fff
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li:hover>a:before {
        opacity: 1
    }

    .main-nav .menu_hed .item_big>.nav-item:hover .item_small li:hover>svg {
        color: #fff
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu {
        position: relative
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu:hover>a:after {
        opacity: 1
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu .level1 {
        display: none;
        margin-top: 0;
        border-top: 0px;
        border-radius: 0px;
        width: 200px;
        padding: 0px;
        background: #fff;
        left: 199px;
        top: 0px;
        position: absolute;
        border: solid 1px #ebebeb
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu .level1 li {
        padding: 5px 0px;
        border-bottom: solid 1px #ebebeb
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu .level1 li>a {
        
        display: block;
        padding: 5px 10px;
        color: #333
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu .level1 li svg {
        position: absolute;
        right: 0px;
        padding: 0px 5px;
        top: 5px;
        line-height: 41px;
        color: #333
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu .level1 li:last-child>a {
        border-bottom: 0px
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu .level1 li:hover>a {
        background-color: #8dc700;
        color: #fff
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu .level1 li:hover>a svg {
        color: #fff
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu .level1 li:hover {
        background: #8dc700
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu .level1 li:hover svg {
        color: #fff
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu:hover>a:after {
        opacity: 1
    }

    .main-nav .menu_hed .item_big>.nav-item li.level1.dropdown-submenu:hover>.level1 {
        display: block;
        border-top-color: #8dc700;
        border-radius: 0px
    }

    .nav-main .menu_hed ul.item_big .nav-item.has-mega {
        position: static;
        height: 75px;
        margin-left: 1px
    }

    .nav-main .menu_hed ul.item_big .nav-item:hover>.mega-content {
        display: block
    }

    .nav-main .menu_hed .mega-content {
        display: none;
        position: absolute;
        width: 1170px;
        background: #fff;
        z-index: 99999;
        padding: 0px 15px;
        border: 2px solid #8dc700;
        left: 40%;
        margin-top: -2px;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .nav-main .menu_hed .mega-content .banner_mega_position {
        position: absolute;
        bottom: 30px;
        right: 40px;
        z-index: 1
    }

    .nav-main .menu_hed .mega-content .nav-width ul {
        width: 100%;
        display: block;
        top: 0;
        border-left: 0px;
        position: static;
        overflow: hidden;
        text-align: left
    }

    .nav-main .menu_hed .mega-content .h4 {
        
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0
    }

    .nav-main .menu_hed .mega-content .h4 a {
        text-decoration: none;
        display: block;
        padding: 0px !important
    }

    .nav-main .menu_hed .mega-content .h4 a span {
        color: #333
    }

    .nav-main .menu_hed .mega-content .h4 a span:hover {
        color: #8dc700
    }

    .nav-main .menu_hed .mega-content .level1.item {
        float: left;
        padding: 0 5px;
        margin-bottom: 15px;
        float: left;
        width: 25%;
        padding: 0 5px
    }

    .nav-main .menu_hed .mega-content li a {
        padding: 8px 0px;
        width: 80%
    }

    .nav-main .menu_hed .mega-content li:hover>a {
        color: #8dc700;
        text-decoration: none
    }

    .nav-main .menu_hed .mega-content li:hover>a span {
        color: #8dc700
    }

    .nav-main .menu_hed .mega-content li:hover>span {
        color: #8dc700
    }

    .nav-main .menu_hed .mega-content ul.level1 {
        padding: 0
    }

    .nav-main .menu_hed .mega-content .level2 {
        padding: 0px 0px;
        width: 100% !important
    }

    .nav-main .menu_hed .mega-content .level2.parent:last-child a {
        border-bottom: 0px !important
    }

    .nav-main .menu_hed .mega-content .level2 a {
        border-bottom: dashed 1px #ebebeb;
        padding: 5px 0px !important
    }

    .nav-main .menu_hed .mega-content .level2.item {
        width: 100%
    }

    .nav-main .menu_hed .mega-content .level2 a {
        
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        display: block;
        text-decoration: none;
        color: #898989
    }

    .nav-main .menu_hed .mega-content .level2 a span {
        color: #898989
    }

    .nav-main .menu_hed .mega-content .level2 .fa {
        width: 10px;
        font-size: 15px;
        float: left;
        line-height: 24px
    }

    .nav-main .menu_hed .mega-content .level2:hover>a {
        color: #8dc700;
        text-decoration: none
    }

    .nav-main .menu_hed .mega-content .level2:hover>a span {
        color: #8dc700
    }

    .nav-main .menu_hed .mega-content .level2:hover>span {
        color: #8dc700
    }

    .nav-main .menu_hed .mega-content .level2:hover>.fa {
        color: #8dc700
    }

    .nav-main .menu_hed .mega-content .nav-width {
        width: 100%;
        float: left;
        padding: 20px 0px
    }

    .nav-main .menu_hed .mega-content .nav-width .parent-mega-menu {
        padding: 0px 45px;
        position: relative;
        z-index: 2;
        background: transparent
    }

    .nav-main .menu_hed .mega-content .nav-width .banner-image {
        margin-top: 15px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .nav-main .menu_hed .mega-content {
        width: 960px
    }
}

#nav-mobile {
    z-index: 999
}

a:attr {
    class: 'abc'
}

.heading h2,
.heading h1,
.heading h4 {
    
    font-weight: 700;
    font-size: 24px;
    color: #333;
    padding: 0;
    margin: 0
}

.heading h2 a,
.heading h2 span,
.heading h1 a,
.heading h1 span,
.heading h4 a,
.heading h4 span {
    color: #333
}

.heading h2 a:hover,
.heading h1 a:hover,
.heading h4 a:hover {
    color: #8dc700
}

.title_main_page {
    width: 100%;
    float: left
}

.title_main_page .h1,
.title_main_page h1,
.title_main_page h2 {
    display: block;
    text-align: left;
    
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0
}

.title_main_page p {
    display: block;
    text-align: left;
    
    font-weight: 400;
    color: #707070;
    padding: 0;
    font-size: 14px;
    line-height: 23px;
    margin: 0px 0 40px
}

.section_slider {
    position: relative
}

@media (min-width: 992px) {
    .section_slider {
        margin-top: -116px
    }
}

.section_slider a {
    displaY: block;
    text-align: center
}

.section_slider .swiper-pagination-bullets {
    text-align: center
}

.section_slider .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    opacity: 1
}

.section_slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all .2s;
    background: #333
}

.section_slider .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #3644af;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

@media (max-width: 1024px) {
    .section_slider .swiper-button-next {
        display: none !important
    }
}

.section_slider .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #3644af;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media (max-width: 1024px) {
    .section_slider .swiper-button-prev {
        display: none !important
    }
}

.section_slider:hover .swiper-button-next {
    right: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.section_slider:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35
}

.section_slider:hover .swiper-button-prev {
    left: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.section_slider:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35
}

.section_slider .module_search_inslider {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_slider .module_search_inslider {
        bottom: 45px
    }
}

@media (max-width: 991px) {
    .section_slider .module_search_inslider {
        bottom: 0px;
        position: relative;
        position: relative;
        left: auto;
        transform: none
    }
}

@media (max-width: 767px) {
    .section_slider .module_search_inslider {
        left: auto;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -os-transform: translateX(0%)
    }
}

.section_slider .module_search_inslider .wrap_smartsearch {
    border: solid 15px rgba(255, 255, 255, 0.39)
}

@media (max-width: 991px) {
    .section_slider .module_search_inslider .wrap_smartsearch {
        border: 0px;
        margin-top: 15px
    }
}

.section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner form {
    margin-bottom: 0px;
    width: 100%
}

.section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .option_ {
    height: 65px;
    width: 40%;
    float: left
}

.section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .option_ select {
    height: 65px
}

@media (max-width: 991px) {
    .section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .option_ {
        width: 100%;
        height: 45px
    }

    .section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .option_ select {
        height: 45px
    }

    .section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .option_.group_1 {
        margin-bottom: 10px
    }

    .section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .option_.group_1 select {
        border-bottom-left-radius: 0px !important
    }

    .section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .option_.group_2 {
        margin-bottom: 10px
    }
}

.section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .option_:first-child select {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

@media (min-width: 992px) {
    .section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .option_:nth-child(2) select {
        border-left: 0px
    }
}

.section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .button_search_sm {
    width: calc(100% - 80% - 5px);
    float: left;
    margin-left: 5px;
    border-radius: 3px;
    background: #8dc700;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    font-weight: 700;
    
    display: inline-block;
    line-height: 65px;
    height: 65px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

@media (max-width: 991px) {
    .section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .button_search_sm {
        width: 100%;
        margin-left: 0px;
        line-height: 45px;
        height: 45px
    }
}

.section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .button_search_sm:hover {
    background: #3644af
}

.section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .button_search_sm button {
    width: 100%;
    box-shadow: none;
    background: transparent;
    font-weight: 600;
    border: none;
    height: 65px;
    line-height: 65px
}

@media (max-width: 991px) {
    .section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .button_search_sm button {
        line-height: 45px;
        height: 45px
    }
}

.section_slider .module_search_inslider .wrap_smartsearch .search-smart-inner .button_search_sm span {
    text-transform: uppercase;
    color: #fff
}

.section_service {
    padding: 20px 0;
    background: #fff;
    margin-bottom: 40px;
    position: relative
}

.section_service:before {
    content: "";
    background-image: url(line-dichvud211.png?1666687689029);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 43px;
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 0;
    background-position: top center
}

.section_service .swiper_service .item {
    width: 100%;
    text-align: center
}

.section_service .swiper_service .item:last-child .wrap_service_item:after {
    display: none
}

.section_service .swiper_service .wrap_service_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.section_service .swiper_service .wrap_service_item:after {
    background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/arrow-right.png?1666687689029);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 54px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -os-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

@media (min-width: 992px) {
    .section_service .swiper_service .wrap_service_item:after {
        content: ""
    }
}

@media (min-width: 1500px) {
    .section_service .swiper_service .wrap_service_item:after {
        right: 30px
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .section_service .swiper_service .wrap_service_item:after {
        right: 0px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_service .swiper_service .wrap_service_item:after {
        right: 30px
    }
}

.section_service .swiper_service .wrap_service_item .number {
    width: 70px;
    float: left
}

.section_service .swiper_service .wrap_service_item .number span {
    
    font-size: 61px;
    color: #e5e5e5;
    font-weight: 700;
    text-align: center;
    position: relative
}

.section_service .swiper_service .wrap_service_item .number span:after {
    content: "";
    background: #fff;
    width: 70px;
    height: 25px;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1
}

.section_service .swiper_service .wrap_service_item .content_service {
    float: left;
    padding-right: 35px;
    padding-left: 15px
}

@media (max-width: 767px) {
    .section_service .swiper_service .wrap_service_item .content_service {
        padding-right: 0
    }
}

.section_service .swiper_service .wrap_service_item .content_service p,
.section_service .swiper_service .wrap_service_item .content_service span {
    
    display: block;
    text-align: left
}

.section_service .swiper_service .wrap_service_item .content_service p {
    padding: 0;
    margin: 0;
    font-size: 21px;
    color: #333;
    line-height: 25px;
    font-weight: 500
}

@media (max-width: 767px) {
    .section_service .swiper_service .wrap_service_item .content_service p {
        font-size: 18px
    }
}

.section_service .swiper_service .wrap_service_item .content_service span {
    font-size: 15px;
    line-height: 25px;
    color: #898989
}

@media (max-width: 992px) and (min-width: 768px) {
    .section_service .swiper_service .wrap_service_item .content_service span {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .section_service .swiper_service .wrap_service_item .content_service span {
        font-size: 12px;
        line-height: 20px
    }
}

.section_about {
    padding: 80px 0 40px
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_about {
        padding: 10px 0 40px
    }
}

@media (max-width: 767px) {
    .section_about {
        padding: 30px 0 0px
    }
}

@media (max-width: 992px) {
    .section_about .item_img {
        margin-top: 20px;
        text-align: center
    }
}

@media (min-width: 1600px) {
    .section_about .item_img {
        padding-left: 50px;
        margin-top: -50px
    }
}

.section_about .item_img img {
    max-width: 100%
}

@media (min-width: 1200px) {
    .section_about .item_img img {
        width: 570px;
        height: 460px
    }
}

.section_about .item_img img.loaded {
    height: auto;
    width: auto
}

@media (min-width: 1600px) {
    .section_about .about_content {
        padding-left: 80px
    }
}

.section_about .about_content .mini {
    color: #333;
    font-size: 18px;
    
    font-weight: 400;
    line-height: 24px;
    display: block;
    text-align: center
}

@media (min-width: 1200px) {
    .section_about .about_content .mini {
        padding: 0 65px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_about .about_content .mini {
        padding: 0 10px
    }
}

.section_about .about_content .large {
    font-size: 15px;
    
    font-weight: 400;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #898989
}

@media (min-width: 1200px) {
    .section_about .about_content .large {
        padding: 0 40px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_about .about_content .large {
        padding: 0 10px
    }
}

.section_about .about_content .wrap_about {
    padding: 10px 30px;
    border: solid 1px #ebebeb;
    margin-top: 20px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_about .about_content .wrap_about {
        padding: 10px 5px
    }
}

@media (max-width: 1499px) and (min-width: 1200px) {
    .section_about .about_content .wrap_about .item_nopadding {
        padding: 0px
    }
}

.section_about .about_content .wrap_about .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0
}

.section_about .about_content .wrap_about .item .icon {
    width: 15px;
    height: 25px;
    float: left;
    text-align: center
}

.section_about .about_content .wrap_about .item .icon i {
    font-size: 15px;
    color: #8dc700
}

.section_about .about_content .wrap_about .item .title_about {
    display: block;
    float: left;
    width: calc(100% - 30px);
    -moz-width: calc(100% - 30px);
    -webkit-width: calc(100% - 30px);
    -o-width: calc(100% - 30px);
    -os-width: calc(100% - 30px);
    font-size: 15px;
    
    font-weight: 400;
    color: #333;
    line-height: 24px;
    padding-left: 10px
}

.section_tab_product {
    padding: 70px 0 30px
}

@media (max-width: 991px) {
    .section_tab_product {
        padding: 30px 0
    }
}

@media (min-width: 1200px) {
    .section_tab_product .item_product_main .product-thumbnail .image_thumb {
        height: unset
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_tab_product .item_product_main .product-thumbnail .image_thumb {
        height: unset
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_tab_product .item_product_main .product-thumbnail .image_thumb {
        height: unset
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .section_tab_product .item_product_main .product-thumbnail .image_thumb {
        height: unset
    }
}

@media (max-width: 480px) {
    .section_tab_product .item_product_main .product-thumbnail .image_thumb {
        height: unset
    }
}

.section_tab_product .wrap_tab {
    position: relative
}

.section_tab_product .xemthem {
    position: absolute;
    right: 0px;
    top: 15px;
    display: inline-block;
    text-decoration: underline;
    color: #333;
    
    font-weight: 400;
    font-size: 14px
}

@media (max-width: 991px) {
    .section_tab_product .xemthem {
        position: relative
    }
}

.section_tab_product .xemthem:hover {
    color: #8dc700
}

.section_tab_product ul.tabs.tabs-title {
    display: inline-block;
    text-align: left;
    padding: 0;
    background: transparent;
    margin-bottom: 30px;
    width: 100%
}

.section_tab_product ul.tabs.tabs-title li {
    position: relative;
    
    border: 0;
    line-height: 30px;
    margin-left: 0px;
    font-size: 28px;
    background: #fff;
    border-right: solid 4px #898989;
    padding: 0 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media (max-width: 767px) {
    .section_tab_product ul.tabs.tabs-title li {
        border-right: 0
    }
}

.section_tab_product ul.tabs.tabs-title li:last-child {
    border-right: 0
}

.section_tab_product ul.tabs.tabs-title li span {
    font-size: 28px;
    font-weight: 700;
    color: #898989;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.section_tab_product ul.tabs.tabs-title li:first-child.notactive {
    color: #333
}

.section_tab_product ul.tabs.tabs-title li:first-child.notactive a {
    color: #333
}

.section_tab_product ul.tabs.tabs-title li:first-child.notactive:hover a,
.section_tab_product ul.tabs.tabs-title li:first-child.notactive:hover span {
    color: #fff
}

.section_tab_product ul.tabs.tabs-title li.current,
.section_tab_product ul.tabs.tabs-title li:hover {
    color: #333;
    background: transparent
}

.section_tab_product ul.tabs.tabs-title li.current a,
.section_tab_product ul.tabs.tabs-title li.current span,
.section_tab_product ul.tabs.tabs-title li:hover a,
.section_tab_product ul.tabs.tabs-title li:hover span {
    color: #333;
    font-weight: 700
}

.section_tab_product ul.tabs.tabs-title li.current a:after,
.section_tab_product ul.tabs.tabs-title li.current span:after,
.section_tab_product ul.tabs.tabs-title li:hover a:after,
.section_tab_product ul.tabs.tabs-title li:hover span:after {
    display: block
}

.section_tab_product ul.tabs.tabs-title li.current a:before,
.section_tab_product ul.tabs.tabs-title li.current span:before,
.section_tab_product ul.tabs.tabs-title li:hover a:before,
.section_tab_product ul.tabs.tabs-title li:hover span:before {
    display: block
}

.section_tab_product .tab-content {
    overflow: unset
}

.section_tab_product .tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto
}

.section_destination {
    padding: 50px 0
}

@media (max-width: 1199px) {
    .section_destination {
        padding: 30px 0
    }
}

.section_destination .title_module_main {
    text-align: left;
    margin-bottom: 40px
}

.section_destination .title_module_main .des {
    text-align: left
}

.section_destination .wrap_full_screen .row {
    margin: 0
}

.section_destination .wrap_full_screen .nopadding {
    padding: 0
}

.section_destination .wrap_full_screen .item_product_main {
    border-left: solid 1px #fff;
    border-top: 0px;
    border-bottom: solid 1px #fff;
    border-right: 0px;
    overflow: hidden;
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .section_destination .wrap_full_screen .item_product_main:hover .product-thumbnail .views {
        bottom: 0
    }

    .section_destination .wrap_full_screen .item_product_main:hover .product-info {
        bottom: 0
    }
}

.section_destination .wrap_full_screen .item_product_main .product-thumbnail .image_thumb img {
    height: auto
}

.section_destination .wrap_full_screen .item_product_main .product-thumbnail .position {
    z-index: 4
}

.section_destination .wrap_full_screen .item_product_main .product-thumbnail .views {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 3;
    bottom: -100%;
    right: 0;
    background: #fff;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_destination .wrap_full_screen .item_product_main .product-thumbnail .views {
        display: block;
        bottom: 0
    }
}

.section_destination .wrap_full_screen .item_product_main .product-thumbnail .views a {
    display: block;
    line-height: 50px
}

.section_destination .wrap_full_screen .item_product_main .product-thumbnail .views a svg {
    width: 12px;
    height: 12px
}

.section_destination .wrap_full_screen .item_product_main .product-info {
    position: absolute;
    width: 60%;
    left: 0;
    bottom: -100%;
    background: #fff;
    z-index: 3;
    padding: 20px 20px 40px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .section_destination .wrap_full_screen .item_product_main .product-info {
        width: 85%
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_destination .wrap_full_screen .item_product_main .product-info {
        display: block;
        bottom: 0;
        width: 80%
    }
}

@media (max-width: 991px) {
    .section_destination .wrap_full_screen .item_product_main .product-info {
        display: none
    }
}

.section_destination .wrap_full_screen .item_product_main .product-info .mapping {
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 10px
}

.section_destination .wrap_full_screen .item_product_main .product-info .price-box {
    margin-bottom: 10px
}

.section_brand {
    background: #333333;
    padding: 70px 0 40px
}

@media (max-width: 991px) {
    .section_brand {
        padding: 40px 0 10px
    }
}

@media (max-width: 767px) {
    .section_brand {
        padding: 40px 0
    }
}

.section_brand .title_module_main h2 {
    position: relative;
    color: #fff
}

.section_brand .title_module_main h2:before {
    content: "";
    width: 230px;
    height: 100px;
    background-repeat: no-repeat;
    background: transparent url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/bg-title.png?1666687689029) center;
    position: absolute;
    left: 0;
    z-index: 0
}

@media (max-width: 767px) {
    .section_brand .title_module_main h2:before {
        display: none
    }
}

.section_brand .title_module_main h2 span {
    position: relative
}

@media (max-width: 767px) {
    .section_brand .title_module_main h2 span br {
        display: none
    }
}

@media (max-width: 767px) {
    .section_brand .scroll-brand {
        padding: 0 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset
    }
}

@media (min-width: 768px) {
    .section_brand .scroll-brand .item {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .section_brand .scroll-brand .item {
        padding: 0 15px;
        max-width: 40%
    }
}

.section_brand .scroll-brand .item>div {
    height: 66px;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex
}

.section_brand .scroll-brand .item>div img {
    height: 66px;
    width: 100%
}

.section_brand .scroll-brand .item>div img.loaded {
    width: auto;
    height: auto
}

.ekko-lightbox-nav-overlay a {
    opacity: 1 !important
}

.ekko-lightbox .modal-dialog .modal-body {
    padding: 0px;
    border: none;
    height: 0px
}

.ekko-lightbox .modal-dialog .modal-body .fade:not(.show) {
    display: none
}

.section_review {
    padding: 70px 0 100px
}

.section_review.lazyload {
    background: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_review {
        padding: 40px 0 100px
    }
}

@media (max-width: 767px) {
    .section_review {
        padding: 50px 0
    }
}

.section_review .swiper_review .box-review .review_bottom {
    width: auto;
    text-align: center;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.section_review .swiper_review .box-review .review_bottom .image_review {
    width: 70px;
    height: 70px;
    position: relative;
    float: left
}

.section_review .swiper_review .box-review .review_bottom .image_review:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/quoter.png?1666687689029);
    background-repeat: no-repeat;
    top: 0;
    left: -15px;
    z-index: 9;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: contain
}

.section_review .swiper_review .box-review .review_bottom .image_review img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.section_review .swiper_review .box-review .review_bottom .image_review img.loaded {
    width: auto;
    height: auto
}

.section_review .swiper_review .box-review .review_bottom .right {
    float: left;
    padding-left: 30px;
    display: flex;
    flex-flow: column;
    padding-top: 10px
}

.section_review .swiper_review .box-review .review_bottom .right h3 {
    display: inline-block;
    text-align: left;
    
    font-size: 15px;
    color: #333;
    font-weight: 700;
    line-height: 24px;
    padding: 0;
    margin: 0px;
    text-transform: uppercase
}

.section_review .swiper_review .box-review .review_bottom .right p {
    display: inline-block;
    
    font-size: 15px;
    color: #898989;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    font-style: italic
}

.section_review .swiper_review .box-review .review_top {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px
}

.section_review .swiper_review .box-review .review_top .summary_review {
    
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 26px;
    display: block;
    text-align: center;
    font-style: italic
}

.section_blog {
    padding: 100px 0 40px
}

@media (max-width: 991px) {
    .section_blog {
        padding: 50px 0 30px
    }
}

.section_blog .title_module_main {
    margin-bottom: 20px
}

.section_blog .swiper_blog .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #3644af;
    border: none;
    outline: none;
    background: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    right: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.section_blog .swiper_blog .swiper-button-next svg {
    width: 16px;
    height: 35px;
    color: #313131
}

.section_blog .swiper_blog .swiper-button-next:after {
    content: ""
}

.section_blog .swiper_blog .swiper-button-next:hover svg {
    color: #3644af
}

.section_blog .swiper_blog .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #3644af;
    border: none;
    background: #fff;
    outline: none;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    left: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.section_blog .swiper_blog .swiper-button-prev svg {
    width: 16px;
    height: 35px;
    color: #313131
}

.section_blog .swiper_blog .swiper-button-prev:after {
    content: ""
}

.section_blog .swiper_blog .swiper-button-prev:hover svg {
    color: #3644af
}

.section_blog .blogwp .blog-thumbnail {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative
}

.section_blog .blogwp .blog-thumbnail .image-blog img {
    width: 100%
}

@media (min-width: 1200px) {
    .section_blog .blogwp .blog-thumbnail .image-blog img {
        height: 326.66px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_blog .blogwp .blog-thumbnail .image-blog img {
        height: 195.55px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_blog .blogwp .blog-thumbnail .image-blog img {
        height: 230px
    }
}

.section_blog .blogwp .blog-thumbnail .image-blog img.loaded {
    min-height: unset;
    height: unset;
    width: auto
}

.section_blog .blogwp .content_blog h3 {
    font-weight: 700;
    
    display: block;
    padding: 15px 0 0;
    margin: 0px;
    font-size: 18px;
    line-height: 24px
}

.section_blog .blogwp .content_blog h3 a {
    color: #333;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.section_blog .blogwp .content_blog h3 a:hover {
    color: #8dc700
}

.section_blog .blogwp .content_blog .post-date {
    font-weight: 400;
    
    font-size: 14px;
    color: #898989;
    display: block;
    padding-top: 10px
}

.section_blog .blogwp .content_blog .post-date span.line {
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #898989
}

.section_blog .blogwp .content_blog .post-date span svg {
    width: 12px;
    height: 12px;
    transform: translateY(1px)
}

.section_blog .blogwp .content_blog .post-date span svg path {
    fill: #898989
}

.section_blog .blogwp .content_blog .blog-summary {
    
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    padding: 20px 0 0;
    margin: 0
}

.section_register {
    position: relative;
    padding: 60px 0 80px
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_register {
        padding: 30px 0 80px
    }
}

@media (max-width: 767px) {
    .section_register {
        padding: 40px 0
    }
}

.section_register .title_module_main {
    margin-bottom: 20px
}

.section_register .form_register form {
    margin: 0px;
    padding: 0px;
    width: 100%
}

.section_register .form_register form input {
    height: 50px;
    margin: 0px;
    border: solid 1px #ebebeb;
    padding: 0 15px;
    line-height: 50px;
    border-radius: 3px;
    color: #1c1c1c;
    width: 80%;
    float: left
}

@media (max-width: 767px) {
    .section_register .form_register form input {
        width: 100%;
        margin-bottom: 15px
    }
}

.section_register .form_register form button {
    height: 50px;
    line-height: 50px;
    background: #8dc700;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    border-radius: 3px;
    width: calc(100% - 80% - 5px);
    margin-left: 5px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    padding: 0 25px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media (max-width: 767px) {
    .section_register .form_register form button {
        width: 100%;
        margin: 0
    }
}

.section_register .form_register form button:hover {
    background: #3644af
}

.section_register .form_register form button svg {
    width: 12px;
    height: 12px;
    margin-right: 5px
}

.display_,
.hidden,
.d-none {
    display: none
}

.hidden {
    display: none !important
}

@media (min-width: 992px) {

    .col-xl-fix-5,
    .col-lg-fix-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.alert-success p {
    margin: 0
}

.lazyload {
    background: #ebebeb
}

.lazyload.loaded {
    background: transparent
}

html {
    overflow-x: hidden
}

html,
body {
    padding: 0px !important;
    padding: 0;
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    border: 1px solid #e9e9e9;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
    padding: 0 20px
}

a {
    color: #333
}

a:hover {
    color: #8dc700;
    text-decoration: none;
    cursor: pointer
}

.dropdown-menu {
    box-shadow: none
}

.dropdown-menu>li>a {
    white-space: inherit
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: none
}

.alert-warning {
    padding-right: 20px
}

body,
input,
textarea,
button,
select {
    line-height: 1.7;
    
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

body:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
    box-shadow: none
}

body {
    font-size: 14px;
    color: #333;
    overflow-x: hidden
}

header nav {
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    line-height: 1.4
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    font-weight: inherit
}

a:focus {
    outline: none
}

p {
    margin: 0 0 15px 0
}

p img {
    margin: 0
}

em {
    font-style: italic
}

ul {
    list-style: none outside
}

ol {
    list-style: decimal
}

ul.square {
    list-style: square outside
}

ul.disc {
    list-style: disc outside
}

ol.alpha {
    list-style: lower-alpha outside
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0
}

.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

th {
    font-weight: 500
}

th,
td {
    text-align: center;
    padding: 15px;
    border: 1px solid #ebebeb;
    color: #1c1c1c
}

a,
.text-link {
    color: #333;
    text-decoration: none;
    background: transparent
}

button {
    overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

img {
    border: 0 none;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.table-wrapper {
    max-width: 100%;
    overflow: auto
}

form {
    margin-bottom: 30px
}

a:focus,
.btn:focus,
input[type="submit"]:focus,
button:focus,
.page-link:focus,
.button:focus,
.btn-button:focus {
    outline: none;
    box-shadow: none
}

input,
textarea,
button,
select {
    font-size: 1em
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none
}

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

input,
textarea,
select,
fieldset {
    border-radius: 0;
    max-width: 100%
}

input.input-full,
textarea.input-full,
select.input-full,
fieldset.input-full {
    width: 100%
}

fieldset {
    border: 1px solid #ebebeb;
    padding: 15px
}

legend {
    border: 0;
    padding: 0
}

optgroup {
    font-weight: bold
}

input {
    display: inline-block;
    width: auto
}

button,
input[type="submit"] {
    cursor: pointer
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
    border: 1px solid #ebebeb;
    padding: 0 110px 0 20px;
    width: 100%;
    max-width: 100%;
    display: block
}

input[type="text"][disabled],
input[type="text"].disabled,
input[type="search"][disabled],
input[type="search"].disabled,
input[type="password"][disabled],
input[type="password"].disabled,
input[type="email"][disabled],
input[type="email"].disabled,
input[type="file"][disabled],
input[type="file"].disabled,
input[type="number"][disabled],
input[type="number"].disabled,
input[type="tel"][disabled],
input[type="tel"].disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
    cursor: default
}

textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url("ico-select478b.png?1773116135814");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff !important;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer
}

.ie9 select,
.lt-ie9 select {
    padding-right: 10px;
    background-image: none
}

option {
    color: #000;
    background-color: #fff
}

select::-ms-expand {
    display: none
}

label,
legend {
    display: block;
    font-weight: 400
}

label.inline,
legend.inline {
    display: inline
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    font-weight: normal
}

label[for] {
    cursor: pointer
}

.label-hint {
    color: #999
}

form.form-horizontal,
.form-horizontal {
    margin-bottom: 0
}

form.form-horizontal input[type="text"],
form.form-horizontal input[type="search"],
form.form-horizontal input[type="password"],
form.form-horizontal input[type="email"],
form.form-horizontal input[type="file"],
form.form-horizontal input[type="number"],
form.form-horizontal input[type="tel"],
form.form-horizontal textarea,
form.form-horizontal select,
form.form-horizontal label,
.form-horizontal input[type="text"],
.form-horizontal input[type="search"],
.form-horizontal input[type="password"],
.form-horizontal input[type="email"],
.form-horizontal input[type="file"],
.form-horizontal input[type="number"],
.form-horizontal input[type="tel"],
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto
}

input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
    border-color: red;
    color: red
}

label.error {
    color: red
}

.hidden {
    display: none
}

label {
    display: inline-block !important
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child>.btn,
.input-group .input-group-btn:first-child>input[type="submit"],
.input-group input[type="hidden"]:first-child+.input-group-field,
.input-group input[type="hidden"]:first-child+.input-group-btn>.btn,
.input-group input[type="hidden"]:first-child+.input-group-btn>input[type="submit"] {
    border-radius: 0
}

.input-group .input-group-field:last-child,
.input-group .input-group-btn:last-child>.btn,
.input-group .input-group-btn:last-child>input[type="submit"] {
    border-radius: 0
}

.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px
}

.input-group-field,
.input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.input-group .btn,
.input-group input[type="submit"],
.input-group .input-group-field {
    height: 40px
}

.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0
}

.form-group {
    margin: 0;
    padding: 0 0 8px;
    border: 0
}

.form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 10px 15px;
    font-size: 14px;
    
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-image: none;
    margin-bottom: 15px;
    border: 1px solid #EAEBF3;
    box-shadow: none;
    border-radius: 3px
}

.form-group .form-control::-webkit-input-placeholder {
    color: #cdcfdd
}

.form-group .form-control::-moz-placeholder {
    color: #cdcfdd
}

.form-group .form-control:-ms-input-placeholder {
    color: #cdcfdd
}

.form-group input,
.form-group select {
    height: 40px
}

.flexbox,
.awe-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.list-inline:after {
    content: "";
    display: table;
    clear: both
}

.list-inline li {
    float: left;
    margin: 0
}

.row.row-noGutter {
    margin-left: 0;
    margin-right: 0
}

.row.row-noGutter>div[class^="col"] {
    padding-right: 0px;
    padding-left: 0px
}

.row.row-noGutter-2 {
    margin-left: 0px;
    margin-right: 0px
}

.row.row-noGutter-2>[class*="col-"] {
    padding-left: 0px;
    padding-right: 0px
}

.row.row-12Gutter {
    margin-left: -6px;
    margin-right: -6px
}

.row.row-12Gutter>div[class^="col"] {
    padding-right: 6px;
    padding-left: 6px
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

.text-bold {
    font-weight: bold !important
}

.a-center {
    text-align: center !important
}

.a-left {
    text-align: left !important
}

.a-right {
    text-align: right !important
}

.f-right {
    float: right !important
}

.f-none {
    float: none !important
}

.inline {
    display: inline !important
}

.block {
    display: block !important
}

.inline-block {
    display: inline-block !important
}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.flexbox>div {
    flex: 1
}

.background-none {
    background: none !important
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-border {
    border: none !important
}

.ov-h {
    overflow: hidden !important
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.margin-0 {
    margin: 0px !important
}

.margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

.margin-horizontal-0 {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.margin-top-0 {
    margin-top: 0px !important
}

.margin-bottom-0 {
    margin-bottom: 0px !important
}

.margin-left-0 {
    margin-left: 0px !important
}

.margin-right-0 {
    margin-right: 0px !important
}

.padding-0 {
    padding: 0px !important
}

.padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.padding-horizontal-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.padding-top-0 {
    padding-top: 0px !important
}

.padding-bottom-0 {
    padding-bottom: 0px !important
}

.padding-left-0 {
    padding-left: 0px !important
}

.padding-right-0 {
    padding-right: 0px !important
}

.margin-5 {
    margin: 5px !important
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.margin-horizontal-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.padding-5 {
    padding: 5px !important
}

.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.margin-10 {
    margin: 10px !important
}

.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.margin-horizontal-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.margin-15 {
    margin: 15px !important
}

.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.margin-20 {
    margin: 20px !important
}

.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.margin-horizontal-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.margin-25 {
    margin: 25px !important
}

.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.margin-horizontal-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.padding-25 {
    padding: 25px !important
}

.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.margin-30 {
    margin: 30px !important
}

.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.margin-horizontal-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.padding-30 {
    padding: 30px !important
}

.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.margin-35 {
    margin: 35px !important
}

.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.margin-horizontal-35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.padding-35 {
    padding: 35px !important
}

.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.padding-horizontal-35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

.margin-40 {
    margin: 40px !important
}

.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.margin-horizontal-40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.padding-40 {
    padding: 40px !important
}

.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.padding-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.margin-45 {
    margin: 45px !important
}

.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.margin-horizontal-45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.margin-top-45 {
    margin-top: 45px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.margin-left-45 {
    margin-left: 45px !important
}

.margin-right-45 {
    margin-right: 45px !important
}

.padding-45 {
    padding: 45px !important
}

.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.padding-horizontal-45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.padding-bottom-45 {
    padding-bottom: 45px !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.padding-right-45 {
    padding-right: 45px !important
}

.margin-50 {
    margin: 50px !important
}

.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.margin-horizontal-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.padding-50 {
    padding: 50px !important
}

.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.padding-horizontal-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.margin-55 {
    margin: 55px !important
}

.margin-vertical-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.margin-horizontal-55 {
    margin-left: 55px !important;
    margin-right: 55px !important
}

.margin-top-55 {
    margin-top: 55px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-left-55 {
    margin-left: 55px !important
}

.margin-right-55 {
    margin-right: 55px !important
}

.padding-55 {
    padding: 55px !important
}

.padding-vertical-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.padding-horizontal-55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}

.padding-top-55 {
    padding-top: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.margin-60 {
    margin: 60px !important
}

.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.margin-horizontal-60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-right-60 {
    margin-right: 60px !important
}

.padding-60 {
    padding: 60px !important
}

.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.padding-horizontal-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.padding-left-60 {
    padding-left: 60px !important
}

.padding-right-60 {
    padding-right: 60px !important
}

.margin-65 {
    margin: 65px !important
}

.margin-vertical-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important
}

.margin-horizontal-65 {
    margin-left: 65px !important;
    margin-right: 65px !important
}

.margin-top-65 {
    margin-top: 65px !important
}

.margin-bottom-65 {
    margin-bottom: 65px !important
}

.margin-left-65 {
    margin-left: 65px !important
}

.margin-right-65 {
    margin-right: 65px !important
}

.padding-65 {
    padding: 65px !important
}

.padding-vertical-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}

.padding-horizontal-65 {
    padding-left: 65px !important;
    padding-right: 65px !important
}

.padding-top-65 {
    padding-top: 65px !important
}

.padding-bottom-65 {
    padding-bottom: 65px !important
}

.padding-left-65 {
    padding-left: 65px !important
}

.padding-right-65 {
    padding-right: 65px !important
}

.margin-70 {
    margin: 70px !important
}

.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.margin-horizontal-70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-bottom-70 {
    margin-bottom: 70px !important
}

.margin-left-70 {
    margin-left: 70px !important
}

.margin-right-70 {
    margin-right: 70px !important
}

.padding-70 {
    padding: 70px !important
}

.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.padding-horizontal-70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.padding-top-70 {
    padding-top: 70px !important
}

.padding-bottom-70 {
    padding-bottom: 70px !important
}

.padding-left-70 {
    padding-left: 70px !important
}

.padding-right-70 {
    padding-right: 70px !important
}

.margin-75 {
    margin: 75px !important
}

.margin-vertical-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.margin-horizontal-75 {
    margin-left: 75px !important;
    margin-right: 75px !important
}

.margin-top-75 {
    margin-top: 75px !important
}

.margin-bottom-75 {
    margin-bottom: 75px !important
}

.margin-left-75 {
    margin-left: 75px !important
}

.margin-right-75 {
    margin-right: 75px !important
}

.padding-75 {
    padding: 75px !important
}

.padding-vertical-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.padding-horizontal-75 {
    padding-left: 75px !important;
    padding-right: 75px !important
}

.padding-top-75 {
    padding-top: 75px !important
}

.padding-bottom-75 {
    padding-bottom: 75px !important
}

.padding-left-75 {
    padding-left: 75px !important
}

.padding-right-75 {
    padding-right: 75px !important
}

.margin-80 {
    margin: 80px !important
}

.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.margin-horizontal-80 {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.margin-left-80 {
    margin-left: 80px !important
}

.margin-right-80 {
    margin-right: 80px !important
}

.padding-80 {
    padding: 80px !important
}

.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.padding-horizontal-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.padding-top-80 {
    padding-top: 80px !important
}

.padding-bottom-80 {
    padding-bottom: 80px !important
}

.padding-left-80 {
    padding-left: 80px !important
}

.padding-right-80 {
    padding-right: 80px !important
}

.margin-85 {
    margin: 85px !important
}

.margin-vertical-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important
}

.margin-horizontal-85 {
    margin-left: 85px !important;
    margin-right: 85px !important
}

.margin-top-85 {
    margin-top: 85px !important
}

.margin-bottom-85 {
    margin-bottom: 85px !important
}

.margin-left-85 {
    margin-left: 85px !important
}

.margin-right-85 {
    margin-right: 85px !important
}

.padding-85 {
    padding: 85px !important
}

.padding-vertical-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important
}

.padding-horizontal-85 {
    padding-left: 85px !important;
    padding-right: 85px !important
}

.padding-top-85 {
    padding-top: 85px !important
}

.padding-bottom-85 {
    padding-bottom: 85px !important
}

.padding-left-85 {
    padding-left: 85px !important
}

.padding-right-85 {
    padding-right: 85px !important
}

.margin-90 {
    margin: 90px !important
}

.margin-vertical-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}

.margin-horizontal-90 {
    margin-left: 90px !important;
    margin-right: 90px !important
}

.margin-top-90 {
    margin-top: 90px !important
}

.margin-bottom-90 {
    margin-bottom: 90px !important
}

.margin-left-90 {
    margin-left: 90px !important
}

.margin-right-90 {
    margin-right: 90px !important
}

.padding-90 {
    padding: 90px !important
}

.padding-vertical-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.padding-horizontal-90 {
    padding-left: 90px !important;
    padding-right: 90px !important
}

.padding-top-90 {
    padding-top: 90px !important
}

.padding-bottom-90 {
    padding-bottom: 90px !important
}

.padding-left-90 {
    padding-left: 90px !important
}

.padding-right-90 {
    padding-right: 90px !important
}

.margin-95 {
    margin: 95px !important
}

.margin-vertical-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important
}

.margin-horizontal-95 {
    margin-left: 95px !important;
    margin-right: 95px !important
}

.margin-top-95 {
    margin-top: 95px !important
}

.margin-bottom-95 {
    margin-bottom: 95px !important
}

.margin-left-95 {
    margin-left: 95px !important
}

.margin-right-95 {
    margin-right: 95px !important
}

.padding-95 {
    padding: 95px !important
}

.padding-vertical-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important
}

.padding-horizontal-95 {
    padding-left: 95px !important;
    padding-right: 95px !important
}

.padding-top-95 {
    padding-top: 95px !important
}

.padding-bottom-95 {
    padding-bottom: 95px !important
}

.padding-left-95 {
    padding-left: 95px !important
}

.padding-right-95 {
    padding-right: 95px !important
}

.margin-100 {
    margin: 100px !important
}

.margin-vertical-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.margin-horizontal-100 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.margin-top-100 {
    margin-top: 100px !important
}

.margin-bottom-100 {
    margin-bottom: 100px !important
}

.margin-left-100 {
    margin-left: 100px !important
}

.margin-right-100 {
    margin-right: 100px !important
}

.padding-100 {
    padding: 100px !important
}

.padding-vertical-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.padding-horizontal-100 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.padding-top-100 {
    padding-top: 100px !important
}

.padding-bottom-100 {
    padding-bottom: 100px !important
}

.padding-left-100 {
    padding-left: 100px !important
}

.padding-right-100 {
    padding-right: 100px !important
}

.btn-continus {
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 25px !important;
    background: #ec2c1e !important;
    border: 1px solid #ec2c1e !important
}

.btn-continus:hover {
    border: 1px solid #8dc700;
    background: #fff !important;
    color: #8dc700 !important
}

.btn,
input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0
}

.btn[disabled],
input[disabled][type="submit"],
.btn.disabled,
input.disabled[type="submit"] {
    cursor: default;
    background-color: #ebebeb
}

.btn.btn-primary,
input.btn-primary[type="submit"] {
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #3644af;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0 38px;
    border-radius: 0
}

.btn.btn-primary:hover,
input.btn-primary[type="submit"]:hover {
    background: #333;
    color: #fff
}

.btn.btn-popup,
input.btn-popup[type="submit"] {
    text-transform: uppercase !important;
    width: 100%;
    padding: 0 25px;
    background: #3644af;
    color: #fff !important;
    border-radius: 3px;
    font-size: 14px !important;
    font-weight: bold;
    
    border: 1px solid transparent !important
}

.btn.btn-popup:hover,
input.btn-popup[type="submit"]:hover {
    background: #fff;
    color: #8dc700 !important;
    border: 1px solid #8dc700 !important
}

.btn.btn-circle,
input.btn-circle[type="submit"] {
    border-radius: 50%;
    padding: 0
}

.btn.btn-large,
input.btn-large[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 74px
}

.btn.btn-small,
input.btn-small[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0 32px;
    font-size: em(12px)
}

.btn.btn-dark-address,
input.btn-dark-address[type="submit"] {
    background: #2a2a2a;
    border: 1px solid transparent !important;
    color: #fff;
    padding: 0 25px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px
}

.btn.btn-white,
input.btn-white[type="submit"] {
    background: #fff;
    color: #333;
    border: 1px solid #ebebeb;
    font-weight: 400
}

.btn.btn-white:hover,
input.btn-white[type="submit"]:hover {
    background: #9fe100;
    color: #fff
}

.btn.btn-gray,
input.btn-gray[type="submit"] {
    background: #9e9e9e;
    color: #fff
}

.btn.btn-gray:hover,
input.btn-gray[type="submit"]:hover {
    background: #8dc700
}

.btn.btn-gray a,
input.btn-gray[type="submit"] a {
    color: #fff
}

.btn.btn-full,
input.btn-full[type="submit"] {
    display: block;
    width: 100%
}

.btn-link {
    line-height: 40px;
    color: #3644af
}

.btn-link:hover {
    text-decoration: underline
}

.tab-wrap .tabs-title {
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: 0 0 26px
}

.tab-wrap .tabs-title:after {
    content: "";
    display: table;
    clear: both
}

.tab-wrap .tabs-title li {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    float: left
}

.tab-wrap .tabs-title li:before {
    content: "|";
    color: #c9c9c9;
    padding: 0 16px;
    color: #1c1c1c
}

.tab-wrap .tabs-title li:first-child:before {
    display: none
}

.tab-wrap .tabs-title li.current {
    color: #212121
}

.tab-wrap .tab-content {
    position: relative
}

ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer
}

ul.tabs li.current {
    color: #000
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto
}

footer.footer {
    position: relative;
    background: #fff
}

footer.footer .mid-footer {
    position: relative;
    border-bottom: 1px solid #ebebeb
}

@media (max-width: 991px) and (min-width: 768px) {
    footer.footer .mid-footer {
        border-bottom: solid 1px #ebebeb
    }
}

@media (max-width: 767px) {
    footer.footer .mid-footer {
        padding: 10px 0 0;
        border-bottom: solid 1px #ebebeb;
        margin-bottom: 15px;
        border-top: solid 1px #ebebeb
    }
}

footer.footer .mid-footer:before {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: -6px;
    z-index: 0;
    background-position: top center
}

@media (min-width: 768px) {
    footer.footer .mid-footer:before {
        content: "";
        background-image: url(../images/line-dichvu478b.png);
        height: 43px
    }
}

@media (max-width: 991px) {
    footer.footer .mid-footer:before {
        width: 120%;
        left: -15%
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    footer.footer .mid-footer .col-footer:nth-child(1) .widget-ft,
    footer.footer .mid-footer .col-footer:nth-child(2) .widget-ft {
        padding: 100px 0 0px
    }
}

footer.footer .mid-footer .col-footer:first-child .widget-ft:before {
    content: none
}

@media (max-width: 767px) {
    footer.footer .mid-footer .col-footer:first-child .widget-ft ul {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    footer.footer .mid-footer .col-footer:last-child .widget-ft {
        border-bottom: 0;
        margin: 0
    }
}

footer.footer .mid-footer .col-footer:last-child .widget-ft .clicked:after {
    top: 5px
}

footer.footer .mid-footer .block-logo {
    margin-top: -40px
}

@media (max-width: 767px) {
    footer.footer .mid-footer .block-logo {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 20px
    }
}

footer.footer .des-footer {
    color: #bebebe;
    line-height: 26px;
    margin: 0 0 15px;
    font-size: 15px;
    
}

footer.footer .social {
    display: inline-block
}

footer.footer .social img {
    width: 100%;
    height: 32px
}

footer.footer .social img.loaded {
    width: auto;
    height: auto
}

footer.footer .social.brower {
    margin-right: 10px
}

footer.footer .social.facebook {
    margin-right: 5px
}

footer.footer .content-contact {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    footer.footer .content-contact {
        margin-bottom: 15px
    }
}

footer.footer .content-contact .left-contact {
    width: 25px;
    float: left;
    text-align: center
}

footer.footer .content-contact .right-contact {
    width: calc(100% - 25px);
    float: left;
    display: block;
    padding-left: 5px
}

footer.footer .content-contact .right-contact span,
footer.footer .content-contact .right-contact a {
    
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word
}

footer.footer .content-contact .right-contact a:hover {
    color: #8dc700
}

footer.footer .widget-ft {
    padding: 100px 0
}

@media (max-width: 991px) and (min-width: 768px) {
    footer.footer .widget-ft {
        padding: 30px 0
    }
}

@media (max-width: 767px) {
    footer.footer .widget-ft {
        padding: 10px 0;
        border-bottom: solid 1px #ebebeb;
        margin-bottom: 15px
    }
}

@media (min-width: 1200px) {
    footer.footer .widget-ft:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        left: -15px;
        top: 0;
        background: #ebebeb
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    footer.footer .widget-ft:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        left: -7px;
        top: 0;
        background: #ebebeb
    }
}

footer.footer .copyright {
    position: relative;
    padding: 20px 0;
    line-height: 40px
}

@media (max-width: 767px) {
    footer.footer .copyright {
        padding: 10px 0
    }
}

footer.footer .copyright span.wsp {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    
}

@media (max-width: 767px) {
    footer.footer .copyright span.wsp .mobile {
        display: block
    }
}

footer.footer .copyright span.wsp b {
    color: #8dc700
}

footer.footer .copyright a {
    color: #8dc700;
    opacity: 1;
    font-weight: 700
}

@media (max-width: 767px) {
    footer.footer .copyright {
        padding: 15px 0
    }

    footer.footer .copyright .wsp {
        overflow: hidden;
        display: block;
        line-height: 24px
    }

    footer.footer .copyright .mobile {
        display: block;
        width: 100%;
        line-height: 24px
    }

    footer.footer .padding-bottom-50 {
        padding-bottom: 20px !important
    }
}

footer.footer .clicked {
    position: relative;
    margin: 0 0 15px
}

@media (max-width: 767px) {
    footer.footer .clicked:after {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/i-plus.svg?1773116135814);
        background-repeat: no-repeat;
        width: 20px;
        height: 10px;
        display: block;
        background-size: contain;
        position: absolute;
        top: 7px;
        right: -10px
    }

    footer.footer .clicked.open_:after {
        background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/i-minus.svg?1773116135814);
        right: -10px
    }
}

footer.footer .title-menu {
    font-family: "Oswald", sans-serif;
    margin: 0px 0 25px 0;
    color: #252525;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative
}

@media (max-width: 767px) {
    footer.footer .title-menu {
        margin: 0 0 15px
    }
}

footer.footer .title-menu a {
    color: #252525
}

footer.footer .title-menu a:hover {
    color: #8dc700
}

footer.footer .list-menu {
    line-height: 30px;
    padding-left: 0px;
    margin: 0
}

footer.footer .list-menu .li_menu:first-child a {
    padding-top: 3px
}

footer.footer .list-menu .li_menu:first-child a:before {
    top: 10px
}

footer.footer .list-menu .li_menu a {
    
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 32px;
    word-wrap: break-word;
    padding: 3px 0 8px;
    position: relative;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

footer.footer .list-menu .li_menu a:hover {
    color: #3644af
}

footer.footer .flow {
    display: inline-block;
    float: right;
    text-align: right;
    line-height: 27px;
    padding-top: 8px
}

@media (max-width: 991px) {
    footer.footer .flow {
        float: left;
        text-align: left
    }
}

@media (max-width: 767px) {
    footer.footer .flow {
        margin-bottom: 20px
    }
}

footer.footer .flow span,
footer.footer .flow a {
    display: inline-block;
    float: left
}

footer.footer .flow a {
    margin-left: 10px
}

footer.footer .flow a svg {
    width: 20px;
    height: 15px;
    color: #333
}

footer.footer .flow a .fa-facebook-f {
    height: 13px
}

footer.footer .flow a:hover svg {
    color: #3644af
}

@media (max-width: 991px) {
    .footer-click {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .footer-click {
        margin-bottom: 15px
    }

    .footer-click:last-child {
        margin: 0
    }
}

.backtop {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 99;
    top: auto !important;
    text-align: center;
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0 !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #3644af;
    border-radius: 50%;
    box-shadow: 0px 0px 27px 0px rgba(3, 3, 3, 0.17);
    -webkit-box-shadow: 0px 0px 27px 0px rgba(3, 3, 3, 0.17);
    -moz-box-shadow: 0px 0px 27px 0px rgba(3, 3, 3, 0.17);
    -o-box-shadow: 0px 0px 27px 0px rgba(3, 3, 3, 0.17)
}

@media (max-width: 767px) {
    .backtop {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 20px
    }
}

.backtop svg {
    height: 60px;
    color: #fff;
    width: 18px
}

@media (max-width: 767px) {
    .backtop svg {
        height: 40px
    }
}

.backtop:hover {
    background: #8dc700
}

.backtop:hover svg {
    color: #fff
}

.backtop.show {
    opacity: 1 !important
}

.fanpagebox {
    height: auto;
    width: 0;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

@media (max-width: 767px) {
    .fanpagebox {
        display: none
    }
}

.fanpagebox.open_sidefanpage {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 340px
}

.fanpagebox .wrap_fb {
    position: relative
}

.fanpagebox .wrap_fb .title_box_fb {
    display: inline-block;
    font-size: 16px;
    
    padding: 0 25px;
    line-height: 45px;
    height: 45px;
    background: #3b5897;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    color: #fff;
    border-radius: 5px;
    position: absolute;
    left: -99px;
    top: 42px;
    cursor: pointer
}

.fanpagebox .wrap_fb .title_box_fb span {
    float: left;
    padding-left: 30px;
    position: relative
}

.fanpagebox .wrap_fb .title_box_fb span:before {
    content: "";
    background-image: url("//bizweb.dktcdn.net/100/319/254/themes/894747/assets/facebook-like-button.png?1773116135814");
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
    width: 23px;
    height: 30px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

.fanpagebox .wrap_fb .fb_iframe_widget {
    width: auto
}

.fanpagebox .wrap_fb .fb_iframe_widget iframe {
    width: 100% !important
}

.title_module_main {
    position: relative;
    text-align: center
}

.title_module_main .h2,
.title_module_main h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative
}

@media (max-width: 767px) {

    .title_module_main .h2,
    .title_module_main h2 {
        font-size: 24px
    }
}

.title_module_main .h2 span,
.title_module_main .h2 a,
.title_module_main h2 span,
.title_module_main h2 a {
    color: #333;
    text-decoration: none;
    font-size: 28px;
    position: relative
}

@media (max-width: 767px) {

    .title_module_main .h2 span,
    .title_module_main .h2 a,
    .title_module_main h2 span,
    .title_module_main h2 a {
        font-size: 24px
    }
}

.title_module_main .h2 a:hover,
.title_module_main h2 a:hover {
    color: #8dc700
}

.title_module_main .des {
    
    font-size: 15px;
    color: #898989;
    font-weight: 400;
    line-height: 24px;
    display: block;
    text-align: center
}

.fancybox-close {
    background-color: transparent !important
}

@media (max-width: 1199px) {
    .h_recover {
        margin-bottom: 30px
    }
}

.page_404 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 700px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .page_404 {
        min-height: 400px
    }
}

.page_404 .page-404 {
    text-align: center
}

.page_404 .page-404 h1 {
    
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    margin: 0;
    padding: 0;
    color: #333
}

@media (max-width: 767px) {
    .page_404 .page-404 h1 {
        font-size: 100px;
        line-height: 100px
    }
}

.page_404 .page-404 p {
    
    font-size: 22px;
    color: #333
}

@media (max-width: 767px) {
    .page_404 .page-404 p {
        font-size: 16px
    }
}

.bread-crumb {
    background: #f6f6f6;
    margin-bottom: 40px
}

.title_page {
    
    font-size: 25px;
    font-weight: 400;
    padding: 0px 0 15px;
    margin: 0px;
    line-height: 41px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ebebeb
}

.breadcrumb {
    
    margin: 0;
    border-radius: 0;
    font-weight: 400;
    background-color: transparent;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 14px 0
}

.breadcrumb li {
    display: inline
}

.breadcrumb li>a {
    color: #636363
}

.breadcrumb li>a>span {
    color: #636363
}

.breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: #636363
}

.breadcrumb li span {
    display: inline;
    color: #636363
}

.breadcrumb li span .fa {
    color: #333;
    padding: 0px 5px
}

.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
    color: #8dc700;
    font-weight: 400;
    text-decoration: none
}

.breadcrumb li a:hover span,
.breadcrumb li.active span,
.breadcrumb li strong span {
    color: #8dc700
}

.breadcrumb>li+li:before {
    display: none
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagenav {
    text-align: right
}

.pagenav span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 700
}

.nav_pagi {
    margin: 20px 0px;
    display: inline-block;
    text-align: center
}

.nav_pagi .pagination {
    position: relative;
    z-index: 1;
    padding: 0 0px;
    margin: 0 0 0px
}

@media (max-width: 768px) {
    .nav_pagi .pagination {
        padding: 0 0px
    }
}

.nav_pagi .pagination .page-link {
    
    font-weight: 400;
    float: left;
    margin: 0 2.5px;
    border-radius: 0px;
    width: 35px;
    background: #fff;
    border: solid 1px #e1e1e1;
    text-align: center;
    height: 35px;
    font-size: 14px;
    padding: 0;
    line-height: 35px;
    color: #333;
    text-decoration: none;
    border-radius: 0 !important
}

@media (max-width: 375px) {
    .nav_pagi .pagination .page-link {
        width: 27px;
        height: 27px;
        line-height: 27px
    }
}

.nav_pagi .pagination .page-link .icon {
    background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/left-arrow.svg?1773116135814);
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 13px;
    right: 1px
}

.nav_pagi .pagination .page-link .icon.icon-right {
    background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/right-arrow.svg?1773116135814)
}

.nav_pagi .pagination .page-link:hover .icon {
    background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/left-arrow-hover.svg?1773116135814)
}

.nav_pagi .pagination .page-link:hover .icon.icon-right {
    background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/right-arrow-hover.svg?1773116135814)
}

.nav_pagi .pagination .page-link.page-db {
    width: auto;
    padding: 0 20px
}

.nav_pagi .pagination .page-link:hover {
    border-color: #8dc700;
    background: #8dc700;
    color: #fff
}

.nav_pagi .pagination .page-item.disabled .page-link {
    display: none
}

.nav_pagi .pagination .page-item.active .page-link {
    border-color: #8dc700;
    background: #8dc700;
    color: #fff;
    display: block
}

@media (max-width: 1199px) {
    .product-action-grid {
        display: none !important
    }
}

.item_product_main.item_product_list_mini {
    border: 0;
    margin-bottom: 0 !important;
    padding: 10px 0;
    background: transparent
}

.item_product_main.item_product_list_mini .product-thumbnail {
    width: 70px;
    float: left;
    border: 0;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ebebeb
}

.item_product_main.item_product_list_mini .product-thumbnail .image_thumb {
    height: 70px
}

.item_product_main.item_product_list_mini .product-thumbnail .image_thumb:before {
    display: none
}

.item_product_main.item_product_list_mini .product-thumbnail .image_thumb img {
    width: 100%;
    height: 70px;
    min-height: auto
}

.item_product_main.item_product_list_mini .product-thumbnail .image_thumb img.loaded {
    width: auto;
    height: auto;
    min-height: auto
}

.item_product_main.item_product_list_mini .product-info {
    width: calc(100% - 80px);
    float: left;
    text-align: left;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    min-height: unset
}

@media (max-width: 767px) {
    .item_product_main.item_product_list_mini .product-info {
        width: calc(100% - 100px)
    }
}

.item_product_main.item_product_list_mini .product-info h3 {
    height: auto
}

.item_product_main.item_product_list_mini .product-info .desproduct {
    font-size: 12px;
    color: #808080;
    line-height: 24px;
    font-weight: 400;
    
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: unset
}

@media (max-width: 767px) {
    .item_product_main.item_product_list_mini .product-info .desproduct {
        line-height: 16px;
        height: 49px
    }
}

.item_product_main.item_product_list_mini .product-info .desproduct p {
    margin: 0
}

.item_product_main.item_product_list_mini .product-info .desproduct ul,
.item_product_main.item_product_list_mini .product-info .desproduct ol {
    padding-left: 20px;
    margin: 0;
    position: relative
}

.item_product_main.item_product_list_mini .product-info .desproduct img {
    display: none
}

.item_product_main {
    margin-bottom: 40px;
    position: relative;
    border: solid 1px #ebebeb;
    border-bottom: 0
}

@media (max-width: 1199px) {
    .item_product_main {
        margin-bottom: 20px
    }
}

.item_product_main .image_thumb {
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.item_product_main .image_thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fdfdfd;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

@media (min-width: 1200px) {
    .item_product_main .image_thumb {
        height: unset
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item_product_main .image_thumb {
        height: unset
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item_product_main .image_thumb {
        height: unset
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .item_product_main .image_thumb {
        height: unset
    }
}

@media (max-width: 543px) {
    .item_product_main .image_thumb {
        height: unset
    }
}

.item_product_main .image_thumb img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width: 1200px) {
    .item_product_main .image_thumb img {
        height: 238.66px
    }
}

.item_product_main .image_thumb img.loaded {
    min-height: unset;
    height: unset;
    width: auto
}

.item_product_main .product-thumbnail {
    position: relative
}

.item_product_main .product-thumbnail .label_icon {
    position: absolute;
    display: inline-block;
    background: #fe7d15;
    
    z-index: 2;
    line-height: 24px;
    text-transform: uppercase;
    padding: 2px 10px 2px 20px;
    top: 15px;
    left: -13px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.item_product_main .product-thumbnail .label_icon span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: relative
}

.item_product_main .product-thumbnail .label_icon span:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #ac4d01 transparent transparent
}

.item_product_main .product-thumbnail .position {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 20px;
    background: #fff;
    text-align: center;
    line-height: 24px;
    
    font-size: 14px;
    z-index: 2
}

.item_product_main .product-thumbnail .position span {
    color: #333
}

.item_product_main .product-thumbnail .position span svg {
    width: 12px;
    height: 12px;
    color: #acacac
}

.item_product_main form {
    margin-bottom: 0
}

.item_product_main form .text {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ebebeb;
    line-height: normal
}

.item_product_main form .product-action {
    position: absolute;
    bottom: -35px;
    z-index: 1;
    text-align: center;
    float: left;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.item_product_main form .product-action .btn-views {
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 0 15px;
    box-shadow: none;
    
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    opacity: 0 !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.item_product_main form .product-action .btn-views i {
    color: #9d9d9d
}

.item_product_main form .product-action .btn-views:hover {
    background: #8dc700;
    color: #fff;
    border-color: #8dc700
}

.item_product_main form .product-action .btn-views:hover i {
    color: #fff
}

.item_product_main .product-info {
    background: #fff;
    padding: 0;
    padding: 20px 20px 15px;
    position: relative;
    text-align: left
}

.item_product_main .product-info h3 {
    padding: 0;
    
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 24px
}

.item_product_main .product-info h3:hover {
    color: #8dc700
}

.item_product_main .product-info h3 a {
    color: #333
}

.item_product_main .product-info h3 a:hover {
    color: #8dc700
}

.item_product_main .product-info .price-box {
    font-size: 121px;
    font-weight: 400;
    color: #fe7d15;
    
    font-size: 21px
}

.item_product_main .product-info .price-box .compare-price {
    color: #898989;
    text-decoration: line-through;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px
}

.item_product_main .mapping {
    font-size: 14px;
    color: #898989;
    line-height: 24px;
    margin-bottom: 5px
}

.item_product_main .mapping .tagdate {
    text-align: left;
    display: inline-block
}

.item_product_main .mapping .tagdate svg {
    width: 12px;
    height: 12px
}

.item_product_main .mapping .tagtransport {
    float: right;
    text-align: right
}

@media (max-width: 1199px) and (min-width: 992px) {
    .item_product_main .mapping .tagtransport {
        float: left
    }
}

@media (max-width: 375px) {
    .item_product_main .mapping .tagtransport {
        float: left;
        text-align: left;
        width: 100%
    }
}

.item_product_main .mapping .tagtransport ul {
    display: inline-block;
    margin-bottom: 0px;
    padding: 0
}

.item_product_main .mapping .tagtransport ul li {
    float: left;
    display: inline-block;
    width: 20px;
    list-style: none;
    margin: 0 2px
}

.item_product_main .mapping .tagtransport ul li img {
    max-width: 100%
}

.item_product_main .bottom_action .reviews {
    height: 45px;
    width: 50%;
    float: left;
    line-height: 45px;
    padding-left: 20px;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb
}

.item_product_main .bottom_action .reviews .reviews_item_product {
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    display: inline-block;
    margin-left: 0px
}

.item_product_main .bottom_action .reviews .reviews_item_product .sapo-product-reviews-badge {
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left
}

.item_product_main .bottom_action .reviews .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star {
    padding: 0px
}

.item_product_main .bottom_action .reviews .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star i {
    font-size: 14px;
    font-family: 'FontAwesome'
}

.item_product_main .bottom_action .reviews .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star i:before {
    font-family: 'FontAwesome'
}

.item_product_main .bottom_action .reviews .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star .star-off-png:before {
    content: "\f005";
    color: #d7d7d7
}

.item_product_main .bottom_action .reviews .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star .star-on-png:before {
    content: "\f005";
    color: #ffb300
}

.item_product_main .bottom_action .reviews .reviews_item_product .sapo-product-reviews-badge .sapo-product-reviews-star .star-half-png:before {
    content: "\f089";
    color: #ffb300
}

.item_product_main .bottom_action .reviews .reviews_item_product .sapo-product-reviews-badge div img {
    display: none
}

.item_product_main .bottom_action .reviews .reviews_item_product .sapo-product-reviews-badge div p {
    display: none;
    font-size: 12px;
    color: #7b7b7b
}

.item_product_main .bottom_action .button {
    height: 45px;
    line-height: 45px;
    width: 50%;
    float: right;
    background: #3644af;
    text-align: center
}

.item_product_main .bottom_action .button a {
    text-decoration: none;
    
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 45px
}

.item_product_main .bottom_action .button:hover {
    background: #8dc700
}

.content-page {
    min-height: 400px
}

.content-page ul,
.content-page ol {
    padding-left: 20px
}

.serachpc_searchpage form {
    width: 100%;
    height: 32px;
    line-height: 33px;
    margin: 6px 0 0 0;
    padding: 0;
    position: relative
}

.serachpc_searchpage form input {
    width: 100%;
    height: 36px !important;
    min-height: unset;
    line-height: 40px;
    border: solid 1px #ebebeb;
    background: transparent;
    border-radius: 0px !important;
    padding: 0 55px 0 15px;
    background: #fff;
    color: #959595;
    font-size: 12px
}

.serachpc_searchpage form input::-webkit-input-placeholder {
    color: #959595
}

.serachpc_searchpage form input::-moz-placeholder {
    color: #959595
}

.serachpc_searchpage form input:-ms-input-placeholder {
    color: #959595
}

.serachpc_searchpage form button {
    width: 40px;
    height: 36px !important;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    border: none;
    background: #3644af;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0
}

.serachpc_searchpage form button svg {
    height: 15px;
    width: 15px;
    color: #fff
}

.serachpc_searchpage form button:hover {
    background: #333
}

.overflow-hidden {
    overflow: hidden
}

.title-product {
    color: #333;
    line-height: 34px;
    
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0px 10px
}

.owl-recents .owl-nav {
    display: none
}

@media (max-width: 991px) {
    .top-content {
        order: 2
    }
}

@media (max-width: 991px) {
    .bot-content {
        order: 1
    }
}

.wrap_image_details {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    z-index: 444
}

.details-product .col_large_full {
    width: 100% !important;
    padding-left: 0px !important
}

@media (min-width: 992px) {
    .details-product {
        border: 1px solid #ebebeb
    }
}

.col_large_default .swiper-button-next {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #3644af;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    right: 30px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.col_large_default .swiper-button-next:after {
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #ababab;
    border-radius: 0;
    background: transparent;
    border: none;
    height: 30px;
    width: 30px;
    line-height: 28px;
    display: block
}

.col_large_default .swiper-button-next:hover:after {
    color: #fff;
    background: #8dc700
}

.col_large_default .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #3644af;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    left: 30px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

.col_large_default .swiper-button-prev:after {
    font-size: 15px;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #191919;
    border-radius: 0;
    background: transparent;
    border: solid 1px transparent
}

.col_large_default .swiper-button-prev:hover:after {
    color: #fff;
    background: #8dc700
}

.thumb_product_details .swiper-button-next {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #3644af;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    right: -20px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

@media (max-width: 1199px) and (min-width: 768px) {
    .thumb_product_details .swiper-button-next {
        top: 50%;
        right: 45px
    }
}

@media (max-width: 767px) {
    .thumb_product_details .swiper-button-next {
        right: 45px
    }
}

.thumb_product_details .swiper-button-next:after {
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 0;
    background: transparent;
    border: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #333;
    display: block
}

.thumb_product_details .swiper-button-next:hover:after {
    color: #8dc700
}

.thumb_product_details .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #3644af;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    right: -50px;
    left: auto;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media (max-width: 1199px) and (min-width: 768px) {
    .thumb_product_details .swiper-button-prev {
        top: 50%;
        right: 5px
    }
}

@media (max-width: 767px) {
    .thumb_product_details .swiper-button-prev {
        left: 45px;
        right: auto
    }
}

.thumb_product_details .swiper-button-prev:after {
    font-size: 18px;
    display: block;
    font-weight: 700;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #333;
    border-radius: 0;
    background: transparent
}

.thumb_product_details .swiper-button-prev:hover:after {
    color: #8dc700
}

.slickthumb_relative_product_1 {
    width: 100%;
    float: left;
    z-index: 9;
    margin-top: 20px
}

@media (max-width: 991px) and (min-width: 768px) {
    .slickthumb_relative_product_1 {
        margin-bottom: 30px
    }
}

.thumb_product_details {
    margin: 0 auto;
    float: left;
    width: 100%
}

@media (max-width: 1199px) and (min-width: 768px) {
    .thumb_product_details {
        width: 85%;
        margin-bottom: 20px;
        margin-top: 0px
    }
}

.thumb_product_details .swiper-slide-thumb-active a {
    border: 1px solid #8dc700 !important
}

.thumb_product_details .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ebebeb
}

@media (max-width: 991px) {
    .thumb_product_details .item a {
        height: 90px
    }
}

@media (max-width: 374px) {
    .thumb_product_details .item a {
        height: 75px;
        width: 75px
    }
}

.thumb_product_details .item a img {
    width: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%
}

.thumb_product_details .item a:hover {
    border: 1px solid #8dc700
}

.thumb_product_details .item a.active {
    border: 1px solid #8dc700
}

.thumb_product_details .item a.active img {
    opacity: 1
}

.thumb_product_details .owl-nav .owl-next,
.thumb_product_details .owl-nav .owl-prev {
    top: 40%
}

@media (max-width: 767px) {
    .thumb_product_details {
        width: 100%;
        margin-bottom: 0
    }
}

.rte-summary {
    
    color: #333;
    font-size: 14px
}

.rte-summary ul li,
.rte-summary ol li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 0
}

.social_share_product {
    display: block;
    text-align: center
}

.social_share_product .addthis_inline_share_toolbox {
    display: inline-block
}

#btnnewreview {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin: 0px;
    padding: 5px 15px !important;
    background: #3644af !important;
    border: solid 1px #3644af !important;
    display: inline;
    border-radius: 0px;
    color: #fff
}

@media (max-width: 1199px) {
    .zoomContainer {
        display: none !important
    }

    .product-thumb .product-big-wrapper .large-img .zoomWrapper {
        width: auto !important;
        height: auto !important
    }

    .product-thumb .product-big-wrapper .large-img .zoomWrapper img {
        position: static !important
    }
}

@media (min-width: 1200px) {
    .zoomLens {
        width: 100px !important;
        height: 100px !important
    }

    .zoomWrapper {
        width: 100% !important
    }

    .zoomContainer {
        z-index: 9 !important
    }

    .zoomWrapper img {
        position: static !important;
        max-width: 100% !important;
        height: auto !important
    }

    .zoomWrapper img~img {
        display: none !important
    }
}

@media (max-width: 767px) {
    .zoomWrapper {
        width: 100% !important;
        height: auto !important
    }

    .related-product {
        margin-top: 0px
    }
}

.related-product {
    display: block;
    float: left;
    width: 100%
}

.related-product .product_related {
    margin-top: 20px
}

#recently-viewed-products .image {
    float: left;
    width: 90px;
    margin-right: 10px
}

#recently-viewed-products .info {
    width: calc(100% - 100px);
    float: right
}

.zoomWrapper {
    width: 100% !important;
    height: auto !important
}

.zoomWrapper img {
    position: static !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto
}

.zoomWrapper img~img {
    display: none !important
}

.product-tab .title_tab_details {
    background: #fbfbfb;
    border: solid 1px #ebebeb;
    width: 100%;
    padding: 0 20px;
    float: left;
    position: relative
}

.product-tab .title_tab_details h3 {
    padding: 0;
    margin: 0;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #333
}

.product-tab .title_tab_details .star_title {
    position: absolute;
    right: 20px;
    top: 12px;
    
    font-size: 14px;
    color: #333;
    font-weight: 400
}

.product-tab .title_tab_details .star_title .reviews_details_product {
    float: left;
    display: inline-block
}

.product-tab .title_tab_details .star_title .reviews_details_product .bizweb-product-reviews-badge {
    margin: 0;
    display: inline-block;
    float: right;
    text-align: left
}

.product-tab .tab_content_details {
    width: 100%;
    float: left;
    padding: 25px 0
}

.product-tab .tab_content_details .rte {
    
    font-size: 14px;
    color: #898989;
    line-height: 24px
}

.product-tab .tab_content_details .rte ul,
.product-tab .tab_content_details .rte ol {
    padding-left: 20px
}

.product-tab .tab_content_details .bizweb-product-reviews .title-bl {
    border-bottom: 0px !important
}

.product-tab .tab_content_details .bizweb-product-reviews .title-bl h4 {
    font-weight: 400;
    
    font-size: 14px;
    color: #3644af
}

.product-tab .tab_content_details .bizweb-product-reviews #btnnewreview {
    border-radius: 30px
}

.title_module {
    text-align: left;
    margin-bottom: 30px
}

.title_module h2 {
    letter-spacing: 0;
    padding: 0;
    color: #333;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0;
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: relative
}

@media (max-width: 767px) {
    .title_module h2 {
        font-size: 23px
    }
}

.title_module h2 a span,
.title_module h2 span span {
    color: #8dc700
}

.title_module h2 a:hover {
    color: #8dc700
}

.op_login.op_login_true {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999
}

.modal_register,
.modal_login {
    width: 635px;
    min-height: 200px;
    background: #fff;
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 99999;
    display: none;
    margin-left: -317px;
    margin-top: -0px
}

.modal_register .wrap_modal_login,
.modal_login .wrap_modal_login {
    padding: 40px 35px
}

.modal_register .wrap_modal_login p,
.modal_login .wrap_modal_login p {
    
    font-size: 18px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
    display: block;
    margin-bottom: 15px
}

.modal_register .wrap_modal_login .fileds input,
.modal_login .wrap_modal_login .fileds input {
    height: 40px;
    line-height: 40px
}

.modal_register .wrap_modal_login .action-btn input,
.modal_login .wrap_modal_login .action-btn input {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500
}

.modal_register .wrap_modal_login .morelog,
.modal_login .wrap_modal_login .morelog {
    
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    display: block
}

.modal_register .wrap_modal_login .login_form,
.modal_register .wrap_modal_login .register_form,
.modal_login .wrap_modal_login .login_form,
.modal_login .wrap_modal_login .register_form {
    text-decoration: underline
}

.modal_register .wrap_modal_login .login_form:hover,
.modal_register .wrap_modal_login .register_form:hover,
.modal_login .wrap_modal_login .login_form:hover,
.modal_login .wrap_modal_login .register_form:hover {
    cursor: pointer;
    color: #8dc700
}

.button_custome_35 {
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background: #8dc700;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0 30px;
    
    font-weight: 700;
    border: 0px;
    border-radius: 5px;
    text-transform: uppercase
}

.button_custome_35:hover {
    background: #3644af
}

.modal_dichvu {
    width: 686px;
    padding: 10px;
    height: auto;
    position: fixed;
    z-index: 999999;
    display: none;
    background: #fff;
    overflow: hidden;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%)
}

@media (min-width: 544px) and (max-width: 767px) {
    .modal_dichvu {
        width: 400px
    }
}

@media (max-width: 543px) {
    .modal_dichvu {
        width: 280px
    }
}

@media (max-width: 767px) {
    .modal_dichvu {
        top: 5px !important
    }
}

.modal_dichvu .wrap_modal_dichvu {
    width: 100%;
    overflow: hidden
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    position: relative
}

@media (max-width: 767px) {
    .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu {
        padding: 0 5px
    }
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .closed_dichvu {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    top: 0;
    right: 0;
    z-index: 999
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .closed_dichvu:hover {
    cursor: pointer
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .closed_dichvu svg {
    width: 12px;
    height: 12px
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_title {
    padding: 0 40px;
    width: 100%;
    float: left;
    padding-bottom: 0px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_title {
        padding: 0 5px
    }
}

@media (max-width: 767px) {
    .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .title_module_main {
        margin-top: 10px !important
    }
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .title_module_main h2 {
    font-size: 24px
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .title_module_main p {
    
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu {
        margin-bottom: 10px
    }

    .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu .margin-top-25 {
        margin-top: 0px !important
    }
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu .info_dichvu {
    width: 100%;
    text-align: center;
    margin-bottom: 15px
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu .info_dichvu .hotline {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    text-align: center;
    background: #3644af
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu .info_dichvu .hotline:hover {
    background: #8dc700
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu .info_dichvu .hotline span {
    display: inline-block;
    float: left;
    margin-right: 5px
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu .info_dichvu .hotline span img {
    max-width: 100%
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu .info_dichvu .hotline a {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 14px;
    
    font-weight: 400;
    text-decoration: none
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu form .title_module_main p {
    color: #333
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu form input,
.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu form textarea {
    
    font-size: 14px;
    position: relative;
    padding: 0 20px
}

@media (max-width: 767px) {

    .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu form input,
    .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu form textarea {
        margin-bottom: 10px
    }
}

@media (min-width: 768px) {
    .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu form textarea {
        height: 270px;
        padding: 10px 20px
    }
}

@media (max-width: 767px) {
    .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu form textarea {
        height: 50px;
        min-height: auto
    }
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu form .dates {
    position: relative
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_fulldichvu form .dates:before {
    content: "";
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z'/%3E%3C/svg%3E");
    position: absolute;
    right: 30px;
    font-size: 14px;
    color: #333;
    top: 15px;
    width: 12px;
    height: 12px;
    z-index: 1
}

#datlich_thanhcong {
    padding-right: 0px !important;
    top: 0 !important
}

#datlich_thanhcong .wrap-modal-dv {
    background: #fff;
    padding: 20px;
    text-align: center
}

#datlich_thanhcong .wrap-modal-dv .modal-content {
    border: 0
}

#datlich_thanhcong .wrap-modal-dv .modal-title {
    z-index: 999
}

.modal-backdrop {
    top: 0 !important
}

.ui-datepicker-header {
    position: relative
}

.ui-datepicker table tr td a.ui-state-active,
.ui-datepicker table tr td a:hover,
.ui-datepicker table tr td.tourmaster-highlight a,
.ui-datepicker table tr td.tourmaster-highlight span {
    background: #2a3588;
    color: #fff
}

.ui-datepicker select {
    color: #485da1
}

.ui-datepicker {
    background-color: #f5f5f5
}

.ui-datepicker {
    border-color: #ebebeb;
    display: none
}

.ui-datepicker table tr th {
    color: #808080
}

.ui-datepicker table tr td a,
.ui-datepicker-prev,
.ui-datepicker-next {
    background-color: transparent !important;
    border: none !important
}

.ui-datepicker table tr td a,
.ui-datepicker-prev,
.ui-datepicker-next {
    color: #5b5b5b
}

.ui-datepicker table tr td a.ui-state-disable {
    color: #c0c0c0
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled,
.ui-datepicker table tr td {
    color: #c0c0c0
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 2px !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px;
    text-align: center;
    cursor: pointer
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none !important
}

.ui-datepicker-next {
    right: -10px !important
}

.ui-datepicker-prev {
    left: -10px !important
}

.ui-state-hover:focus {
    background: transparent;
    border: none
}

.ui-datepicker-prev:after {
    content: "\f104";
    font-family: fontAwesome
}

.ui-datepicker-next:after {
    content: "\f105";
    font-family: fontAwesome
}

.ui-datepicker {
    width: 272px !important;
    border-width: 2px;
    border-style: solid;
    padding: 8px;
    background: #fff
}

.ui-datepicker-calendar {
    background: #fff
}

.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year,
.ui-datepicker-year {
    width: 48% !important;
    margin: 0px 1% !important;
    border: none;
    height: 36px;
    padding: 0px 20px;
    font-weight: 500;
    color: #3644af;
    background: #fff;
    float: left;
    background-image: url(ico-select.png) !important;
    background-repeat: no-repeat;
    background-position: right 10px center
}

.ui-datepicker table {
    border-collapse: separate;
    border-spacing: 0px;
    margin-bottom: 10px
}

.ui-datepicker table tr {
    background: transparent;
    color: #949494;
    padding: 0
}

.ui-datepicker table tr th {
    color: #808080;
    background: transparent;
    font-size: 13px;
    padding: 16px 0px 10px;
    text-align: center;
    font-weight: normal;
    border: none
}

.ui-datepicker table td {
    padding: 0px 0px 5px;
    line-height: 1;
    text-align: center;
    color: #c0c0c0;
    border: none
}

.ui-datepicker table td a,
.ui-datepicker table td .ui-state-default {
    color: #5b5b5b;
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    border: none;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.ui-datepicker table td.ui-state-disabled .ui-state-default {
    background-color: #e9e9e9
}

.ui-datepicker table td.ui-datepicker-today a {
    color: #fff;
    background-color: #8dc700 !important
}

.ui-datepicker table td a:hover,
.ui-datepicker table td a:focus {
    color: #fff;
    background-color: #8dc700 !important
}

.line-item-property__field {
    margin-bottom: 20px
}

.line-item-property__field .input-group {
    width: 100%
}

@media (min-width: 1200px) {
    .line-item-property__field .input-group {
        width: 302.39px
    }
}

.line-item-property__field .input-group .input-group-addon {
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 0px;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    padding: 6px 12px;
    line-height: 45px;
    padding-top: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none
}

@media (max-width: 767px) {
    .line-item-property__field .input-group .input-group-addon {
        right: 15px
    }
}

.line-item-property__field .tourmaster-datepicker {
    background: transparent;
    height: 45px;
    line-height: 45px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    padding: 0 0 0 20px
}

.line-item-property__field .tourmaster-datepicker::-webkit-input-placeholder {
    color: #333
}

.line-item-property__field .tourmaster-datepicker::-moz-placeholder {
    color: #333
}

.line-item-property__field .tourmaster-datepicker:-ms-input-placeholder {
    color: #333
}

.ui-datepicker .ui-widget-header {
    border: none;
    background: none
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 1
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border-color: #3644af
}

.datlich .modalbox.success,
.datlich .modalbox.error {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 0px 25px 15px;
    text-align: center
}

@media (max-width: 767px) {

    .datlich .modalbox.success,
    .datlich .modalbox.error {
        top: 20%
    }
}

.datlich .modalbox.success.animate .icon,
.datlich .modalbox.error.animate .icon {
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation: fall-in 0.75s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

.datlich .modalbox.success h2,
.datlich .modalbox.error h2 {
    
    font-weight: 500
}

.datlich .modalbox.success p,
.datlich .modalbox.error p {
    font-family: 'Open Sans', sans-serif
}

.datlich .modalbox.success .icon span,
.datlich .modalbox.error .icon span {
    postion: absolute;
    font-size: 4em;
    color: #fff;
    text-align: center;
    padding-top: 20px
}

.datlich .modalbox.error button,
.datlich .modalbox.error button:active,
.datlich .modalbox.error button:focus {
    color: #fff;
    border-color: #8dc700
}

.datlich .modalbox.error button:hover,
.datlich .modalbox.error button:active:hover,
.datlich .modalbox.error button:focus:hover {
    color: #fff;
    background: #f44336
}

.datlich .modalbox.error .icon {
    background: #f44336
}

.datlich .modalbox.error .icon span {
    padding-top: 25px
}

.datlich .center {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.datlich .center .change {
    clearn: both;
    display: block;
    font-size: 10px;
    color: #ccc;
    margin-top: 10px
}

@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes plunge {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 25%
    }
}

@-moz-keyframes plunge {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 25%
    }
}

@-o-keyframes plunge {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 25%
    }
}

@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0
    }

    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes plunge {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 15%
    }
}

@-webkit-keyframes plunge {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 15%
    }
}

@-o-keyframes plunge {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 15%
    }
}

@keyframes plunge {
    0% {
        margin-top: -100%
    }

    100% {
        margin-top: 15%
    }
}

.tab_h {
    position: relative
}

.sec_tab {
    padding: 80px 0;
    overflow: hidden
}

@media (max-width: 992px) {
    .sec_tab {
        padding: 40px 0
    }
}

@media (max-width: 767px) {
    .sec_tab {
        padding: 0 0 30px
    }
}

.tab-wrap .tabs-title {
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: 0 0 26px
}

.tab-wrap .tabs-title li {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    float: left
}

.tab-wrap .tabs-title li:before {
    content: "|";
    color: #c9c9c9;
    padding: 0 16px;
    color: #1c1c1c
}

.tab-wrap .tabs-title li:first-child:before {
    display: none
}

.tab-wrap .tabs-title li.current {
    color: #212121
}

.tab-wrap .tab-content {
    position: relative
}

ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer
}

ul.tabs li.current {
    color: #000
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto
}

.product-tab .tabs-title {
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    display: flex
}

@media (max-width: 767px) {
    .product-tab .tabs-title {
        border: none;
        display: block
    }
}

.product-tab .tab-link {
    position: relative;
    background: #fff;
    padding: 0 25px;
    border: solid 1px #ebebeb;
    border-bottom: 0px;
    display: inline-block;
    background: transparent;
    margin: 0;
    margin-left: -1px;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s
}

@media (max-width: 767px) {
    .product-tab .tab-link {
        padding: 0;
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 0px !important;
        background: #eee;
        border: solid 1px #fff
    }
}

.product-tab .tab-link h3 {
    color: #333;
    
    margin: 8px 0;
    font-size: 18px;
    font-weight: 400;
    position: relative
}

@media (max-width: 767px) {
    .product-tab .tab-link h3 {
        padding: 10px 10px;
        margin: 0;
        position: relative;
        font-size: 17px;
        margin-bottom: 0
    }
}

.product-tab .tab-link span {
    color: #333;
    font-weight: 400;
    font-size: 18px
}

@media (min-width: 300px) and (max-width: 767px) {
    .product-tab .tab-link.current {
        background: #8dc700
    }

    .product-tab .tab-link.current h3 {
        color: #fff
    }

    .product-tab .tab-link.current h3 span {
        color: #fff
    }
}

@media (min-width: 768px) {
    .product-tab .tab-link.current {
        background: #8dc700
    }

    .product-tab .tab-link.current h3 {
        color: #fff;
        position: relative
    }

    .product-tab .tab-link.current h3 span {
        color: #fff
    }

    .product-tab .tab-link:hover {
        background: #8dc700
    }

    .product-tab .tab-link:hover h3 {
        color: #fff;
        position: relative
    }

    .product-tab .tab-link:hover h3 span {
        color: #fff
    }
}

.product-tab .tab-link.current .rte {
    color: #333;
    font-weight: 300;
    font-size: 16px;
    border-top: 0px;
    
}

.product-tab li:last-child h3 span:after {
    content: none
}

.product-tab .tab-content.current {
    padding: 25px 0px;
    background: #fff;
    border-top: solid 1px #ebebeb
}

@media (max-width: 767px) {
    .product-tab .tab-content.current {
        border: solid 1px #ebebeb;
        padding: 15px 15px;
        border-top: 0px;
        margin-right: 2px
    }
}

.product-tab .tab-content.current .rte {
    color: #333;
    border-top: none;
    font-size: 1em;
}

@media (max-width: 767px) {
    .product-tab .tab-content.current .rte {
        font-size: 14px
    }
}

.product-tab .tab-content.current .rte p {
    color: #333
}

.product-tab .tab-content.current .rte ol,
.product-tab .tab-content.current .rte ul {
    padding-left: 30px;
    list-style: unset
}

@media (max-width: 1199px) {
    .product-tab .tab-content.current .rte {
        padding: 30px 0 60px 0
    }
}

.product-tab .content_extab.current .rte {
    padding: 0px 0px
}

.product-tab .content_extab.current .rte img {
    max-width: 100%
}

@media (min-width: 300px) {
    .product-tab .content_extab.current .rte img {
        max-width: 100%
    }
}

.content_extab {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.content_extab.current {
    opacity: 1;
    visibility: visible;
    height: auto
}

.bg_white {
    background: #fff
}

.button_actions,
.button_call {
    position: relative;
    display: inline-block
}

@media (max-width: 767px) {

    .button_actions,
    .button_call {
        width: 100%;
        margin-top: 0;
        margin-left: 0
    }
}

.button_actions.hidden,
.button_call.hidden {
    display: none !important
}

@media (max-width: 767px) {

    .button_actions.button_call,
    .button_call.button_call {
        margin-top: 20px
    }
}

.button_actions.button_call .btn_base,
.button_call.button_call .btn_base {
    background: #dddddd;
    margin: 0
}

.button_actions .btn_base,
.button_call .btn_base {
    height: 75px;
    line-height: 75px;
    float: left;
    color: #fff;
    width: 263px;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    background: #cedf02;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 25px 0 0;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    
    font-size: 17px;
    margin-top: 0px;
    border: solid 1px transparent;
    font-weight: 400
}

@media (max-width: 767px) {

    .button_actions .btn_base,
    .button_call .btn_base {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .button_actions .btn_base,
    .button_call .btn_base {
        padding: 0 42px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    .button_actions .btn_base,
    .button_call .btn_base {
        width: 210px
    }
}

.button_actions .btn_base:hover,
.button_call .btn_base:hover {
    color: #fff;
    background: #333;
    cursor: pointer;
    border-color: #333
}

.button_actions .btn_base:hover .text_1,
.button_call .btn_base:hover .text_1 {
    color: #fff
}

.button_actions .btn_base:hover .text-mini,
.button_call .btn_base:hover .text-mini {
    color: #fff
}

.button_actions .btn_base[disabled],
.button_call .btn_base[disabled] {
    margin-top: 10px;
    background-color: #8dc700
}

.button_actions .btn_base[disabled]:hover,
.button_call .btn_base[disabled]:hover {
    color: #fff;
    cursor: unset
}

.button_actions .text_1,
.button_call .text_1 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    line-height: normal;
    color: #333;
    position: relative
}

.button_actions .text-mini,
.button_call .text-mini {
    
    color: #333;
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: normal
}

.form-group .input_number_product {
    display: inline-flex;
    width: 100px;
    height: 45px;
    position: relative;
    background: transparent
}

.form-group .input_number_product .btn_num {
    padding: 0;
    top: 0;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    color: #252525;
    display: block;
    border: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    text-align: center;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.form-group .input_number_product .btn_num .fa {
    font-size: 17px;
    color: #898989
}

.form-group .input_number_product .btn_num.num_1 {
    display: inline-block;
    position: absolute;
    left: 0
}

.form-group .input_number_product .btn_num.num_2 {
    display: inline-block;
    position: absolute;
    right: 0
}

.form-group .input_number_product input {
    display: block;
    color: #333;
    text-align: center;
    box-shadow: none;
    
    background: #fff;
    margin: 0;
    padding: 12px;
    height: 50px;
    width: 100%;
    line-height: 45px;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    border: solid 1px #ddd
}

@media (max-width: 767px) {
    .form-group .input_number_product input {
        width: 100%
    }
}

.form-product {
    padding: 0px;
    margin-bottom: 0
}

.form-product .form_button_details {
    padding: 0;
    display: block
}

.form-product .form_button_details header {
    width: 85px;
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: #636363
}

.form-product form {
    margin-bottom: 15px
}

.box-variant .form-group {
    width: 100%;
    display: block
}

.box-variant .form-group .selector-wrapper {
    margin-bottom: 15px !important;
    width: 100%;
    float: left
}

.box-variant .form-group .selector-wrapper label {
    font-weight: 400;
    width: 100px;
    font-size: 14px;
    float: left;
    color: #333;
    line-height: 40px
}

.box-variant .form-group .selector-wrapper .single-option-selector {
    height: 40px;
    border-radius: 0;
    border-color: #eaebf3;
    width: 200px;
    float: left
}

.details-pro .swatch {
    margin: 15px 0 0
}

.details-pro .swatch:first-child {
    border-bottom: none
}

.details-pro .form-product {
    padding-top: 0px
}

.details-pro .form-product .swatch .header {
    width: 80px;
    float: left;
    font-size: 12px;
    color: #333;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.details-pro .form-product .call-me-back {
    width: 100%;
    float: left;
    margin-bottom: 40px
}

.details-pro .form-product .call-me-back .button_ac {
    display: inline-block;
    float: left;
    text-align: center
}

.details-pro .form-product .call-me-back .button_ac:first-child {
    margin-right: 10px
}

.details-pro .form-product .call-me-back .button_ac a {
    height: 45px;
    line-height: 45px;
    
    font-size: 16px;
    font-weight: 700;
    padding: 0 40px;
    background: #8dc700;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none
}

.details-pro .form-product .call-me-back .button_ac a:hover {
    background: #3644af
}

.details-pro .form-product .call-me-back .button_ac a.button_order_tour {
    background: #3644af
}

.details-pro .form-product .call-me-back .button_ac a.button_order_tour:hover {
    background: #8dc700
}

@media (max-width: 991px) {
    .details-pro .form-product .call-me-back .button_ac {
        width: 100%
    }

    .details-pro .form-product .call-me-back .button_ac.btncontact {
        margin-top: 10px
    }

    .details-pro .form-product .call-me-back .button_ac a {
        padding: 0
    }
}

.details-pro .danhgiasao {
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 0px;
    text-align: left;
    line-height: 16px
}

.details-pro .danhgiasao a {
    font-size: 14px;
    color: #acacac;
    display: inline-block;
    float: left
}

.details-pro .danhgiasao a:hover {
    color: #8dc700
}

.details-pro .danhgiasao .sapo-product-reviews-badge {
    margin: 0px auto;
    padding: 0px 10px 0 0;
    float: left;
    text-align: left;
    display: inline-block
}

.details-pro .danhgiasao .sapo-product-reviews-badge .sapo-product-reviews-star i {
    font-size: 14px
}

.details-pro .danhgiasao .sapo-product-reviews-badge .sapo-product-reviews-star .star-off-png:before {
    content: "\f005"
}

.details-pro .danhgiasao .sapo-product-reviews-badge .sapo-product-reviews-star .star-on-png:before {
    content: "\f005"
}

.details-pro .danhgiasao .sapo-product-reviews-badge .sapo-product-reviews-star .star-half-png:before {
    content: "\f005"
}

.details-pro .danhgiasao .sapo-product-reviews-badge div img {
    display: none
}

.details-pro .danhgiasao .sapo-product-reviews-badge div p {
    font-size: 13px;
    color: #7b7b7b
}

.details-pro .action_details {
    padding: 15px 0;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    color: #707070
}

.details-pro .action_details i {
    width: 20px
}

.details-pro .action_details .data_start {
    display: inline-block;
    line-height: 30px;
    margin-right: 30px
}

.details-pro .action_details .data_start svg {
    width: 12px;
    height: 12px
}

.details-pro .action_details .other_date {
    display: inline-block;
    line-height: 30px
}

.details-pro .action_details .position_start {
    width: 100%;
    text-align: left;
    line-height: 30px
}

.details-pro .action_details .position_start span {
    margin-right: 30px
}

.details-pro .action_details .position_start svg {
    width: 12px;
    height: 12px
}

@media (max-width: 767px) {
    .details-pro .action_details .position_start .clear_xs {
        width: 100%;
        float: left;
        margin-right: 0px
    }
}

.details-pro .product_avalible {
    margin-top: 0;
    margin-bottom: 30px
}

.details-pro .group-status .first_status {
    margin-bottom: 10px;
    font-weight: 600;
    
    position: relative;
    padding-left: 10px;
    font-size: 14px
}

.details-pro .group-status .first_status:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    background-color: #8dc700;
    left: 0;
    top: 8px
}

.details-pro .group-status .first_status .status_name {
    font-weight: 400
}

.details-pro .product-summary {
    padding: 10px 0
}

.details-pro .product-summary .rte {
    
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: 400
}

.details-pro .product-summary .rte p {
    margin: 0
}

.details-pro .product-summary .rte ul,
.details-pro .product-summary .rte ol {
    padding-left: 20px;
    position: relative
}

.details-pro .product-summary .rte ul li,
.details-pro .product-summary .rte ol li {
    position: relative
}

.details-pro .product-summary .rte ul li:before,
.details-pro .product-summary .rte ol li:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 11px;
    background: #333
}

.details-pro .product-summary .rte img {
    display: none
}

.details-product .large-image {
    text-align: center;
    width: 100%
}

@media (min-width: 768px) and (max-width: 991px) {
    .details-product .large-image {
        margin-bottom: 30px
    }
}

.details-product .large-image a {
    background: #fff;
    justify-content: center;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    min-height: 555px
}

@media (min-width: 425px) and (max-width: 767px) {
    .details-product .large-image a {
        min-height: 300px
    }
}

@media (max-width: 424px) {
    .details-product .large-image a {
        min-height: 240px
    }
}

.details-product .large-image a img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: relative !important
}

.details-product .tab_h {
    display: block;
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .details-product .tab_h {
        margin-top: 25px
    }
}

@media (min-width: 1600px) {
    .details-product .details-pro {
        padding: 0 120px 0 30px
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .details-product .details-pro {
        padding: 0 80px 0 30px
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .details-product .details-pro {
        padding: 0 90px 0 30px
    }
}

@media (max-width: 991px) {
    .details-product .details-pro {
        margin-top: 30px
    }
}

.details-product .details-pro .product-price {
    color: #fe7d15;
    
    font-weight: 400;
    font-size: 28px;
    margin-right: 15px
}

@media (max-width: 767px) {
    .details-product .details-pro .product-price {
        font-size: 24px
    }
}

.details-product .details-pro .price-box {
    position: relative;
    margin: 15px 0 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: left
}

.details-product .details-pro .price-box del {
    color: #898989;
    font-size: 18px;
    
}

@media (max-width: 767px) {
    .details-product .details-pro .price-box del {
        font-size: 14px
    }
}

.details-product .details-pro .custom-btn-number {
    width: 200px;
    display: inline-block;
    position: relative;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    height: 50px;
    min-height: unset
}

@media (max-width: 767px) {
    .details-product .details-pro .custom-btn-number {
        width: 100%
    }
}

.details-product .details-pro .custom-btn-number label {
    font-size: 14px
}

.details-product .details-pro .custom-btn-number #qty {
    height: 35px;
    font-size: 14px;
    margin: 0;
    min-height: unset
}

.details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 25px;
    top: 4px;
    font-size: 14px
}

.details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 25px;
    top: 4px;
    font-size: 14px
}

#quick-view-product {
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0 !important;
    z-index: 9999
}

#quick-view-product .details-product {
    width: 100%;
    float: left
}

#quick-view-product .available {
    margin: 0;
    font-weight: 400
}

#quick-view-product .available.outstock {
    color: #E55E5E
}

#quick-view-product .head-qv {
    margin: 0
}

#quick-view-product .head-qv .vend-qv {
    overflow: hidden;
    margin-bottom: 5px
}

#quick-view-product .head-qv .vend-qv .left_vend .loaisp {
    color: #3644af;
    margin-right: 15px
}

#quick-view-product .head-qv .vend-qv .left_vend .line_tt {
    margin: 0 5px
}

#quick-view-product .head-qv .vend-qv .hangsx,
#quick-view-product .head-qv .vend-qv .soluong {
    font-size: 14px;
    color: #969696
}

#quick-view-product .head-qv .vend-qv .hangsx .name_ven,
#quick-view-product .head-qv .vend-qv .soluong .name_ven {
    color: #969696;
    margin-right: 15px
}

#quick-view-product .head-qv .vend-qv .hangsx a,
#quick-view-product .head-qv .vend-qv .soluong a {
    color: #969696
}

#quick-view-product .head-qv .vend-qv .soluong {
    color: #3644af
}

#quick-view-product .head-qv .vend-qv .share_product_qv {
    display: inline;
    margin: 0;
    list-style: none;
    float: left
}

#quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px;
    margin-right: 5px
}

#quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs a .fa {
    font-size: 14px;
    color: #fff
}

#quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs:hover {
    color: #3644af;
    border: solid 1px #3644af;
    background: #fff
}

#quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs:hover .fa {
    color: #3644af
}

#quick-view-product .head-qv .vend-qv .share_product_qv .fb {
    background: #3b5998
}

#quick-view-product .head-qv .vend-qv .share_product_qv .googleplus {
    background: #dc4e41
}

#quick-view-product .head-qv .vend-qv .share_product_qv .tw {
    background: #1da1f2
}

#quick-view-product .head-qv .vend-qv .share_product_qv .pintrest {
    background: #cb2027
}

#quick-view-product .head-qv .vend-qv .share_product_qv .linkedin {
    background: #324c83
}

#quick-view-product h3 {
    margin: 0 0 15px
}

#quick-view-product .qwp-name {
    
    margin: 0px 0 10px;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #333
}

#quick-view-product .qwp-name a {
    color: #333
}

#quick-view-product .qwp-name:hover>a {
    text-decoration: none;
    color: #8dc700
}

#quick-view-product .product-images .img_02 {
    margin: 0 auto
}

#quick-view-product .product-images .col_thumbs_visible {
    width: 100%;
    display: block;
    float: left;
    position: relative
}

#quick-view-product .product-images .col_large_default {
    text-align: center;
    display: block;
    float: left;
    border: solid 1px #ebebeb;
    margin-bottom: 0px;
    width: 100%;
    float: left
}

@media (min-width: 992px) and (max-width: 1199px) {
    #quick-view-product .product-images .col_large_fix1img {
        width: 100%
    }
}

@media (min-width: 1200px) {
    #quick-view-product .product-images .col_large_fix1img {
        width: 100%
    }
}

#quick-view-product .product-images .col_large_full {
    padding: 0px
}

#quick-view-product .product-images .large-image a {
    display: block
}

@media (min-width: 1200px) {
    #quick-view-product .product-images .large-image a {
        height: 455px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #quick-view-product .product-images .large-image a {
        height: 300px !important
    }
}

@media (max-width: 991px) {
    #quick-view-product .product-images .large-image a {
        height: auto !important;
        margin-bottom: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #quick-view-product .product-images .large-image a {
        height: 555px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }
}

@media (max-width: 767px) {
    #quick-view-product .product-images .large-image a {
        margin-bottom: 15px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }
}

#quick-view-product .product-images .large-image a .zoomWrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden
}

#quick-view-product .product-images .large-image a img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: relative !important
}

#quick-view-product .more-view-wrapper.clearfix {
    width: 100%;
    float: left
}

#quick-view-product .more-view-wrapper.clearfix .owl-dots {
    display: none
}

#quick-view-product .product-images .img_02 {
    margin: 0 auto
}

#quick-view-product .product-images .col_large_default {
    text-align: center;
    display: block;
    float: left;
    border: solid 1px #ebebeb
}

#quick-view-product .product-images .col_large_full {
    padding: 0px
}

#quick-view-product .product-images .large-image {
    padding: 0px 0px 0px 0px
}

#quick-view-product .product-images .large-image a {
    border: none
}

@media (min-width: 768px) and (max-width: 991px) {
    #quick-view-product .product-images .large-image a {
        height: 460px;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }
}

@media (min-width: 1200px) {
    #quick-view-product .product-images .large-image {
        height: 455px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #quick-view-product .product-images .large-image {
        height: 300px
    }
}

@media (max-width: 767px) {
    #quick-view-product .product-images .large-image {
        margin-bottom: 15px;
        padding: 0px
    }
}

#quick-view-product .product-images .large-image a {
    display: block
}

#quick-view-product .product-images .large-image a .zoomWrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden
}

#quick-view-product .product-images .large-image a img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: relative !important
}

#quick-view-product .product-images .slides .item a img {
    margin: 0 auto
}

.product-featured-image-quickview {
    margin-bottom: 10px;
    margin: 0 auto
}

#quick-view-product .form-group .input_number_product {
    display: inline-block;
    width: 100px;
    height: 45px;
    position: relative;
    background: transparent;
    float: left
}

#quick-view-product .button_actions {
    margin-top: 0
}

#quick-view-product .form_product_content {
    width: 100%
}

#quick-view-product .form-group label {
    margin: 0;
    line-height: 40px;
    float: left;
    width: 75px;
    display: inline-block !important;
    font-weight: bold;
    font-size: 14px
}

#quick-view-product .form-group .input_number_product {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    margin: 0px;
    margin-right: 10px;
    border: none;
    box-shadow: none;
    height: 50px;
    min-height: unset
}

#quick-view-product form {
    width: 100%;
    margin: 0px;
    padding: 10px 0
}

#quick-view-product form .selector-wrapper label {
    font-size: 14px;
    width: 85px;
    
    font-weight: 400;
    color: #636363;
    line-height: 40px;
    margin-bottom: 0px
}

#quick-view-product form .selector-wrapper .single-option-selector {
    
    width: 35%;
    float: none;
    border-radius: 3px
}

#quick-view-product form label {
    display: inline-block
}

#quick-view-product form select {
    width: 150px;
    display: inline-block;
    height: 40px;
    float: left;
    margin-bottom: 15px;
    margin-right: 20px
}

#quick-view-product #usefull_link_block {
    margin: 10px 0
}

#quick-view-product #usefull_link_block li a {
    color: #222;
    line-height: 17px
}

#quick-view-product .fancybox-overlay {
    display: block !important;
    height: 100vh;
    background: none;
    z-index: 100
}

#quick-view-product .quick-view-product {
    position: absolute;
    width: 950px;
    top: 5%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 30px;
    background-color: #fff;
    z-index: 8011;
    border-radius: 0px
}

#quick-view-product .quick-view-product .details-product:before {
    right: 48.5% !important
}

#quick-view-product .quick-view-product .details-product:after {
    display: none
}

#quick-view-product .quick-view-product .flex-viewport {
    min-height: 440px !important
}

#quick-view-product .quick-view-product .header_qv {
    font-weight: 400;
    font-size: 14px;
    
    display: inline-block;
    float: left;
    line-height: 40px;
    color: #333;
    width: 100%
}

#quick-view-product .product-right-column .price-product-detail {
    margin: 0;
    line-height: 33px
}

#quick-view-product .total-price {
    float: left;
    width: 100%;
    display: block;
    margin-top: 15px
}

#quick-view-product .total-price span {
    font-size: em(15px);
    font-weight: 400;
    color: #222
}

#quick-view-product .product-right-column .quantity_wanted_p {
    width: 100%;
    margin-top: 15px
}

#quick-view-product .product-right-column .add_to_cart_detail {
    margin: 15px 10px 15px 0;
    width: 100%
}

#quick-view-product .product-right-column .add_to_cart_detail.disabled {
    padding: 0 20px
}

#quick-view-product .product-right-column .btn-wishlist {
    margin-top: 15px
}

#quick-view-product .swatch .swatch-element {
    margin: 0px 5px 5px 0
}

#quick-view-product .loading-imgquickview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

#quick-view-product .availability,
#quick-view-product .product-sku {
    line-height: 28px;
    color: #3644af
}

#thumbs_list_quickview {
    text-align: center;
    position: relative;
    margin-top: 10px
}

.quickview-more-views-owlslider {
    padding: 0
}

#thumblist_quickview #thumblist {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    position: static
}

#thumblist_quickview .slick-slide {
    float: left
}

#thumblist_quickview .slick-slide.active>a {
    border: 1px solid #3644af
}

#thumblist_quickview .slick-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e9edf5;
    margin: 0 5px;
    height: 80px
}

#thumblist_quickview .slick-slide img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto;
    margin: 0 auto
}

#thumblist_quickview .thumb_item {
    border: 1px solid #e6e6e6
}

@media (max-width: 1199px) {

    #quick-view-product,
    .quickview {
        display: none !important
    }
}

.fancybox-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 8040;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%
}

.quick_option .quantity_wanted_p {
    width: 100%;
    float: left;
    margin-top: 15px
}

.quick_option .quantity_wanted_p .soluong1 {
    margin-bottom: 10px
}

.quickview-info .reviews_qv {
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
    padding: 10px 0 7px 0
}

.quickview-info .reviews_qv .text_revi {
    position: relative;
    line-height: 27px;
    font-size: 13px;
    color: #7b7b7b;
    font-weight: 500;
    margin-left: 10px;
    padding-left: 10px
}

.quickview-info .reviews_qv .text_revi:before {
    content: "|";
    position: absolute;
    color: #7b7b7b;
    left: 0;
    line-height: 27px
}

.quickview-info .price-box .h2 {
    color: #363636
}

.quick_option .quantity_wanted_p .soluong_h {
    width: 100px;
    line-height: 40px;
    display: inline-block;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #636363
}

.quick_option .quantity_wanted_p .input_qty_qv {
    width: 120px;
    display: inline-block;
    float: left;
    position: relative;
    padding: 0;
    margin: 0px;
    margin-right: 10px;
    border: none;
    box-shadow: none;
    height: 45px
}

.quick_option .quantity_wanted_p .input_qty_qv span {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.quick_option .quantity_wanted_p .input_qty_qv .num_1 {
    line-height: 42px;
    border: solid 1px #eaebf3;
    display: inline-block;
    width: 40px;
    height: 45px;
    background: #fff;
    float: left;
    color: #8d90a6;
    text-align: center;
    padding: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 28px;
    border-right: none
}

.quick_option .quantity_wanted_p .input_qty_qv .num_2 {
    line-height: 42px;
    border: solid 1px #eaebf3;
    display: inline-block;
    width: 40px;
    height: 45px;
    background: #fff;
    float: left;
    color: #8d90a6;
    text-align: center;
    padding: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 20px;
    border-left: none
}

.quick_option .quantity_wanted_p .input_qty_qv input {
    margin: 0px;
    display: block;
    float: left;
    color: #8d90a6;
    height: 45px;
    border: 1px solid #eaebf3;
    border-right: none;
    border-left: none;
    width: 40px;
    text-align: center;
    box-shadow: none;
    border-radius: 0px;
    font-size: 15px;
    padding: 0
}

.quick_option .contacts {
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    margin-top: 10px
}

.quickview-product .product-single h1 a,
.quickview-product .product-single .h1 a {
    font-size: em(20px)
}

.quickview-product .product-single .price {
    font-size: em(26px)
}

.quickview-product .content {
    padding: 30px
}

.quickview-product .product-name {
    margin: 0 0 10px !important
}

.quickview-product .review {
    margin-bottom: 10px
}

.quickview-product .review:before {
    content: " ";
    display: table
}

.quickview-product .review:after {
    content: " ";
    display: table;
    clear: both
}

.quickview-product .review .spr-badge {
    float: left;
    height: 24px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0
}

.quickview-product .review .spr-badge .spr-icon {
    margin: 0
}

.quickview-product .review .spr-badge .spr-active {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden
}

.quickview-product .review .spr-badge .spr-badge-caption {
    float: left;
    margin: 0 0 9px
}

.quickview-product span.available {
    display: none
}

.quickview-product span.available.active {
    display: block
}

.quickview-product .call_phone_buy {
    margin: 17px 0 15px 0;
    color: #8d90a6
}

.quickview-product .call_phone_buy a {
    color: #3644af;
    font-weight: bold
}

.quickview-product .call_phone_buy a:hover {
    color: #333 !important
}

.quickview-product .social-sharing {
    float: left;
    width: 100%
}

.quickview-product .view-more {
    font-size: 13px
}

.quickview-product .view-more:hover {
    color: #3644af;
    text-decoration: none
}

.quickview-product .product-actions {
    border: none;
    padding: 0;
    margin: 0
}

.quickview-product .product-actions .btn-addToCart {
    clear: none;
    margin: 0
}

.quickview-product .product-media {
    position: relative;
    min-width: 400px
}

.quickview-product .product-media:before {
    content: " ";
    display: table
}

.quickview-product .product-media:after {
    content: " ";
    display: table;
    clear: both
}

.quickview-product .more-views {
    width: 80px;
    margin: 0;
    height: calc(100% - 60px);
    min-height: 361px;
    position: absolute;
    top: 30px;
    left: 0;
    overflow: hidden
}

.quickview-product .more-views a {
    display: block;
    overflow: hidden;
    height: 100%
}

.quickview-product .more-views img {
    display: block;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quickview-product .border-bottom-qv {
    padding: 2px 0px;
    border-left: 0px;
    border-right: 0px;
    display: block;
    margin-top: 15px;
    margin-bottom: 25px
}

.quickview-product .featured-image {
    float: right;
    width: calc(100% - 100px);
    margin: 0
}

.quickview-product form {
    margin: 0
}

.quickview-product .product-actions .product-single-quantity {
    margin-bottom: 0
}

.quickview-product .product-single .product-description {
    margin: 0 0 25px
}

.quickview-product .product-options {
    margin: 0 0 25px;
    padding: 0 0 25px
}

.quickview-product .details {
    margin: 0 0 8px
}

.swatch {
    margin: 15px 0
}

.swatch .header {
    margin: 0px 10px 10px 0;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    z-index: 0;
    height: unset
}

@media (min-width: 414px) {
    .swatch .header {
        display: inline-block;
        float: left;
        width: 100px
    }
}

.swatch .header .valued {
    color: #3644af
}

.swatch label {
    float: left;
    min-width: 25px !important;
    height: 25px !important;
    margin: 0;
    border: 1px solid #8dc700;
    background-color: #fff;
    font-size: 13px;
    
    text-align: center;
    line-height: 25px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0;
    color: #333;
    border-radius: 0
}

.swatch-element label {
    padding: 0 5px
}

.color.swatch-element label {
    padding: 0
}

.swatch input:checked+label {
    background: #3644af;
    border-color: #3644af;
    color: #fff
}

.swatch .color input:checked+label {
    position: relative
}

.swatch .color input:checked+label:after {
    content: "";
    background-image: url(i-checkd211.svg?1666687689029);
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: -2px
}

.swatch .color .fa:before {
    width: 30px;
    height: 30px
}

.swatch .color label {
    border-radius: 0;
    width: 25px;
    min-width: unset !important;
    height: 25px !important;
    line-height: 25px !important;
    border: 1px solid #cccccc;
    border-radius: 0px !important
}

.swatch .color label:before {
    content: "";
    height: 100%;
    width: 100%;
    border: none;
    position: absolute;
    left: 0;
    top: 0
}

.swatch .swatch-element {
    margin: 0px 10px 10px 0;
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    position: relative
}

.swatch .swatch-element input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.swatch .swatch-element.color {
    margin: 0px 10px 0px 0
}

.swatch .swatch-element.color .tim {
    background-color: #db23b6
}

.swatch .swatch-element.color .xanh {
    background-color: #0554ff
}

.swatch .swatch-element.color .vang {
    background-color: #e6fa0a
}

.swatch .swatch-element.color .den {
    background-color: #000000
}

.swatch .swatch-element.color .do {
    background-color: #f20808
}

.swatch .swatch-element.color .cam {
    background-color: #fc9905
}

.swatch .swatch-element.color .xam {
    background-color: #615a5a
}

.swatch .swatch-element.color .xanh-nuoc-bien {
    background-color: #3a40fa
}

.swatch .swatch-element.color .xanh-la-cay {
    background-color: #00ff15
}

.swatch .swatch-element.color .hong {
    background-color: #ff00d5
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

#quick-view-product .selector-wrapper {
    display: none !important
}

.swatch .swatch-element .crossed-out {
    display: none
}

.swatch .swatch-element.soldout .crossed-out {
    display: block
}

.swatch .swatch-element.soldout label {
    cursor: no-drop
}

.swatch .tooltip {
    text-align: center;
    background: #3644af;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -25px;
    margin-bottom: 15px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #3644af 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0
}

.swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.swatch.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px
}

.swatch.error p {
    margin: 0.7em 0
}

.swatch.error p:first-child {
    margin-top: 0
}

.swatch.error p:last-child {
    margin-bottom: 0
}

.swatch.error code {
    font-family: monospace
}

@media (min-width: 1200px) {
    .container {
        max-width: 1560px !important
    }
}

.opacity_menu.open_opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 9999
}

@media (min-width: 992px) {
    .menu-bar-mobile {
        display: none
    }
}

@media (max-width: 991px) {
    .menu-bar-mobile {
        height: 84px;
        float: left;
        position: relative;
        line-height: 84px;
        z-index: 99
    }

    .menu-bar-mobile .menu-bar {
        font-size: 24px;
        display: block;
        color: #fff;
        float: left;
        width: 20px;
        text-align: center;
        position: relative
    }

    .menu-bar-mobile .menu-bar svg {
        width: 20px;
        height: 20px;
        color: #fff
    }
}

@media (min-width: 992px) {
    #open-filters {
        display: none
    }
}

@media (max-width: 991px) {
    #open-filters {
        color: #fff;
        background: #8dc700;
        position: fixed;
        right: 0;
        line-height: 18px;
        top: 30% !important;
        border-radius: 20px 0 0 20px;
        padding: 7px 10px;
        cursor: pointer;
        z-index: 9999;
        font-size: 18px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease
    }

    #open-filters svg {
        width: 16px;
        height: 16px
    }

    #open-filters .fa-times {
        display: none
    }

    #open-filters.openf {
        right: 256px
    }

    #open-filters.openf .i-close-white {
        display: block
    }

    #open-filters.openf .fa-filter {
        display: none
    }

    #open-filters.openf .fa-times {
        display: block
    }

    #open-filters span {
        display: none
    }

    .dqdt-sidebar {
        position: fixed;
        width: 256px;
        background: #fff;
        top: 0;
        bottom: 0;
        right: 0;
        border-top: solid 1px #bbbbbb;
        border-left: solid 1px #bbbbbb;
        overflow: hidden;
        overflow-y: auto;
        z-index: 9999;
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    .dqdt-sidebar.openf {
        padding-top: 15px;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .dqdt-sidebar .aside-filter {
        margin-left: 0px;
        border: 0;
        padding: 0
    }

    #nav-mobile {
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease
    }

    #nav-mobile.open_sidebar_menu {
        visibility: visible
    }

    .top-cart-content {
        display: none !important
    }
}

@media (max-width: 991px) {
    .menu_mobile {
        max-height: 0;
        /* Ban đầu ẩn */
        overflow: hidden;
        /* Rất quan trọng */
        transition: max-height 0.4s ease-in-out;
    }

    .menu_mobile.active {
        max-height: 2000px;
    }

    .menu_mobile .item_big {
        overflow: auto;
        overflow-x: hidden;
        margin: 0;
        padding: 0
    }

    .menu_mobile .item_big::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #fff
    }

    .menu_mobile .item_big::-webkit-scrollbar {
        width: 0px;
        background-color: #fff
    }

    .menu_mobile .item_big::-webkit-scrollbar-thumb {
        border: 0px solid #cdcfdd
    }

    .menu_mobile .item_big li {
        position: relative;
        display: block;
        background: #fff;
        border-top: solid 1px #ddd
    }

    .menu_mobile .item_big li:last-child {
        border-bottom: solid 1px #ebebeb
    }

    .menu_mobile .item_big li.special a {
        color: #8dc700;
        font-weight: 700;
        
        font-size: 14px;
        text-decoration: none;
        padding: 10px 15px
    }

    .menu_mobile .item_big li.active>a {
        color: #8dc700
    }

    .menu_mobile .item_big li.current>a {
        color: #8dc700
    }

    .menu_mobile .item_big li.current>svg {
        color: #8dc700
    }

    .menu_mobile .item_big li.level0.current>a {
        color: #8dc700
    }

    .menu_mobile .item_big li.level0.current>svg {
        color: #8dc700;
        transform: rotate(180deg)
    }

    .menu_mobile .item_big li.level0.current ul.level0 {
        display: block
    }

    .menu_mobile .item_big li.level0 ul {
        padding-left: 0;
        display: none
    }

    .menu_mobile .item_big li.level0 ul li.current>ul {
        display: block
    }

    .menu_mobile .item_big li.level0 ul li>ul {
        display: none
    }

    .menu_mobile .item_big li.level0 .level1.current>a {
        color: #8dc700
    }

    .menu_mobile .item_big li.level0 .level1.current>svg {
        color: #8dc700;
        transform: rotate(180deg)
    }

    .menu_mobile .item_big li.level0 .level1 a {
        padding: 10px 15px 10px 30px;
        position: relative;
        line-height: 24px;
        text-transform: unset;
        font-weight: 400;
        
    }

    .menu_mobile .item_big li.level0 .level1:last-child {
        border-bottom: 0px
    }

    .menu_mobile .item_big li.level0 .level1 .fa {
        top: 11px;
        right: -8px
    }

    .menu_mobile .item_big li.level0 .level1 .level1 {
        padding-left: 0px
    }

    .menu_mobile .item_big li.level0 .level1 .level1.current {
        border-top: 0px
    }

    .menu_mobile .item_big li.level0 .level1 .level1.current>a {
        color: #8dc700
    }

    .menu_mobile .item_big li.level0 .level1 .level1.current>a:before {
        border-color: #8dc700
    }

    .menu_mobile .item_big li.level0 .level1 .level1 .fa {
        top: 11px;
        right: -8px
    }

    .menu_mobile .item_big li.level0 .level1 .level1:last-child {
        border-bottom: 0px
    }

    .menu_mobile .item_big li.level0 .level1 .level1 ul.level2 {
        padding-left: 0px
    }

    .menu_mobile .item_big li.level0 .level1 .level1 ul.level3 {
        padding-left: 0px
    }

    .menu_mobile .item_big li.level0 .level1 .level1 .level2 a,
    .menu_mobile .item_big li.level0 .level1 .level1 .level3 a {
        padding: 10px 15px 10px 50px;
        position: relative;
        line-height: 24px;
        text-transform: unset;
        font-weight: 400;
        
    }

    .menu_mobile .item_big li.level0 .level1 .level1 .level2 a:before,
    .menu_mobile .item_big li.level0 .level1 .level1 .level3 a:before {
        content: "";
        top: 15px;
        left: 24px;
        position: absolute;
        width: 9px;
        height: 9px;
        border: solid 2px #fff;
        border-radius: 50%
    }

    .menu_mobile .item_big li.level0 .level1 .level1 .level2 .level3 a:before,
    .menu_mobile .item_big li.level0 .level1 .level1 .level3 .level3 a:before {
        border-radius: 0
    }

    .menu_mobile .item_big li.level0 .level1 .level1 .level2.current>a,
    .menu_mobile .item_big li.level0 .level1 .level1 .level3.current>a {
        color: #8dc700
    }

    .menu_mobile .item_big li.level0 .level1 .level1 .level2.current>a:before,
    .menu_mobile .item_big li.level0 .level1 .level1 .level3.current>a:before {
        border-color: #8dc700
    }

    .menu_mobile .item_big li.level0 .level1 .level1 .level2.current>svg,
    .menu_mobile .item_big li.level0 .level1 .level1 .level3.current>svg {
        color: #8dc700;
        border-color: #8dc700;
        transform: rotate(180deg)
    }

    .menu_mobile .item_big li.level0 .level1 .level1 .level2:last-child,
    .menu_mobile .item_big li.level0 .level1 .level1 .level3:last-child {
        border-bottom: 0px
    }

    .menu_mobile .item_big li svg {
        position: absolute;
        right: 5px;
        width: 12px;
        height: 14px;
        color: #333;
        line-height: 30px;
        top: 15px;
        text-align: center;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease
    }

    .menu_mobile .item_big li .fa-sort-up {
        top: 20px
    }

    .menu_mobile .item_big li a {
        padding: 10px 15px;
        font-size: 14px;
        display: block;
        color: #333;
        text-decoration: none
    }

    .menu_mobile .item_big li .icon_pc {
        display: none
    }
}

@media (max-width: 1199px) {
    .sidebar .aside-item.sidebar-category .nav-item .fa {
        right: 0
    }
}

.xemthem a,
.thugon a {
    font-weight: 600 !important
}

.sidebar-category .aside-content {
    margin-top: 0
}

.sidebar-category .aside-content .nav-category .navbar-pills {
    padding: 0;
    z-index: 1
}

.sidebar-category .aside-content .nav-item {
    position: relative;
    clear: left;
    font-size: em(14px);
    padding: 0
}

.sidebar-category .aside-content .nav-item.lv2 {
    padding: 0px
}

.sidebar-category .aside-content .nav-item.lv2 a {
    padding-left: 20px !important;
    padding-right: 30px
}

.sidebar-category .aside-content .nav-item.lv2 .fa {
    right: 0px
}

.sidebar-category .aside-content .nav-item.lv3 {
    padding: 0px
}

.sidebar-category .aside-content .nav-item.lv3 a {
    padding-left: 70 !important
}

.sidebar-category .aside-content .nav-item.lv4 {
    padding: 0
}

.sidebar-category .aside-content .nav-item.lv4 a {
    padding-left: 50px !important
}

.sidebar-category .aside-content .nav-item:last-child {
    border-bottom: none
}

.sidebar-category .aside-content .nav-item a {
    font-size: 14px;
     !important;
    color: #333;
    font-weight: 600;
    line-height: 1.7;
    padding: 5px 20px 2px 0px
}

.sidebar-category .aside-content .nav-item .fa-angle-down {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 15px;
    right: 0px;
    margin: auto;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

@media (max-width: 991px) {
    .sidebar-category .aside-content .nav-item .fa-angle-down {
        right: 10px
    }
}

.sidebar-category .aside-content .nav-item .fa-angle-down.fa-minus {
    transform: rotate(180deg)
}

.sidebar-category .aside-content .nav-item .fa-chevron-right {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 16px;
    left: 0px;
    margin: auto
}

.sidebar-category .aside-content .nav-item .fa-chevron-right path {
    color: #333
}

.sidebar-category .aside-content .nav-item .fa-chevron-right.fa-minus {
    transform: rotate(180deg)
}

.sidebar-category .aside-content .nav-item .fa {
    background-image: url(i-plusd211.svg?1666687689029);
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: -10px
}

.sidebar-category .aside-content .nav-item .fa.fa-minus {
    background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/i-minus.svg?1666687689029)
}

.sidebar-category .aside-content .nav-item .dropdown-menu {
    width: 100%;
    border: 0;
    padding-left: 0px;
    box-shadow: none;
    margin-top: 0px;
    padding: 0px;
    position: static;
    background: none
}

.sidebar-category .aside-content .nav-item.active>a {
    color: #3644af
}

.sidebar-category .aside-content .nav-item.active>.fa-angle-down {
    color: #3644af
}

.sidebar-category .aside-content .nav-item.active>.fa-chevron-right {
    color: #3644af
}

.sidebar-category .aside-content .nav-item.active>.fa {
    color: #3644af
}

.sidebar-category .aside-content .nav-item.active>.dropdown-menu {
    display: block
}

.sidebar-category .aside-content .nav-item:hover>.fa-chevron-right path {
    color: #8dc700
}

.sidebar-category .aside-content .nav-item:hover>a {
    color: #333;
    background-color: transparent
}

.sidebar-category .aside-content .nav-item ul>li:before {
    top: 17px;
    left: 15px
}

.sidebar-category .aside-content .nav-item ul>li.lv3:before {
    left: 20px
}

.sidebar-category .aside-content .nav-item ul>li.lv4:before {
    left: 30px
}

.filter-container__selected-filter {
    margin-bottom: 20px
}

.filter-container__selected-filter-list ul {
    padding-left: 0px
}

.filter-container__selected-filter-list ul li {
    display: inline-block;
    float: left;
    margin-right: 15px
}

.aside-item .aside-title {
    position: relative
}

.aside-item .aside-content {
    border-radius: 0px
}

.aside-item .aside-content ul {
    padding-left: 0px
}

.aside-item .aside-content {
    position: relative;
    margin-top: 20px
}

.aside-item.active .aside-content {
    display: block
}

.aside-item {
    margin-bottom: 30px
}

.aside-item.collection-category {
    padding-left: 0px
}

.aside-item.collection-category .nav-item {
    position: relative;
    clear: left;
    font-size: 14px;
    padding: 0px;
    width: 100%
}

.aside-item.collection-category .nav-item.active>a,
.aside-item.collection-category .nav-item:hover>a {
    color: #3644af !important
}

.aside-item.collection-category .nav-item.active>a span,
.aside-item.collection-category .nav-item:hover>a span {
    color: #3644af
}

.aside-item.collection-category .nav-item.active>svg,
.aside-item.collection-category .nav-item:hover>svg {
    color: #3644af
}

.aside-item.collection-category .nav-item:last-child {
    box-shadow: none
}

.aside-item.collection-category .nav-item:last-child a {
    border-bottom: 0px
}

.aside-item.collection-category .nav-item a {
    
    font-weight: 400;
    color: #333;
    position: relative;
    font-size: 15px;
    text-decoration: none
}

.aside-item.collection-category .nav-item a span {
    
    font-size: 13px;
    font-weight: 400;
    color: #acacac
}

.aside-item.collection-category .nav-item em {
    
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-style: normal;
    margin-left: 5px
}

.aside-item.collection-category .nav-item span {
    
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-style: normal;
    margin-left: 5px
}

.aside-item.collection-category .nav-item .fa {
    background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/i-plus.svg?1666687689029);
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: -10px
}

.aside-item.collection-category .nav-item .fa.fa-minus {
    background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/i-minus.svg?1666687689029)
}

.aside-item.collection-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 0px;
    box-shadow: none;
    padding: 0px
}

.aside-item.collection-category .nav-item .dropdown-menu .lv2 {
    border: none
}

.aside-item.collection-category .nav-item .dropdown-menu .lv2 .fa {
    position: absolute;
    right: 0px !important;
    top: 0;
    width: 25px;
    padding: 5px;
    line-height: 30px
}

.aside-item.collection-category .nav-item .dropdown-menu .lv2:hover:before,
.aside-item.collection-category .nav-item .dropdown-menu .lv2.active:before {
    border-color: #8dc700
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item {
    padding: 0px;
    border: none
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item:before {
    display: none
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item>a {
    padding: 10px 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #333
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item>.fa-angle-down {
    top: 14px
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item .fa {
    position: absolute;
    top: 3px;
    width: 25px;
    padding: 5px;
    line-height: 25px
}

@media (max-width: 1199px) {
    .aside-item.collection-category .nav-item .dropdown-menu .nav-item .fa {
        right: 0
    }
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item:hover {
    background-color: unset
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item:last-child {
    border-bottom: solid 0px #ebebeb
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-top: 0px
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3 {
    padding: 0px
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3 a {
    line-height: 20px;
    padding: 10px 20px 10px 40px;
    border-bottom: 0px;
    border-top: 0px
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3 a:before {
    left: 35px
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3:hover:before,
.aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3.active:before {
    border-color: #3644af
}

.aside-item.collection-category .nav-item:hover:before {
    border-color: #3644af
}

.aside-item.collection-category .nav-item:hover>a {
    color: #3644af;
    text-decoration: none
}

.aside-item.collection-category .nav-item:hover>em {
    color: #3644af
}

.aside-item.collection-category .nav-item:hover>.fa {
    color: #333
}

.aside-item.collection-category .nav-item:hover span {
    color: #3644af
}

.aside-item.collection-category .nav-item.active:before {
    border-color: #3644af
}

.aside-item.collection-category .nav-item.active>.dropdown-menu {
    border-radius: 0px
}

.aside-item.collection-category .nav-item.active>a {
    color: #3644af
}

.aside-item.collection-category .nav-item.active>svg {
    color: #3644af
}

.aside-item.collection-category .nav-item.active em {
    color: #3644af
}

.aside-item.collection-category .nav-item.active>.fa {
    color: #3644af
}

.aside-item.collection-category .nav-item.active>.dropdown-menu {
    display: block
}

.aside-item.collection-category .nav-item.active span {
    color: #3644af
}

.aside-item.collection-category .nav-item:hover>a,
.aside-item.collection-category .nav-item:hover em {
    color: #3644af;
    background-color: unset
}

.aside-item.collection-category .nav-item:hover>.fa {
    color: #333
}

.aside-item.collection-category .nav-item .dropdown-menu li:hover>a {
    color: #3644af;
    background-color: unset
}

.aside-item.collection-category .nav-item .dropdown-menu li:hover>.fa {
    color: #3644af
}

.aside-item.collection-category .nav>li>a {
    padding: 10px 20px 10px 0px
}

.aside-item .nav>li>a:focus {
    background: none
}

.filter-container__selected-filter {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.filter-container__selected-filter-list ul {
    padding-left: 0px
}

.filter-container__selected-filter-list ul li {
    display: inline-block;
    float: left;
    margin-right: 15px
}

.filter-content {
    padding-bottom: 27px;
    text-align: left;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 20px
}

.title_filter {
    
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 40px;
    line-height: 34px
}

@media (max-width: 991px) {
    .title_filter {
        margin-bottom: 10px
    }
}

.aside-filter {
    background: transparent;
    margin-bottom: 20px
}

.aside-filter .aside-item {
    margin-bottom: 20px
}

.aside-filter .aside-item .field-search {
    margin-bottom: 10px;
    position: relative
}

.aside-filter .aside-item:last-child {
    margin-bottom: 0;
    border: none
}

.aside-filter .aside-item:last-child .aside-content {
    margin-bottom: 0
}

.aside-filter .aside-item .form-group .form-control {
    min-height: 40px;
    height: 40px
}

.aside-filter .aside-item .input-group-btn {
    position: static
}

.aside-filter .aside-item .input-group-btn button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    background: #3644af;
    color: #fff;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.aside-filter .filter-container {
    margin-bottom: 0px
}

.aside-filter .aside-item .aside-title:after {
    display: none
}

.filter-content .aside-item {
    margin-bottom: 0px;
    margin-top: 3px;
    width: 320px;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    text-align: left
}

@media (max-width: 991px) {
    .filter-content .aside-item {
        margin-right: 0px;
        width: 100%;
        margin-top: 10px
    }
}

.filter-content .aside-item .title {
    cursor: pointer
}

.filter-content .aside-item.sidebar-category .aside-title {
    display: block
}

.filter-content .aside-item .aside-title {
    width: 320px
}

@media (max-width: 991px) {
    .filter-content .aside-item .aside-title {
        width: 100%
    }
}

.filter-content .aside-item .aside-title h2 {
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    padding: 12px 20px;
    border: 1px solid #ebebeb;
    position: relative;
    display: block
}

.filter-content .aside-item .aside-title h2:before {
    position: absolute;
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/319/254/themes/894747/assets/icon-down.svg?1666687689029);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 17px
}

@media (max-width: 992px) {
    .filter-content .aside-item .aside-title h2:before {
        display: none
    }
}

.filter-content .aside-item .aside-content {
    width: 320px;
    display: none;
    position: absolute;
    padding: 0px 15px;
    background: #fff;
    border: 1px solid #ebebeb;
    z-index: 100
}

@media (max-width: 991px) {
    .filter-content .aside-item .aside-content {
        position: relative;
        padding: 0 0 0 15px;
        width: 100%;
        display: block;
        margin-top: 0;
        border-top: 0
    }
}

.filter-content .aside-item.active .aside-content {
    display: block
}

.filter-content .aside-item.category {
    line-height: 50px;
    color: #3644af;
    font-size: 21px
}

.filter-content .aside-item.category .dropdown-content {
    display: none;
    position: absolute;
    background: #222;
    z-index: 100;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 33px
}

.filter-content .aside-item.category:hover .dropdown-content {
    display: block
}

.ui-widget.ui-widget-content {
    height: 4px;
    background: #ebebeb
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #c4c4c4 !important
}

.ui-slider-horizontal .ui-slider-handle {
    height: 18px !important;
    width: 18px !important;
    border-radius: 50% !important;
    top: -7px !important;
    border: none !important;
    background: #fff !important;
    border: solid 5px #3644af !important
}

.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 10px;
    width: calc(100% - 14px);
    margin-left: 7px;
    float: left
}

.price_val {
    display: inline-block;
    float: left;
    line-height: 25px
}

@media (max-width: 992px) {
    .price_val {
        display: none
    }
}

#start {
    float: left
}

#start input {
    
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-radius: 3px;
    border: 0px solid #e1e1e1;
    box-shadow: none;
    background: transparent;
    width: 90px
}

#stop {
    float: left;
    text-align: right;
    position: relative
}

#stop input {
    
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    border-radius: 3px;
    border: 0px solid #e1e1e1;
    box-shadow: none;
    background: transparent;
    width: 90px
}

#stop:before {
    content: "-";
    position: absolute;
    left: -5px;
    font-size: 17px;
    line-height: 22px
}

a#filter-value {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 100px;
    margin-top: 15px
}

.filter-ui-slider {
    padding: 30px 20px !important
}

@media (max-width: 992px) {
    .filter-ui-slider {
        padding: 30px 15px !important
    }
}