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

/*************** ADD CUSTOM CSS HERE.   ***************/
.absolute-footer{
    display: none;
}
.nav-tabs > li > a {
	background: linear-gradient(rgb(255, 200, 9), rgb(206, 161, 0));
}
.nav-tabs > li > a span {
	color: #fff;
}
.nav-tabs > li.active > a {
	background: #fff;
}
.success-color, .nav-tabs > li.active > a span {
	color: rgb(206, 161, 0);
}
.tabbed-content ul.nav-tabs::after {
	content: '';
	width: 100%;
	height: 3px;
	background: rgb(206, 161, 0);
	margin: 30px 0px 0 0;
}
.nav-tabs + .tab-panels {
	padding: 0px;
	border: none;
	margin-top: 30px;
}

.item-wrap-mn .moveup {
	text-align: center;
	background: rgb(206, 161, 0);
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: auto auto 20px;
	display: block;
	box-shadow: 0 1px 2px 1px #ccc;
	transition: .2s;
}
.moveup {
	-webkit-animation: arrowup 1s ease-in-out infinite;
	animation: arrowup 1s ease-in-out infinite;
}
.moveup:hover {
	background: rgb(255, 200, 9);
}
.item-wrap-mn .moveup .item-box-txt {
	display: inline-block;
	width: 140px;
	height: 140px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-top: 5px;
	padding-top: 50px;
}
.item-wrap-mn .moveup p.item-top {
	border-bottom: 1px dashed #fff;
	margin-bottom: 5px;
	font-size: 10px;
}
.item-wrap-mn .moveup p.item-bottom {
	color: #fff;
    font-size: 15px;
  font-weight: bold;
}
.moveup:hover .item-top{
    color: #fff;
}
.moveup1 {
	-webkit-animation: arrowup 1.2s ease-in-out infinite;
	animation: arrowup 1.2s ease-in-out infinite;
}
@-webkit-keyframes arrowup {
    0% {
      transform: translateY(-5%);
    }
  
    50% {
      transform: translateY(5%);
    }
  
    100% {
      transform: translateY(-5%);
  }
  }


.wrapper-sidebar-hotline {
	background-color: rgb(255, 204, 0);
	padding: 20px;
	border-radius: 2px;
}
.wrapper-sidebar-hotline .hotline-header {
	font-size: 20px;
	font-weight: 700;
	color: rgb(237, 28, 36);
}
.wrapper-sidebar-hotline .hotline-item {
	font-weight: 700;
	font-size: 18px;
	background: rgb(248, 111, 20);
	border-radius: 3px;
	margin-top: 10px;
	padding: 3px 10px;
}
.moveup:hover i, .item-wrap-mn .moveup p.item-bottom, .moveup:hover .item-top, .nav-tabs > li > a span, .wrapper-sidebar-hotline .hotline-item a {
	color: rgb(255, 255, 255);
}

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


}