@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: bướng
*/
@font-face {
	font-family: 'nokia';
	src: url('../fonts/UTM Nokia.ttf');
}.wp-text-hotline span.span-2
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	overflow-x: hidden;
	overflow-y: inherit;
}
h1, h2, h3, h4 {
    margin-top: 0px;
}
.ul-b {
	padding-left: 0px;
	margin-bottom: 0px;
}
.ul-b li {
	list-style-type: none;
}
input, button, select, textarea {
    outline: none;
}
img {
    max-width: 100%;
}
a:hover, a:focus {
    text-decoration: none;
}
a {
	color: #333;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}
.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}
.fl-left {
	float: left !important;
}
.fl-right {
	float: right !important;
}
.ds-fl {
	display: flex !important;
}
.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* css slide */
#slider-home .owl-prev, #slider-home .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    width: 38px;
    height: 37px;
    padding: 0px;
    line-height: 37px;
    font-size: 30px;
    font-weight: bold;
    transition: all 0.8s;
}
#slider-home .owl-prev {
    left: 30px;
}
#slider-home .owl-next {
    right: 30px;
}
#slider-home:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
#slider-home:hover .owl-next {
    right: 0px;
    opacity: 1;
}
/* css header */
.wp-header-top {
	padding: 0px;
	background-color: #f0b801;
}
.list-info-top {
    display: table;
    width: auto;
}
.list-info-top li {
    float: left;
}
.list-info-top li i {
	margin-right: 5px;
	font-size: 18px;
}
.hot-line-top span b {
	color: #f0ff00;
}
.list-info-top li:not(:last-child) {
    margin-right: 35px;
}
.header-top2 {
    float: right;
    display: flex;
    align-items: center;
    height: 40px;
}
.mxh-top {
    display: table;
    width: auto;
}
.mxh-top li {
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
}
.mxh-top li a {
    color: #ae1e16;
}
.mxh-top li a:hover {
    color: #0641f7;
}
.wp-logo img {
    width: auto;
    max-width: 100%;
}
.li-item {
	display: table;
}
.icon-dv {
	float: left;
}
.text-dv {
	float: none;
	overflow: hidden;
	padding-left: 10px;
}
.list-dv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}
.text-dv .h4-post {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
.wp-search {
    position: relative;
}
.wp-search-cart-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wp-search-cart-top .wp-search {
	width: 76%;
	padding: 8px 0px;
}
.wp-search-cart-top .wp-cart {
	width: 20%;
}
.wp-search input {
    height: 31px;
    line-height: 31px;
    border: none;
    border-radius: 3px;
}
.wp-search button {
    padding: 0px 15px;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    height: 31px;
   	line-height: 31px;
    background: #f0b801;
    color: #fff;
    border-radius: 0px 3px 3px 0px;
    font-size: 14px;
}
.wp-text-cart .span-1 {
	color: #fff;
}
.wp-middle-header-right .wp-cart {
    width: 30%;
}
.wp-hotline a, .wp-cart a {
    display: flex;
    align-items: center;
}
.wp-hotline a img {
    width: 44px;
}
.wp-text-hotline span {
    display: block;
}
.wp-text-hotline span.span-1 {
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	font-family: 'Roboto';
	font-weight: bold;
	text-align: right;
}
.wp-text-hotline span.span-2 {
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 20px;
	color: #ff0000;
	text-align: right;
	width: 100%;
}
.icon-cart {
    position: relative;
    width: 34px;
}
.wp-cart .wp-text-cart {
    width: calc(100% - 34px);
    padding-left: 15px;
}
.mrg-10 {
	margin-bottom: 10px;
}
.icon-cart .id-chiso {
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: #fff;
    color: #365899;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1px;
    right: -10px;
    border: 1.5px solid #365899;
}
.wp-middle-header {
	padding: 20px 0px;
}
/* css menu pc */
.navbar-default {
    background: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
    border-radius: 0px;
    min-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #ae1e16;
}
ul.dropdown-menu>li:not(:last-child) {
    border-bottom: 1px dashed #4295f1;
}
ul.dropdown-menu>li>a {
    padding: 10px 15px;
}
.li-search .navbar-form {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}
.li-search .form-group {
	width: 100%;
}
.li-search .form-group input {
	min-width: 245px;
	border-radius: 20px;
}
.li-search button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	background: none;
	border-radius: 20px;
}
.row.row-edit-00 {
	margin-left: 0px;
	margin-right: 0px;
}
.row.row-edit-00>div {
	padding-left: 0px;
	padding-right: 0px;
}
.bg-lam {
	background: #da251c;
	border-radius: 3px 0px 0px 0px;
}
#main-site>section {
	padding-top: 30px;
}
.title-hh .h2-title {
	margin-bottom: 0px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	background-color: #ae1e16;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Nunito';
	padding-left: 20px;
    border-radius: 5px 5px 0px 0px;
}
.sec-slide-home {
	padding-top: 0px !important;
}
.title-hh .h2-title i {
    margin-right: 10px;
}
div.list-menu {
	padding: 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.ul-list-menu {
    max-height: 380px;
    overflow-y: scroll;
}
.ul-list-menu li {
	border-bottom: 1px dashed #ccc;
	white-space: nowrap;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #fff;
    height: 40px;
    line-height: 40px;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #da251c;
    border-radius: 3px;
}
.box-ads1 {
	margin-bottom: 20px;
}
.ul-list-menu li:hover:after {
    left: 18px;
}
.ul-list-menu li a {
	transition: all 0.3s ease-in-out;
	position: relative;
	padding-left: 25px;
}
.ul-list-menu li a img {
	position: absolute;
	top: 50%;
	left: -3px;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.ul-list-menu li:hover a img {
	left: 5px;
}
.ul-list-menu li span {
    width: 30px;
    height: 18px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    top: 50%;
    font-size: 10px;
    position: absolute;
    transform: translateY(-50%);
    right: 15px;
    display: none;
}
.ul-list-menu li:hover a {
	padding-left: 35px;
}
.ul-list-menu li:last-child {
	border-bottom: none;
}
/* css top sp */
.box-ads1 img {
	width: 100%;
}
.wp-item-sp-home {
	position: relative;
}
.img-top-sp img {
	width: 100%;
	border-radius: 10px;
	transition: all 0.6s ease-in-out;
}
.tex-top-sp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 15px;
}
.tex-top-sp .h3-title-sp {
	color: #fff;
	background: rgba(0, 126, 196, 0.7);
	text-align: center;
	padding: 15px 0px;
	margin: 0px;
	border-radius: 10px;
	transition: all 0.6s ease-in-out;
}
.tex-top-sp .h3-title-sp a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'eric';
	font-size: 20px;
}
.wp-item-sp-home:hover .img-top-sp img {
	transform: scale(1.06) rotate(-3deg);
}
.wp-item-sp-home:hover .tex-top-sp .h3-title-sp {
	transform: rotate(3deg);
}
.wp-title-sec {
	display: table;
	width: 100%;
	border-bottom: 2px solid #d00306;
}
.wp-title-sec .title-sec {
	float: left;
	min-width: 270px;
}
.wp-title-sec .title-sec .h2-title {
	margin-bottom: 0px;
	margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #d00306;
    border-radius: 5px 5px 0px 0px;
    font-family: 'Nunito';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 38px;
}
.wp-slide-doitac {
	margin-top: 20px;
}
.title-box .h2-title-tin {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #da251c;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Nunito';
	padding: 0 15px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.title-box .h2-title-tin i {
	margin-right: 10px;
}
.view-all a {
	display: block;
	transition: all 0.3s ease-in-out;
	padding-right: 15px;
	position: relative;
}
.view-all a::after {
	content: '\f101';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}
.view-all a:hover {
	padding-right: 20px;
}
.h2-title a {
	color: #fff;
}
.list-filter {
	float: left;
	display: table;
	height: 40px;
	line-height: 40px;
}
.list-filter ul li {
	float: left;
	padding: 0 38px;
}
.list-filter ul li a {
	color: #666;
	text-transform: uppercase;
	padding: 0px;
	border-radius: 0px;
	font-family: 'Nunito';
	font-size: 16px;
	font-weight: bold;
}
.list-filter ul li.active {
	background: #d00306;
	border-radius: 5px 5px 0px 0px;
}
.list-filter ul li.active a {
	color: #fff;
	background: none;
}
.list-filter ul li a:hover {
	background-color: transparent;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: transparent;
}
.wp-item-sp {
	padding: 10px;
	position: relative;
}
span.span-hang {
	color: #999;
}
.wp-item-sp:hover .mota-spnho {
	opacity: 1;
	top: 50%;
}
.price-nho {
	padding-top: 0px;
	font-family: 'Nunito';
	color: #f00;
	font-weight: bold;
}
.ff-conso .price-ins {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 34px !important;
	color: #030202;
	font-weight: bold;
	font-style: italic;
	text-shadow: 3px 3px 2px #a6a6a6;
}
.price-nho .price-ins {
	font-size: 16px;
}
.price-nho span {
	display: block;
}
.price-nho span.del {
	color: #999;
	text-decoration: line-through;
	font-size: 13px;
	font-weight: normal;
}
.wp-list-sp>.row {
	display: flex;
	flex-wrap: wrap;
}
.wp-list-sp .text-sp-nho .h4-title-sp {
	height: 45px;
	font-size: 14px;
	line-height: 1.4;
}
.wp-list-sp .text-sp-nho .h4-title-sp:hover{
	color: #ae1e16;
}
.wp-list-sp .text-sp-nho .h4-title-sp a:hover{
	color: #ae1e16;
}

.img-sp-to {
	padding: 20px;
}
.text-sp-to .h4-title-sp {
	font-size: 18px;
	line-height: 1.3
}
.text-sp-to .ngan-text::after {
	width: 36px;
	height: 30px;
}
.text-sp-to .ngan-text::before {
	border-bottom: 30px solid #dadada;
    border-left: 12px solid transparent;
    right: 36px;
}
.text-sp-to .ngan-text span {
	font-size: 16px;
}
.price-to {
	padding-top: 0px;
	padding-bottom: 10px;
	display: table;
	width: 100%;
}
.no-border>div:nth-child(1) {
	border-left: none !important;
}
.wp-list-sp>.row>div>div {
	height: 100%;
}
.wp-sp-nho .row.no-border {
	height: 100%;
}
.wp-sp-nho .row.no-border>div {
	height: 50%;
}
.price-to .trangthai {
	display: none;
}
.text-sp-to {
	padding: 20px;
}
.mota-spto {
	position: relative;
}
.mota-spto ul {
	width: 60%;
}
.wp-list-sp>.row>div:nth-child(1) {
	border-left: 1px solid #ccc;
}
.sec-sp>div:not(:last-child) {
	margin-bottom: 40px;
}
.wp-list-sp>.row>div:nth-child(2) {
	border-right: none;
	border-bottom: none;
}
.sec-sp .wp-box-sp-home:nth-child(2n) .wp-list-sp>.row .col-md-4 {
	order: 2;
	border-left: none;
}
.sec-sp .wp-box-sp-home:nth-child(2n) .wp-list-sp>.row .col-md-8 {
	order: 1;
	border-left: 1px solid #ccc;
}
.mota-spto button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	padding: 6px 35px;
	background: #0641f7;
	color: #fff;
	font-family: 'Nunito';
	text-transform: uppercase;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}
.price-to .price-ins {
	font-size: 22px;
	color: #f00;
	font-family: 'Nunito';
	font-weight: bold;
	margin-right: 20px;
}
.price-to .del {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
}
.mota-spnho {
	position: absolute;
	top: 60%;
	transform: translate(-50%, -50%);
	left: 50%;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.img-item-sp {
	overflow: hidden;
	border-radius: 10px;
}
.img-item-sp img {
	height: 166px;
	object-fit: cover;
	width: 100%;
	transition: all 0.6s ease-in-out;
	border-radius: 10px;
}
.wp-item-sp:hover .img-item-sp img {
	transform: scale(1.12);
	opacity: 0.6;
}
.text-item-sp {
	height: 100px;
	padding-top: 15px;
}
.text-item-sp .h4-title-sp {
	margin-bottom: 5px;
	font-size: 16px;
	font-family: 'Nunito';
}
.ngan-text {
	display: none;
}
.text-item-sp .h4-title-sp a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.wp-item-sp:hover .h4-title-sp a {
	color: #007ec4;
}
.text-item-sp .p-price {
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
}
#slider-doitac .item img {
	border: 1px solid #ccc;
	height: 100%;
}
.row.row-edit-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.row.row-edit-0 .col-edit-0 {
	padding-left: 0px;
	padding-right: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.border-buong {
	height: 6px;
	border-top: 1px solid #365899;
	border-bottom: 3px solid #365899;
	margin-bottom: 16px;
}
.tab-content .row.row-edit-0 .col-edit-0:first-child {
	border-left: 1px solid #ccc;
}
.wp-title-sec .title-sec {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wp-sp-to.img-ads2 {
	width: 100%;
	height: 100%;
}
.wp-sp-to.img-ads2 img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.wp-ft .h3-title-ft {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.list-tt-ft p {
	color: #c9d6ef;
}
.list-tt-ft p a {
	color: #fff600;
}
#footer-site .wp-ft {
	margin-bottom: 35px;
}
/* css footer */
#footer-site {
	color: #fff;
	margin-top: 30px;
}
.top-ft {
	padding-top: 25px;

	padding-bottom: 10px;
}
.title-ft .h3-title-ft {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	font-family: 'Nunito';
}
.bottom-ft {
	padding: 10px 0px;
	background: #b88f0c;
	color: #d8d1d1;
}
.bottom-ft a {
	color: #999;
}
.ul-list-ft li {
	/*height: 35px;*/
	line-height: 35px;
	position: relative;
}
.ul-list-ft li a {
	transition: all 0.3s ease-in-out;
	color: #fff;
}
.ul-list-ft li:hover a {
	padding-left: 5px;
	color: #39b3d7;
}
.wp-nhantin .wp-input input:not(:last-child) {
	margin-bottom: 10px;
}
.wp-input {
	position: relative;
}
.wp-input input {
	height: 35px;
	background: none;
}
.wp-input button {
	position: absolute;
	top: 0px;
	right: 0px;
}
.mg-top-ft {
	display: block;
	height: 35px;
	clear: both;
}
.wp-button button {
	height: 100%;
	margin-left: 10px;
}
.wp-button button span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}
.wp-ft .h2-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.mxh-bottom {
	display: table;
	width: 100%;
	margin-bottom: 25px;
}
.mxh-bottom li {
    width: 38px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #00a4e0;
    border-radius: 3px;
    margin-right: 10px;
    float: left;
}
.mxh-bottom li a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.mxh-bottom li:hover a {
	transform: scale(1.16) rotate(-5deg);
	color: #f0ff00;
}
.sec-tin .wp-title-sec {
	margin-bottom: 30px;
}
.wp-img-tin1 img {
	width: 100%;
	max-height: 270px;
	object-fit: cover;
}
.wp-text-tin1 {
	padding-top: 20px;
}
.wp-title-tin1 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.date-tin {
	width: 50px;
	height: 60px;
	background: #ff1408;
	color: #ffea00;
	border-radius: 3px;
	text-align: center;
}
.wp-tin-moinhat .wp-item-tin-right {
	display: table;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
}
.img-tin-right {
	width: 112px;
	float: left;
}
.text-tin-right {
	width: calc(100% - 112px);
	float: left;
	padding-left: 15px;
}
.text-tin-right .h4-title-tin {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Times New Roman';
	line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.date-tin span {
	display: block;
}
.img-tin-right img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.date-tin span.day {
	font-size: 23px;
	font-weight: bold;
}
#footer-site {
	background-color: #f0b801;
}
.date-tin span.month {
	font-size: 9px;
}
.wp-title-tin1 .title-tin {
	width: calc(100% - 50px);
	padding-left: 10px;
}
.title-tin .h4-title-tin {
	font-size: 16px;
	font-family: 'Nunito';
	font-weight: bold;
	margin-bottom: 5px;
}
.p-view {
	margin-bottom: 0px;
	color: #999;
	font-size: 13px;
}
.p-view i {
	margin-right: 5px;
}
.nd-ft p {
	color: #999;
	margin-bottom: 20px;
}
.list-tt p {
	padding-left: 20px;
	position: relative;
	color: #999;
}
.list-tt p span {
	color: #fff;
}
.list-tt p i {
	position: absolute;
	top: 3px;
	left: 0px;
	margin-right: 5px;
	color: #999;
}
.row.row-edit-5 {
	margin-left: -5px;
	margin-right: -5px;
}
.row.row-edit-5 .col-edit-5 {
	padding-left: 5px;
	padding-right: 5px;
}
.wp-sup .h2-title-sup {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Nunito';
	color: #d00306;
	font-weight: bold;
	margin-bottom: 20px;
}
/*style hotline rung rung*/
@media (max-width: 768px){
    .quick-alo-ph-number {
        width: 142px;
        left: 66px;
    }
    .quick-alo-phone {
        background-color: transparent;
        cursor: pointer;
        height: 120px;
        position: fixed;
        transition: visibility 0.5s ease 0s;
        width: 120px;
        z-index: 200000 !important;
        top:auto !important;
        bottom: 40px;
    	left:0px!important
    }
    .quick-alo-ph-circle {
        display: none;
        animation: 1.2s ease-in-out 0s normal none infinite running quick-alo-circle-anim;
        background-color: transparent;
        border: 2px solid rgba(30, 30, 30, 0.4);
        border-radius: 100%;
        height: 100px;
        left: 0px;
        opacity: 0.1;
        position: absolute;
        top: 60px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 100px;
    }
    .quick-alo-ph-circle-fill {
        animation: 2.3s ease-in-out 0s normal none infinite running quick-alo-circle-fill-anim;
        border: 2px solid transparent;
        border-radius: 100%;
        height: 70px;
        left: 15px;
        position: absolute;
        top: 75px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 70px;
    }
    .quick-alo-ph-img-circle {
        border: 2px solid transparent;
        border-radius: 100%;
        height: 50px;
        left: 30px;
        opacity: 0.7;
        position: absolute;
        top: 85px;
        transform-origin: 50% 50% 0;
        width: 50px;
    }
    .quick-alo-phone.quick-alo-hover, .quick-alo-phone:hover {
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-active .quick-alo-ph-circle {
        animation: 1.1s ease-in-out 0s normal none infinite running quick-alo-circle-anim !important;
    }
    .quick-alo-phone.quick-alo-static .quick-alo-ph-circle {
        animation: 2.2s ease-in-out 0s normal none infinite running quick-alo-circle-anim !important;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone:hover .quick-alo-ph-circle {
        border-color: #0641f7;
        opacity: 0.5;
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
        border-color: #0641f7;
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
        border-color: #0641f7;
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone:hover .quick-alo-ph-circle-fill {
        background-color: rgba(0, 175, 242, 0.9);
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
        background-color: #0641f7;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
        background-color: #2b57de;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle, .quick-alo-phone:hover .quick-alo-ph-img-circle {
        background-color: #00aff2;
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
        background-color: #EB278D;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
        background-color: #3a8c14 ;
    }
    .quick-alo-ph-img-circle i {
        animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;
        font-size: 30px;
        line-height: 50px;
        padding-left: 10px;
        color: #ffffff ;
    }
}
@media (min-width: 320px){
    .quick-alo-phone {
        background-color: transparent;
        cursor: pointer;
        height: 120px;
        position: fixed;
        transition: visibility 0.5s ease 0s;
        width: 120px;
        z-index: 200000 !important;
        bottom: 30px;
    	left: 100px;
    }
    .quick-alo-ph-circle {
        animation: 1.2s ease-in-out 0s normal none infinite running quick-alo-circle-anim;
        background-color: transparent;
        border: 2px solid rgba(30, 30, 30, 0.4);
        border-radius: 100%;
        height: 100px;
        right: 120px;
        top: 20px;
        opacity: 0.1;
        position: absolute;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 100px;
    }
    .quick-alo-ph-circle-fill {
        animation: 2.3s ease-in-out 0s normal none infinite running quick-alo-circle-fill-anim;
        border: 2px solid transparent;
        border-radius: 100%;
        height: 80px;
        right: 130px;
        position: absolute;
        top: 30px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 80px;
    }
    .quick-alo-ph-img-circle {
        animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;
        border: 2px solid transparent;
        border-radius: 100%;
        height: 50px;
        right: 145px;
        opacity: 1;
        position: absolute;
        top: 45px;
        transform-origin: 50% 50% 0;
        width: 50px;
        z-index: 1;
    }
    .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-number {
        background-color: #EB278D;
    }
    .quick-alo-ph-number {
        position: absolute;
        top: 51px;
        right: 11px;
        font-size: 20px;
        background: #ff0000;
        padding: 5px 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        color: #fff;
    }
    .quick-alo-phone.quick-alo-hover, .quick-alo-phone:hover {
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-active .quick-alo-ph-circle {
        animation: 1.1s ease-in-out 0s normal none infinite running quick-alo-circle-anim !important;
    }
    .quick-alo-phone.quick-alo-static .quick-alo-ph-circle {
        animation: 2.2s ease-in-out 0s normal none infinite running quick-alo-circle-anim !important;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone:hover .quick-alo-ph-circle {
        border-color: #00aff2;
        opacity: 0.5;
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
        border-color: #3959b9;
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
        border-color: #0641f7;
        opacity: 1;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone:hover .quick-alo-ph-circle-fill {
        background-color: rgba(0, 175, 242, 0.9);
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
        background-color: #4e76f1;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
        background-color: #4e76f1;
    }
    .quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle, .quick-alo-phone:hover .quick-alo-ph-img-circle {
        background-color: #00aff2;
    }
    .quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle, .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
        background-color: #3959b9;
    }
    .quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
        background-color: #0641f7;
    }
}
@keyframes quick-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes quick-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
.quick-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    padding-left: 6px;
    color: #ffffff ;
}
@keyframes quick-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
/*het hot line rung rung*/
.bottom-ft .wp-ft {
	margin-bottom: 0px !important;
}
.attribute-group label.fillter-label {
	width: 100%;
}
.pagination>li>a {
    border-radius: 0px !important;
}
.title-siderbar .h2-title-fil {
	margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #ae1e16;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
    border-radius: 5px 5px 0px 0px;
}
.list-item-filter {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 0px 0px 5px 5px;
}
.wp-sidebar>div {
	margin-bottom: 20px;
}
.list-item-filter .item-filter:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.item-filter .h3-title {
	font-size: 18px;
	font-weight: bold;
}
.wp-list-spnb {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
}
.wp-item-spnb {
	display: table;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.wp-item-spnb:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
.p-price-spnb span.lh {
	color: #f00;
	font-weight: bold;
}
.text-sp-nb .h4-title {
	font-size: 16px;
	font-weight: bold;
}
.breadcrumb-wrap .breadcrumb {
	background: #ae1e16;
	
	color: #fff;
}
.breadcrumb-wrap .breadcrumb a {
	color: #fff;
}
.breadcrumb-wrap .breadcrumb span {
	color: #fff;
}
.img-sp-nb {
	width: 100px;
	float: left;
}
.text-sp-nb {
	width: calc(100% - 100px);
	padding-left: 10px;
	float: left;
}
.title-page .h1-title-page {
	font-family: 'Nunito';
	font-weight: bold;
	color: #ae1e16;
	font-size: 20px;
}
.wp-img-ads {
	padding: 10px;
	border: 1px solid #ccc;
}
.wp-sidebar-tin>div:not(:last-child) {
	margin-bottom: 20px;
}
.list-sidebar-tin {
	border: 1px solid #ccc;
	border-radius: 0px 0px 5px 5px;
}
.list-sidebar-tin ul li {
    border-bottom: 1px dashed #ccc;
    white-space: nowrap;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
}
.list-sidebar-tin ul li:last-child {
	border-bottom: none;
}
.wp-item-tin {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.wp-item-tin .img-tin-page {
	width: 255px;
	float: left;
}
.wp-item-tin .img-tin-page img {
	width: 100%;
	padding: 3px;
	object-fit: cover;
	border: 1px solid #ccc;
}
.wp-item-tin .text-tin-page {
	width: calc(100% - 255px);
	padding-left: 10px;
	float: left;
}
.text-tin-page .h4-title {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Nunito';
}
.p-date-tin {
	font-size: 13px;
	color: #999;
	font-style: italic;
}
.wp-date-view-ct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}
.date-view-ct > div {
    float: left;
    font-size: 13px;
    color: #999;
    position: relative;
    padding-left: 16px;
}
.date-view-ct div:first-child {
    margin-right: 20px;
}
.wp-date-view-ct p {
    margin-bottom: 0px !important;
}
.date-view-ct div::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
}
.date-view-ct div:first-child::after {
    content: url(../images/capnhat_03.png);
}
.date-view-ct div:nth-child(2)::after {
    content: url(../images/view-1.png);
}
.co-chu-ct>span {
    color: #999;
    margin-right: 6px;
    font-size: 13px;
}
.co-chu-ct button {
    width: 15px;
    height: 15px;
    line-height: 0;
    border: none;
    background-color: #9d9d9d;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.main-content-cttin > img {
	width: auto;
	margin: 10px auto;
	display: block;
}
.control-ct {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}
.control-ct .ctl {
    padding-left: 18px;
    position: relative;
    color: #999;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.control-ct .ctl-prev::after {
    content: url(../images/11.png);
    position: absolute;
    top: 0px;
    left: 0px;
}
.control-ct .ctl-top::after {
    content: url(../images/12.png);
    position: absolute;
    top: 0px;
    left: 5px;
}
.wp-tinkhac .title-bv-khac {
    font-size: 18px;
    font-weight: bold;
    color: #0098db;
}
.wp-tinkhac ul {
    padding: 0px;
    margin: 0px;
}
.wp-tinkhac ul li {
    padding: 10px 0px 10px 20px;
    position: relative;
    border-bottom: 1px dashed #ccc;
    list-style-type: none;
}
.wp-tinkhac ul li a {
    color: #2f2f2f;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.wp-tinkhac ul li span {
    margin-left: 5px;
    font-size: 12px;
    color: #999;
}
.wp-tinkhac ul li::after {
    content: url(../images/tich_03.png);
    position: absolute;
    top: 10px;
    left: 0px;
}
.sau-tab {
	clear: both;
	padding: 15px 10px;
	border: 1px solid #ccc;
	border-radius: 0px 0px 5px 5px;
}
.list-tongdai {
	display: table;
	width: 100%;
}
.list-tongdai li {
	width: 49%;
	float: left;
}
.list-tongdai li:nth-child(2n - 1) {
	margin-right: 2%;
}
.list-tongdai li .p1 {
	margin-bottom: 3px;
}
.list-tongdai li .p1 i {
	padding: 3px;
	line-height: 0.8;
	border: 1px solid #333;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 12px;
}
.p2 .do {
	color: #ff0000;
}
.title-sec .h2-title-sup {
	font-size: 16px;
    text-transform: uppercase;
    font-family: 'Nunito';
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}
.wp-main-content-page {
	padding-top: 0px !important;
}
/*=========================================== responsive ===========================================*/
@media (min-width: 1200px) {
	ul.dropdown-menu {
	    margin: 0px;
	    border-radius: 0px;
	    padding: 0px;
	    border: none;
	    box-shadow: 0 1px 5px rgba(0,0,0,0.175);
	    background: #fff;
	    min-width: 220px;
	    opacity: 0;
	    padding: 0;
	    position: absolute;
	    -webkit-transform-origin: top;
	    transform-origin: top;
	    -webkit-animation-fill-mode: forwards;
	    animation-fill-mode: forwards;
	    -webkit-transform: scale(1, 0);
	    transform: scale(1, 0);
	    transition: transform 0.5s ease, opacity 0.2s ease;
	    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
	    display: block;
	    left: 0px;
	}
	.navbar-default .navbar-nav>li:hover>ul {
	    display: block;
	    visibility: visible;
	    z-index: 9999;
	    opacity: 1;
	    -webkit-transform: scale(1, 1);
	    transform: scale(1, 1);
	    transition: transform 0.3s ease, opacity 0.2s ease .1s;
	    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
	    left: 0px;
	}
	.container {
		padding: 0px;
	}
	.dropdown span.dropdown-toggle {
		display: none !important;
	}
}
@media (min-width: 1024px) {
    .wp-middle-header .container .row {
        display: flex;
        align-items: center;
    }
    .wp-list-sp-page .row .col-md-3:nth-child(1), .wp-list-sp-page .row .col-md-3:nth-child(4n + 1) {
    	border-left: 1px solid #ccc;
    }
}
@media (min-width: 992px) {
	.row.row-edit-00 .col-3-edit {
		width: calc(25% - 10px);
	}
	.sec-thong-tin .row.row-edit-col > div {
		width: 20%;
	}
	.list-menu.none {
		display: none;
	}
	.cl-page .wp-menu-left {
		position: relative;
	}
	.list-menu {
		position: absolute;
		z-index: 999;
		width: 100%;
	}
}
@media (min-width: 993px) and (max-width: 1024px) {
	.span-2 {
		font-size: 16px;
	}
	.ul-list-menu {
		max-height: 245px;
	}
	.mxh-bottom li {
		margin-right: 4px;
	}
	.dropdown span.dropdown-toggle {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0px;
		color: #fff;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 0 10px;
	}
	.ul-list-menu li {
		height: 35px;
		line-height: 35px;
	}
	.text-dv .h4-post {
		font-size: 13px;
	}
	.text-dv p {
		font-size: 13px;
	}
	.wp-phone span a {
		font-size: 20px;
	}
	.wp-middle-header-right .wp-cart {
		width: 35%;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.wp-list-sp .wp-sp-nho .row.row-edit-0 .col-edit-0:nth-child(3n+1) {
		border-left: 1px solid #ccc;
	}
	.wp-tin-moinhat .wp-item-tin-right {
		width: 49%;
		float: left;
	}
	.wp-tin-moinhat .wp-item-tin-right:nth-child(2n-1) {
		margin-right: 2%;
	}
	.wp-side-tin {
		margin-top: 20px;
	}
	.wp-sp-lienquan .row.row-edit-0 .col-md-3:nth-child(4) {
		display: none;
	}
	.content-page-tin>.container>.row {
		display: flex;
		flex-wrap: wrap;
	}
	.content-page-tin>.container>.row>.col-md-3 {
	    order: 2;
	}
	.content-page-tin>.container>.row>.col-md-9 {
	    order: 1;
	}
	.wp-box-sp-home .price-nho .price-ins {
		display: block;
		width: 100%;
		text-align: center;
	}
	.price-nho {
		font-size: 18px;
	}
	.ul-b.ul-list-menu {
		height: 235px;
		overflow-y: scroll;
	}
	.wp-item-sp-home {
		margin-bottom: 30px;
	}
	.wp-item-sp {
		margin-bottom: 0px;
		padding: 10px;
	}
	.ul-list-menu li {
		padding-left: 10px;
	}
	.ul-list-menu li:after {
		opacity: 0;
	}
	.tab-content .row.row-edit-0 .col-md-3:nth-child(4) {
		display: none;
	}
	.wp-div-item {
		margin-bottom: 20px;
	}
	.wp-sp-nho>.row .col-md-4:nth-child(3) {
		display: none;
	}
	.tab-content .text-sp-nho .h4-title-sp {
		height: 35px;
	}
	.text-sp-nho .h4-title-sp {
		height: 30px;
		overflow: hidden;
	}
	.wp-item-tin-left {
		margin-bottom: 20px;
	}
}
@media (max-width: 992px) {
	.box-tin-sidebar {
		display: none;
	}
	.icon-fil {
		position: fixed;
		top: 30%;
		left: 0px;
		z-index: 999;
		transition: all 0.5s ease-in-out;
	}
	.icon-fil.open {
		left: calc(55% + 0px);
	}
	.wp-sidebar {
		width: 55%;
	    left: 0px;
	    transition: transform 0.5s;
	    text-align: left;
	    transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    -webkit-transform: translateX(-100%);
	    -moz-transform: translateX(-100%);
	    position: fixed;
	    top: 100px;
	    bottom: 0;
	    z-index: 998;
	    padding: 0px;
	    margin: 0px;
	    outline: 1px solid transparent;
	    overflow-y: auto;
	    overflow-x: hidden;
	    background: #fff;
	    max-height: calc(100vh - 300px);
	    overflow-y: scroll;
	}
	.wp-sidebar.open {
	    transform: translateX(0) !important;
	    -ms-transform: translateX(0) !important;
	    -webkit-transform: translateX(0) !important;
	    -moz-transform: translateX(0) !important;
	}
	.sec-slide-home .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.sec-slide-home .row [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}
	#main-site>section {
		padding-top: 15px;
	}
	.top-ft {
		padding: 20px 0px;
	}
	.bottom-ft {
		padding: 20px 0px;
	}
	.wp-ft {
		margin-bottom: 20px;
	}
	.title-ft .h3-title-ft {
		margin-bottom: 20px;
	}
	.li-search .navbar-form {
		margin: 0px;
	}
	.wp-middle-header {
		padding: 0px;
	}
	.header-mobile {
		position: relative;
	}
	.wp-logo-mb img {
		max-height: 55px;
	}
	.wp-menu-mobile {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
	}
	.header-mobile .wp-cart {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 25px;
	}
	.wp-logo-mb {
		height: 65px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.wp-cart a {
		justify-content: center;
	}
	.wp-cart .wp-text-cart {
		display: none;
	}
	.wp-box-sp-home .wp-sp-nho .row.row-edit-0 .col-md-3:nth-child(2n-1) {
		border-left: 1px solid #ccc;
	}
	.ff-conso .price-ins {
		font-size: 20px !important;
	}
	.wp-side-tin {
		margin-top: 20px;
	}
	.row.no-border .col-md-6:nth-child(2n-1) {
		border-left: 1px solid #ccc !important;
	}
	.wp-sp-nho .row.no-border>div {
		height: auto;
	}
	.sec-slide-home .row.row-edit-5 {
		display: flex;
		flex-wrap: wrap;
	}
	.sec-slide-home .row.row-edit-5 .col-md-3 {
		order: 1;
	}
	.sec-slide-home .row.row-edit-5 .col-md-9 {
		order: 2;
	}
	.content-page-tin .box-tin-sidebar {
		display: block;
	}
	.content-page-tin>.container>.row {
		display: flex;
		flex-wrap: wrap;
	}
	.content-page-tin>.container>.row>.col-md-3 {
		order: 2;
	}
	.content-page-tin>.container>.row>.col-md-9 {
		order: 1;
	}
	.wp-item-tin .img-tin-page {
		width: 100%;
		margin-bottom: 15px;
	}
	.wp-item-tin .text-tin-page {
		width: 100%;
		padding-left: 0px;
	}
	.sec-sp .wp-box-sp-home:nth-child(2n) .wp-list-sp>.row .col-md-8 {
		order: 2;
	}
	.sec-sp .wp-box-sp-home:nth-child(2n) .wp-list-sp>.row .col-md-4 {
		order: 1;
		border-left: 1px solid #ccc;
	}
	.wp-sp-nho>.row>.col-md-4:first-child {
		border-left: 1px solid #ccc;
	}
	.wp-sp-nho>.row>.col-md-4:last-child {
		display: none;
	}
	.wp-item-sp {
		padding: 10px;
	}
	.wp-bg-red {
		padding: 10px 0px 5px 0px;
	}
	.wp-div-item {
		justify-content: center;
		margin-bottom: 20px;
	}
	.wp-input {
		width: 80%;
	}
	.title-hh .h2-title {
		cursor: pointer;
	}
	.list-filter ul li {
		padding: 0 5px;
	}
	.list-filter {
		width: 100%;
	}
	#main-site>section {
		padding-top: 15px;
	}
	.text-dv .p-post {
		display: none;
	}
	.navbar-default .navbar-nav>li>a {
		height: 40px;
		line-height: 40px;
	}
	.img-top-sp {
		margin-bottom: 15px;
	}
	.list-dv {
		padding: 5px 20px;
		border: 1px solid #ccc;
		border-radius: 10px;
	}
	.wp-logo-mb {
		height: 65px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wp-logo-mb img {
		height: 50px;
	}
}
/*css menu mobile*/
@media (max-width: 992px) {
	.navbar-default .navbar-collapse {
		border: none;
		box-shadow: none;
	}
	.navbar-form button {
		position: absolute;
		top: 10px;
		right: 10px;
		border: none;
		background: none;
		top: 50%;
		transform: translateY(-50%);
	}
	.sec-intro {
		padding: 20px 0px 0px 0px;
	}
	.bg-why .row.ds-fl {
		display: block !important;
	}
	.bg-why::after {
		width: 100%;
		background: rgba(0,0,0,0.5);
	}
	.left-intro>span {
		padding: 10px;
		display: block;
		width: 100%;
		text-align: center !important;
		margin-right: 0px;
	}
	.header-mobile {
		height: 65px;
		background: #fff;
		padding: 0 20px;
	}
	.wp-header-middle {
		padding: 0px !important;
	}
	ul.dropdown-menu {
	    margin: 0px;
	    border-radius: 0px;
	    padding: 0px;
	    border: none;
	    box-shadow: 0 1px 5px rgba(0,0,0,0.175);
	    background: #fff;
	    min-width: 220px;
	    opacity: 0;
	    padding: 0;
	    position: absolute;
	    -webkit-transform-origin: top;
	    transform-origin: top;
	    -webkit-animation-fill-mode: forwards;
	    animation-fill-mode: forwards;
	    -webkit-transform: scale(1, 0);
	    transform: scale(1, 0);
	    transition: transform 0.5s ease, opacity 0.2s ease;
	    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
	    display: block;
	    left: 0px;
	    width: 100%;
	    box-shadow: none;
	}
	.navbar-default .navbar-nav li.open>ul {
		display: block;
	    visibility: visible;
	    z-index: 9999;
	    opacity: 1;
	    -webkit-transform: scale(1, 1);
	    transform: scale(1, 1);
	    transition: transform 0.3s ease, opacity 0.2s ease .1s;
	    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
	    width: 100%;
	    position: static;
	    float: none;
	}
	.sticky-wrapper.header-sticky {
	    top: 0;
	    position: fixed;
	    width: 100%;
	    z-index: 999999;
	    transition: 1.0s ease;
	    border-bottom: 1px solid rgba(173, 171, 171, 0.35);
	}
	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
	.dropdown span.dropdown-toggle {
		position: absolute;
	    top: 5px;
	    right: 5px;
	    z-index: 9;
	    width: 45px;
	    height: 45px;
	    text-align: center;
	    line-height: 30px;
	    color: #fff;
	}
	.navbar-nav {
		margin: 0px;
	}
	.navbar-default {
		border-radius: 0px;
		box-shadow: none;
		min-height: calc(100vh - 55px);
		margin-bottom: 0px;
	}
	.navbar-nav .open .dropdown-menu>li> .dropdown-menu>li>a {
		padding-left: 35px;
	}
	.dropdown>span i {
		transition: all 0.3s ease-in-out;
	}
	.dropdown.open>span i {
		transform: rotate(180deg);
	}
	.bar1, .bar2, .bar3 {
	    width: 25px;
	    height: 3px;
	    background-color: #ae1e16;
	    margin: 5px 0;
	    transition: all 0.5s ease-in-out;
	    border-radius: 5px;
	}
	.icon-bar {
		position: relative;
		z-index: 999;
	}
	.change .bar1 {
	    -webkit-transform: rotate(-45deg) translate(-5px, 3px);
	    transform: rotate(-45deg) translate(-5px, 3px);
	}
	.change .bar2 {
		opacity: 0;
	}
	.change .bar3 {
	    -webkit-transform: rotate(45deg) translate(-8px, -7px);
	    transform: rotate(45deg) translate(-8px, -7px);
	}
	.navbar {
		width: 75%;
	    left: 0;
	    transition: transform 0.5s;
	    text-align: left;
	    transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    -webkit-transform: translateX(-100%);
	    -moz-transform: translateX(-100%);
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    z-index: 998;
	    padding: 0px;
	    margin: 0px;
	    outline: 1px solid transparent;
	    overflow-y: auto;
	    overflow-x: hidden;
	}
	.navbar {
		margin-top: 65px;
		background: #ae1e16;
	}
	.navbar.open-mb {
		transform: translateX(0) !important;
	    -ms-transform: translateX(0) !important;
	    -webkit-transform: translateX(0) !important;
	    -moz-transform: translateX(0) !important;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-collapse {
		max-height: 100% !important;
	}
	.navbar-default .navbar-nav>li {
		float: none;
		width: 100%;
		clear: both;
	}
	.navbar-nav {
		width: 100%;
		float: none;
	}
	.navbar .container {
		width: 100% !important;
	}
	.navbar-collapse {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		color: #fff;
		background-color: #ae1e16;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #333;
		background: #fff;
	}
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background: #fff;
}
.more-views-items.item img {
    padding: 5px;
}
.wp-sp-lienquan{
	margin-top: 20px;
}
/*Style zalo*/
	.zalo-btn{position:fixed;margin:0;padding:0;left:0;bottom:120px;background:#fff;background-color:transparent;cursor:pointer;font-size:0;width:110px;height:110px;z-index:1000}
.zalo-btn .tada{background:#0789cd;border-radius:100px;width:40px;height:40px;position:absolute;left:50%;top:50%;margin-top:-20px;margin-left:-20px;animation-name:tadaa;animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate}
.zalo-btn a{display:block;width:40px}
@keyframes tadaa {
from{transform:rotate(-20deg)}
to{transform:rotate(20deg)}
}
.zalo-btn .pulse{width:60px;height:60px;background:#0789cd;opacity:.75;border-radius:100px;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;animation-name:pulse;animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}
@keyframes pulse {
from{width:55px;height:55px;margin-top:-27.5px;margin-left:-27.5px}
to{width:60px;height:60px;margin-top:-30px;margin-left:-30px}
}
.zalo-btn .zoomIn{width:80px;height:80px;border:2px solid #0789cd;border-radius:100px;position:absolute;top:50%;left:50%;margin-top:-40px;margin-left:-40px;animation-name:zoomIn;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-out}
@keyframes zoomIn {
from{width:40px;height:40px;margin-top:-20px;margin-left:-20px}
to{width:80px;height:80px;margin-top:-40px;margin-left:-40px}
}
@media screen and (max-width: 549px) {
.zalo-btn{width:80px;height:80px}
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
	color: #ae1e16!important;
}
.list-sidebar-tin ul li a:hover{
	color: #ae1e16;
}
.wp-list-tin-page .wp-item-tin .h4-title a:hover{
	color: #ae1e16;
}
.breadcrumb   li a{
  color: #fff;
}
.breadcrumb>.active{
	color: #fff;
}
.wp-slide-doitac .wp-img-slider-main{
	height: 100px;
	overflow: hidden;
	position: relative;
	padding: 10px;
}
.sec-doitac{
	margin-top: 30px;
    margin-bottom: 23px;
}
.phantrang .pagination  a{
	color:  #ae1e16;
}
.phantrang .pagination .active a{
	background: #ae1e16;
	border: 1px solid #ae1e16;
	color: #fff;
}
.div-post-sp  .btn{
	background: #ae1e16!important;
	border: 1px solid #ae1e16!important;
}
.div-post-sp  .btn:hover{
	color: #fff!important;
}
.form-control{
	color: #fff!important;
}