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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.absolute-footer {
	display: none;
}
.widgettitle {
	display: none;
}
.botrai {
    background: url(img/bophai_t.png) no-repeat;
    float: left;
    width: 26px;
    height: 44px;
}
.bogiua {
    background: url(img/bogiua_t.png) repeat-x;
    float: left;
    width: auto;
    height: 44px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    line-height: 44px;
}
.bogiua h2 {
	font-size: 14px;
    color: #fff;
    line-height: 40px;
}
.bophai {
    background: url(img/botrai_t.png) no-repeat;
    float: left;
    width: 26px;
    height: 44px;
}
.chitietsp {
	clear: both;
	padding-top: 30px;
}
.sanpham {
	position: relative;
    border: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.cottrai {
	position: relative;
    border: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.cottrai .col-inner {
	top: -15px;
}
.sanpham .col-inner {
	top: -15px;
}
.chitietsp .col {
	padding-bottom: 0;
}
.is-divider {
	display: none;
}
#flatsome_recent_posts-2 {
	margin-left: 0 !important;
}
#flatsome_recent_posts-2 h1 {
	display: none;
}
.large-12 {
	padding-bottom: 0;
}
.row-divided>.col+.col:not(.large-12) {
	border-left: none !important;
}
.widget_nav_menu {
	margin-left: 0 !important;
}
.home .large-9 {
	max-width: 73%;
	flex-basis: 73%;
	margin-left: 20px;
}
.footer {
	padding-bottom: 0 !important;
}
.footer .col {
	padding-bottom: 0;
}
.btn-call-now {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 50px;
    background: rgba(254, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    z-index: 9999;
    left: 15px;
    top: initial !important;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    border-radius: 25px;
    padding: 2px;
    -moz-animation-duration: 500ms;
    -moz-animation-name: calllink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-duration: 500ms;
    -webkit-animation-name: calllink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-duration: 500ms;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.btn-call-now img {
    width: 40px;
    padding: 7px;
}
.btn-call-now span {
    margin-right: 10px;
}
.zalo-fix .rotate {
    width: 65px;
    height: 65px;
    background-image: url("https://caosutieuchuan.vn/wp-content/uploads/2024/03/rotate_img.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    bottom: 103px;
    left: 10px;
    top: initial !important;
    cursor: pointer;
    z-index: 9999;
}
.zalo-fix .rotate {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.zalo-fix .zalo_btn {
    position: fixed;
    bottom: 110px;
    left: 15px;
    top: initial !important;
    background: transparent;
    color: #FFF;
    cursor: pointer;
    padding: 0px;
    z-index: 9999;
}
.zalo-fix .zalo_btn img {
    height: 50px;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(360deg)
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform:rotate(0deg)
  }
  to {
    -moz-transform:rotate(360deg)
  }
}











@media  (max-width: 767px) { 
	.menu-main-menu-container ul{
	clear:both
}
	.home .large-9 {
    max-width: calc(100% - 40px);
    flex-basis: calc(100% - 40px);
    margin-left: 20px;
}
cottrai{
	max-width: calc(100% - 40px);
margin-left: 20px;
}
}

