/*
	Theme Name: ADSDIGI
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #F5F5F5;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 90px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	background: #fff;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 230px;
	height: 90px;
}

.site-title {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover {
	color: #333;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(images/logo.svg) no-repeat left center;
	background-size: 175px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: left;
	padding: 0;
	width: calc(100% - 320px);
	margin: 23px 0 0 0;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #001D7E;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
	margin-right: 2px;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #333;
    display: block;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    margin: 0 30px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
    color: #ef0032;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
    background-color: #59b752;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: #f1f4ff;
    padding: 10px 0;
	font-size: 15px;
}

.breadcrumb .wrap{
	width: 1140px;
	color: #21b32a;
    font-weight: 500;
}

.breadcrumb a{
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb .label{
	margin: 0 5px;
	font-weight: 400;
	color: #333;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', Arial, sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Montserrat', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	font-size: 16px;
	color: #333;
}

.widget-area .widgettitle a {
	color: #333;
	text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #333;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #db002e;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar .widget {
	margin: 15px 0 0 ;
	padding: 0 0 15px;
	float: left;
	width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #333;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    width: 220px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
    margin-left: 55px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 6px 5px 6px 15px;
	width: calc(100% - 50px);
	border: none;
	background: unset;
	height: 40px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
    clear: both;
    font-size: 15px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    background: #DB002E;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.site-footer p {
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 348px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 98%;
    background: #fff;
}

input#submit {
    float: left;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 15px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #f2f2f2;
	color: #333;
	padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #9d9d9d;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #001d7e;
}

.section{
	float: left;
	width: 100%;
}

.site-header .widget-area .widget{
	float: left;
}

.search-form input[type="submit"] {
	background: url(images/search.svg) no-repeat center center;
    text-indent: -9999px;
    border: none;
    float: right;
    height: 40px;
    width: 45px;
    border-radius: 10px;
    background-size: 22px;
}

.site-header .widget-area .widget.widget_text p a{
    border-radius: 6px;
    background: #DB002E;
    box-shadow: 0 8px 10px 0 rgb(89 13 28 / 14%), 0 3px 5px 0 rgb(137 6 34);
    color: #fff;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-size: 17px;
    font-weight: 500;
    padding: 0 15px;
}

.site-header .widget-area .widget.widget_text p a:hover{
	background:  #a30e1e;
}

.content-slider .custom_paging {
    float: left;
    width: 100%;
    text-align: center;
    margin: -40px 0 0;
    position: relative;
}

.content-slider .custom_paging li.slick-active {
    background: url(images/dot2.svg) no-repeat center center;
    width: 50px;
}

.content-slider .custom_paging li {
    list-style-type: none;
    background: url(images/Dot.svg) no-repeat center center;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.content-slider .widget{
	position: relative;
	overflow: hidden;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.content-slider .slick-current::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #37373787;
  animation: slideIn 1s ease-out forwards; 
  pointer-events: none;
}

.page-template-page-home h1{
	display: none;
}

.tab-nav li{
    list-style-type: none;
    color: #333;
    width: calc(50% - 1px);
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 42px;
}

.tab-nav li.active,
.tab-nav li:hover{
	color: #DB002E;
}

.tab-nav li:first-child{
	border-right: 1px solid #3F3F3F;
}

.tab-nav{
	margin: 50px 0;
}

.tab-sub-nav{
	text-align: center;
}

.tab-sub-nav li{
	font-size: 18px;
	border: 1px solid #707070;
	border-radius: 5px;
}

.tab-sub-nav li.active,
.tab-sub-nav li:hover{
	background: #DB002E;
	color: #fff;
	border: 1px solid #DB002E;
}

.tab-sub-nav{
	margin-bottom: 50px;
}

.tab-third-nav{
	text-align: center;
	margin: 0 auto 50px;
    border-bottom: 1px solid #d9d9d98f;
}

.tab-third-nav li.active,
.tab-third-nav li:hover{
	border-bottom: 3px solid #DB002E;
    font-weight: 700;
    padding: 10px 5px;
    margin: 0 20px;
}

.tab-content,
.tab-sub-content,
.tab-cat-content {
  display: none;
}
.tab-content.active,
.tab-sub-content.active,
.tab-cat-content.active {
  display: block;
}

.tab-nav li,
.tab-sub-nav li,
.tab-third-nav li {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  padding: 5px 20px;
  font-weight: 500;
}

.tab-nav li.active,
.tab-sub-nav li.active,
.tab-third-nav li.active {
}

.popup-dky {
    position: fixed; 
    top: 0; left: 0; right:0; bottom:0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    color: #000;
}

.popup-dky p{
	color: #000;
}

.popup-dky .noidung {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 450px;
    max-width: 90%;
    position: relative;
}

.popup-dky .title {
	position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    color: #5a5555;
}

.tab-cat-content h2,
.content-news h2,
.tab-cat h2,
.yarpp-related .widgettitle{
	font-size: 26px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #3F3F3F !important;
    margin: 0 0 30px !important;
}

.tax-product_cat .archive-heading a,
.search-results .archive-heading a{
	font-size: 30px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #3F3F3F !important;
    margin: 0 0 30px !important;
}

.tax-product_cat .archive-heading,
.search-results .archive-heading{
	margin: 30px 0;
}

.list-product,
.content-news .main-posts.hot,
.tax-product_cat main.content {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 cột đều nhau */
    gap: 50px 30px; /* khoảng cách giữa các ô */
    padding: 0 5px;
    margin-bottom: 70px;
}


.list-product .sim,
.content-news .product,
.sidebar .product,
.tax-product_cat main.content .product .sim {
    text-align: center;
    background: #f9f9f9;
    border-radius: 6px;
    font-weight: bold;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 1px 5px 0 rgba(38, 44, 64, 0.20);
    display: flex;
    flex-direction: column;       /* xếp con theo cột */
    justify-content: space-between; 
    position: relative;
}

.tax-product_cat main.content .product .sim{
	min-height: 361px;
}

.khuyenmai p{
	margin: 15px 0 10px;
    font-size: 18px;
}

.khuyenmai ul li{
	list-style-type: none;
	display: inline-block;
}

.khuyenmai ul li img{
    width: 35px;
    margin: 0 2px;
    height: 35px;
    object-fit: cover;
    border-radius: 100%;
}

.list-product .sim h3,
.content-news .product h3,
.sidebar .product h3,
.tax-product_cat main.content .product .sim h2{
    border-radius: 0 0 10px 10px;
    background: #DB002E;
    box-shadow: 0 2px 8px 0 rgba(112, 4, 4, 0.30);
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #fff !important;
    width: fit-content;
    margin: 0 auto 30px !important;
    padding: 5px 20px 6px;
}

.sidebar .product ul li{
	border: none;
	margin: 0;
	padding: 0;
}

.content-news .product h3 a,
.sidebar .product h3 a{
	color: #fff;
	cursor: default;
}

.list-product .sim .dungluong,
.content-news .product .dungluong,
.sidebar .product .dungluong,
.tax-product_cat main.content .product .dungluong {
	font-size: 20px;
	font-weight: 500;
}

.list-product .sim .dungluong span,
.content-news .product .dungluong span,
.tocdo,
.sidebar .product .dungluong span,
.tax-product_cat main.content .product .dungluong span{
	color: #DB002E;
    font-size: 36px;
    font-weight: 700;
}

.dky.mb{
	display: none;
	height: 0;
}

.box-end {
	padding: 20px 0;
}

.box-end .dky li{
	list-style-type: none;
    display: inline-block;
    margin: 20px 0 0;
}

.box-end .dky .btn-dangky,
.box-end .dky li a,
.check a,
.btn-dangky-internet{
    border: 1px solid #DB002E;
    color: #DB002E;
    margin: 0 7px !important;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    padding: 0 15px !important;
    border-radius: 10px;
    display: inline-block;
    width: 68px;
    cursor: pointer;
}

.check{
	text-align: center;
}

.check a{
	width: auto;
    margin: 10px auto 0;
    background: #DB002E;
    color: #fff;
    box-shadow: 2px 3px 2px #930c28;
}

.box-end .dky li a,
.popup-text strong,
.popup-text b,
.content-news .main-posts .post:hover .widget-item-title a,
.content-bainoibat .post:hover .widget-item-title a,
.category main.content .post:hover .entry-title a,
.search-results main.content .post:hover .entry-title a{
	color: #DB002E;
}

.btn-dangky,
.box-end .dky li a:hover,
.btn-dangky-internet,
button.btn-dangkyts{
	background: #DB002E;
	color: #fff !important;
}

.box-end .gia{
	font-size: 20px;
	font-weight: 500;
}

.box-end .gia span{
	font-weight: 700;
	font-size: 26px;
}

.content-news .product .sim,
.sidebar .product .sim {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* chia đều khoảng cách */
        min-height: 361px;
}

.content-news .product .sim .dungluong,
.sidebar .product .sim .dungluong{
	margin: auto;
}

.content-news h2.hot{
	background: url(images/hot.webp) no-repeat right top;
    width: fit-content;
    background-size: 70px;
    padding: 10px 80px 10px 0;
}

.thietbi li{
	list-style-type: none;
    font-weight: 500;
}

.tocdo{
	font-size: 28px;
}

.content-news h2,
.content-news h2 a{
	font-size: 30px;
	text-transform: uppercase;
    font-weight: 700;
    color: #3F3F3F;
}

.list-product .sim.hot::after,
.main-posts.hot .product::after,
.tax-product_cat main.content .product .sim.hot::after{
	content:'';
	width: 70px;
	height: 40px;
	background: url(images/iconh.png) no-repeat;
	position: absolute;
	right: 5px;
	top: 5px;
	background-size:70px;
}

.content-news .post,
.category main.content .post,
.search-results main.content .post{
	font-weight: bold;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 1px 5px 0 rgba(38, 44, 64, 0.20);
}

.content-before-footer{
	background: #fff;
	padding: 30px 0 5px; 
}

.content-before-footer .widget{
	float: left;
}

.content-before-footer .widget:last-child{
	float: right;
}

.content-before-footer .widgettitle{
	font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px;
}

.content-before-footer p{
	margin-bottom: 10px;
}

.content-news .main-posts,
.category main.content,
.search-results main.content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
    padding: 0 5px;
    margin-bottom: 70px;
}

.content-news .main-posts .post img,
.category main.content .post img,
.search-results main.content .post img{
	border-radius: 20px 20px 0 0;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

.content-news .main-posts .post .list-info,
.category main.content .post .entry-content,
.category main.content .post .entry-header,
.search-results main.content .post .entry-content,
.search-results main.content .post .entry-header{
	padding: 0 15px 15px;
}

.content-news .main-posts .post .widget-item-title a,
.category main.content .post .entry-title a,
.search-results main.content .post .entry-title a{
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

.content-news .main-posts .post .entry-time,
.category main.content .post .entry-date,
.content-bainoibat .post .entry-time{
    color: #707070;
    font-size: 14px;
    background: url(images/date.png) no-repeat left center;
    padding-left: 24px;
    background-size: 20px;
}

.content-news .main-posts .post .more-link,
.tab-sub-content .view-all a,
.category main.content .post .more-link,
.search-results main.content .post .more-link{
    display: inline-block;
    color: #DB002E;
    font-weight: 500;
    margin: 15px 0 5px;
    background: url(images/muiten.svg) no-repeat right center;
    padding-right: 20px;
}

.tab-sub-content .cat{
	position: relative;
}

.tab-sub-content  .view-all{
    position: absolute;
    right: 0;
    top: -12px;
}

.single .content-sidebar-wrap{
	background: #fff;
}

.single .entry-title,
.page .entry-title{
	color: #333;
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
}

.single main.content h2,
.page main.content h2{
	font-size: 24px;
	font-weight: bold;
	color: #DB002E;
	margin: 15px 0;
}

.single main.content h3,
.page main.content h3{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 15px 0;
}

.page main.content table,
.single main.content table {
    border-collapse: collapse;
    /*border: 1px solid #aaa;*/
    width: 100%;
    margin-bottom: 15px;
}

.page main.content table td:first-child, .single main.content table th:first-child {
    width: 20%;
}

.page main.content table td,
.single main.content table td,
.page main.content table th,
.single main.content table th{
    border: 1px solid #aaa;
    padding: 7px 15px;
}

.page main.content table th,
.single main.content table th{
	background: #DB002E;
	color: #fff;
}

button.btn-dangky,
button.btn-dangkyts{
	border: none;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 2px 2px #870a24;
}

.sidebar .widget .post{
	float: left;
	width: 100%;
}

.sidebar .widget .post img{
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
}

.sidebar .widget .post a{
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.sidebar .widget .widgettitle p{
	font-size: 26px;
	font-weight: bold;
}

.sidebar .widget .widgettitle{
	margin-bottom: 15px;
}

.sidebar .product{
    margin: 0 0 20px;
    min-height: auto;
    display: block;
}

.sidebar .product .sim{
	min-height: auto;
}

.category h1 a,
.content-bainoibat .widgettitle a,
.content-bainoibat .widgettitle p{
    color: #333;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.content-bainoibat{
	margin: 20px 0 0;
}

.category h1,
.content-bainoibat .widgettitle{
	margin: 20px 0 25px;
}

.content-bainoibat .main-posts{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.content-bainoibat img{
	border-radius: 20px;
}

.content-bainoibat .post{
	position: relative;
}

.content-bainoibat .list-info{
    background: #fff;
    width: calc(95% - 40px);
    margin: 0 auto;
    padding: 20px 20px 10px;
    margin: -50px auto 0;
    z-index: 99;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 40px 0 rgba(38, 44, 64, 0.20);
    border-top: 5px solid #db002e;
    min-height: 90px;
    display: table;
    position: relative;
}

.content-bainoibat .widget-item-title a{
	color: #333;
	font-weight: 700;
}

.content-bainoibat .widget-item-title{
	   text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-bainoibat p:last-child {
  font-size: 0;
}

.content-bainoibat .more-link{
  float: right;
  display: inline-block;
    color: #DB002E;
    font-weight: 500;
    margin: 15px 0 5px;
    background: url(images/muiten.svg) no-repeat right center;
    padding-right: 20px;
    font-size: 16px;
        position: absolute;
    right: 20px;
    bottom: 10px;
}

.single-product .content-sidebar-wrap{
	background: unset;
}

.single-product h1{
	font-size: 36px !important;
}

.single-product h1 span{
	color: #DB002E;
}

.info_viettel li{
	list-style-type: none;
    width: calc(33.33% - 130px);
    float: left;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    background: url(images/price.svg) no-repeat left 20px center #fff;
    padding-left: 90px;
    background-size: 50px;
    border-radius: 10px;
    box-shadow: 0 2px 10px #e5e5e5;
    line-height: 29px;
}

.info_viettel.goicuoc li{
	width: calc(25% - 60px);
	margin: 0 10px !important;
    padding: 15px 15px 15px 70px;
    font-size: 15px;
    background-size: 40px;
    line-height: 24px;
}

.info_viettel.goicuoc li i{
	font-style: inherit;
	color: #DB002E;
}

.info_viettel.goicuoc li span{
	margin: 5px 0 0;
	font-size: 20px;
}

.info_viettel.goicuoc li:first-child{
	margin-left: 0 !important;
	width: 160px !important;
}

.info_viettel.goicuoc li:last-child{
	margin-right: 0 !important;
}

.info_viettel li:nth-child(2){
	margin: 0 30px;
	background: url(images/clock.svg) no-repeat left 20px center #fff;
	background-size: 50px;
}

.info_viettel li.dungluong{
	background: url(images/td.svg) no-repeat left 20px center #fff;
	background-size: 50px;
}

.info_viettel li.td{
	background: url(images/td.svg) no-repeat left 20px center #fff;
	background-size: 50px;
}

.info_viettel li.cuphap{
	background: url(images/sms.svg) no-repeat left 20px center #fff;
	background-size: 50px;
}

.info_viettel.goicuoc li:nth-child(2){
	margin: 0 30px;
	background: url(images/clock.svg) no-repeat left 15px center #fff;
	background-size: 40px;
	width: 160px !important;
}

.info_viettel.goicuoc li.dungluong{
	background: url(images/td.svg) no-repeat left 15px center #fff;
	background-size: 40px;
}

.info_viettel.goicuoc li.td{
	background: url(images/td.svg) no-repeat left 15px center #fff;
	background-size: 40px;
}

.info_viettel.goicuoc li.cuphap{
	background: url(images/sms.svg) no-repeat left 15px center #fff;
	background-size: 40px;
}

.info_viettel li span{
    display: block;
    font-size: 28px;
    font-weight: 800;
    margin: 5px 0 0
}

.info_viettel{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.single-product main.content{
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    width: calc(100% - 60px);
}

.yarpp-related{
	float: left;
	width: 100%;
	margin: 50px 0;
}


#popup .widget_caldera_forms_widget {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

#popup .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    background: #fff;
    padding: 20px 20px 0;
    z-index: 3000;
    border-radius: 20px;
}

#popup .widget_caldera_forms_widget .widgettitle {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -21px;
    top: -21px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    margin: 0 !important;
}

#popup .widget_caldera_forms_widget p{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 17px;
}

#popup .widget_caldera_forms_widget input{
	height: 40px;
	box-shadow: none;
	border-radius: 10px;
	font-size: 16px;
}

#popup .widget_caldera_forms_widget textarea{
	box-shadow: none;
	border-radius: 10px;
	font-size: 16px;
}

#popup .widget_caldera_forms_widget input[type="submit"]{
	border-radius: 10px;
    background: #DB002E;
    box-shadow: 0 8px 10px 0 rgb(89 13 28 / 14%), 0 3px 5px 0 rgb(137 6 34);
    color: #fff;
    height: 40px;
    display: table;
    line-height: 40px;
    font-size: 17px;
    font-weight: 500;
    padding: 0 15px;
    margin: 0 auto 20px;
    border: none;
    padding: 0 30px;
}

#popup .widget_caldera_forms_widget label{
	font-weight: 600;
}

.popup_viettel{
  position: fixed;
  left: 0;
  right: 0;               /* đảm bảo full ngang */
  bottom: 0;              /* dính sát đáy */
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
  box-shadow: 0 -4px 20px rgba(0,0,0,.15);
  opacity: 0;
  transform: translateY(100%);   /* ẩn dưới */
  transition:
    transform .5s cubic-bezier(.22,.61,.36,1),
    opacity .5s ease;
  z-index: 99;
  animation: slideUp .5s cubic-bezier(.22,.61,.36,1) 3s forwards; /* delay 3s */
}

@keyframes slideUp {
  to {
    transform: translateY(0);  /* trượt lên */
    opacity: 1;
  }
}

.popup_viettel .btn-dangky,
.popup_viettel .btndangky,
.popup_viettel .btndangkyin{
    background: #DB002E;
    color: #fff !important;
    width: fit-content;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    box-shadow: 0 8px 10px 0 rgb(89 13 28 / 14%), 0 3px 5px 0 rgb(137 6 34);
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: 17px;
    cursor: pointer;
}

.btndangky a{
	color: #fff;
}

.btndangky{
	display: none;
}

.popup_viettel .wrap{
	position: relative;
}

.popup_viettel .entry-title{
	font-size: 24px;
    margin: 15px 0 0;
    width: fit-content;
    display: block;
} 

.popup_viettel .entry-title span{
	color: #DB002E;
}

.popup_viettel .cuocphi{
	font-size: 16px;
    width: fit-content;
    display: block;
    
}

.popup_viettel .cuocphi span{
	font-weight: 700;
	font-size: 20px;
}

/* -------------- mobi -----------------*/

@media (max-width: 1280px) {
	.wrap,
	.site-inner,
	.content-tienich .wrap {
	    width: calc(100% - 30px);
	    padding: 0 15px;
	}

	.menu-primary a, .menu-secondary a, .site-header .menu a {
	    margin: 0 15px;
	}

	.site-header .widget-area {
	    float: right;
	}

}

@media (max-width: 1170px) {
	.list-product, .content-news .main-posts.hot, .tax-product_cat main.content {
	    grid-template-columns: repeat(3, 1fr);
	}

	.list-product .sim, .content-news .product, .sidebar .product, .tax-product_cat main.content .product .sim{
		min-height: 361px;
	}

	.site-header .search-form{
		margin-left: 15px;
	}

	.title-area{
		width: 190px;
	}

	.site-header .widget-area {
	    width: fit-content;
	}

	.site-header .search-form{
		width: 200px;
	}
}

@media (max-width: 960px) {
	.site-header .widget_nav_menu,
	.site-header .widget_search{
		display: none;
	}

	.site-header .widget-area{
		margin-right: 55px;
		margin-top: 11px;
	}

	.click-menu {
	    right: 15px !important;
	    z-index: 5000;
	    background: #db002e;
	    padding: 5px 5px 0;
	    border-radius: 5px;
	}

	.site-header,
	.title-area{
		height: 60px;
	}
}

@media (max-width: 860px) {

	#popup .widget_caldera_forms_widget .widget-wrap{
		width: 80%;
	}

	#popup .widget_caldera_forms_widget .widgettitle {
	    right: -10px;
	    top: -31px;
	}

	.site-header .widget-area .widget.widget_text p a {
	    height: 37px;
	    line-height: 37px;
	}

	.content-news .main-posts, .category main.content, .search-results main.content{
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 30px;
	}

	.khuyenmai ul li img {
	    width: 30px;
	    height: 30px;
	}

	.tab-nav li{
		font-size: 30px;
	}

	.tab-nav {
	    margin: 50px 0 35px;
	}

	.tab-sub-nav {
	    margin-bottom: 35px;
	}

	.list-product, .content-news .main-posts.hot, .tax-product_cat main.content {
        grid-template-columns: repeat(2, 1fr);
    }

    .info_viettel li{
	    width: calc(100% - 110px);
	}

	.info_viettel li:nth-child(2) {
	    margin: 15px 0;
	}

	.list-product, .content-news .main-posts.hot, .tax-product_cat main.content {
	    margin-bottom: 50px;
	}

	.yarpp-related{
		margin-bottom: 0;
	}

	.content-sidebar .content, .sidebar-content .content{
		width: calc(100% - 30px);
        margin: 0;
        padding: 15px;
                margin-bottom: 15px;
	}

	.sidebar {
        width: calc(100% - 30px);
        margin: 15px 0;
        padding: 0 15px;
    }

	.single .entry-title, .page .entry-title {
	    margin: 0 0 20px;
	}

	.yarpp-related{
		margin-top: 0;
	}



}

@media (max-width: 568px) {
	.site-title a, .site-title a:hover{
		background-size: 130px;
	}

	.click-menu {
	    top: 15px !important;
	} 

	.title-area {
        width: 140px;
    }

    .site-header .widget-area .widget.widget_text p a{
    	font-size: 14px;
    	padding: 0 10px;
    }

    .site-header .widget-area {
        margin-right: 40px;
    }

    .content-slider .custom_paging{
    	margin-top: -25px;
    }

    .tab-nav {
        margin: 30px auto 20px;
        display: table;
    }

    .tab-nav li {
        font-size: 20px;
        line-height: 28px;
        width: 130px;
    }

    .tab-sub-nav li {
	    font-size: 14px;
	    margin: 0 5px 10px;
	}

	.tab-third-nav li{
		font-size: 15px;
	}

	.tab-sub-nav {
        margin: 25px 0 20px;
    }

	.tab-nav li, .tab-sub-nav li, .tab-third-nav li{
		padding: 5px !important;
	}

	/*.content-slider img{
		height: 215px !important;
		object-fit: cover;
	}*/

	.list-product{
		display: block;
	}

	.tab-third-nav {
	    margin: 0 auto 40px;
	}

	.tab-cat-content h2, .content-news h2, .tab-cat h2, .yarpp-related .widgettitle {
	    font-size: 18px !important;
	}

	.list-product .sim h3, .content-news .product h3, .sidebar .product h3, .tax-product_cat main.content .product .sim h2,
	.box-end .gia {
	    font-size: 14px !important;
	}

	.list-product .sim .dungluong, .content-news .product .dungluong, .sidebar .product .dungluong, .tax-product_cat main.content .product .dungluong {
	    font-size: 14px;
	}

	.list-product .sim .dungluong span, .content-news .product .dungluong span, .tocdo, .sidebar .product .dungluong span, .tax-product_cat main.content .product .dungluong span {
	    font-size: 24px;
	}

	.list-product .sim.hot::after, .main-posts.hot .product::after, .tax-product_cat main.content .product .sim.hot::after {
	    content: '';
	    width: 70px;
	    height: 40px;
	    background: url(images/iconh.png) no-repeat;
	    position: absolute;
	    right: 1px;
	    top: 10px;
	    background-size: 70px;
	}

	.box-end .gia span{
		font-size: 18px;
	}

	.box-end .dky .btn-dangky, .box-end .dky li a, .check a , .btn-dangky-internet{
		margin: 0 5px;
        height: 34px;
        line-height: 34px;
        padding: 0px 7px;
        width: auto;
        cursor: pointer;
        font-size: 11px;
        text-transform: uppercase;
	}

	.khuyenmai ul li img {
        width: 24px;
        height: 24px;
    }

    .khuyenmai p{
    	font-size: 15px;
    }

    .list-product .sim h3, .content-news .product h3, .sidebar .product h3, .tax-product_cat main.content .product .sim h2 {
	    margin: 0 auto 15px !important;
	}

	.list-product .sim, .content-news .product, .sidebar .product, .tax-product_cat main.content .product .sim,
	.content-news .product .sim, .sidebar .product .sim {
        min-height: 260px;
        margin-bottom: 5px;
    }

    .list-product, .content-news .main-posts.hot, .tax-product_cat main.content{
    	gap: 16px;
    	padding: 0;
    }

    .khuyenmai p {
	    margin: 7px 0;
	}

	.box-end {
	    padding: 10px 0 15px;
	}

	.popup-dky .noidung {
	    padding: 25px;
	    width: 80%;
	}

	.swiper-pagination {
        position: relative !important;
        margin: 30px 0 0;
    }

    .list-product, .content-news .main-posts.hot, .tax-product_cat main.content {
        margin-bottom: 25px;
    }

	.tab-sub-content .view-all a{
		font-size: 14px;
	}

	.swiper-pagination-bullet {
	  width: 16px; 
	  height: 16px;
	  background: url("images/dot1.svg") no-repeat center center !important;
	  background-size: contain;   /* co ảnh vừa khít */
	  opacity: 1;                 /* bỏ mờ mặc định của Swiper */
	  margin: 0 4px !important;   /* khoảng cách giữa bullet */
	}

	/* Bullet đang active */
	.swiper-pagination-bullet-active {
	  background: url("images/dot3.svg") no-repeat center center !important;
	  background-size: contain;
	}

	.tab-sub-content .view-all {
	    top: -14px;
	}

	.content-news .main-posts.hot{
		padding: 0;
		background: unset;
		width: 100%;
	}

	.content-news .main-posts {
        display: block;
        float: left;
        width: calc(100% - 20px);
        background: #fff;
        padding: 15px 10px 0;
        border-radius: 10px;
    }

	.content-news .main-posts .post img{
		float: left;
		width: 140px;
		margin: 0 15px 0 0;
		border-radius: 10px 0 0 10px;
	}

	.content-news .main-posts .post .list-info p{
		display: none;
	}

	.content-news .main-posts .post:last-child{
		margin-bottom: 10px;
	}

	.content-news .main-posts .post .widget-item-title a{
		font-size: 15px;
	}

	.content-news .main-posts .post .widget-item-title,
	.sidebar .widget .post .widget-item-title{
		text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	}

	.content-news .main-posts .post .list-info{
		padding: 0;
	}

	.content-news .main-posts .post{
		float: left;
		width: 100%;
		background: unset;
		box-shadow: none;
	}

	.tocdo {
	    line-height: 29px;
	}

	.thietbi li{
		font-size: 14px;
	}

	.content-news .main-posts{
		margin-bottom: 40px;
	}

	.content-before-footer .widget,
	.content-before-footer .widget:last-child{
		float: left;
	}

	.single-product main.content {
	    padding: 15px !important;
	    width: calc(100% - 30px);
	}

	.page main.content table td, .single main.content table td, .page main.content table th, .single main.content table th{
		padding: 5px;
		font-size: 15px;
	}

	.dky.pc{
		display: none;
	}

	.dky.mb,
	.dky.in{
		display: block;
		height: auto;
		padding: 0 !important;
	}

	.dky.mb li ,
	.dky.in li{
	    margin: 20px 5px 0 !important;
	    width: calc(50% - 12px);
	    float: left;
	    font-size: 11px;
	    text-transform: uppercase;
	}

	.dky.mb li:first-child a{
		background: #db002e;
        color: #fff;
	}

	.dky.mb li a,
	.dky.in li a{
        border:1px solid #db002e;
        color: #db002e;
        font-size: 13px;
        padding: 0 !important;
        font-weight: 600;
        margin: 0 !important;
        width: 100%;
    }

    .dky.in li {
    	font-size: 13px;
    	padding: 0 !important;
    }

    .dky.in li a{
    	margin: 0;
    	font-size: 13px;
    }

	.content-news .main-posts, .category main.content, .search-results main.content {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 30px;
    }

    .single .content-sidebar-wrap {
	    margin-top: 15px;
	    background: unset;
	}

	.single main.content{
		background: #fff;
	}

	.sidebar .main-posts.hot{
		display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 16px;
	}

	.sidebar {
        width: 100%;
        padding: 0 !important;
    }

/* Áp dụng cho bảng trong content/description */
	.single main.content table,
	.page main.content table,
	.description table {
	  display: block;
	  width: 100%;
	  overflow-x: scroll;              /* luôn hiện thanh cuộn ngang */
	  -webkit-overflow-scrolling: touch;
	  border-collapse: collapse;
	  margin-bottom: 15px;
	}

	/* Scrollbar style - Chrome, Edge, Safari */
	.single main.content table::-webkit-scrollbar,
	.page main.content table::-webkit-scrollbar,
	.description table::-webkit-scrollbar {
	  height: 10px;                    /* độ dày thanh cuộn ngang */
	}

	.single main.content table::-webkit-scrollbar-track,
	.page main.content table::-webkit-scrollbar-track,
	.description table::-webkit-scrollbar-track {
	  background: #f1f1f1;              /* màu nền track */
	}

	.single main.content table::-webkit-scrollbar-thumb,
	.page main.content table::-webkit-scrollbar-thumb,
	.description table::-webkit-scrollbar-thumb {
	  background: #0075CC;                 /* màu thanh cuộn */
	  border-radius: 5px;
	}

	.single main.content table::-webkit-scrollbar-thumb:hover,
	.page main.content table::-webkit-scrollbar-thumb:hover,
	.description table::-webkit-scrollbar-thumb:hover {
	  background: #0075CC;                 /* hover đậm hơn */
	}

	/* Firefox */
	.single main.content table,
	.page main.content table,
	.description table {
	  scrollbar-width: thin;            /* mỏng */
	  scrollbar-color: #888 #f1f1f1;    /* màu thumb + track */
	}

	.site-header.f-head{
		position: fixed;
		top: 0;
		z-index: 999;
	}

	.click-menu.f-menu{
		position: fixed;
    	z-index: 999;
	}

	#responsive-menu.f-list{
		position: fixed;
		top: 60px;
	}

	.single-product h1 {
	    font-size: 28px !important;
	}

	.info_viettel li{
		font-size: 14px;
	}

	.info_viettel li span {
	    font-size: 20px;
	}

	.info_viettel li {
        width: calc(100% - 80px);
        padding: 10px 10px 10px 70px;
        background-size: 40px !important;
    }

    .info_viettel.goicuoc li,
    .info_viettel.goicuoc li:first-child,
    .info_viettel.goicuoc li:nth-child(2){
    	width: calc(100% - 80px) !important;
        padding: 10px 10px 10px 70px;
        background-size: 40px !important;
        margin: 0 0 15px !important;
    }

    .info_viettel {
	    margin-bottom: 15px;
	}

	.yarpp-related {
        margin-top: 20px;
    }

    .single main.content table p {
        font-size: 15px;
        margin: 0;
    }

    .tab-nav li{
    	padding: 0 5px !important;
    }

    .full-width-content .content {
	    width: 100%;
	    padding: 0 !important;
	}

    .popup_viettel .entry-title {
	    font-size: 16px;
	    margin: 15px 0 0 !important;
	}

	.popup_viettel .cuocphi span {
	    font-size: 15px;
	}

	.popup_viettel .cuocphi {
	    font-size: 14px;
	}

	.btn-dangky, .btndangky, .btndangkyin {
        height: 34px !important;
        line-height: 34px !important;
        padding: 0 15px !important;
        right: 15px !important;
        bottom: 12px !important;
        font-size: 13px;
    }

	.btn-dangky{
		display: none;
	}

	table .btn-dangky{
		display: block;
        padding: 0 5px !important;
        width: 60px;
        border-radius: 5px;
        font-weight: bold;
	}

	.btndangky{
		display: block;
	}


}

@media (max-width: 390px) {
	.khuyenmai ul li img {
        width: 22px;
        height: 22px;
    }

    .page main.content table td, 
    .single main.content table td,
     .page main.content table th, 
     .single main.content table th,
     .single main.content table p {
        font-size: 13px;
    }

    a.btn-dangky{
    	display: block;
    	text-align: center;
    	border-radius: 5px;
    }
}


@media (max-width: 370px) {
	.khuyenmai ul li img {
        width: 20px;
        height: 20px;
    }
}