/*
Theme Name: QC-child
Theme URI: https://biv.com.vn/
Description: Theme Hello BIV
Author: BIV Marketing
Author URI: https://biv.com.vn/
Template: hello-elementor
Version: 1.0.3
*/
@import url("../hello-elementor/style.css");
/* CSS Dot Sale page */
.dream-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*     margin-bottom: 30px; */
}
.dream-dots span:first-child {
    background-color: #00a8ff;
}
.dream-dots span:nth-child(2) {
    background-color: #9c88ff;
}
.dream-dots span:nth-child(3) {
    background-color: #fbc531;
}
.dream-dots span:nth-child(4) {
    background-color: #4cd137;
}
.dream-dots span:nth-child(5) {
    background-color: #487eb0;
}
.dream-dots span:nth-child(6) {
    background-color: #e84118;
}
.dream-dots span:nth-child(7) {
    background-color: #8c7ae6;
}
.dream-dots span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}
.dream-dot-ct {
    display: flex;
    justify-content: center!important;
}
.text-box-icon:hover span{
	color: #ffffff;
}
.text-box-icon:hover i{
	color: #ffffff;
}
/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
  /* CSS dot-be*/
.dot-be-m{
	display: flex;
    justify-content: center !important;
}
} 
/*Mobile*/
@media (max-width: 739px) {
	/*CSS dot-be sale page*/
.dot-be-m{
		display: flex;
    	justify-content: center !important;
	}