/* Basic Reset */
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
html, body {
    font-family: Arial, sans-serif;
    color: #333;
    overflow-x: hidden;
}
.head-top {
    padding: 5px 0;
	background: #f6f6f6;
}
.head-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.head-top ul li {
    display: inline-block;
}
.head-top ul li a {
    padding: 5px;
    color: inherit;
}
.head-top ul li a i {
	color: #575352;
}
.head-language {
    text-align: right;
}
.head-contact {
	display: inline-block;
	margin-right: 5px;
}
.head-contact a {
	text-decoration: none;
	color: #333;
	border-right: 1px solid #333;
	padding-right: 5px;
	font-size: 13px;
}
ul.select-languages {
	display: inline-block;
}
ul.select-languages li a {
	padding: 2px;
}
ul.select-languages li a img {
	width: 20px;
}
.head-main {
    border-top: 1px solid #333;
    padding: 7px 0;
}
.top-info {
    border-right: 1px solid #333;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 120%;
}
.top-info:last-child {
    border: none;
}
.top-info i {
    font-size: 16px;
    margin-right: 15px;
}
.logo-sp {
	display: none;
}
.cart a {
	text-decoration: none;
	color: #333;
} 
.menu {
    display: flex;
    background: #273272;
}
.menu nav {
	position: relative;
}
.menu nav ul {
    margin: 0;
}
.menu nav ul li {
    display: inline-block;
    padding: 10px 15px;
}
.menu nav ul li a {
    color: #fff;
    text-decoration: none;
	width: 100%;
    font-weight: bold;
}
.nav-category {
    color: #fff;
    padding: 5px 0;
    background: #d60c0c;
	font-weight: bold;
	font-size: 15px;
}
.nav-category i {
    padding: 10px;
}
.nav-main {
    position: relative;
}
.nav-main .menu-sidebar {
    display: none;
}
.nav-main:hover .menu-sidebar {
    display: inline-block;
    position: absolute;
    top: 41px;
    left: 0px;
    z-index: 9;
    padding-top: 5px;
    width: 100%;
}
.nav-main ul li a {
    width: 100%;
    transition: 0.5s;
}
.menu-sidebar > ul {
    margin: 0;
    margin-top: 2px;
    padding: 0;
	width: 370px;
	box-shadow: 1px 5px 20px #aaa;
}
.menu-sidebar > ul > li {
    list-style: none;
    border-bottom: 1px solid #ddd;
	position: relative;
	background: #fff;
	color: #333;
}
.menu-sidebar > ul > li:hover {
	background: #273272;
	color: #fff;
}
.menu-sidebar > ul > li:hover a i {
	color: #fff;
}
.menu-sidebar > ul > li a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    padding: 10px;
	transition: 0.5s;
	font-size: 14px;
	text-transform: uppercase;
}
.menu-sidebar > ul > li > a > i {
	font-size: 8px;
	display: inline-block;
	vertical-align: middle;
	color: #273272;
	margin-right: 5px;
}
.menu-sidebar > ul > li > a:hover {
	padding-left: 10px;
}
.menu-sidebar > ul > li > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	padding-left: 0;
	width: 800px;
	background: #fff;
	box-shadow: 1px 5px 20px #aaa;
}
.menu-sidebar > ul > li:hover a + ul {
	display: inline-block;
}
.menu-sidebar > ul > li > ul > li:marker {
	display: none;
}
.menu-sidebar > ul > li > ul > li {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	color: #333;
}
.menu-sidebar > ul > li > ul > li a {
	font-size: 13px;
}
.headsearch-icon {
	display: none;
}
.headsearch form {
    width: 100%;
    position: relative;
}
.headsearch form input {
    width: 100%;
    padding: 5px 10px;
    border: 2px solid #273272;
	font-size: 13px;
}
.headsearch form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #d60c0c;
    color: #fff;
    padding: 5px 10px;
}
.headsearch a {
    display: inline-block;
    text-decoration: none;
    color: #999;
    padding: 0 10px;
    position: relative;
    margin-top: 5px;
    line-height: 120%;
}
.headsearch a:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #999;
}
.headsearch a:last-child:after {
    display: none;
}
.slider.owl-theme .owl-dots {
    z-index: 2;
    position:absolute;
    bottom:10px;
    left:50%; 
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
/*childpage*/
ul.breadcrumb {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
}
ul.breadcrumb li {
    display: inline;
    font-size: 15px;
	text-transform: capitalize;
	color: #1290e4;
	font-weight: bold;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    font-size: 12px;
    color: #aaa;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
ul.breadcrumb li a {
    color: #333;
    text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
.childpage {

}
.sidebar-block:first-child {
    margin-top: 0;
}
.sidebar-block {
    margin-top: 20px;
	padding: 10px;
	border: 1px solid #ccc;
}
.sidebar-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}
.sidebar-title2 {
    font-size: 16px;
    font-weight: bold;
}
.sidebar-title2:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #1290e4;
}
.sidebar-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-block ul li {
	position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.sidebar-block ul li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 160%;
    color: #333;
    text-decoration: none;
	text-transform: capitalize;
}
.sidebar-block > ul > li > a > i {
	color: #fff;
    background-color: #0698ed;
    border-radius: 50%;
    padding: 1px 2px 1px 2px;
	font-size: 10px;
}
.sidebar-block ul li > i {
	display: none;
	padding: 5px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 3;	
}
.sidebar-block ul li.havesub {
	padding-right: 10px;
}
.sidebar-block ul li.havesub > i {
	display: inline-block;
}
.sidebar-block ul li ul {
	display: none;
	padding-left: 7px;
}
.sidebar-block ul li ul li {
	padding: 5px 0;
}
.sidebar-product {
    padding: 10px;
    border: 1px solid #333;
}
.sidebar-product-item {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.sidebar-product-item:last-child {
    border-bottom: none;
}
.sidebar-product-photo {
    padding-right: 0;
}
.sidebar-product-content h4{
    font-size: 14px;
    margin-bottom: 5px;
}
.sidebar-product-content a {
    display: block;
    font-size: 14px;
    text-decoration: none;
	color: #333;
}
.sidebar-product-content span {
	display: inline-block;
	width: 100%;
	color: #e30c09;
    font-weight: bold;
    font-size: 14px;
}
.pdetail-date {
    font-size: 12px;
    color: #8f8f8f;
}
.pdetail h3 {
    font-size: 18px;
    color: #0698ed;
    font-weight: bold;
    margin-top: 10px;
}
.pdetail-other {
    margin-top: 30px;
}
.pdetail-other-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.pdetail-other-content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.pdetail-other-item {
    width: 22.25%;
}
.pdetail-other-title2 a {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-decoration: none;
    color: #273272;
    font-weight: bold;
}
.pdetail-other-text {
    margin-top: 5px;
    font-size: 14px;
}
/*childpage*/
h3.title {
    font-size: 20px;
    font-weight: bold;
}
h3.title:after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 50px;
    height: 3px;
    background: #1290e4;
}
h3.title2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
h3.title2:after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 50px;
    height: 3px;
    background: #1290e4;
}
.top-services {
    margin-top: 40px;
}
.services-item {
    margin-top: 20px;
}
.services-photo img {
	width: 100%;
	height: 265px;
	object-fit: cover;
}
.services-photo a {
    display: inline-block;
}
.services-photo:hover + .services-title {
    background: #d60c0c;
}
.services-photo:hover + .services-title:after {
    border-left: 21px solid #d60c0c;
}
.services-photo:hover + .services-title i {
    color: #fff;
}
.services-title {
    display: inline-block;
    font-size: 14px;
	font-weight: bold;
    background: #273272;
    color: #fff;
    padding: 10px 15px;
    transition: 0.5s;
    position: relative;
    top: -22px;
}
.services-title:after {
    content: "";
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 21px solid #273272;
    transition: 0.5s;
    position: absolute;
    top:0;
    right: -20.1px;
}
.services-title i {
	color: #d60c0c;
	font-size: 14px;
	margin-right: 5px;
}
.services-desc {
    font-size: 15px;
    position: relative;
    top: -15px;
}
.services-desc p {
	margin: 0;
	font-size: 15px;
	font-weight: normal;
}
.general-link a {
    text-decoration: none;
    color: #1297e5;
    font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.general-link a i {
    font-size: 12px;
}
.general-link a:hover i {
    -webkit-animation:spin 0.5s linear;
    -moz-animation:spin 0.5s linear;
    animation:spin 0.5s linear;
}
.link-right {
    text-align: right;
}

/*amimate spin*/
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.top-about {
    margin-top: 40px;
}
.about-desc {
    margin-top: 20px;
    font-size: 15px;
    word-wrap: break-word;
}
.about-desc * {
	font-size: 15px;
	font-weight: normal;
}
.about-desc p {
	display: inline;
}
.about-photo {
	margin-top: 10px;
}
.about-videos {
    margin-top: 20px;
}
.top-news {
    margin-top: 40px;
}
.news-item {
    border: 1px solid #ddd;
    margin-top: 10px;
}
.news-photo {
    overflow: hidden;
	text-align: center;
}
.news-photo img {
	width: 100%;
	height: 225px;
	object-fit: cover;
}
.news-content {
    margin-top: -30px;
    padding: 15px;
}
.news-date {
    display: inline-block;
    padding: 5px 10px;
    background: #273272;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.news-title {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #273272;
}
.news-title a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
	text-align: justify;
}
.news-desc {
    margin-top: 10px;
    font-size: 14px;
    word-wrap: break-word;
	text-align: justify;
}
.top-brands {
    margin-top: 40px;
}
.brands-slide {
    margin-top: 20px;
}
.top-support {
    margin-top: 40px;
}
.support {
    margin-top: 20px;
}
.support-item {
	margin-top: 30px;
}
.support-photo {
    padding: 0;
}
.support-info {
    line-height: 140%;
    font-size: 14px;
	text-align: center;
}
.support-title {
    font-size: 16px;
    font-weight: bold;
}
.support-title span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}
.support-tel {
    color: #d60c0c;
    font-weight: bold;
}
.support-tel i, .support-email i {
    font-size: 12px;
    color: #333;
}
.footer {
    margin-top: 50px;
    background: #ddd;
    padding: 20px 0;
}
.footer-text {
    font-size: 14px;
}
.footer-company {
    margin-top: 20px;
}
.company-name {
    font-size: 16px;
    font-weight: bold;
}
.company-name span {
    font-weight: normal;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
.footer-company ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-top: 15px;
    font-size: 13px;
}
.footer-company ul > li {
    margin-top: 5px;
}
.footer-company ul li i {
    color: #0698ed;
    font-size: 12px;
}
.footer-company ul li ul li {
    margin-top: 0;
}
.footer-company ul li ul li i {
    color: #0698ed;
    font-size: 10px;
}
.footer-company ul > li > ul {
    margin-top: 0;
    margin-left: 10px;
    padding-left: 0;
}
.copyright {
    background: #ccc;
    padding: 10px 0;
}
.copyright-text {
    margin-right: 20px;
}
.copyright-logo img {
    max-width: 130px;
}
.copyright-img {
    text-align: right;
}
.copyright-img img, .copyright-img-sp img {
    max-width: 120px;
}
/**/
.post-flex {
	display: flex;
	flex-wrap: wrap;
}
.post-item {
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 15px;
	width: 100%;
}
.post-item:first-child {
	margin-top: 0;
}
.post-img {}
.post-title a {
	text-decoration: none;
	color: #1290e4;
}
.post-date {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	font-size: 14px;
	font-style: italic;
}
.post-text {}
.tieude_giua {
	font-size: 18px;
	font-weight: bold;
	color: #1290e4;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.mota_cap1 {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}
.mota_cap1 .viewmore {
	color: #0698ed;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 8;
	cursor: pointer;
	background: rgb(9,9,121);
	background: linear-gradient(180deg, rgba(9,9,121,0) 0%, rgba(255,255,255,0.8502976190476191) 15%, rgba(255,255,255,1) 100%);
}
.mota_cap1 .viewmore i {
	position: relative;
	animation-name: example;
	animation-duration: 2s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
}
@keyframes example {
  0% {top:0;}
  100% {top:10px;}
}
/* the slides */
.zoom_slick .slick .slick-slide {
  margin: 0 5px;
}

/* the parent */
.zoom_slick .slick {
  margin: 0 -5px;
}
.zoom_slick .slick .slick-slide {
	padding: 5px;
	border: 1px solid #ccc;
}
.zoom_slick .slick img {
	max-height: 80px;
	object-fit: contain;
}
.zoom_slick .slick2 img {
	height: 350px;
	object-fit: contain;
	margin: auto;
}	
.product-flex {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.product-item {
	border: 1px solid #ccc;
	padding: 15px;
}
.product-img {
	text-align: center;
}
.product-name a {
	text-decoration: none;
	display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    color: #0183bf;
}
.product-price {
	color: #e30c09;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.add-cart a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	text-align: center;
    padding: 8px 10px;
    color: #fff;
    border: 1px solid #0183bf;
    border-radius: 4px;
    background-color: #0183bf;
}
.product_info
{
	list-style:none;
}

.product_info li
{
	font-size:15px;
	border-bottom:1px solid #EEE;
	padding:10px 0;
}
.product_info li.ten
{
	color:#273272;
	font-size:18px;
	font-weight: bold;
}
.product_info li.giacu
{
	
	font-size:15px;
	text-decoration:line-through;
}
.product_info li.gia
{
	color:red;
	font-size:16px;
}
.product_info li b
{
	font-weight:normal;
	font-size:14px;
}
.xemgiohang
{
	color: #E80019;
    display: flex;
	justify-content: center;
    text-align: center;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    transition: 0.4s;
    margin: auto;
    margin-top: 7px;
}
.product_info li .dathang
{
	background:#000 url(../images/i_cart.png) 10px center no-repeat;
	background-size: 20px;
	color:#fff;
	display:block;
	height:30px;
	line-height:30px;
	text-align:center;
	padding:0 10px 0 30px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	font-size:12px;	
	transition:0.4s;
	text-decoration: none;
}
.product_info li .dathang:hover
{
	transition:0.4s;
	background:#E00 url(../images/i_cart.png) 10px center no-repeat;
	background-size: 20px;
}
span.size {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}
span.mausac {
    display: block;
    float: left;
    border: 1px solid #DDD;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
}
span.active_size,span.size:hover,span.mausac:hover, span.active_mausac {
    border: 1px solid #EE0000;
}
input.soluong
{
	width: 50px;
	border: 1px solid #C7C6C6;
	padding: 2px 0px;
	text-align: center;
	font-size: 15px;
	 margin-right:5px;
}
table#giohang tr td {
	padding: 10px 5px;
}
table#giohang input
{
	   margin:5px 0px;
}
table#giohang input.btn,.click_ajax
{   
 	background: #0698ed;
    color: #ffffff;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    margin: 5px 1px;
    border-radius: 3px;
	transition: 0.5s;
}
table#giohang input.btn:hover,.click_ajax:hover {
	background: #273272;
}
  
table#tt td
{
	height:30px;
}
table#tt td input.t
{
	width:300px;
	height:20px;
	margin:3px 0px 5px 0px;
	border:1px solid #DDD;
}
table#tt td textarea
{
	width:300px;
}
table#tt span
{
	color:red;
}
@-webkit-keyframes star {
  0% {
    -webkit-transform: rotate(0) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0);
  }
}
@-o-keyframes star {
  0% {
    -o-transform: rotate(0) scale(0);
  }
  50% {
    -o-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -o-transform: rotate(360deg) scale(0);
  }
}
@-moz-keyframes star {
  0% {
    -moz-transform: rotate(0) scale(0);
  }
  50% {
    -moz-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -moz-transform: rotate(360deg) scale(0);
  }
}
.start-animate {
		z-index: 99999999999999999 !important;
		position: absolute;
		animation: star linear 1.75s infinite;
		-moz-animation: star linear 1.75s infinite;
		-webkit-animation: star linear 1.75s infinite;
		-o-animation: star linear 1.75s infinite;
	}
@keyframes star {
  0% {
    transform: rotate(0) scale(0);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(0);
  }
}
.product_info .fa-phone{
    font-size: 18px;
    color: #000bcf;
    margin-right: 5px;
}
.product_info .phone{
    color: #000;
    font-size: 15px;
}
.payment {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.payment table {
	width: 45%;
}
.payment .frm_lienhe {
	width: 50%;
	margin: 0;
}
.payment .frm_lienhe h3 {
	margin-top: 0;
}
/**/
.library-flex {}
.library-item {
	box-shadow: 1px 5px 10px #f1f1f1;
}
.library-image {}
.library-content {
    padding: 10px;	
}
.library-title a {
	text-decoration: none;
	color: #000bcf;
	font-size: 15px;
}
.library-date {
	font-size: 13px;
	font-style: italic;
}
.nav-sp, .menu-sp {
	display: none;
}
.sp-help {
	display: none;
}
.copyright-img-sp {
	display: none;
}
.callme input {
	width: 200px;
	padding: 5px;
}

.btn-zl {
	position: fixed;
	bottom: 20px;
	right: 15px;
	width: 54px;
	height: 54px !important;
	margin: 6px !important;
	z-index: 999999;
}
.tel-modal {
	display: none;
	position: absolute;
	z-index: 3;
	left: 150px;
	top: 60px;
	background: #0183bf;
	width: 250px;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
}
.tel-modal a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#content_tabs table {
    caption-side: inherit;
    border-collapse: inherit;
}
#content_tabs tbody, #content_tabs td, #content_tabs tfoot, #content_tabs th, #content_tabs thead, #content_tabs tr {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
}
#content_tabs p {
	margin-top: revert-layer;
    margin-bottom: inherit;
}
@media screen and (max-width: 1300px) {
	.nav-category {
		font-size: 14px;
	}
	.nav-category i {
		padding: 10px 6px;
	}
}
@media screen and (max-width: 1200px) {
	.headsearch {
		text-align: right;
		position: relative;
		padding: 0 10px;
	}
	.headsearch-icon {
		display: inline-block;
		text-align: center;
	}
	.headsearch a {
		padding: 0 2px;
		margin: 0;
	}
	.headsearch-icon i {
		font-size: 14px;
		color: #273272;
		padding: 8px;
		background: #fff;
	}
	.headsearch form {
		display: none;
		width: 200px;
		position: absolute;
		top: 35px;
		right: 0;
		z-index: 9;
	}
	.cart {
		display: none;
	}
	.headsearch-cart {
		display: inline-block;
	}
	.menu nav ul li a {
		font-size: 14px;
	}
	.logo {
		text-align: center;
	}
	.info {
		margin-top: 10px;
	}
}

@media screen and (max-width: 992px) {
	.menu nav {
		display: none;
	}
	.head-contact {
		display: none;
	}
	.col-0,
	.col-xs-0, 
	.col-sm-0,
	.col-md-0,
	.col-lg-0 {
	  flex: 0 0 0;
	  max-width: 0;
	  padding-right: 0;
	  padding-left: 0;
	}
	.menu .container-xxl {
		padding: 0;
	}
	.nav-main:hover .menu-sidebar {
		display: none;
	}
	.nav-category, .menu-sidebar {
		display: none;
	}
	.nav-sp, .menu-sp {
		display: inline-block;
	}
	.nav-sp {
		color: #fff;
		padding: 5px 10px 5px 0;
		background: #d60c0c;
		font-weight: bold;
		font-size: 15px;
		width: 100%;
	}
	.nav-sp i {
		padding: 10px;
	}
	.menu-sp {
		display: none;
		position: absolute;
        top: 45px;
        width: 100vw;
        left: 0;
        z-index: 9;
		box-shadow: 0 4px 12px -2px gray;
	}
	.menu-sp ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.menu-sp > ul > li {
		background: #fff;
		padding: 5px;
		border-top: 1px solid #ccc;
	}
	.menu-sp ul li > i {
		position: absolute;
		top: 5px;
		right: 0;
		padding: 5px;
		display: none;
	}
	.menu-sp ul li.havesub {
		padding-right: 15px;
		position: relative;
	}
	.menu-sp ul li.havesub > i {
		display: inline-block;
		font-size: 14px;
	}
	.menu-sp ul li a {
		color: #333;
		text-decoration: none;
	}
	.menu-sp ul li a i{
		font-size: 10px;
        top: -2px;
        position: relative;
	}
	.menu-sp ul li ul {
		display: none;
	}
	.menu-sp ul li ul li {
		padding-left: 5px;
	}
}
@media screen and (max-width: 768px) {
	.logo {
		display: flex;
		align-items: center;
        justify-content: space-around;
	}
	.logo img {
		max-width: 20vw;
	}
	.logo-sp {
		display: inline-block;
		line-height: 100%;
		padding: 10px 0;
	}
	.logo-sp h1 {
		color: #283174;
		font-size: 4vw;
		line-height: 100%;
		font-weight: bold;
		margin-bottom: 0;
	}
	.logo-sp span {
		color: #1d8ed0;
		font-size: 2.2vw;
		line-height: 100%;
	}
	.support-item {
		margin-top: 20px;
	}
	.support-photo {
		text-align: center;
	}
	.support-photo img {
		width: 80px;
	}
	.menu nav {
		display: none;
	}
	.info {
		display: none !important;
	}
	.sidebar-block {
		display: none;
	}
	.copyright {
		padding-bottom: 90px;
	}
	.sp-help {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		background: #283174;
		padding: 10px;
		justify-content: space-around;
	}
	.sp-help-show {
		display: flex;		
	}
	.sp-help a {
		width: 45%;
		padding: 10px;
		text-decoration: none;
		background: #1853ad;
		border-radius: 5px;
		color: #fff;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
	.sp-help a span {
		font-size: 15px;
		font-weight: bold;
	}
	.sp-help a span i {
		font-size: 16px;
		background: #d60c0c;
		border-radius: 50%;
		padding: 10px;
	}
	.payment table#giohang, .payment div.frm_lienhe {
		width: 100%;
	}
	div.frm_lienhe .item_lienhe input[type='text'], div.frm_lienhe .item_lienhe textarea, div.frm_lienhe .item_lienhe input[type='password']
	{
		width:100%;
	}
	div.frm_lienhe .item_lienhe select
	{
		width:100%;
	}
	.support-hotline-sp {
		display: none;
	}
	.btn-zl {
		bottom: 75px;
		right: 0px;
	}
}
@media screen and (max-width: 640px) {
	.nav-sp i {
		padding: 5px;
	}
	.menu-sp {
		top: 35px;
	}
	.top-services, .top-about, .top-news, .top-brands, .top-support {
		margin-top: 25px;
	}
	.about-photo {
		margin-bottom: 20px;
	}
	.services-desc {
		top: 0;
		margin-top: -15px;
	}
	.footer-company ul {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.company-name span {
		margin-top: 0;
	}
	.menu-sp ul li a {
		font-size: 15px;
	}
	.menu-sp ul li ul li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.copyright-img {
		display: none;
	}
	.copyright-img-sp {
		display: inline-block;
	}
	.copyright-text {
		margin-right: 0;
		font-size: 14px;
	}
	.sp-help a {
		padding: 6px;
	}
	.sp-help a span {
		font-size: 14px;
	}
	.sp-help a span i {
		font-size: 14px;
		padding: 8px;
	}
	.transfer {
		width: 90%;
		font-size: 24px;
	}
}