/* Extracted from Erada saved product page (nanostar-c-mt) */

.cat_desc {
    padding: 10px;
}

.list_product:after {
    display: block;
    content: '';
    clear: both;
}

.list_product {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.list_product .item {
    float: left;
    width: 33.333333%;
    border: 1px solid #f2f2f2;
    border-left-color: #ffffff;
    border-bottom-color: #ffffff;
}

.list_product .item:nth-child(1), .list_product .item:nth-child(2), .list_product .item:nth-child(3) {
    border-top-color: #ffffff;
}

.list_product .item:nth-child(3n) {
    border-right-color: #ffffff;
}

.other-prod {
    border-top: 2px solid var(--cms-color-base, #cf3732);
    padding-top: 40px;
}

.other-prod .orther-title {
    font-size: 40px;
    line-height: 50px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #666666;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.other-prod .orther-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 80px;
    height: 2px;
    background: var(--cms-color-base, #cf3732);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.other-prod .orther-title h3, .other-prod .orther-title h2 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.other-prod .orther-content {
    margin-bottom: 30px;
}

#orther-slide-prod:before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #ffffff;
}

#orther-slide-prod:after {
    display: block;
    content: '';
    clear: both;
}

#orther-slide-prod .item {
    width: 25%;
    float: left;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#orther-slide-prod .item_product .i-desc .i-title {
    font-size: 20px;
    line-height: 30px;
}

#orther-slide-prod .slick-arrow {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../images/product/icon-arrow2.png") no-repeat 0 0 rgba(90, 178, 16, 0.5);
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#orther-slide-prod .slick-arrow:hover {
    background-color: rgba(90, 178, 16, 1);
}

#orther-slide-prod .slick-prev {
    background-position: 0 0;
    left: -50px;
}

#orther-slide-prod .slick-next {
    background-position: -56px 0;
    right: -50px;
}

#orther-slide-viewed {
    position: relative;
}

#orther-slide-viewed:before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #ffffff;
}

#orther-slide-viewed:after {
    display: block;
    content: '';
    clear: both;
}

#orther-slide-viewed .item {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #e5e5e5;
    width: 25%;
    float: left;
}

#orther-slide-viewed .item_product .i-desc {
    padding: 10px;
    height: 60px;
}

#orther-slide-viewed .item_product .i-desc .i-title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 0;
    overflow: hidden;
}

#orther-slide-viewed .item_product .i-desc .i-title a {
    white-space: normal;
}

#orther-slide-viewed .slick-arrow {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../images/product/icon-arrow2.png") no-repeat 0 0 rgba(90, 178, 16, 0.5);
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#orther-slide-viewed .slick-arrow:hover {
    background-color: rgba(90, 178, 16, 1);
}

#orther-slide-viewed .slick-prev {
    background-position: 0 0;
    left: -50px;
}

#orther-slide-viewed .slick-next {
    background-position: -56px 0;
    right: -50px;
}

.info_product .price {
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
}

.info_product .price span {
    font-size: 24px;
    color: var(--cms-color-base, #cf3732);
    font-weight: bold;
}

.info_product .link-contact {
    margin: 20px 0;
}

.info_product .link-contact a {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    padding: 8px 50px 8px 80px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background: var(--cms-color-base, #cf3732);
    border: 2px solid var(--cms-color-base, #cf3732);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.info_product .link-contact a:before {
    position: absolute;
    top: 6px;
    left: 35px;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    content: '\f003';
}

.info_product .link-contact a:hover {
    color: var(--cms-color-base, #cf3732);
    background: #ffffff;
}

.slider-detail {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    padding-left: 100px;
    position: relative;
    margin-bottom: 30px;
}

.slick-slider#slider-detail {
    width: 100%;
    position: relative;
}

.slick-slider#slider-detail:after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: '';
    width: 25px;
    height: 25px;
    background: url("../images/product/icon-zoom.png") no-repeat 50% 50%;
    pointer-events: none;
    z-index: 100;
}

.slick-slider#slider-detail .item {
    border: 1px solid #e1e1e1;
}

.slick-slider#slider-detail .item .img {
    position: relative;
    padding-top: 100%;
    min-height: 470px;
    overflow: hidden;
}

.slick-slider#slider-detail .item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.slick-slider#slider-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 86px;
    margin: 0;
    padding: 0;
}

.slick-slider#slider-thumbnail .item {
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.slick-slider#slider-thumbnail .item.slick-current {
    border: 1px solid var(--cms-color-base, #cf3732);
}

.slick-slider#slider-thumbnail .item .img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.slick-slider#slider-thumbnail .item .img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.info_more {
    border-top: 2px solid var(--cms-color-base, #cf3732);
    position: relative;
}

.info_more .node .node_title_mobile {
    position: relative;
    border: 1px solid #f2f2f2;
    margin: 0 15px;
    font-size: 12px;
    line-height: 20px;
    background: #ffffff;
    padding: 10px 10px 10px 50px;
    margin-top: -1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    display: none;
}

.info_more .node .node_title_mobile:hover, .info_more .node.current .node_title_mobile {
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
}

.info_more .node .node_title_mobile:before {
    position: absolute;
    top: 50%;
    left: 15px;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ffffff;
    text-shadow: 1px 1px 0 #333333, -1px -1px 0 #333333, 1px -1px 0 #333333, -1px 1px 0 #333333;
}

.info_more .node .node_title_mobile:hover:before, .info_more .node.current .node_title_mobile:before {
    text-shadow: none;
}

.info_more .node .node_title_content {
    padding: 40px 0;
}

.info_more .node:nth-child(2n+1) .node_title_content {
    background: #fafafa;
}

.info_more .node .node_title {
    font-size: 24px;
    line-height: 29px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #3c8dbc;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.info_more .node .node_title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 80px;
    height: 2px;
    background: var(--cms-color-base, #cf3732);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.info_more .node .node_title h3, .info_more .node .node_title h2 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.text-check {
    padding-left: 30px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
}

.text-check:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: '\f00c';
    font-weight: normal;
    color: var(--cms-color-base, #cf3732);
}

.table_style {
    width: 100%;
}

.table_style td {
    border-bottom: 1px solid #f1f1f1;
}

.table_style thead td {
    background: #f1f1f1;
}

.desc .ul_style {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.desc .ul_style li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.desc .ul_style li:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: '\f0da';
}

.desc .ul_style li .color {
    color: var(--cms-color-base, #cf3732);
    font-style: italic;
}

.hoidap {
    padding-left: 35px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 2px;
    position: relative;
}

.hoidap:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: '\f059';
    font-weight: normal;
    color: var(--cms-color-base, #cf3732);
    font-size: 30px;
    line-height: 25px;
}

#slide-video {
    max-width: 870px;
    margin: 0 auto 40px;
    width: 100%;
}

#slide-video.slick-initialized .item, #slide-video .item:first-child {
    display: block;
}

#slide-video .item {
    display: none;
}

#slide-video.more .item {
    width: 100% !important;
}

#slide-video .slick-track {
    min-width: 100%;
}

#slide-video .slick-dots {
    text-align: center;
}

#slide-video .slick-dots li, #slide-video .slick-dots li button {
    width: 14px;
    height: 14px;
}

#slide-video .slick-dots li button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    background: #d9d9d9;
}

#slide-video .slick-dots li.slick-active button {
    background: transparent;
}

#slide-video .slick-dots li button:before {
    content: '';
}

.tieu_hao .img {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: 10px;
}

.tieu_hao .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.tieu_hao .t-desc {
    text-align: center;
}

#ket_qua {
    margin: 0 0 30px;
    background: #fafafa;
}

#ket_qua.slick-initialized .item, #ket_qua .item:first-child {
    display: block;
}

#ket_qua .item {
    display: none;
    background: #fafafa;
    padding: 30px;
}

#ket_qua .item .i-title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
}

#ket_qua .item .i-ba {
    border: 1px solid #dadada;
    padding: 4px;
    background: #ffffff;
    position: relative;
}

#ket_qua .item .i-ba .i-img {
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#ket_qua .item .i-ba .i-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ket_qua .item .i-ba .i-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
}

#ket_qua .slick-arrow {
    width: 50px;
    top: 0;
    bottom: 0;
    background: #c6c6c6;
    height: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#ket_qua .slick-arrow:hover {
    background: var(--cms-color-base, #cf3732);
}

#ket_qua .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 36px;
    line-height: 40px;
}

#ket_qua .slick-prev {
    left: -60px;
}

#ket_qua .slick-next {
    right: -60px;
}

#ket_qua .slick-prev:after {
    content: '\f104';
}

#ket_qua .slick-next:after {
    content: '\f105';
}

#ket_qua .slick-dots {
    text-align: center;
    bottom: -30px;
}

#ket_qua .slick-dots li, #ket_qua .slick-dots li button {
    width: 14px;
    height: 14px;
}

#ket_qua .slick-dots li button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    background: #d9d9d9;
}

#ket_qua .slick-dots li.slick-active button {
    background: transparent;
}

#ket_qua .slick-dots li button:before {
    content: '';
}

.box-chuyengia {
    padding: 20px;
    background: #fafafa;
}

.box-chuyengia .item {
    margin: 20px;
}

.box-chuyengia .item .i-top {
    margin-bottom: 15px;
    padding-left: 20px;
    border-left: 5px solid var(--cms-color-base, #cf3732);
}

.box-chuyengia .item .i-img {
    width: 92px;
    height: 92px;
    float: left;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.box-chuyengia .item .i-name {
    margin-left: 110px;
    padding-top: 25px;
    font-size: 16px;
    line-height: 24px;
}

.box-chuyengia .item .i-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.wrapper_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 60;
}

.menu_info {
    width: 110px;
    z-index: 60;
}

.menu_info li {
    width: 100%;
    height: 50px;
    display: table;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
}

.menu_info li a {
    width: 110px;
    height: 50px;
    display: table-cell;
    padding: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 40px;
    position: relative;
}

.menu_info li a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ffffff;
    text-shadow: 1px 1px 0 #333333, -1px -1px 0 #333333, 1px -1px 0 #333333, -1px 1px 0 #333333;
}

.menu_info li a:hover, .menu_info li a.active {
    background-color: var(--cms-color-base, #cf3732);
    color: #ffffff;
}

.menu_info li a:hover:before, .menu_info li a.active:before {
    text-shadow: none;
}

.popup_gallery .fancybox-close {
    width: 50px;
    height: 50px;
    top: -40px;
    right: 10px;
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    padding: 12px;
}

.popup_gallery .fancybox-close .fa {
    font-size: 22px;
    line-height: 26px;
}

.popup_gallery .fancybox-title {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    color: #ffffff;
}

.popup_gallery .fancybox-nav span {
    visibility: visible;
    width: 35px;
    height: 63px;
    background: url("../images/media/arrow.png") no-repeat 0 0;
}

.popup_gallery .fancybox-prev span {
    left: 0;
    background-position: 0 0;
}

.popup_gallery .fancybox-next span {
    right: 0;
    background-position: -35px 0;
}

.div_utilities {
    margin-bottom: 30px;
}

.div_utilities .utilities_title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.list_utilities:after {
    display: block;
    content: '';
    clear: both;
}

.list_utilities .item {
    width: 12.5%;
    float: left;
    margin-bottom: 10px;
}

.list_utilities .item:nth-child(8n+1) {
    clear: left;
}

.list_utilities .item .i-img {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.list_utilities .item .i-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list_utilities .item .i-title {
    font-size: 13px;
    line-height: 20px;
    padding: 5px;
}

@media screen and (max-width: 1366px) {
    .info_more .node .node_content {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .info_more .node .node_content {
        padding-left: 100px;
    }
}

@media screen and (max-width: 1199px) {
    #orther-slide-prod .slick-prev {
        left: 0;
    }

    #orther-slide-prod .slick-next {
        right: 0;
    }

    #orther-slide-viewed .slick-prev {
        left: 0;
    }

    #orther-slide-viewed .slick-next {
        right: 0;
    }
}

@media screen and (max-width: 1060px) {
    .list_utilities .item {
        width: 16.666666%;
        float: left;
        margin-bottom: 10px;
    }

    .list_utilities .item:nth-child(n) {
        clear: none;
    }

    .list_utilities .item:nth-child(6n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1024px) {
    .info_more .node .node_title, .other-prod .orther-title {
        font-size: 30px;
        line-height: 40px;
    }

    .info_more {
        margin-bottom: 20px;
        border-top-color: transparent;
    }

    .info_more .node .node_title_mobile {
        display: block;
    }

    .info_more .node .node_title_content {
    }

    .info_more .node.current .node_title_content {
        display: block;
    }

    .wrapper_menu {
        display: none;
    }

    .info_more .node .node_content {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .list_product .item {
        width: 50%;
    }

    .list_product .item:nth-child(3) {
        border-top-color: #f2f2f2;
    }

    .list_product .item:nth-child(3n) {
        border-right-color: #f2f2f2;
    }

    .list_product .item:nth-child(2n) {
        border-right-color: #ffffff;
    }

    #ket_qua {
        margin: 0 0 30px;
    }

    #ket_qua .item {
        padding: 15px;
    }

    #ket_qua .slick-arrow {
        width: 40px;
        height: 40px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .box-chuyengia .item {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 780px) {
    .list_utilities .item {
        width: 25%;
    }

    .list_utilities .item:nth-child(n) {
        clear: none;
    }

    .list_utilities .item:nth-child(4n+1) {
        clear: left;
    }
}

@media screen and (max-width: 639px) {
    .list_product .item {
        width: 100%;
        border-right-color: #ffffff;
    }

    .list_product .item:nth-child(1), .list_product .item:nth-child(2) {
        border-top-color: #f2f2f2;
    }

    .list_product .item:nth-child(3n) {
        border-right-color: #ffffff;
    }

    .list_utilities .item {
        width: 33.333333%;
    }

    .list_utilities .item:nth-child(n) {
        clear: none;
    }

    .list_utilities .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 479px) {
    .box-chuyengia .item .i-top {
        padding-left: 15px;
    }

    .box-chuyengia .item .i-name {
        font-size: 13px;
        line-height: 24px;
    }

    .slider-detail {
        padding-left: 0;
    }

    .slick-slider#slider-detail .item .img {
        min-height: 0;
    }

    .slick-slider#slider-thumbnail {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 10px -5px 0;
        padding: 0;
    }

    .slick-slider#slider-thumbnail .item {
        margin: 0 5px;
    }
}

@media screen and (max-width: 414px) {
    .list_utilities .item {
        width: 50%;
    }

    .list_utilities .item:nth-child(n) {
        clear: none;
    }

    .list_utilities .item:nth-child(2n+1) {
        clear: left;
    }
}
