@import url('https://fonts.googleapis.com/css?family=Quicksand:400,600,700&display=swap&subset=vietnamese');

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #fbfbfb;
}

img {
	max-width: 100%;
	height: auto;
}

.clearfix {
	overflow: hidden;
}

.nomargin {
	margin-left: 0;
	margin-right: 0;
}

.main-contain {
	margin-top: 10px;
}

a, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}

.header .top-bar {
	padding: 0;
	display: none;
	position: relative;
	background-color: #f4f4f4;
}

.header {
	 background: linear-gradient(to right,#a41d3a,#ec1a2e);
	box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.5);
}

.header .top-bar span.hotline {
	color: #FF600A;
}

.header .top-bar .contacts i {
	font-size: 20px;
	margin-right: 5px;
	color: #FF600A;
}

.header .top-bar .contacts {
	margin: 7px 0;
}

.header .container {
	position: relative
}

.logo {
	background-image: url(/img/bg-logo.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 70px;
	position: relative;
}

.white {
	background-color: #fff;
}

.logo:before {
	content: '';
	background: #fff;
	height: 70px;
	width: 1300px;
	position: absolute;
	left: -1300px;
	top: 0;
}

.logo img {
	width: 65px;
	margin-top: 7px;
}

.pad5 {
	padding-left: 5px;
	padding-right: 5px;
}

.banner .hotline {
	display: block;
	margin-top: 40px;
	font-family: 'UTM-Avo-Bold';
	font-size: 30px;
	text-transform: uppercase;
	color: #4E5256;
}

.banner .hotline strong {
	color: #FF0000;
}

.menu-primary {
	margin: 0px;
	position: relative;
}

.menu-primary ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 8px;
}

.menu-primary>ul>li {
	position: relative;
	display: block;
	float: left;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu-primary>ul>li>a {
	text-transform: uppercase;
	padding: 18px 7px;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.menu-primary>ul>li>a img {
	vertical-align: initial;
}

.menu-primary>ul>li>a:after {
	background: #e13b3b;
	content: '';
	width: 0;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: width 0.2s ease;
	-moz-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

.menu-primary>ul>li:hover a:after {
	width: 100%;
}

.menu-primary>ul>.current-menu-item >a:after {
	width: 100%;
}

.menu-primary>ul>li.menu-item-has-children:hover >ul.sub-menu, .menu-primary >ul>li>ul.sub-menu li:hover ul {
	display: block;
}

.menu-primary>ul>li >ul.sub-menu {
	display: none;
	width: 200px;
	position: absolute;
	top: 54px;
	z-index: 200;
	background: #277cbe;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu-primary >ul>li >ul.sub-menu ul {
	display: none;
	width: 200px;
	position: absolute;
	top: 0;
	z-index: 200;
	background: #277cbe;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	left: 200px;
}

.menu-primary>ul>li:hover.menu-item-has-children:before {
	content: "";
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #E13B3B transparent;
}

.menu-primary ul.sub-menu li {
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.31);
	position: relative;
}

.menu-primary ul.sub-menu li:last-child {
	border: none;
}

.menu-primary ul.sub-menu li a {
	color: #fff;
}

.menu-primary>ul>li >ul.sub-menu >li a:hover {
	color: #000;
}

.owl-banner .owl-controls.clickable {
	position: absolute;
	bottom: 0px;
	width: 100%;
	right: 0;
}

.owl-banner.owl-theme .owl-controls .owl-page span {
	background: #fff;
	opacity: 1;
}

.owl-banner.owl-theme .owl-controls .owl-page.active span {
	background: #E3231A;
}

.owl-theme .owl-controls .owl-page span {
	border-radius: 50% !important;
}

.owl-banner .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-repeat: repeat;
	background-color: rgba(35, 37, 39, 0.8);
	color: #fff;
	padding: 10px;
}

.owl-banner .caption .post-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF600A;
	font-size: 13px;
}

.owl-banner .caption ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

.owl-banner .caption ul li {
	display: inline-block;
	padding: 5px 10px 5px 0;
}

.owl-banner .caption .price {
	font-weight: bold;
	font-size: 13px;
	color: #FF600A;
	font-family: Arial;
}

.search-form {
	margin: 0;
	position: absolute;
	top: 16px;
}

.search-form .form-group {
	margin: 0;
}

.search-form .buttom-search {
	width: 38px;
	height: 38px;
	border-radius: 50px !important;
}

.search-form .form-control {
	border: 2px solid #e13b3b;
	font-size: 13px;
	-webkit-box-shadow: none;
	border-radius: 50px !important;
	box-shadow: none;
}

.search-form .form-control {
	padding: 17px 15px;
}

.search-form .btn-success {
	color: #fff;
	position: absolute;
	right: 0;
	z-index: 10;
	background-color: #E13B3B;
	border-color: #E13B3B;
}

@media (min-width:650px) {
	.quangcao {
		color: #fff;
		font-weight: bold;
		position: fixed;
		right: 0;
		text-align: center;
		bottom: 100px;
		z-index: 999;
	}

	.goingay {
		background: #F12222 none repeat scroll 0 0;
		border-radius: 28px 0 0 28px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		overflow: hidden;
		width: 200px;
	}

	.goingay .icon {
		background: #FFF none repeat scroll 0 0;
		border: 6px solid #eb091d;
		border-radius: 50%;
		float: left;
		height: 55px;
		width: 55px;
		line-height: 55px;
		text-align: center;
	}

	.goingay > div {
		line-height: 1.4;
		overflow: hidden;
		padding-top: 6px;
	}

	.goingay .sdt {
		color: #fff;
		font-size: 14px;
	}

	.goingay span {
		display: block;
		font-size: 12px;
	}

	@media (max-width:650px)
	.quangcao {
		display: none;
	}

}

footer {
	font-size: 14px;
	background: #fff;
	color: #000;
	list-style-type: none;
	margin-top: 10px;
	padding: 10px 0;
}

.abouts ul {
	margin-left: -20px;
	font-weight: normal;
}

.abouts ul li {
	line-height: 27px;
}

.abouts ul li a {
	font-weight: normal;
	text-decoration: underline;
}

.basicBox a {
	color: #277cbe;
}

.footer h3.widget-title {
	color: #000;
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
	padding: 10px 0;
}

.footer h3.widget-title:after {
	position: absolute;
	content: "";
	border-bottom: 3px solid #277cbe;
	width: 40px;
	left: 0;
	bottom: 0px;
}

.r-line {
	margin-top: 20px;
	border-right: 1px dashed #DDDDDD;
}

.footer h3.widget-title span {
	color: #277cbe;
}

ul.time-table {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.time-table li {
	border-bottom: 1px solid #696969;
	padding: 5px 0;
	color: #fff;
}

ul.time-table li span {
	float: right;
}

ul.time-table li:last-child {
	border: 0;
	color: #277cbe;
}

ul.contacts-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.contacts-list li {
	padding: 5px;
}

ul.contacts-list li i {
	font-size: 20px;
	margin-right: 5px;
}

ul.contacts-list li a {
	color: #277cbe;
}

.footer .footer-end {
	border-top: 1px dashed #DDDDDD;
	padding-top: 10px;
}

.copyright {
	margin: 0;
}

.developed a {
	color: #277cbe;
}

.footer  .tencty {
	font-weight: bold;
	font-size: 20px;
	color: #e13b3b;
	line-height: 50px;
}

.footer .noidung {
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
}

.center {
	text-align: center;
}

.pad0 {
	padding: 0;
}

.back-to-top {
	position: fixed;
	bottom: 70px;
	right: 10px;
	display: none;
	cursor: pointer;
}

.alert-danger {
	margin: 20px 0;
	font-size: 15px
}

.back-to-top i {
	text-align: center;
	background: #eb1b2f;
	color: #fff;
	width: 35px;
	line-height: 35px;
	border-radius: 50%;
	font-size: 27px;
	font-weight: bold;
}

.call-to-action {
	background-color: #277cbe;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 10px 0 0;
}

.btn.btn-bordered {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.call-to-action h3 {
	margin: 10px 0 5px;
	padding: 0;
	color: #fff;
	font-size: 20px;
	font-family: 'UTM-Avo-Bold';
}

.sidebar-list-post {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.sidebar-list-post a.post-title {
	font-size: 15px;
	color: #666;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.sidebar-list-post p {
	color: #277cbe;
}

h3.sidebar-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.news-col {
	margin-bottom: 20px;
}

.news-col span.post-title {
	line-height: 1.4;
	margin: 10px 0;
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #666;
}

.news-col p {
	font-size: 14px;
	line-height: 1.8;
}

.blog-meta {
	color: #a8a8a8;
	text-transform: capitalize;
	font-size: 15px;
	display: block;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}

.breadcrumbs {
	background: #277cbe;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	margin: 0 0 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	padding: 0px 20px;
}

.breadcrumbs a {
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin: 15px 0 9px;
	display: inline-block;
}

.info-contact {
	color: #7e858b;
	font-size: 14px;
}

.info-contact strong {
	font-size: 13px;
}

.item-car .title {
	text-align: center;
}

.info-contact h3, .contact-us h3 {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #7e858b;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.item-car span.post-title {
	font-size: 14px;
	color: #000;
	display: block;
	margin: 10px;
}

.list-item-car .blog-thumb {
	position: relative;
	overflow: hidden;
	z-index: 25;
	display: block;
}

.item-car span.price {
	font-size: 13px;
	color: #FF600A;
	display: block;
	font-weight: bold;
	margin: 0 10px;
	font-family: Arial;
}

.item-car p {
	margin: 2px 0;
}

.item-car strong {
	font-size: 13px;
	color: #666;
	margin-right: 10px;
}

.item-car a.readmore {
	font-size: 13px;
	color: #ffffff;
	background-color: #7f858b;
	padding: 6px 10px;
	display: inline-block;
	margin: 10px;
}

.list-item-car {
	padding: 20px;
}

.list-item-car .detail {
	padding: 0 10px;
}

.owl-product .list-item-car {
	margin: 5px;
}

.extra h6 {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
}

.extra .price {
	font-size: 30px;
	margin-bottom: 15px;
	color: #FF0000;
	font-family: 'UTM-Avo-Bold';
}

.type-car-position {
	padding: 0;
}

.type-car-position:after {
	clear: both;
	content: "";
	display: table;
}

.type-car-position li {
	padding: 3px 0;
	list-style: square inside;
	color: #ff600a;
}

.type-car-position li b {
	color: #7b7b7b;
	font-weight: 600;
	font-size: 13px;
}

.type-car-position li span {
	color: #7b7b7b;
	font-weight: 100;
	text-transform: lowercase;
}

.contact-form {
	position: relative;
}

.contact-form .input-group {
	margin-bottom: 10px;
	float: left;
	border: 1px solid #e5e5e5;
}

.contact-form .input-group br {
	display: none;
}

.contact-form .input-group .input-group-addon {
	border-radius: 0px;
	border: none;
	position: relative;
	padding: 10px;
	background-color: #fff;
}

.contact-form .input-group .input-group-addon i {
	color: #333333;
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.contact-form .input-group .form-control {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #0E0E0E;
	min-height: 40px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-left: 1px solid #e5e5e5;
}

.row-custom {
	margin-right: -5px;
	margin-left: -5px;
}

.row-custom > [class^="col-"], .row-custom > [class*=" col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

@-webkit-keyframes "headerAnimation" {
	0% {
		margin-top: -70px;
	}

	100% {
		margin-top: 0;
	}

}

@keyframes "headerAnimation" {
	0% {
		margin-top: -70px;
	}

	100% {
		margin-top: 0;
	}

}

.navfixed {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	-moz-animation: headerAnimation 0.7s 1;
	-webkit-animation: headerAnimation 0.7s 1;
	-o-animation: headerAnimation 0.7s 1;
	animation: headerAnimation 0.7s 1;
}

.green span {
	background: #00A53C;
}

.blue span {
	background: #284C9A;
}

.yellow span {
	background: #F6D902;
}

.orange span {
	background: #277cbe;
}

.title.green span:before {
	border-left: 15px solid #00A53C;
}

.title.blue span:before {
	border-left: 15px solid #284C9A;
}

.title.yellow span:before {
	border-left: 15px solid #F6D902;
}

.title.orange span:before {
	border-left: 15px solid #277cbe;
}

.title.green:before {
	border-top: 1px solid #00A53C;
}

.title.blue:before {
	border-top: 1px solid #284C9A;
}

.title.yellow:before {
	border-top: 1px solid #F6D902;
}

.item-car .default span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 3px;
	background: #277cbe;
	width: 60%;
	margin: 0 auto
}

.title span {
	padding: 9px 9px 7px;
	display: inline-block;
	color: #444;
	margin: 40px 0 25px 0;
	font-size: 33px;
	position: relative;
}

.block-sidebar .title h3 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

.title {
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 5px 0;
	font-weight: bold;
}

h3.title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

h3.title a {
	color: #000;
}

h3.title-comment {
	background: #3b5998;
	color: #fff;
	padding: 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.post-content  .btn {
		background: linear-gradient(to right, #ea0029, #cf1c34);
	font-size: 13px;
	padding: 7px 10px;
	box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4)
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	vertical-align: middle;
	padding: 7px;
}

.post-content table tr:nth-of-type(1) {
	background: linear-gradient(to right, #cc1b34, #ea0029);
	color: #fff;
	font-size: 15px;
	padding: 10px
}

.service-icon {
	font-size: 42px;
	color: #e6772e;
	display: block;
	margin: 15px auto;
	border: 1px solid;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 1.9;
}

.service-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	font-family: 'UTM-Avo-Bold';
}

.service-post a {
	color: #444;
}

.service {
	background: #f5f5f5;
	padding: 10px;
	margin: 0 0 10px 0;
}

.stickbutton {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	bottom: 0;
	height: 60px;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.stickbutton a {
	background: #e64125;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	width: 40%;
	margin: 10px 10px;
	text-transform: uppercase;
}

.popover {
	width: 600px;
	height: auto;
	max-width: 600px;
	border-radius: 0;
	border: none;
}

.popover img {
	width: 100%;
	height: auto;
}

.product__button {
	overflow: hidden;
	margin-bottom: 10px;
}

.product__button a {
	color: #fff;
	padding: 10px;
	text-align: center;
	display: block;
}

.product__button a.button--call {
	background: #47C728;
}

.product__button a.button--order {
	background: #EF5A28;
}

.product__button a em {
	display: block;
	font-size: 14px;
}

.product__button span {
	text-transform: uppercase;
}

.social__like__share {
	background: #f5f5f5;
	border-left: 5px solid #ddd;
}

.social__like__share ul {
	list-style: none;
	padding: 0;
}

.social__like__share ul li {
	text-align: center;
	padding: 5px;
}

.gallery-full {
	margin-bottom: 10px;
}

.gallery-thumbnail .owl-item {
	border: 2px solid rgba(0, 0, 0, 0);
}

.gallery-thumbnail .owl-item.current {
	border: 2px solid red;
}

.menu-responsive {
	background: #0565af;
	top: 0;
	height: 100%;
	position: fixed;
	width: 300px;
	z-index: 9999;
	overflow: auto;
	display: none;
	transition: all 0.2s ease-out;
}

.menu-icon {
	position: absolute;
	right: 10px;
	z-index: 999;
	-webkit-animation-duration: .60s;
	animation-duration: .60s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 44px;
}

.menu-icon span {
	position: absolute;
	top: 10px;
	color: #444;
}

.menu-close {
	cursor: pointer;
	background: #277cbe;
	color: #ffffff;
	overflow: hidden;
	font-size: 14px;
	text-align: right;
}

.menu-close i {
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.23);
	font-size: 30px;
}

.menu-close span {
	float: left;
	text-transform: uppercase;
	margin: 15px;
}

.menu-open {
	color: #fff;
	font-family: Arial;
	font-size: 30px;
	padding: 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid;
}

.menu-responsive ul {
	list-style: none;
	padding: 0;
}

.menu-responsive ul li.main-menu-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
}

.menu-responsive ul li a.main-menu-link {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	padding: 10px;
	display: block;
	text-transform: uppercase;
}

.menu-responsive ul.menu-depth-1 li a.sub-menu-link {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	padding: 10px 20px 10px;
	display: block;
}

.menu-responsive ul li a:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	right: 10px;
	top: 13px;
}

.menu-responsive ul li a.dcjq-parent:before {
	content: "\f067";
}

.menu-responsive ul li a.dcjq-parent.active:before {
	content: "\f068";
}

.menu-responsive ul.menu-depth-2 li {
	padding-left: 20px;
	position: relative;
}

.menu-responsive ul.menu-depth-1 >li {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.menu-responsive ul li a.active {
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.menu-responsive ul.menu-depth-2 li a:before {
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 13px;
}

ul.accordion-taxonomy {
	background: #277cbe;
	list-style: none;
	padding: 0;
}

ul.accordion-taxonomy li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
}

ul.accordion-taxonomy li a {
	color: rgb(255, 255, 255);
	font-size: 15px;
	padding: 10px;
	display: block;
	text-transform: uppercase;
}

ul.accordion-taxonomy li a:after {
	float: right;
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

ul.accordion-taxonomy li a.dcjq-parent:after {
	content: "\f067";
}

ul.accordion-taxonomy li a.dcjq-parent.active:after {
	content: "\f068";
}

ul.accordion-taxonomy li ul {
	list-style: none;
	padding: 0;
}

ul.accordion-taxonomy li ul >li {
	padding-left: 20px;
}

ul.accordion-taxonomy li ul >li a:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f054";
	margin-right: 10px;
}

.kenit-load-more {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.kenit-load-more a {
	color: #fff;
	height: 100%;
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	margin: 15px 0;
	font-size: 16px;
	background: #E13B3B;
	padding: 10px 20px;
	border-radius: 20px;
}

.kenit-load-more a:hover {
	color: #fff;
}

.kenit-load-more a.disabled {
	cursor: no-drop;
}

.product-info {
	border: 1px solid #f5f5f5;
	background: -webkit-linear-gradient(#FFFFFF, rgba(230, 230, 230, 0.68));
	background: -moz-linear-gradient(#FFFFFF, rgba(230, 230, 230, 0.68));
	background: -ms-linear-gradient(#FFFFFF, rgba(230, 230, 230, 0.68));
	height: 200px;
	margin: 10px 0;
}

.product-info h4 {
	padding: 10px;
	border-bottom: 1px solid #f5f5f5;
	margin: 0px;
	text-transform: uppercase;
	color: #565656;
	text-align: center;
}

.product-info > div {
	padding: 10px;
}

.product-info > div i {
	font-size: 25px;
	margin-right: 15px;
}

.product-info > div p {
	font-size: 15px;
	color: #EF5A28;
	margin: 9px 0px;
}

.product-info > div span {
	color: #252525;
	width: 80px;
	display: inline-block;
}

.ratings {
	display: block;
	overflow: hidden;
}

.col-xs-5col, .col-sm-5col, .col-md-5col, .col-lg-5col {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5col {
	width: 20%;
	float: left;
}

@media (min-width:768px) {
	.col-sm-5col {
		width: 20%;
		float: left;
	}

}

@media (min-width:992px) {
	.col-md-5col {
		width: 20%;
		float: left;
	}

}

@media (min-width:1200px) {
	.col-lg-5col {
		width: 20%;
		float: left;
	}

}

.modal-popup .form-modal {
	padding: 20px;
	background: #f5f5f5;
}

.modal-popup .modal-content {
	border-radius: 0px;
	border: 7px solid #E6E6E6;
}

.modal-popup .modal-body {
	padding: 0;
}

.modal-popup .info-modal {
	padding: 10px;
}

.modal-popup .info-modal p span {
	display: inline-block;
	height: 35px;
	width: 35px;
	background: #ddd;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	border: 1px solid #ccc;
	font-size: 18px;
	margin-right: 9px;
}

.modal-popup .info-modal i.fa.fa-arrow-circle-right {
	position: absolute;
	font-size: 44px;
	color: #F97422;
	background: #FFFFFF;
	border-radius: 50%;
	height: 38px;
	width: 37px;
	text-align: center;
	line-height: 37px;
	right: -30px;
	z-index: 5555;
	top: 50%;
	transform: translateY(-50%)
}

.modal-popup .close {
	opacity: 1;
}

.modal-popup i.fa.fa-times {
	height: 30px;
	width: 30px;
	background: #D0CFCF;
	line-height: 30px;
	border-radius: 50%;
	color: #000;
	opacity: 1;
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 999;
}

.form-modal input, .form-modal select, .form-modal textarea {
	width: 100%;
	padding: 13px 10px;
	font: 13px Arial;
	border: 1px solid #ebebeb;
	background: #fff;
}

.form-modal input[type=submit] {
	background: #EF5A28;
	border: 0px;
	padding: 12px 15px;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	color: #fff;
	margin: 0 auto;
}

.form-modal input[type=checkbox] {
	width: auto;
}

.modal-popup .info-modal .price-product {
	font-family: 'UTM-Avo-Bold';
	color: #CC181E;
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

.modal-popup h4 {
	font-family: 'UTM-Avo-Bold';
	text-transform: uppercase;
	font-size: 16px;
	color: #444;
	padding-bottom: 6px;
	padding: 20px 0 10px;
	margin: 0;
	line-height: 1.6;
}

@media only screen and (min-width:992px) {
	.modal-popup .modal-dialog {
		width: 1000px;
	}

}

.car__maker {
	background: #f5f5f5;
	overflow: hidden;
	position: absolute;
	top: 62px;
	z-index: 999;
	width: 490px;
	display: none;
}

.car__maker .item {
	width: 115px;
	float: left;
	text-align: center;
	color: #444;
	padding: 10px;
	background: #fff;
	margin: 3px;
}

.car__maker .item a {
	color: #444;
}

.map-control {
	width: 100%;
	height: 750px;
}

form.search-store {
	margin-top: 10px;
}

form.search-store select {
	border-radius: 0;
}

.type-store {
	background: #f5f5f5;
	padding: 5px;
	margin: 4px 0;
}

.type-store p.name {
	color: #0077b5;
	font-size: 16px;
	font-weight: bold;
}

.type-store p.phone {
	color: #ff1919;
}

.type-store a.storepicker {
	color: #277cbe;
	border: 1px solid;
	padding: 0px 5px 2px;
}

.box-local {
	font-family: Tahoma;
	font-size: 15px;
}

.box-local h4 {
	color: #0077b5;
	font-size: 16px;
	font-weight: bold;
}

.box-local img {
	width: 155px;
	float: left;
	margin-right: 10px;
}

.bar-left {
	height: 750px;
	overflow-y: scroll;
	margin-bottom: 10px;
}

.partner__item {
	background: #f5f5f5;
	padding: 10px;
	margin: 5px;
}

p.title_section {
	overflow: hidden;
	text-align: center;
	color: #444444;
	padding: 30px;
	font-size: 33px;
	font-family: SanFranciscoDisplay-Regular;
	margin-bottom: 0;
	text-transform: uppercase;
}

.thumb {
	float: left;
	border: none;
	padding: 0;
	vertical-align: middle;
	margin: 10px 12px 0 0;
}

.des .title h3 {
	color: #E13B3B;
	font-size: 20px;
	font-family: Segoe-Ui-Semibold;
	text-transform: uppercase;
}

.des .description {
	color: #343434;
	font-size: 16px;
	font-family: SanFranciscoDisplay-Thin;
}

.thumbnail>img, .thumbnail a>img {
	margin-left: auto;
	margin-right: auto;
}

.space_60 {
	height: 60px;
	width: 100%;
	clear: both;
}

.text-center {
	text-align: center;
}

.btn_join, .btn_join:hover, .btn_join:active, .btn_join:visited {
	color: #FFF;
	font-size: 17px;
	border-radius: 30px;
	padding: 15px 30px;
	background: #E13B3B;
}

#sim {
	background-image: url(/wp-content/uploads/banner-2.jpg);
	height: auto;
	padding: 40px;
	background-size: cover;
}

#card {
	background-image: url(/wp-content/uploads/banner-3.jpg);
	height: auto;
	padding: 40px;
	background-size: cover;
}

.title_image {
	color: #fcfcfc;
	text-align: center;
	padding: 15px;
}

.title_image .title_sim {
	font-size: 55px;
	margin: 30px 0 15px 0;
}

.space_10 {
	height: 10px;
	width: 100%;
	clear: both;
}

.button-service {
	margin-top: 15px;
}

.button-mua {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff !important;
	background-image: -webkit-linear-gradient(top, #fff, #fff);
	color: #4a90e4;
	border: solid #fff 1px;
	font-size: 22px;
}

.basicBox, .swiggleBox, .checkBox {
	width: 130px;
	height: 65px;
	margin: 15px auto;
	color: #4274D3;
	font-size: 16px;
	line-height: 65px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

svg {
	position: absolute;
	top: 0;
	left: 0;
}

svg rect, svg path, svg polyline {
	fill: none;
	stroke: #4274D3;
	stroke-width: 1;
}

.basicBox:hover svg rect, .swiggleBox:hover svg path, .checkBox:hover svg polyline {
	stroke: #4274D3;
}

svg rect {
	stroke-dasharray: 400, 0;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}

.basicBox:hover svg rect {
	stroke-width: 3;
	stroke-dasharray: 35, 245;
	stroke-dashoffset: 38;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}

/*Button*/

/*.btn1 {
	position: relative;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 5px;
	margin-top: 25px;
	overflow: hidden;
	font-weight: 300;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.btn1 span {
	position: relative;
	z-index: 1;
}

.btn1:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 270px;
	height: 200px;
	margin-left: -130px;
	margin-top: -100px;
	content: '';
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-radius: 100px;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn1:hover span {
	color: #E13B3B;
}

.btn1:hover .price {
	border-left: 2px solid #E13B3B
}

.btn1:hover:before {
	border-width: 100px;
}

.list_package  .title {
	padding: 20px 0 0;
}

.detail {
	padding: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.list_package .item {
	border-right: 1px solid #cccccc;
	padding: 0 20px;
	margin: 0 5px;
	overflow: hidden;
	background-color: #fff;
	min-height: 300px;
	margin-bottom: 10px;
}

.list_package .item .title a,
.list_package .item .title a:hover,
.list_package .item .title a:active,
.list_package .item .title a:visited {
	color: #E13B3B;
	font-size: 22px;
}

.list_package .item .short_des {
	color: #3c3c3c;
	font-size: 12px;
	padding: 10px 0;
	margin-bottom: 5px;
	line-height: 25px;
	height: 140px;
	overflow: hidden;
}

.short_des ul {
	margin-left: -20px;
}

.font_16 {
	font-size: 16px;
}

.lbl_color_blue {
	color: #277cbe;
}

.list_package .item .txt_price .fa {
	color: #33a4da;
	margin-right: 5px;
}

.list_package .item .txt_price span {
	color: #808080;
	font-size: 16px;
}

.list_package .item .row_price {
	float: left;
	width: 100%;
}

.list_package .item .row_price_dis {
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
*/

/*.owl-carousel .owl-item{
	margin-right: 10px;
}*/
.owl-item img {
	width: 100%;
}

.list_package .lbl_dis, .package_info .lbl_dis {
	font-size: 18px;
}

.list_package .item .row_price .price .txt_lg, .package_info .txt_lg {
	font-size: 24px;
	font-weight: bold;
}

.lbl_color_blue {
	color: #277cbe;
}

.list_package .item .row_price .price .txt_sm, .package_info .txt_sm {
	font-size: 20px;
}

.product1 {
	max-width: 400px;
	margin: 20px;
	color: #666665;
	font-size: 14px;
	line-height: 1.6;
}

.product1 h3 {
	color: #000;
	font-size: 24px;
}

.product1 ul {
	margin-left: -20px;
	font-size: 14px;
}

.price1 {
	color: red;
	font-size: 24px;
}

s {
	font-size: 80%;
	opacity: .3;
}

.post-detail {
	padding: 20px;
}

.related-article li {
	list-style: none;
	margin-bottom: 15px;
	padding-left: 0;
	overflow: hidden;
	height: 73px;
	padding-right: 0;
}

.related-article .post-thumbnail img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 4px;
}

.related-article .related-post-content {
	margin-left: 80px;
}

.related-article .post-thumbnail {
	border-radius: 4px;
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	background-color: #588be4;
	overflow: hidden;
	position: relative;
}

.related-article {
	border-radius: 6px;
	background-clip: padding-box;
	background: #fff;
	padding: 25px 25px 0;
	margin-top: 20px;
	overflow: hidden;
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1)
}

.related-article h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

.related-article .related-post-title {
	font-size: 14px;
	color: #045594;
	line-height: 22px;
	font-weight: 700;
	display: block;
}

.related-article .date {
	font-size: .875em;
	font-weight: 600;
	color: #636467;
}

.product1 .btn1 {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #E13B3B;
	border: 2px solid #E13B3B;
	display: inline-block;
	width: 60%;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	margin-top: 1em;
}

.news-related {
	margin-top: 30px;
}

.news-related .tit {
	font-size: 25px;
	padding: 0;
	margin: 10px 0;
	border-bottom: 2px solid #E13B3B
}

.news-related .blog-meta {
	font-size: 14px;
	margin: 0;
}

.post-detail h3 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.product1 .title {
	float: left;
	padding: 11px 20px;
	width: 60%;
	margin: 0;
}

.product1 .price {
	float: right;
	padding: 12px;
	border-left: 2px solid #fff;
	width: 40%;
	position: relative;
	transition: all 300ms ease;
}

.product1 .amount {
	&:before {
		content: "$";
	}

}

&:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	background-color: #000;
	transition: height 300ms ease;
	z-index: -1;
}

&:hover {
	.product1 .price {
		color: #fff;

		.product1 &:before {
			height: 100%;
		}

	}

}

#sm_vertical_menu-2 {
	list-style-type: none;
}

#box h1 {
	text-align: center;
	font-size: 45px;
}

.google-visualization-table div {
	overflow-y: scroll;
	height: 500px;
}

#Iframe-Liason-Sheet {
	max-width: 550px;
	max-height: 2000px;
	overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
	position: relative;
	height: 0;  /* gets height from padding-bottom setting */
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.responsive-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

/* padding-bottom = h/w as a % */
.responsive-wrapper-wxh-550x2000 {
	padding-bottom: 363.6364%;
}

.iframe-border {
	border: 1px solid #000;
}

.center-block-horiz {
	margin-left: auto !important;
	margin-right: auto !important;
}

.news {
	background: #f7f6f4;
	padding: 30px 0;
}

.news-container {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}

.cot {
	width: 48%;
	float: left;
	margin-right: 20px;
}

.ht .wrap_title {
	border-bottom: 1px dashed #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
}

.ht .wrap_title .block-title {
	float: left;
	margin-bottom: 0;
	padding-right: 34px;
}

.block-title {
	position: relative;
	overflow: hidden;
}

.block-title span {
	font-size: 16px;
	background: #e91c2f;
	color: #ffffff;
	padding: 0px 8px;
	position: relative;
	z-index: 10;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	font-weight: 600;
}

.block-title span:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 0 0 25px;
	border-color: transparent transparent transparent #f44336;
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0px;
	z-index: 1;
}

.ht .wrap_title .xemthem {
	background: #E13B3B;
	float: right;
	height: 34px;
	line-height: 34px;
	position: relative;
	padding-right: 10px;
}

.ht .wrap_title .xemthem a {
	color: #ffffff;
}

.block-title:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 34px 0;
	border-color: transparent #E13B3B transparent transparent;
	content: "";
	position: absolute;
	right: 100%;
	bottom: 0px;
	z-index: 1;
}

.ht .wrap_title .xemthem:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 34px 0;
	border-color: transparent #E13B3B transparent transparent;
	content: "";
	position: absolute;
	right: 100%;
	bottom: 0px;
	z-index: 1;
}

.h2-fixcontent3::before {
	content: 'Các Gói Cước 4G Viettel';
	position: relative;
	top: -20px;
	font-size: 24px;
	font-weight: 700;
	padding: 5px 10px;
	text-transform: uppercase;
	background: #fff;
}

.bai_dau_tien {
	overflow: hidden;
	margin-bottom: 15px;
}

.bai_dau_tien img {
	width: 100%;
}

.bai_dau_tien h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.bai_dau_tien a {
	font-weight: 600;
	font-size: 16px;
}

.bai_dau_tien p {
	font-size: 14px;
}

.cac_bai_con_lai {
	display: block;
	list-style-type: none;
	text-align: left;
	padding-bottom: 5px;
	margin: 5px 0;
	border-bottom: 1px dashed #adadad;
}

.cac_bai_con_lai a {
	color: #222222;
	font-size: 14px;
}

.cac_bai_con_lai a:hover {
	color: black
}

.cac_bai_con_lai i {
	font-size: 13px;
}

.a-next {
	font-size: 18px;
	padding: 10px 30px;
	background: #fafafa;
	border: 1px solid #ddd;
	color: #e13b3b;
}

.tabul {
	overflow: hidden;
	margin-top: 30px;
}

.tab {
	margin-bottom: 20px;
	color: #444;
	display: block;
	padding: 40px;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #277cbe;
	border-radius: 5px;
	background-color: transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.tab h3 {
	font-size: 20px;
	color: #277cbe;
	text-transform: uppercase;
}

.tab i {
	font-size: 80px;
	color: #277cbe;
}

.tab:hover {
	background-color: #E13B3B;
	border: 1px solid #E13B3B;
}

.tab:hover i, .tab:hover h3 {
	color: #fff;
}

.support-online {
	position: fixed;
	z-index: 999;
	left: 0;
	bottom: 0px;
}

.support-online a {
	position: relative;
	margin: 20px 10px;
	text-align: left;
	width: 40px;
	height: 40px;
}

.support-online i {
	width: 40px;
	height: 40px;
	background: #43a1f3;
	color: #fff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
	position: relative;
	z-index: 999;
}

.support-online a span {
	border-radius: 2px;
	text-align: center;
	background: rgb(103, 182, 52);
	padding: 9px;
	display: none;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	color: #ffffff;
	z-index: 999;
	top: 0px;
	left: 40px;
	transition: all 0.2s ease-in-out 0s;
	-moz-animation: headerAnimation 0.7s 1;
	-webkit-animation: headerAnimation 0.7s 1;
	-o-animation: headerAnimation 0.7s 1;
	animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
	display: block;
}

.support-online a {
	display: block;
}

.support-online a span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent  rgb(103, 182, 52) transparent transparent;
	position: absolute;
	left: -10px;
	top: 10px;
}

.noibat a {
	padding: 10px 5px;
	overflow: hidden;
	font-size: 16px;
	margin: 5px 0;
}

.block a {
	padding: 10px 5px;
	font-size: 14px;
	font-weight: 500;
	background: linear-gradient(to right, #00adf5, #0565af);
	border-radius: 7px;
	color: #fff;
	display: block;
	text-align: center;
	margin: 10px 0;
	box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
}

.noibat .ten-goi {
	display: inline-block;
	float: left;
	width: 42%;
	font-size: 16px;
	line-height: 44px;
	font-weight: bold;
	border-right: 1px solid;
}

.noibat p {
	display: block;
	margin: 0;
	font-size: 14px;
}

.kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(0, 175, 242, 0.5);
	opacity: .75;
	right: -10px;
}

.kenit-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: .1;
	border-color: #0089B9;
	opacity: .5;
}

.support-online .btn-support {
	cursor: pointer;
}

.news-left a img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.backwhite {
	background-color: #fff;
	padding: 30px 0;
}

.pricing__item {
	text-align: center;
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}

.pricing__item {
	margin: 10px;
	border-radius: 40px;
	background: #fff;
	padding: 10px;
	border: 1px solid #e5e5e5;
	text-align: center;
	position: relative;
	box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4)
}

.pricing__item .pricing__title {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pricing__title {
	margin: 0;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: bold;
	padding: 5px 0px;
	width: auto;
	color: #ea1a2f;
}

.details {
	width: 85px;
	display: block;
	padding: 3px 10px 1px;
	text-align: center;
	color: #e6192e;
	background-color: #fff;
	border: 1px solid #e6192e;;
	font-size: 12px;
	border-radius: 10px;
	margin: auto;
	line-height: 17px;
}

.pricing__price {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

.kiwi {
	color: #2DEA8F;
}

.cherry {
	color: #DB466B;
}

.pricing__currency {
	font-size: 0.4em;
	vertical-align: super;
}

.pricing__period {
	font-size: 0.35em;
	padding: 0 0 0 0.5em;
	color: #646D5B;
}

.pricing__feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	text-align: center;
	color: #444;
}

.pricing__feature {
	font-weight: 100;
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.pricing__action {
	width: 70%;
	cursor: pointer;
	display: block;
	line-height: normal;
	padding: 10px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to right, #e5172b, #c61c35);
	border: 0px;
	font-size: 15px;
	border-radius: 20px;
	margin: 10px auto;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0s.5);
	box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
}

.pricing__item .new {
	width: 65px;
	position: absolute;
	right: 0;
	top: -20px;
}

.post-content {
	color: #000;
	padding: 0 15px;
	border-radius: 3px;
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1)
}

.sidebar {
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1)
}

.widget h3 {
	font-size: 20px;
	color: #e81a2e;
	position: relative;
	margin: 10px 0 20px 0;
}

.widget h3:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100px;
	height: 3px;
	background: url(/wp-content/themes/mobifone/images/line.png) left bottom no-repeat;
}

.footer-wg ul li a {
	display: block;
	padding: 5px 0;
	margin-left: 20px;
	font-size: 14px;
	color: #000;
}

.footer-wg  ul li:after {
	content: "\f046";
	color: #045594;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 15px;
}

.footer-wg  ul li {
	position: relative;
}

.post-meta {
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.post-meta li {
	color: #c1c0c0;
	margin-right: 30px;
	font-size: .875em;
	display: inline-block;
	text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	text-decoration: none;
	padding: 0;
	margin-top: 0;
}

#breadcrumbs {
	padding: 10px 0;
	border-bottom: 1px solid #f7f7f7;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	line-height: 25px;
}

.post-content p {
	line-height: 24px;
}

.post-content h1 {
	font-size: 17px
}

.post-content h2 {
	font-size: 16px
}

.post-content h3 {
	font-size: 15px
}

.post-content h4{
	font-size: 15px;
}
.post-content h6{
	font-size: 15px;
}

.note-sg {
	color: red;
	border: 1px dashed #ccc;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	margin-bottom: 15px;
	background: #fbfbfb;
}

.listing-item {
	padding: 0px 0 15px 50px;
	position: relative;
	line-height: 20px;
	overflow: hidden
}

.display-posts-listing .listing-item .date {
	text-align: center;
	width: 45px;
	position: absolute;
	left: 0;
	border-radius: 50%;
	top: 0;
	margin: 0;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	background: #36d1dc;
	background: -webkit-linear-gradient(to right, #5b86e5, #36d1dc);
	background: linear-gradient(to right, #5b86e5, #36d1dc);
}

.display-posts-listing {
	margin: 0;
	padding: 0;
}

.widget-container li a {
	color: #468499;
	font-size: 15px;
	line-height: 21px;
}

.footer-wg ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pad15 {
	padding: 0 15px;
}

.category h2 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}

.category .post-meta {
	text-align: left;
}

blockquote {
	box-shadow: 2px 2px 13px #eee;
	border-left: 5px solid #588be4;
	padding: 30px;
	font-size: 14px;
}

h1.title-post {
	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
	padding: 25px 25px 0;
	line-height: 36px;
}

.category img {
	border-radius: 5px;
}

.post-content h2:nth-of-type(1) {
	padding: 10px 0;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.56;
	text-align: left;
	padding-left: 15px;
	border-left: 2px solid #3e4a59;
	margin: 20px auto 16px;
}

.fixed {
	animation: slide-down 0.7s;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.logged-in .header.fixed {
	top: 32px;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}

	100% {
		opacity: 0.9;
		transform: translateY(0)
	}

}

.pagenavi {
	margin: 30px 0 20px 0;
	border-top: 1px dashed #f7f7f7;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.pagenavi span, .pagenavi a {
	color: #4d4d4d;
	padding: 3px;
	margin-right: 5px;
	background: transparent;
	border: 1px solid #757575
}

.pagenavi a:hover, .pagenavi .current {
	background: transparent;
	color: #4d4d4d;
	text-decoration: none
}

.pagenavi .page-numbers, .pagenavi .current {
	color: #4d4d4d;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}

.pagenavi .current {
	color: red;
}

.pagenavi .page-numbers {
	border: 1px solid #DDD;
	padding: 8px;
	border-radius: 8px;
}

@media only screen and (max-width:480px) and (min-width:320px) {
	.cot {
		width: 100%;
	}

	.news-left a img {
		width: 90px;
		height: 90px;
	}

	.title_image .title_sim {
		font-size: 40px;
		margin: 0px 0 15px 0;
	}

	.product1 .btn1 {
		width: 100%;
	}

	.btn1:before {
		margin-left: -155px;
		width: 310px;
	}

	.post-detail {
		padding: 0;
	}

	.detail {
		padding: 0px;
		border: none;
	}

	.breadcrumbs {
		white-space: unset;
	}

	.tophotline {
		text-align: center;
	}

	.result {
		padding: 15px;
	}

}

.bottom_support {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px 15px;
	z-index: 9999;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(to right, #e6172a, #c61d36);
}

.bottom_support .txt {
	color: #fff;
	line-height: 35px;
	font-size: 16px;
}

.button-moi {
	display: block;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	padding: 5px;
}

.title-goi {
	text-align: center;
	font-size: 27px;
	text-transform: uppercase;
}

.sepa {
	text-align: center;
	display: block;
	background-image: url(/wp-content/themes/mobifone/images/separator.png);
	height: 25px;
	width: 100%;
	background-position: center;
	background-size: contain;
	margin-bottom: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.tags {
	margin-bottom: 20px;
	font-size: 15px;
}

.tags a {
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #0565af;
	color: #fff;
	margin: 0 5px;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
	display: inline-block;
}

.goinoibat {
	overflow: hidden;
	padding: 20px 0;
	background-color: #fff;
	border-radius: 5px;
	margin: 10px 0;
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1)
}

.goinoibat .widget h3 {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 0;
	font-size: 22px;
}

.bottom_support.doctiep {
	display: block;
	left: unset;
	bottom: 10px;
	border-radius: unset;
	width: 770px;
	padding: 5px 0;
	background: #dde1e6;
	color: #000;
}

.bottom_support.doctiep .txt {
	line-height: unset;
	color: #000;
	font-size: 15px;
	padding: 0 5px;
	text-transform: uppercase;
	text-align: right;
}

.doctiep a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.post-content .ul-fixcontent {
	margin: 30px 0 20px;
	border: 1px solid #f00;
	border-radius: 5px;
	padding: 5px 45px;
}

.post-content .ul-fixcontent::before {
	content: 'TIN HOT TRONG TUẦN';
	position: relative;
	top: -20px;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 10px;
	left: -12px;
	text-transform: uppercase;
	background: #fff;
	color: red;
}

.post-content .ul-fixcontent li {
	text-align: justify;
	top: -10px;
	margin: 5px 0;
	position: relative;
	list-style-type: none;
}

.post-content .ul-fixcontent li:after {
	content: "\f058";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: -20px;
	color: #4CAF50;
	top: 3px;
}

@media only screen and (max-width:768px) {
	.post-content .ul-fixcontent{
		    padding: 5px 30px;
	}
	.bottom_support {
		display: block;
	}

	.bottom_support.doctiep {
		width: 100%;
		left: 0;
		bottom: 0;
	}

	.doctiep a {
		font-size: 14px;
	}

	.footer .tencty {
		font-size: 24px;
	}

	.khoi {
		display: none;
	}

	.category h2 {
		font-size: 16px;
	}

	.pad0mb {
		padding: 0;
	}

	.search-form {
		right: 65px;
	}

	.martopmb {
		margin-top: 30px;
	}

	.pricing__item {
		margin: 10px 0;
	}

	h1.title-post {
		line-height: 30px;
		font-size: 22px;
		font-weight: bold;
	}

	.logo img {
		margin-left: 0;
	}

	.footer .col-md-3.pad5 {
		padding: 0 15px;
	}

}

@media only screen and (max-width:320px) {
	.noibat p {
		font-size: 13px;
	}

	.noibat .ten-goi {
		width: 36%;
		font-size: 14px;
	}

}
