/*
Theme Name: Nội thất
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-bottom{
	border-bottom: 5px solid #FF7700;
}
@-webkit-keyframes ping {
    from { transform: scale(.25); -ms-transform: scale(.25); /* IE 9 */ -webkit-transform: scale(.25); /* Safari and Chrome */ -o-transform: scale(.25); /* Opera */ -moz-transform: scale(.25); /* Firefox */ opacity: 1; }
    to { transform: scale(1); -ms-transform: scale(1); /* IE 9 */ -webkit-transform: scale(1); /* Safari and Chrome */ -o-transform: scale(1); /* Opera */ -moz-transform: scale(1); /* Firefox */ opacity: 0; }
}


@-webkit-keyframes breathe {
    from { border-color: #f90; background-color: #f90; }
    to { border-color: #f30; background-color: #f30; }
}
.ping {
    top: -15px;
    left: -15px;
    border: 2px solid #f00;
    background: #fff;
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-name: ping;
    -webkit-animation-name: ping;
}
.div-phai .row-collapse .col{
	padding:2px !important;
}
span.ring-min {
    width: 12px;
    height: 12px;
    position: absolute;
    text-decoration: none;
    background-color: yellow;
    border-radius: 55px;
    border: solid 2px #f90;
    -moz-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -moz-animation-name: breathe;
    -webkit-animation-name: breathe;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;}
div.ring {
    display: block;
    float: left;
    position: absolute;
    border-radius: 25px;
    padding: 20px;
    transform: scale(.25);
    -ms-transform: scale(.25);
    -webkit-transform: scale(.25);
    -o-transform: scale(.25);
    -moz-transform: scale(.25);
    -webkit-transform-origin: center;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: center;
}
.ring-main .ring-cont {
    line-height: 27px;
    float: left;
    width: 92%;
}
.ring-main .ring-cont a {
    color: #f70;
    font-size: 14px;
    display: block;
    width: 100%;
    text-indent: 16px;
}
.router-l100 {
 
margin-top: 7px;

    background: #fff;
}
.router-l100 .tgx-cen {
       border: 2px dashed #ffde00;
    width: 100%;
    margin: 0px;
min-height: 155px;
    padding: 10px;
}
.router-l100 .tgx-cen h2, .router-l100 .tgx-cen h1 {
    margin: 4px 0;
    color: #464646;
    font-size: 16px;
    text-indent: 26px;
    background: url(images/icon-chat.png) no-repeat top left;
}
.call-bach {
    float: left;
    height: 49px;
    text-indent: 48px;
    font-size: 35px;
    letter-spacing: 1px;
    background: #f70 url(images/hotline.gif) no-repeat top left;
    border: 2px solid #f70;
    line-height: 49px;
    font-family: Impact,'Arsenal';
    padding-right: 5px;
    border-radius: 2px;
}
.router-l100 .call-price {
    border-color: #0af;
    background: #fff url(images/baogia.jpg) no-repeat -20px center;
    padding-right: 10px;
    font-size: 18px;
    float: right;
    -webkit-text-stroke-color: #f50;
}
.call-bach a {
    color: #fff;
    text-decoration: none;
}
.router-l100 .call-price a {
    color: #0af;
    font-family: arsenal,Arial;
    font-weight: bold;
}
div.container200 {
    float: left;
    display: block;
    margin: 6px;
    position: relative;
}
.ring-main {
    padding: 8px;
    height: 45px;
    border: 1px solid #f70;
    box-sizing: border-box;
    background: #fff;
    max-width: 502px;
    margin: 0px 0 6px 0;
}
@media(max-width:855px ){
	.ring-main{
		margin-top:5px;
	}
	.call-bach {
    margin-bottom: 9px;
    float: unset;}
    .router-l100 .call-price{
    	float: unset;
    }
    .ring-main .ring-cont a{
    	font-size:12px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}