/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* CSS top bar */
.header-top .tpbar-email {
    text-transform: math-auto;
}

/* Hiệu ứng hover */
.pr-home .product-small.box:hover, .archive .product-small.box:hover {
    border: 1px #0000FF solid;
}
img.hd-img {
    width: 120px;
    height: 75px;
}
/* Màu heading */
.head-h h1:after {
    content: '';
    width: 100px;
    height: 3.13px;
    background: red;
    margin: auto;
    display: block;
    margin-top: 5px;
}
/* CSS top bar */
#top-bar a {
    font-size: 15px;
}
li.html.custom.html_topbar_left {
    font-size: 16px;
    font-weight: 300;
}

/* CSS trang chủ */
.col-h .col, .columns, .gallery-item {
    padding: 0 15px 0px;
}
/* -- Danh mục sản phẩm */
.wc-catego .product-category:hover h5 {
    color: #333d96;
}
.wc-catego .box-image {
    border: 4px #da251c solid;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.wc-catego h5 {
    color: #111;
}
.wc-catego .box-image:hover::before, .ib-home .box-image:hover::before, .pr-home .box-image:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.wc-catego .box-image::before, .ib-home .box-image::before, .pr-home .box-image:hover::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%
  }
}

.flickity-button {
    margin-top: -5%!important;
}
.wc-catego .flickity-prev-next-button svg{
	background: #133e75;
    border-radius: 99%;
    color: white;
}
.head-h h1 {
	color: #0000FF;
	text-transform: uppercase;
}
.btn-home {
    font-weight: 100;
    font-size: 14px;
}

.pr-home .product-small.box, .archive .product-small.box {
    background: white;
    box-shadow: 3px 5px 1px #00000014;
    border-radius: 5px;
}

/* --Video */
.video.video-fit.mb.video-home {
    border: 5px #278dff solid;
}

/* -- Dịch vụ */
.ib-home {
    border: 3px #0066ff solid;
    border-radius: 10px;
}
.ib-home img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.ib-home .box-text.text-center {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.ib-home h4 {
    color: #0000FF;
    text-transform: uppercase;
}

/* CSS sản phẩm */
.archive .price-wrapper{
	display: none;
}
.archive a.quick-view.quick-view-added {
    background: #00b4f9;
}
.archive .product-small.box {
    margin-bottom: 22px;
}
.archive .title-wrapper, .archive p.box-excerpt.is-small{
    padding-left: 15px;
}
.archive a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, .pr-home a {
    color: #0000FF;
    font-weight: bold;
	font-size: 16px;
}
.archive .box-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* CSS chi tiết sản phẩm */
.yikes-custom-woo-tab-title {
    display: none;
}
.single-product .nav-pills>li>a {
    border-radius: 0px;
    margin-right: 4px;
    background: #0099FF;
    color: #fff;
}
.single-product .nav-box>li.active>a, .nav-pills>li.active>a {
	background: #fff!important;
    color: #333d96;
}
/* CSS nút liên hệ */
.product-btn_single{
    display: inline-block;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
    text-decoration: none;
    border-bottom: 0!important;
    max-width: 350px;
	background: #5309ff;
    width: 100%;
	color: #fff;
}
.product-btn_single, .product-btn_zalo{
	border-radius: 4px;
}
.product-btn_single, .product-btn_zalo {
    color: #fff;
}
.product-btn_single:hover{
	color: #fff;
	background: #5309ffbf;
}

.product-main {
    padding: 0px 0;
    padding-top: 40px;
}
.pr-home .col .col-inner .box-image, .pr-home .col-inner {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* -- Cam kết */
.ck-h .icon-box{
	background: #0a3267b3;
    padding: 20px 10px;
    border-radius: 10px;
}

/* CSS trang sản phẩm */
.shop-container a.product-btn_single {
    display: block;
    padding: 10px 25px 10px 25px;
    font-size: 16px;
}
.shop-container .row-small>.col {
    margin-bottom: 0;
    padding: 0 10px 0px;
}
.shop-container .product-title a{
    display: block;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;  /* số dòng hiển thị */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

/* CSS Siderbar */
.sb-ic h3 {
    margin-bottom: 0;
}
.sb-ic {
    margin-bottom: 14px;
}
.is-divider {
    display: none;
}
.r-sb {
	margin-left: 0px!important;
    margin-right: 0px!important;
}
span.widget-title {
    background: #0099FF;
    display: block;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    letter-spacing: 0;
    text-align: center;
}
.widget-area ul, .widget-area .sb-col, ul.product_list_widget, ul.product-categories{
    border: 1px solid #00b4f9;
    margin: 0;
    border-bottom-left-radius: 5px;
    padding: 10px;
    border-bottom-right-radius: 5px;
}
#product-sidebar .product-btn_single, #shop-sidebar .product-btn_single{
    display: none;
}
#product-sidebar li, #shop-sidebar li {
    display: flex;
    align-items: center;
}


/* CSS fb,zalo,location */
.ring-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}


/* Mess */

.mess-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 65px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: -10px;
    bottom: 15px;
    display: block;
}

.mess-ring-circle {
    width: 90px;
    height: 90px;
    top: 17px;
    left: 17px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #00d1d17c;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.mess-ring-circle-fill {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
    position: absolute;
    background-color: #00d1d17c;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mess-ring-img-circle {
    background-color: #00d1d1;
    width: 50px;
    height: 50px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mess-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mess-ring-img-circle .pps-btn-img img {
    width: 45px;
    height: 45px;
}


/* zalo	 */

.zalo-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 65px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: -10px;
    bottom: 10px;
    display: block;
}

.zalo-ring-circle {
    width: 90px;
    height: 90px;
    top: 17px;
    left: 17px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #00ff0084;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.zalo-ring-circle-fill {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
    position: absolute;
    background-color: #00ff0084;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.zalo-ring-img-circle {
    background-color: #00ff00;
    width: 50px;
    height: 50px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zalo-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.zalo-ring-img-circle .pps-btn-img img {
    width: 45px;
    height: 45px;
}


/* Hotline	 */

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: -8px;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 90px;
    height: 90px;
    top: 17px;
    left: 17px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #ff0000b5;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
    position: absolute;
    background-color: #ff0000b5;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #ff0000;
    width: 50px;
    height: 50px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 30px;
    height: 30px;
}

.hotline-bar {
    position: absolute;
    background: #ff0000b5;
    height: 37px;
    width: 260px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
    border-radius: 50px !important;
    /* width: 175px !important; */
    right: 48px;
    bottom: 30px;
}

.hotline-bar>a {
	color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-indent: 24px;
    display: block;
    letter-spacing: 1px;
    line-height: 38px;
    font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
	.ring-wrap {
		z-index: 99;
	}
    /*  hotline  */
    /*.hotline-bar {
        display: none;
    }*/
    .hotline-phone-ring {
        left: -8px;
    }
    /* 	mess */
	.mess-ring{
		bottom: 0px;
	}
    .mess-ring-circle {
		width: 85px;
		height: 85px;
		top: 11px;
		left: 11px;
    }
    .mess-ring-circle-fill {
        width: 55px;
		height: 55px;
		top: 26px;
		left: 26px;
    }
    .mess-ring-img-circle {
        width: 40px;
        height: 40px;
        top: 34px;
        left: 34px;
    }
    .mess-ring-img-circle .pps-btn-img img {
        width: 30px;
        height: 30px;
    }
    /* 	zalo */
	.zalo-ring{
		bottom: 0px;
	}
    .zalo-ring-circle {
        width: 85px;
        height: 85px;
        top: 11px;
        left: 11px;
    }
    .zalo-ring-circle-fill {
        width: 55px;
		height: 55px;
		top: 26px;
		left: 26px;
    }
    .zalo-ring-img-circle {
        width: 40px;
        height: 40px;
        top: 34px;
        left: 34px;
    }
    .zalo-ring-img-circle .pps-btn-img img {
        width: 30px;
        height: 30px;
    }
    /* 	hotline */
    .hotline-phone-ring-circle {
        width: 85px;
        height: 85px;
        top: 11px;
        left: 11px;
    }
    .hotline-phone-ring-circle-fill {
        width: 55px;
		height: 55px;
		top: 26px;
		left: 26px;
    }
    .hotline-phone-ring-img-circle {
        width: 40px;
        height: 40px;
        top: 34px;
        left: 34px;
    }
    .hotline-phone-ring-img-circle .pps-btn-img img {
        width: 30px;
        height: 30px;
    }
}

/* Mobile */
@media (max-width: 739px) {
.ft-qh .col {
    padding-bottom: 0px;
}
}