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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* CSS Menu topbar */
.ic-topbr span {
    padding-left: 5px;
}
.ic-topbr a{
   color: #ffff;
}
/* END CSS */

/* CSS Menu main */
.nav-dropdown>li.nav-dropdown-col {
	display: block;
}
.nav-dropdown {
	border: 1px solid #ddd;
	padding: 0;
}
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a {
	font-weight: normal !important;
	text-transform: none !important;
	font-size: 15px;
	font-weight: 500;
}
.nav-dropdown .nav-dropdown-col>ul li:hover {
	background: #f9d44b;
}
.nav-dropdown-default>li:hover>a,
.nav-dropdown .nav-dropdown-col>ul li:hover>a {
	color: white;
}
.nav-dropdown-default>li:hover {
	background: #f9d44b;
}
.nav-dropdown-default>li>a {
	border-bottom: 0 !important;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
	border-width: 10px;
	margin-left: -10px;
}
.nav-dropdown .nav-dropdown-col>ul {
	border: 1px solid #d2d2d2;
	margin-top: -40px;
	box-shadow: 2px 2px 5px #828282;
	display: none;
	position: absolute;
	left: 100%;
	z-index: 9;
	background: white;
	min-width: 240px;
}
.nav-dropdown>li.nav-dropdown-col {
	width: 100%;
	border-right: 0;
}
.nav-dropdown .nav-dropdown-col>ul li a {
	padding: 10px;
	text-transform: none;
	color: black;
}
.nav-dropdown a{
	color: black!important;
}
/* END CSS */

/* CSS menu bottom */
.header-nav li.nav-dropdown-col:hover>ul {
	display: block !important;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}
/* END CSS */

/* CSS home */
.tth-h1{
	color: black;
	margin-bottom: 40px;
}
.tth-h1 .color-tt {
	color:#fdd44e;
}
.tth-h1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 95px;
    background: url(/wp-content/uploads/2023/01/dl-line.png) no-repeat center;
    left: 0;
}
.ic-col .col, .columns, .gallery-item {
    padding: 0px 10px;
}



.ter-home {
    border: 1px dashed #2e7bb299;
    padding: 15px 10px;
    border-radius: 5px;
}
.ter-home img.attachment-thumbnail.size-thumbnail {
    border: 2px dashed #2e7bb299;
    padding: 0px;
}
.star-rating span:before {
    color: #fff000;
}

/* CSS product */
span.widget-title.shop-sidebar {
    background: #fdd44e;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 0px 10px 15px;
    margin-bottom: 0px;
}

ul.product-categories {
    border: 1px dashed #fdd44e;
    border-radius: 0 0 7px 7px;
    margin-bottom: 15px;
	  padding-left: 10px;
}
.is-divider.small {
    display: none;
}
/* END CSS */

/*CSS đánh giá sản phẩm*/
.rating-table_cmt button{
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: #60842a;
}
.rating_total{
    font-size: 22px;
    line-height: 60px;
    color: #cb1c22;
    font-weight: 500;
    margin-bottom: 4px;
}
.title-rating{
    font-size:18px;
}
.ptt-bar-temperature{
    height: 100%;
    background:#48bb78;
    border-radius: 5px;
}
.fa-star {
    font-size: 13px;
    color: #ea9d02;
    margin-left: 3px;
}
.ptt-col-1{
    width: 35px;
    display: flex;
}
.rating-table__total,.rating-table_cmt{
    text-align:center
}
.star-rating-custom .star-rating{
    margin:auto;
}
.ptt-col-2{
    width:100%;
    margin:auto 10px;
}
.ptt-meter-bar{
    border-radius: 5px;
    height: 10px;
    width: 100%;
    background: #edeeef;
}
.ptt-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.star-cust {
    height: 15px;
    margin: auto;
}
/*END CSS*/

/* CSS blog */
span.widget-title {
    background: #fdd44e;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 0px 10px 15px;
    margin-bottom: 0px;
}
.is-divider.small {
    display: none;
}

/* CSS fb,zalo,location */
.ring-wrap {
    position: fixed;
    bottom: 0;
    left: 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: 220px;
    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; */
    left: 30px;
    bottom: 30px;
}

.hotline-bar>a {
	color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-indent: 60px;
    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;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}