/***********************************************************************************/

/*                                                                                 */

/*                           Customize your css here                               */

/*                                                                                 */

/***********************************************************************************/
.product-summary .woocommerce-Price-currencySymbol{
	vertical-align: baseline;
    margin-left: 7px;
}
.title_row_home .titleHome_type1{
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 40px;
}
.text-gt{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #000000;
}
.text-gt>span{
    color: var(--main-color);
}
.btn_read_about{
    background: var(--main-color);
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}
.btn_read_about>span{
    font-size: 18px;
    font-weight: normal;
}
.col_video .col-inner, .col_video .col-inner .video-button-wrapper{
    height: 100%;
}
.col_video .col-inner .video-button-wrapper>a{
    display: block;
    height: 100%;
    border: unset;
    border-radius: 0 !important;
    margin: 0;
    background-color: transparent !important;
    background-image: url('../img/youtubePlay.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.col_video .col-inner .video-button-wrapper>a>i.icon-play{
    display: none;
}
.wapper_sub_title{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -50px;
}
.wapper_sub_title .image_sub{
    width: 120px;
}
.wapper_sub_title .sub_left, .wapper_sub_title .sub_right{
    width: calc(50% - 135px);
    font-size: 18px;
    line-height: 22px;
    color: #242424;
}
.wapper_sub_title>div{
    margin-left: 50px;
}
.wapper_sub_title .sub_left{
    text-align:right;
}
.sec_3 .section-bg.bg-loaded{
    background-size: 100% auto !important;
    background-position: top left !important;
}
.row_cateProduct{
    margin-top: 30px;
}
.wapper_cateProduct .tite_cate{
    margin-bottom: 25px;
    font-size: 44px;
    line-height: 53px;
    text-transform: uppercase;
    color: var(--main-color);
    height: 53px;
    display: -webkit-box;-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wapper_cateProduct .des_cate{
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 50px;
    height: 96px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wapper_cateProduct .wapper_btnCate{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.wapper_cateProduct .wapper_btnCate .view_Product, .wapper_cateProduct .wapper_btnCate .view_Price{
    width: 137px;
    height: 42px;
    background: var(--main-color);
    position: relative;
    margin-right: 20px;
}
.wapper_cateProduct .wapper_btnCate .view_Price{
    background: var(--second-color);
}
.wapper_cateProduct .wapper_btnCate .view_Product .btn_view, .wapper_cateProduct .wapper_btnCate .view_Price .btn_view_Price{
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    text-transform: uppercase;
}
.list_Cate_other{
    display: flex;
    align-items: center;
    margin: 0;
    margin-left: -10px;
}
.list_Cate_other .item{
    list-style: none;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 4px 20px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
}
.list_Cate_other .item.read_more{
    flex: 1;
}
.list_Cate_other .item>a{
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #555555;
}
.list_Cate_other .item.read_more>a{
    color: var(--second-color);
}
.list_Cate_other .item:hover{
    background: var(--main-color);
}
.list_Cate_other .item.read_more:hover{
    background: var(--second-color);
}
.list_Cate_other .item:hover>a{
    color: #fff;
}
.home_product .product-small .product-small.box .box-image img{
    height: 200px;
    object-fit: cover;
}
.home_product .box-text-products .product-title a, .product_list_widget span.product-title{
    -webkit-line-clamp: 1;
    height: 18px;
    font-size: 16px;
    color: #555555;
    font-weight: normal;
}
.product-small .product-small.box .box-text-products .sku_product{
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--main-color);
    font-weight: 600;
}
.home .home_product .flickity-prev-next-button{
    width: 24px;
    height: 24px;
    min-height: 24px;
    top: 50%;
    transform: translate(0,-60px) !important;
    opacity: 1 !important;
}
.home .home_product .flickity-prev-next-button.previous{
    background: url('../img/arrowLeft.png') no-repeat;
}
.home .home_product .flickity-prev-next-button.next{
    background: url('../img/arowRight.png') no-repeat;
}
.row_cateProduct .colRight_cate .wapper_cateProduct{
    text-align: right;
} 
.row_cateProduct .colRight_cate .wapper_cateProduct .wapper_btnCate{
    justify-content: flex-end;
}
.row_cateProduct .colRight_cate .wapper_cateProduct .list_Cate_other{
    justify-content: flex-end;
}
.row_dsp .title_dsp{
    font-weight: normal;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 44px;
    line-height: 53px;
    height: 53px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
.row_dsp .img img{
    max-height: 275px;
    object-fit: cover;
}
.row_dsp .des_dsp{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #555555;
    height: 72px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
    margin-bottom: 25px;
}
.row_dsp .btn_dsp{
    background: var(--main-color);
    display: block;
    width: max-content;
    margin: 0 auto;
}
.row_dsp .btn_dsp>span{
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}
.home_product {
    margin: 0 !important;
}
.box_tuvan h4{
    font-weight: 500;
    font-size: 33px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 5px 0;
}
.btn_tuvan{
    margin: 0;
    margin-top: 10px;
    border: 2px solid #fff !important;
}
.btn_tuvan>span{
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}
.btn_tuvan:hover{
    background: var(--main-color);
    border-color: var(--main-color) !important;
}
.sec_4{
    padding-bottom: 0 !important;
}
.main_video.mb{
    margin-bottom: 20px;
}
.btn_read_news{
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff !important;
    padding: 0 30px;
}
.btn_read_news>span, .btn_read_news>i{
    color: var(--main-color);
    font-style: normal;
    font-size: 18px;
}
.btn_read_news>span{
    margin-right: 20px;
}
.titleHome_type2{
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
}
.home_blogs {
    background: #fff;
    padding: 15px;
}
.home_blogs .is-divider{
    display: none;
}
.home_blogs > .post-item{
    border-bottom: 1px solid #7EC6E9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.home_blogs > .post-item:last-child{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: unset;
}
.home_blogs > .post-item .box-image .image-cover{
    padding: unset !important;
    height: 135px;
}
.home_blogs > .post-item .box-image img{
    height: 135px;
    object-fit: cover;
}
.home_blogs > .post-item .box-vertical{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home_blogs > .post-item .box-vertical .box-image{
    width: 200px !important;
}
.home_blogs > .post-item .box-vertical .box-text{
    width: calc(100% - 200px);
}
.home_blogs > .post-item .box-vertical .box-text .post-title{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--main-color);
    max-height: 72px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
    margin-bottom: 15px;
    text-align: justify;
    text-align-last: left;
}
.home_blogs > .post-item .box-vertical .box-text .post-meta{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}
.wapper_hotline .info{
    display: flex;
    align-items: center;
}
.wapper_hotline .info label{
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.wapper_hotline .info .hotlineNumber{
    margin-right: 30px;
}
.wapper_hotline .info .hotlineNumber label>a{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}
.email_info a{
    color: #fff;
}
.wapper_hotline>.image{
    margin-bottom: 25px;
}
.home .dvls_maps_header{
    background: var(--second-color);
}
.row_heThongcuaHang >.col {
    padding: 0 !important;
}
.home .dvls_maps_header .dvls_maps_header_right form{
    margin: 0;
}
.dvls_maps_3col{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dvls_maps_3col .dvls_maps_col{
    width: auto;
    float: unset;
}
.dvls_maps_3col .dvls_maps_col select, .dvls_maps_3col .dvls_maps_col input{
    margin: 0;
}
.dvls_maps_3col .city, .dvls_maps_3col .district{
    width: 300px;
}
.dvls_maps_3col .submitFind{
    width: 136px;
    margin-right: 60px;
}
.dvls_maps_3col .submitFind input[type="submit"]{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: capitalize;
    background: var(--main-color);
}
.dvls_maps_3col .dvls_maps_col.btn_dk{
    background: var(--main-color);
    padding: 4px 70px;
    border: 1px solid #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.dvls_maps_3col .dvls_maps_col.btn_dk>a{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.dvls_maps_container .dvls_maps_body{
    margin-top: 20px;
    max-height: 408px;
}
.sec_7{
    padding-bottom: 30px !important;
}
.dvls_maps_wrap .dvls_result_infor h3{
    color: var(--main-color);
    font-size: 18px;
    line-height: 30px;
}
.dvls_result_infor p{
    font-size: 16px;
    line-height: 24px;
    color: #242424;
}
.dvls_result_wrap{
    background: #ECEDEF;
    padding: 15px;
}
.dvls_maps_sidebar{
    background: #ECEDEF;
}
.dvls_result_wrap .dvls_result_item {
    margin-bottom: 10px;
    background: #D9D9D9 !important;
}
.term-description .gallery-item img{
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.term-description .gallery-item .gallery-caption{
    font-weight: bold;
}
.term_product{
    background: #ECEDEF;
    padding: 30px 0;
    border-top: 1px solid #A1A3A5;
}
.breadcrumd_core #breadcrumbs{
    display: none;
}
.breadcumb_term .breadcrumbs{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    color: var(--main-color);
    text-transform: inherit;
}
.breadcumb_term .breadcrumbs a,.breadcumb_term .breadcrumbs span.divider{
    color: #242424;
}
.filter-sidebar .WOOF_Widget .widget-title,
.widget_search .widget-title{
    background: var(--main-color);
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 15px !important;
    padding-bottom: 15px !important
}
.filter-sidebar .WOOF_Widget .widget-title::before,
.widget_search .widget-title:before{
    content: "";
    position: absolute;
    width: 23px;
    height: 18px;
    background: url('../img/Filter.png') no-repeat;
    left: 15px;
    top: 15px;
}
.widget_search form{
    padding: 0px 10px;
    padding-bottom: 5px;
}
.widget_search form .search-field{
    box-shadow: none;
    border-radius: 5px;
    min-height: 45px;
}
.widget_search form .ux-search-submit{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    background-color: transparent;
    border: none;
    color: #d5d5d5;
    font-size: 14px;
    height: 45px;
}
.filter-sidebar .WOOF_Widget .woof_show_text_search{
    height: 47px;
    border: 1px solid #C1C7CD;
    border-radius: 2px;
    font-size: 15px;
    color: #555555;
}
.filter-sidebar .WOOF_Widget .woof_show_text_search::placeholder{
     font-size: 15px;
}
.filter-sidebar .WOOF_Widget .woof_container .woof_container_inner{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
}
.filter-sidebar .WOOF_Widget .woof_text_search_container .woof_container_inner{
    box-shadow:unset;
}
.filter-sidebar .WOOF_Widget .woof_container .woof_container_inner > h4{
    background: #ECEDEF;
    padding: 10px 15px;
}
.filter-sidebar .WOOF_Widget .woof_container .woof_container_inner .woof_checkbox_term {
    margin-bottom: .6em;
}
.filter-sidebar .WOOF_Widget .woof_container .woof_container_inner .woof_list_checkbox .woof_checkbox_label{
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #242424;
}
.filter-sidebar .WOOF_Widget .woof_container .woof_container_inner .woof_section_scrolled::-webkit-scrollbar{
    width: 6px;
}
/* Track */
.filter-sidebar .WOOF_Widget .woof_container .woof_container_inner .woof_section_scrolled::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.filter-sidebar .WOOF_Widget .woof_container .woof_container_inner .woof_section_scrolled::-webkit-scrollbar-thumb {
  background: #555;
  border: 1px solid #C1C7CD;
  border-radius: 10px;
}

/* Handle on hover */
.filter-sidebar .WOOF_Widget .woof_container .woof_container_inner .woof_section_scrolled::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* Handle on hover */
.filter-sidebar .woof_submit_search_form_container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -20px;
}
.filter-sidebar .woof_submit_search_form_container > .button {
    width: calc(50% - 20px);
    margin: 0;
    margin-left: 20px;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 16px;
}
.tax-product_cat .product-small .col-inner .box-text .product-title, .post-type-archive-product .product-small .col-inner .box-text .product-title{
    margin: 0;
}
.box-text-products .product-title a, .product_list_widget span.product-title{
    max-height: 1.3em;
    height: auto;
    -webkit-line-clamp: 1;
}
.shop-container .box-text-products .left_wapper_products{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.shop-container .box-text-products .price-wrapper{
    width: 50%;
    text-align: right;
}
.shop-container .product-small .product-small.box .box-text-products .sku_product{
    text-align: left;
    width: 50%;
    padding-left: 3px;
}
.box-text-products .product-title a, .product_list_widget span.product-title{
    font-size: 16px;
    text-align: left;
}
.tax-product_cat .product-small .col-inner .box-text, .post-type-archive-product .product-small .col-inner .box-text{
    text-align: left;
}
.woocommerce-Price-amount.amount{
    color: #242424;
}
.tax-product_cat .product-small .col-inner, .post-type-archive-product .product-small .col-inner{
    border: none;
}
.product-container .product-main .woocommerce-breadcrumb{
    display: block;
}
.loc .searchform {
    padding:  0 10px;
}
.wapper_search{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
}
.wapper_search .text-search-attr{
    width: 290px;
    margin-left: 10px;
}
.wapper_search .dong-san-pham{
    width: 178px;
    margin-left: 10px;
}
.wapper_search .loai-san-pham{
    width: 186px;
    margin-left: 10px;
}
.wapper_search .kich-thuoc{
    width: 170px;
    margin-left: 10px;
}
.wapper_search .khoang-gia{
    width: 175px;
    margin-left: 10px;
}
.wapper_search .btn_attr{
    flex: 1;
    margin-left: 10px;
}
.loc > .searchform,  .loc > .searchform .wapper_search input, .loc > .searchform .wapper_search select, .loc > .searchform .wapper_search .btn_attr{
    margin-bottom: 0;
    margin-top: 0;
}
.loc{
    padding: 28px 0;
    background: var(--second-color);
}
.product-gallery .flickity-viewport>.flickity-slider>.col>a{
    position: relative;
    top: 0;
    transform: translate(0, 0);
}
.product-container .product-main .product-info .woocommerce-breadcrumb{
    display: none;
}
.product-container .product-main .breadcumb_term{
    padding-bottom: 15px;
}
/* .product-container .product-main.product_single_devmd .flickity-prev-next-button{
    display: none;
} */
.product-container .product-main.product_single_devmd .vertical-thumbnails::-webkit-scrollbar{
    width: 6px;
}
/* Track */
.product-container .product-main.product_single_devmd .vertical-thumbnails::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.product-container .product-main.product_single_devmd .vertical-thumbnails::-webkit-scrollbar-thumb {
  background: #555;
  border: 1px solid #C1C7CD;
  border-radius: 10px;
}

/* Handle on hover */
.product-container .product-main.product_single_devmd .vertical-thumbnails::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.product-info.summary h1, .product-info.summary .woocommerce-product-rating{
    display: block;
}
.product-main .product-info .product-title{
    font-style: normal;
    font-size: 30px;
    color: var(--main-color);
    line-height: 1.3em;
    margin-bottom: 15px;
}
.ma-sp{
    margin-bottom: 15px;
    font-size: 17px;
}
.ma-sp span{
    font-weight: bold;
}
.list_attr .item{
    list-style: none;
    margin-left: 0;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.list_attr .item span{
    min-width: 140px;
    display: block;
}
.product-info .price{
    font-size: 18px;
}
.product-info .woocommerce-Price-amount.amount{
    color: var(--main-color);
    font-size: 20px;
    margin-left: 20px;
}
.zalo-share-button{
    top: 0;
}
.box-sl{
    background: #fff;
}
.text_num_quantity_devmd, .custom-add-to-cart{
    width: 100%;
    margin: 0;
}
.custom-add-to-cart{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: 20px;
}
.custom-add-to-cart .btn_dutoan, .custom-add-to-cart .single_add_to_cart_button{
    width: calc(50% - 20px);
    margin-bottom: 0;
}
.custom-add-to-cart .btn_dutoan{
    height: 40px;
    background-color: var(--main-color);
    border-radius: 5px;
    background-image:url('../img/dutoan.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    padding: 0;
}
.custom-add-to-cart .btn_dutoan>a, .custom-add-to-cart .single_add_to_cart_button{
    color: #FFFFFF;
    font-size: 18px;
    text-transform: initial;
    font-weight: normal;
    display: block;
}
.custom-add-to-cart .single_add_to_cart_button{
    height: 40px;
    min-height: 40px;
    line-height: 37px;
    background-color: var(--second-color);
}
.block-my-addtocart .before-quantity{
    font-size: 18px;
    margin-right: 30px;
}
.woocommerce-tabs .product-tabs>li>a{
    padding: 8px 40px;
}
/* Sửa lại gallery vertical */
@media screen and (min-width: 850px){
    .devvn-vertical-thumbnails .product-thumbnails.thumbnails {
        width: 480px;
        -webkit-transform: rotate(90deg) translate(0, -100%);
        transform: rotate(90deg) translate(0, -100%);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    .devvn-vertical-thumbnails{
        height: 480px;
    }
    .product-gallery .woocommerce-product-gallery .product-gallery-slider .flickity-viewport a img{
        max-height: 480px;
    }
    .devvn-vertical-thumbnails .product-thumbnails.thumbnails .col {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        padding: 0;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100px;
    }
    .devvn-vertical-thumbnails .product-thumbnails.thumbnails .flickity-prev-next-button.previous {
        opacity: 1;
        left: 0;
        transform: translateX(0);
        top: 47px;
        -ms-transform: translateX(0);
    }
    .devvn-vertical-thumbnails .product-thumbnails.thumbnails .flickity-prev-next-button.next {
        opacity: 1;
        right: -35px;
        transform: translateX(0);
        top: 47px;
        -ms-transform: translateX(0);
    }
    .devvn-vertical-thumbnails .product-thumbnails a:hover img,
    .devvn-vertical-thumbnails .product-thumbnails a:hover,
    .devvn-vertical-thumbnails .product-thumbnails .is-nav-selected a img,
    .devvn-vertical-thumbnails .product-thumbnails .is-nav-selected a {
        border-color: transparent !important;
        border: 0 !important;
    }
    .devvn-vertical-thumbnails .product-thumbnails.thumbnails .flickity-viewport {
        height: 100px !important;
    }
    .vertical-thumbnails{
        overflow-x: hidden;
        overflow-y: hidden;
        height: 512px;
    }
    .coltit_prosingle .large-10{
        padding-bottom: 0;
    }
    .coltit_prosingle .large-10 .woocommerce-product-gallery, .coltit_prosingle .large-10 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
        height: 100%;
        position: relative;
        background: #f7f7f7;
    }
    .coltit_prosingle .large-10 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
        border: 1px solid #ccc;
    }
    .coltit_prosingle .large-10 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .coltit_prosingle .large-10 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport{
        max-height: 100%;
        object-fit: cover;
    }
}
.product_single_devmd .woocommerce-breadcrumb a{
    font-size: 16px;
    color: #242424;
}
.product_single_devmd .woocommerce-breadcrumb a:last-child{
    color: var(--main-color);
}
.related-products-wrapper h3.product-section-title{
    font-size: 25px;
}
.product_meta .sku_wrapper{
    display: none;
}
.btn_dowload{
    display: block;
    position: relative;
    padding-left: 40px;
    color: #555555;
    font-size: 14px;
}
.btn_dowload::before{
    content: "";
    width:28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url('../img/download-pdf.png') no-repeat;
}
.product_meta>span {
    display: block;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 14px;
}
.quantity input[type="number"],.quantity .button.minus,.quantity .button.plus{
    background: #ECEDEF;
    height: 35px;
    min-height: 35px;
    line-height: 35px;
}
.woocommerce-tabs > .product-tabs{
    border: none;
    border-bottom: 1px solid #ccc;
}
.woocommerce-tabs .product-tabs>li{
    margin-right: 5px !important;
}
.woocommerce-tabs .product-tabs>li>a {
    padding: 8px 40px;
    background: #A1A3A5;
    color: #fff;
}
.product-footer .woocommerce-tabs{
    border: 0;
}
.search_htpp{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.titform_htpp p{
    color: #0076be;
    font-weight: 600;
    padding-top: 8px;
}
.rowformhtpp > .col{
    padding-bottom:  0px;
}
.rowformhtpp > .col input,
.rowformhtpp > .col select{
    margin-bottom:  0;
}
.titcat_htpp h1{
    text-align: center;
    color: #0076be;
    text-transform: uppercase;
}
.btnsearch_htpp .searchnow{
    width: 100%;
    text-align: center;
    min-height: 38px;
    background-color: #3b76ba;
    border-radius: 5px;
    line-height: 39px;
    color: #fff;
    cursor: pointer;
}
.coladd_pagehtpp > .col-inner {
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 1px #ccc;
}
.imgload_htpp.iconloading {
    display: block !important;
}
.textform_dkdl h3{
	    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #07b;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 35px;
    padding: 5px 0px;
}
.zoomContainer{
    margin-top: -32px;
}
.row_duan_vip .col{
    padding: 0;
    margin:0 10px;
}
.row_duan_vip{
    margin-left: -5px;
}
.row_duan_vip .box-image img{
    height: 180px;
    object-fit: cover;
}
.row_duan_vip .text{
    text-align: center;
}
.row_duan_vip .text > a{
    color: #333;
    text-align: center;
    font-weight: 500;
}
.slider_Duan .slick-list a.elevatezoom-gallery{
    margin: 0 5px;
}
.slider_Duan .slick-list{
    margin-left: -5px;
    margin-top: 15px;
}
.slider_Duan .slick-list a.elevatezoom-gallery>img{
    height: 70px;
    width: 100%;
    object-fit: cover;
}
.form_3d{
    padding: 20px;
    background: url('../img/anh-ban-tra-da-quy.jpg') no-repeat;
    position: relative;
}
.form_3d .wpcf7-form-control-wrap,.form_3d .wpcf7-submit{
    z-index: 2;
    position: relative;
}
.form_3d::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000006b;
}
.form_3d .title_3d{
    text-align: center;
    margin-bottom: 15px;
    color: var(--second-color);
    font-size: 20px;
    font-weight: 500;
    z-index: 2;
    position: relative;
}
.form_3d .wpcf7-submit{
    background: var(--second-color) !important;
    margin: 0;
}
.btn_3d{
    text-align: center;
}
.Accor_hoidap > a{
    font-weight: 600;
    font-size: 19px;
}
.title_noline_page h3{
    font-size: 20px;
}
.title_noline_page h3, .title_noline_page{
    margin: 0;
}
.title_noline_page h3, .title_noline_page h3 span{
    border: none;
    padding: 0;
    margin-bottom: 0;
    padding: 5px;
    padding-left: 10px;
}
.row_duan_vip .arrow.left{
    width: 24px;
    height: 24px;
    position: absolute;
    left: -10px;
    top: 33%;
    transform: translate(0, -50%);
    background: url(../img/arrowLeft.png) no-repeat;
    cursor: pointer;
    z-index: 8;
}
.row_duan_vip .arrow.right{
    width: 24px;
    height: 24px;
    position: absolute;
    right: -10px;
    top: 33%;
    transform: translate(0, -50%);
    background: url(../img/arowRight.png) no-repeat;
    cursor: pointer;
    z-index: 8;
}
.bread_after_title{
    padding-top: 10px;
}
.bread_after_title span, .bread_after_title span a{
    color: #242424 !important;
    font-size: 17px;
}
.bread_after_title span span.breadcrumb_last{
    color: #3B76BA !important;
}
.nopadding_bottom{
    padding-bottom: 0px !important;
}
.product-footer .tab-panels .entry-content iframe{
    max-width: 700px;
    height: 400px;
    margin: 0 auto;
    display: table;
}
.formdk_pagechetac .form_3d{
    max-width: 500px;
}
.formdk_pagechetac .form_3d .title_form{
    text-align: center;
    color: var(--second-color);
    font-size: 20px;
    font-weight: 500;
    z-index: 2;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.formdk_pagechetac .form_3d .btn_dkn{
    margin: 0 auto;
    display: table;
}
.coladd_pagehtpp .col-inner iframe{
    height: 136px !important;
}
.address_pagehtpp .menu-item .ux-menu-link__text{
    font-size: 14px;
}
.address_pagehtpp .menu-item .ux-menu-link__link{
    padding: 0;
    min-height: initial;
}
.blog-archive .address_pagehtpp .title_dsdaily span{
    font-size: 16px !important;
    font-weight: 600;
}
.video_home_devmd, .col_video .video.video-fit{
    padding-top: 0px !important;
}
#shop-sidebar .widget {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    background: #fff;
}
#shop-sidebar .widget-title{
    background: #ECEDEF;
    text-transform: unset;
    font-size: 16px !important;
}
ul.woocommerce-widget-layered-nav-list{
    padding: 0px 10px;
}
.woocommerce-widget-layered-nav-list li .count{
    display: none;
}





.locationItem { 

    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.5);
	color:#fff;
}
.locationItem .location-title{text-align:center;height:40px;background-color:rgba(0,0,0,0.3);}
.locationItem .location-title h4{margin:0;line-height:40px;color:#fff;text-transform:uppercase;font-size:16px;}
.locationItem .location-list{max-height:290px;overflow-y:scroll;}
.locationItem .location-list .item{border-bottom:1px solid rgba(255,255,255,0.5);border-right:0;padding:10px;max-width:100%;}
.locationItem .location-list .item .location-name{text-transform:uppercase;color:#ebbb79;font-weight:600;line-height:24px;}
.locationItem .location-list .item p{margin:0;line-height:26px;font-size:12px;font-weight:600;}
.locationItem .location-list .item .location-map a{color:#ebbb79;text-decoration:underline;}
@media (max-width: 767.98px){
.locationItem{flex-shrink:0;margin:0 10px;}
}