/*
	Theme Name: AdsDigi
	Theme URI: http://caia.vn
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 4.2
	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: underline;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-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: 1280px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 90px;
	width: 100%;
	float: left;
	position: relative;
	box-shadow: 0 2px 4px 0 rgb(203 203 203 / 20%);
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 175px;
	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 img{
	width: 160px;
}

.site-title a,
.site-title a:hover {
	color: #333;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: #333;
}

.nav-primary .wrap{
	width: 1140px;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #333;
	font-size: 13px;
	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;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
    color: #3F3F3F;
    display: block;
    padding: 12px 25px;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    font-family: "Space Grotesk", sans-serif;
}

.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: #C51414;
}

.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: #C51414;
    color: #fff;
}

.site-header .menu-item-has-children>a>span {
    background: url(images/down.svg) no-repeat right top 9px;
    padding-right: 15px;
    background-size: 10px;
}

.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: 250px;
    z-index: 9999;
    box-shadow: 0 1px 5px #a300002e;
}

.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: 1280px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 12px 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 {
	background-color: #c51414;
    font-size: 18px;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}

.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: #C51414;
	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 p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 15px;
	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;
    /* padding: 12px 0 0; */
    width: 520px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 40px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 6px 5px 6px 15px;
	width: 130px;
	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: #333;
	color: #fff;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 15px 0;
}

.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: #636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #b40b0b;
}

.site-header .gsc-shop-cart .btn-view-cart span.cart,
.site-header .gsc-shop-cart .btn-view-cart span.product,
.site-header .gsc-shop-cart .btn-view-cart span.product-called,
.content-dautrang .gsc-shop-cart .btn-view-cart span.cart,
.content-dautrang .gsc-shop-cart .btn-view-cart span.product,
.content-dautrang .gsc-shop-cart .btn-view-cart span.product-called{
	display: none;
}

.content-dautrang .wrap{
	position: relative;
}

.content-dautrang .gsc-shop-cart {
	position: absolute;
	right: 0;
	top: 54px;
	z-index: 9;
}

.content-dautrang .widget_search{
    position: absolute;
    right: 42px;
    top: 60px;
    z-index: 9;
} 

.content-dautrang .widget_search form.active{
	display: block;
	width: 180px;
	border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-top: -10px;
}

.content-dautrang .widget_search form{
	display: none;
}

.content-dautrang .widget_search .widgettitle.active{
	display: none;
}

.content-dautrang .widget_search form input[type="submit"]{
	background: url(images/search.svg) no-repeat center center;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 40px;
    background-size: 19px;
    border: none;
    float: right;
}

.content-dautrang .widget_search .widgettitle{
	background: url(images/search.svg) no-repeat center center;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 20px;
    background-size: 20px;
    border-right: 1px solid #8d8a8a;
    padding-right: 18px;
    cursor: pointer;
}

.site-header .gsc-shop-cart .btn-view-cart,
.content-dautrang .gsc-shop-cart .btn-view-cart{
	background: url(images/cart.svg)no-repeat center center;
	position: relative;
	width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 22px;
}

.site-header .widget-area .gsc-shop-cart .gsc-num-products,
.content-dautrang .gsc-shop-cart .gsc-num-products {
	position: absolute;
    top: -3px;
    left: 20px;
    color: #fff;
    font-size: 16px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    background: #C51414;
    line-height: 20px;
}

.content-eSIM .widgettitle,
.content-benefits .widgettitle,
.content-review .widgettitle,
.content-faqs .widgettitle{
	text-align: center;
	margin: 50px 0;
}

.content-eSIM .widgettitle h1,
.content-benefits .widgettitle h2,
.content-device .widgettitle h2,
.content-review .widgettitle h2,
.content-faqs .widgettitle  h2{
	font-size: 48px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 600;
	color: #C51414;
}

.content-eSIM .widgettitle h1 em,
.content-benefits h2 em,
.content-device .widgettitle h2 em,
.content-review .widgettitle h2 em,
.content-faqs .widgettitle h2 em {
	font-style: initial;
	color: #333;
}

.content-benefits{
	margin: 20px 0;
}

.content-eSIM .widgettitle p,
.content-benefits .widgettitle p,
.content-device .widgettitle p,
.content-review .widgettitle p,
.content-faqs .widgettitle p{
	font-size: 18px;
}

.content-eSIM .img_product{
	float: left;
	width: 40%;
	margin-right: 90px;
}

.content-eSIM .product{
	float: left;
	width: calc(60% - 90px);
}

.content-eSIM .product h2,
.page h1,
.archive-heading a,
.page-template-page-about h1{
	font-size: 38px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 500;
	color: #333;
}

.content-eSIM .product h2 em{
	display: block;
    font-size: 18px;
    color: #787878;
    font-style: initial;
    font-weight: 400;
    font-family: 'Montserrat', Arial, sans-serif;
}

.content-eSIM .product p{
	font-size: 18px;
	text-align: justify;
}

.content-eSIM .product .price{
	font-size: 40px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 500;
	color: #C51414;
	margin: 10px 0;
}

.buy-review ul li{
	list-style-type: none;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}

.buy-review ul{
	float: left;
	width: 100%;
	margin: 0 0 25px;
}

.buy-review ul li:first-child a,
.content-benefits .after_bottom p:last-child a,
.content-device .after_bottom p:last-child a,
.content-simgo p:last-child a,
.content-lienhe .lienhe input[type="submit"],
.chitiet_sp .info_sp .addtocart,
.cart-summary .button.checkout,
.content-about1 .cnt:last-child p:last-child a{
    border-radius: 4px;
    background: #C51414;
    box-shadow: 2px 4px 6px 0 rgba(163, 0, 0, 0.30);
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    padding: 0 25px;
    text-decoration-line: none;
    border: none;
}

.buy-review ul li:first-child a:hover,
.content-benefits .after_bottom p:last-child a:hover,
.content-device .after_bottom p:last-child a:hover,
.content-simgo p:last-child a:hover,
.content-lienhe .lienhe input[type="submit"]:hover,
.chitiet_sp .info_sp .addtocart:hover,
.cart-summary .button.checkout:hover,
.content-about1 .cnt:last-child p:last-child a:hover{
	background: #a30000;
}

.buy-review ul li img{
	margin: 0;
	display: block;
	margin: 3px 3px 0 0;
}

.buy-review p{
	color: #707070;
    margin-bottom: 10px;
    font-size: 16px !important;
    display: inline-block;
}

.buy-review p img{
	opacity: 0.8;
}

.buy-review p img:hover{
	opacity: 1;
}

.content-benefits .img_product{
	float: right;
	width: 45%;
}

.content-benefits .benefits{
	float: left;
	width: calc(55% - 40px);
	margin-right: 40px;
}

.content-benefits .benefit img{
	float: left;
	width: 62px;
	margin: 0 30px 0 0;
}

.content-benefits .benefit .nd{
	float: left;
	width: calc(100% - 92px);
}

.content-benefits .benefit h3{
	font-size: 24px;
	font-weight: 600;
	font-family: "Space Grotesk", sans-serif;
}

.content-benefits .after_bottom,
.content-device .after_bottom{
	text-align: center;
	margin: 20px auto 0;
}

.content-benefits .after_bottom a{
	color: #C51414;
	font-size: 18px;
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.content-benefits .after_bottom p{
	margin-bottom: 15px;
}

.content-benefits .benefit{
	margin: 0 0 30px;
    float: left;
    width: 100%;
}

.chitiet_sp{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.chitiet_sp .anh_sp{
	float: left;
	width: 550px;
	margin: 0 15px 0 0;
}

.chitiet_sp .anh_sp img{
	width: 100%;
}

.chitiet_sp .info_sp{
	float: left;
	width: calc(100% - 580px);
	margin: 0 0 0 15px;
}

.chitiet_sp #active.price {
    display: block;
}

.chitiet_sp .price {
    font-size: 28px;
    color: #f00;
    font-weight: 700;
    margin: 0 0 15px;
    display: none;
    line-height: 26px;
}

.default-price{
	font-size: 28px;
    color: #f00;
    font-weight: 700;
    margin: 0 0 15px;
}

.chitiet_sp .size li {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-right: 10px;
    cursor: pointer;
}

.chitiet_sp .size li.disabled{	
	pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.chitiet_sp .size li#active,
.chitiet_sp .size li:hover{
	color: #ffffff;
	background: #C51414;
	border: 1px solid #C51414;
}

.chitiet_sp .price strike {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 0 15px;
    color: rgb(67 67 67 / 70%);
}

.chitiet_sp .info p{
	margin-bottom: 10px;
}

.chitiet_sp table td:first-child{
	font-weight: 600;
}

.chitiet_sp table tr td{
	border-bottom: 1px dashed #d9d9d975;
    padding: 5px 0;
    font-size: 15px;
}

.chitiet_sp table tr:last-child td{
	border-bottom: none;
}

.chitiet_sp table{
	margin-bottom: 20px;
}

.chitiet_sp .button-cart{
	margin: 20px 0 0;
}

.chitiet_sp .button-cart a{
    vertical-align: text-top;
    margin: 0 20px 0 0;
}

.single-product main.content ol li{
    list-style-type: none;
    display: inline-block;
    margin: 0;
    width: 33.33%;
    text-align: center;
    float: left;
}

.plans{
	float: left;
	width: 100%;
	margin: 20px 0 0;
}

.plans .ploai{
	float: left;
	margin: 6px 15px 0 0;
	font-weight: 600;
}

.plans .size {
	float: left;
    width: fit-content;
}

.check_esim {
	color: #C51414;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: underline;
    cursor: pointer;
    background: url(images/hand.png) no-repeat left center;
    padding-left: 28px;
    background-size: 20px;
}

.chitiet_sp .entry-title{
	font-size: 26px !important;
}

.section{
	float: left;
	width: 100%;
}

.content-dautrang{
	background: #A30000 ;
	padding: 3px 0;
}

.content-dautrang ul li,
.content-dautrang ul li a{
	color: #fff;
	text-transform: uppercase;
	font-family: "Space Grotesk";
	list-style-type: none;
	float: left;
	margin: 0 20px 0 0;
	font-size: 14px;
}

.content-dautrang ul li:first-child a{
	background: url(images/mail.svg) no-repeat left center;
	padding-left: 25px;
}

.content-dautrang ul li:last-child a{
	background: url(images/whatsapp.svg) no-repeat left center;
	padding-left: 25px;
}

.content-dautrang ul li a em{
	text-transform: none;
	font-style: inherit;
}

.tab-device {
    list-style: none;
    padding: 0;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 2px 10px #d9d9d9;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
}

.tab-device li {
    cursor: pointer;
    padding: 0 30px;
    /* background: #eee; */
    border-radius: 5px;
    height: 54px;
    line-height: 54px;
    /* width: 110px; */
    text-align: center;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
}

.tab-device li.active,
.tab-device li:hover {
    font-weight: bold;
    color: #C51414;
}

.cnt-device .device {
    display: none;
}

.cnt-device .device.active {
    display: block;
}

.cnt-device{
    border-radius: 10px;
    padding: 20px;
    display: table;
    width: calc(100% - 40px);
    margin: 40px 0 0;
    border: 1px solid #f9eeee;
    background: #fff;
}

.content-device{
	background: #fff4f447;
    padding: 0 0 30px;
    margin: 25px 0 0 ;
}

.content-device .widgettitle{
	text-align: center;
	margin: 50px 0 30px;
}

.cnt-device .anh{
	float: left;
    width: 420px;
    text-align: center;
}

.cnt-device .nd{
	float: left;
    width: calc(93% - 420px);
    margin-left: 7%;
}

.cnt-device .nd ul{
	margin-left: 20px;
}

.cnt-device .nd ul li{
	margin: 15px 0;
	font-size: 18px;
}

.content-device .after_bottom{
	margin: 40px auto 20px;
    float: left;
    width: 100%;
}

.content-device .after_bottom p{
	width: 850px;
	text-align: center;
	margin: 0 auto 15px;
	color: #707070;
}

.list-review .review{
    margin: 5px 15px 30px;
    border-radius: 16px;
    box-shadow: 2px 5px 18px rgba(0, 0, 0, 0.07);
    padding: 20px;
    background: url(images/nhay.svg) no-repeat right 30px top 20px;
}

.list-review .review img{
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 100%;
	margin: 0 20px 0 0;
	float: left;
}

.list-review .review .ten{
	float: left;
	width: calc(100% - 60px);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}

.list-review .review .ten span{
	display: block;
	color: #6B6B6B;
	font-weight:  400;
	font-size: 16px;
}

.list-review .review .nd{
    margin: 15px 0 0;
    float: left;
    width: 100%;
    text-align: justify;
}

.faqs {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 2px 2px 6px 0 rgba(29, 90, 171, 0.15);
}

.faqs:hover{
	box-shadow: 2px 2px 6px 0 rgb(197 20 20 / 13%);
}

.faqs:hover .question,
.faqs.active .question{
	color: #C51414;
}

.question {
	font-weight: 600;
    cursor: pointer;
    padding: 20px 50px 20px 15px;
    margin: 0;
    border-radius: 10px;
    background: url(images/down.svg) no-repeat right 20px center;
}

.answer {
    display: none;
	padding: 10px 20px 20px;
    background: #fffafaa3;
    border-left: 4px solid #c51414c9;
    margin-top: 5px;
    border-radius: 4px;
}

.answer p{
	margin-bottom: 15px;
	text-align: justify;
}

.list-faqs-2col {
    display: flex;
    gap: 30px;
}

.column {
    width: 50%;
}

.content-faqs .after_bottom{
	text-align: center;
	float: left;
	width: 100%;
	margin: 25px 0 0;
}

.content-faqs .after_bottom a{
	color: #C51414;
	font-size: 18px;
	font-weight: 600;
	text-decoration-line: underline;
}

.content-before-footer .widget{
	float: left;
	width: calc(33.33% - 20px);
}

.content-before-footer .widget:nth-child(2){
	margin: 0 30px;
}

.content-before-footer{
    background: #f5f5f569;
    padding: 30px 0;
}

.content-before-footer .widget ul li{
	margin-bottom: 10px;
	list-style-type: none;
}

.content-before-footer .widget .widgettitle{
	color: #C51414;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-weight: 700;
	line-height: 26px; 
	text-transform: uppercase;
	margin: 0 0 20px;
}

.content-before-footer .widget:first-child .widgettitle{
    background: url(images/logo.svg) no-repeat left top;
    text-indent: -999px;
    height: 40px;
}

.content-before-footer .widget:nth-child(3) ul li{
	list-style-type: none;
    border-bottom: 1px dashed #e9e8e8;
    padding-bottom: 10px;
}

.content-before-footer .widget:nth-child(3) ul li:last-child{
	border-bottom: none;
}

.content-before-footer .widget a{
	color: #333;
}

.content-before-footer .widget:nth-child(2) ul li:nth-child(1){
	background: url(images/ico-lo.svg) no-repeat left top 5px;
    padding-left: 30px;
    background-size: 18px;
}

.content-before-footer .widget:nth-child(2) ul li:nth-child(n+2){
	display: flex;
}

.content-before-footer .widget:nth-child(2) ul li:nth-child(n+2) img{
	margin: 0 10px 0 0;
	width: 18px;
}

.content-before-footer .widget:nth-child(n+2) .widgettitle{
	margin: 18px 0 17px;
}

.site-footer .widget:nth-child(1){
	float: left;
	width: 300px;
}

.site-footer .widget:nth-child(2){
	float: right;
	width: calc(100% - 300px);
	display: flex;
  	justify-content: flex-end;
}

.site-footer .widget:nth-child(2) .widgettitle{
	float: left;
	margin: 0 20px 0 0;
}

.site-footer .widget:nth-child(2) ul li{
	list-style-type: none;
	display: inline-block;
}

.site-footer .widget:nth-child(2) ul li img{
	margin: 0 3px 0 0;
	width: 70px;
}

.site-footer .widget:nth-child(2) ul{
	display: flex; /* Các <li> nằm hàng ngang */
	gap: 5px; /* Khoảng cách giữa các ảnh, có thể chỉnh */
	padding: 0;
	margin: 0;
	list-style: none;
}

.content-before-footer .widget ul li a:hover{
	color: #C51414;
}

.page h1.entry-title{
	margin: 20px 0;
} 

.page main.content p,
.page main.content ul{
	margin-bottom: 15px;
}

.page main.content ul{
	margin-left: 20px;
}

.page main.content ul li{
	margin-bottom: 10px;
}

.page main.content ul li.total-price{
	font-weight: 500;
}

.page main.content ul li.total-price b{
	font-weight: 700;
	font-size: 20px;
    color: #c51414;
}

.tab-tab li{
    list-style-type: none;
    display: inline-block;
    margin: 0 15px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #f5f5f5;
    box-shadow: 2px 2px 2px rgb(185 184 184);
    font-weight: 600;
    cursor: pointer;
}

.tab-tab li.active,
.tab-tab li:hover{
	background: #C51414;
    color: #fff;
    box-shadow: 2px 2px 2px rgb(104 12 12);
}

.cnt-tab .tab.active{
	display: block;
}

.cnt-tab .tab{
	display: none;
}

.content-tab{
	border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 30px;
    width: calc(100% - 62px);
    margin: 20px 0;
}

.cnt-tab .tab h2,
.page .entry-content h2,
.single .entry-content h2{
	font-size: 24px;
	font-weight: bold;
	color: #C51414;;
}

.cnt-tab .tab h3,
.page .entry-content h3,
.single .entry-content h3{
	font-size: 20px;
	font-weight: bold;
	color: #333;;
}

.tab-tab{
	margin: 10px 0 35px !important;
}

.tab-tab.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 10px 0;
  text-align: center;
  margin: 0 !important;
}

.page-template-page-support .content-tab,
.page-template-page-faqs .content-tab{
	border: none;
    padding: 0;
    width: 100%;
    margin: 0;
}

.tab-supports{
	float: left;
	width: 360px;
	margin: 0 !important;
}

.cnt-supports{
    float: right;
    width: calc(100% - 460px);
    border: 1px solid #d9d9d9;
    padding: 30px;
    border-radius: 10px;
}

.page-template-page-support  .tab-tab.fixed{
	width: 360px;
    left: auto;
    box-shadow: none;
    text-align: left;
    top: 50px;
}

.tab-supports li{
	margin: 0 0 15px !important;
    width: calc(100% - 40px);
}

.page-template-page-faqs h1,
.page-template-page-faqs .content-top,
.page-template-page-faqs .tab-cauhoi{
	text-align: center;
}

.page-template-page-faqs .cnt-cauhoi{
	width: 1000px;
	margin: 0 auto;
}

.page-template-page-faqs .cnt-tab .tab h3 {
    font-size: 17px;
    font-weight: 600;
}

.archive-heading{
	text-align: center;
	margin: 20px 0 40px;
}

.archive main.content .product,
.category main.content .post,
.search main.content .post,
.search main.content .page,
.search main.content .product{
	float: left;
	width: calc(33.333% - 30px); /* 3 cột mỗi dòng, trừ khoảng gap */
  	margin: 0 15px 30px;
  	border-radius: 15px;
	background: #FFF;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
	padding-bottom: 15px;
}

.category main.content .post:nth-child(3n+1),
.search main.content article:nth-child(3n+1),
.archive main.content .product:nth-child(3n+1){
	clear: both;
}

.search main.content article img{
	width: 100%;
	height: 349px;
	object-fit: cover;
}

.category main.content .post img,
.search main.content .post img,
.search main.content .page img,
.search main.content .product img,
.archive main.content .product img{
	padding: 0;
	border: none;
	background: unset;
	width: 100%;
	border-radius: 15px 15px 0 0;
	margin: 0 0 15px 0;
}

.category main.content .post .entry-header,
.category main.content .post .entry-content,
.search main.content .post .entry-header,
.search main.content .post .entry-content,
.search main.content .page .entry-header,
.search main.content .page .entry-content,
.search main.content .product .entry-header,
.search main.content .product .entry-content,
.archive main.content .product .entry-header{
	padding: 0 20px;
}

.category main.content .post .entry-title a,
.search main.content .post .entry-title a,
.search main.content .page .entry-title a,
.search main.content .product .entry-title a,
.archive main.content .product .entry-title a{
	font-size: 18px;
	color: #333;
	font-weight: 600;
	
}

.category main.content .post .entry-title,
.search main.content .post .entry-title,
.search main.content .page .entry-title,
.search main.content .product .entry-title,
.archive main.content .product .entry-title{
	text-align: center;
}

.category main.content .post .more-link,
.search main.content .post .more-link{
	display: none;
}

.category main.content .post:hover .entry-title a,
.search main.content .post:hover .entry-title a,
.yarpp-related .post:hover .widget-item-title a{
	color: #C51414;
}


.single .entry-title{
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.content-date .entry-time{
	background: url(images/date.png) no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
    font-size: 15px;
    color: #545454;
    margin-bottom: 10px;
}

.content-date{
	margin: 0 0 15px;
}

.yarpp-related .post{
	float: left;
	width: 100%;
	margin: 0 0 15px;
}

.yarpp-related .post img{
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
}

.yarpp-related .post a{
	margin: 0;
}

.yarpp-related .post .widget-item-title a{
	color: #333;
	font-weight: 600;
}

.yarpp-related .post .widget-item-title{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.yarpp-related{
	background: #fdf5f5;
    float: left;
    width: 100%;
    border-bottom: 3px solid #a30000;
    margin: 0 0 20px;
}

.yarpp-related .main-posts{
	padding: 15px ;
	float: left;
}

.single .content-sidebar-wrap{
	margin: 20px 0;
}

.page-template-page-partnership h1{
	text-align: center;
}

.page-template-page-partnership h1 span{
	color: #C51414;
}

.page-template-page-partnership main.content .section .widgettitle h2,
.content-simgo h2,
.content-about1 h2,
.content-about4 h2{
    color: #C51414;
    font-family: "Space Grotesk";
    font-size: 30px;
    font-weight: 500;
    float: left;
    width: 530px;
    position: relative;
    padding: 20px 0 0;
}

.page-template-page-partnership main.content .section .widgettitle h2::before,
.content-simgo h2::before,
.content-lienhe h1::before,
.content-about1 h2::before,
.content-about4 h2::before{
	content: '';
	width: 100px;
	height: 3px;
	background:#C51414;
	position: absolute;
	top: 0;
	left: 0;
}

.page-template-page-partnership main.content .section .widgettitle p{
	text-align: right;
	float: right;
	width: 550px;
	font-size: 18px;
	padding: 40px 0 0;
}

.page-template-page-partnership main.content .section .widgettitle{
	margin: 0 15px;
}

.content_khung{
	float: left;
	width: 100%;
	margin: 50px 0;
}

.page-template-page-partnership main.content .section {
	margin: 50px 0 0;
}

.content_khung .cnt{
	float: left;
	width: calc(33.33% - 70px);
	margin: 0 15px;
	box-shadow: 2px 5px 18px rgba(0, 0, 0, 0.07);
	background: #fff4f447;
	border-radius: 15px;
	padding: 20px;
	min-height: 265px;
}

.content_khung .cnt h3{
	color: #C51414;
	font-family: "Space Grotesk";
	font-size: 24px;
	font-weight: 700;
}

.content-simgo .content{
	float: left;
	width: calc(50% - 15px);
}

.content-simgo .content:first-child{
	margin-right: 30px;
}

.content-simgo h2,
.content-khung3 h2{
	width: 100% !important;
	position: relative;
}

.content-simgo p{
	font-size: 18px;
	margin-bottom: 15px;
	text-align: justify;
}

.content_khung .nd{
	float: left;
	width: calc(25% - 30px);
	margin: 0 15px;
}

.content_khung .nd img{
	border-radius: 10px;
	margin: 0 0 15px 0;
}

.content_khung .nd h3{
	font-weight: bold;
}

.content-khung3 .content_khung,
.content-khung4 .content_khung{
	margin-bottom: 0;
}

.content-khung4 .widgettitle p{
	padding: 0 !important;
}

.content-khung4 ul li{
	list-style-type: none;
	display: inline-block;
	width: calc(33.33% - 30px);
	text-align: center;
}

.content-khung4 ul li:nth-child(3n+1){
	clear: both;
}

.content-map iframe{
	width: 100%;
}

.content-lienhe .lienhe{
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.content-lienhe .lienhe input{
	box-shadow: none;
	border-radius: 10px;
	font-size: 16px;
	height: 40px;
}

.content-lienhe .lienhe textarea{
	box-shadow: none;
	border-radius: 10px;
	font-size: 16px;
}

.content-lienhe{
	float: left;
	width: 100%;
	margin: 50px 0;
}

.content-lienhe .lienhe input[type="submit"]{
	width: 100%;
	border: none;
}

.content-lienhe h1{
    color: #c51414;
    position: relative;
    padding: 20px 0 0;
    margin: 0 0 20px;
}

.popup_check {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}

.popup_check .content-popup {
    position: fixed;
    top: 20px; /* Cách mép trên 20px */
    left: 50%;
    transform: translateX(-50%);
    width: 1220px;
    max-height: calc(100vh - 100px); /* 20px trên + 40px dưới */
    overflow-y: auto;
    background: #fff;
    border-radius: 5px;
    z-index: 3000;
    margin: auto;
    padding: 30px;
}

.content-popup h2{
	text-align: center;
	font-size: 28px;
	font-weight: 600;
}

.content-popup h3{
	font-weight: 600;
	font-size: 20px;
}

.content-popup p{
	margin-bottom: 15px;
}

.content-popup ul{
	margin: 0 0 15px 20px;
}

.content-popup ul li{
	margin-bottom: 10px;
}

.checkok{
	background: #C51414;
    height: 40px;
    border: none;
    box-shadow: 2px 2px 5px #500202;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.content-popup h6{
	text-align: center;
    font-size: 14px;
    font-style: italic;
}

.shop-cart-form-info h1{
	margin: 20px 0 30px;
}

#shop-cart-form .li-products img,
#shop-cart-form .li-products .images-products{
	width: 130px;
	border-radius: 10px;
}

#shop-cart-form .li-products{
    margin: 0 0 20px;
    border-bottom: 1px dashed #f1f1f1 !important;
    padding-bottom: 20px;
}

#shop-cart-form .li-products:last-child{
	margin-bottom: 0;
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.shop-cart-form-info{
	margin: 5px ;
}

#shop-cart-form .li-products li{
	margin-right: 15px !important;
}

#shop-cart-form .li-products .name-products {
	width: 170px;
}

.shop-cart-form-info .top{
	float: left;
    width: calc(100% - 40px);
   box-shadow: 0px 0px 5px #d9d9d97d;
    padding: 20px;
    border-radius: 10px;
}

.shop-cart-form-info .bottom{
    float: right;
    margin: 30px 20px 20px;
}

.shop-cart-form-info .bottom li{
	list-style-type: none;
	text-align: right;
}

#shop-cart-form .li-products .name-products a,
.val-ptype,
#gsc-shopcart-table ul.li-products .pprice{
	color: #333;
	font-weight: 600;
}

#shop-cart-form .li-products .ptype i,
#gsc-shopcart-table ul.li-products  label{
	display: block;
	font-style: initial;
	margin: 0 0 10px;
	/*font-weight: 600;*/
	font-size: 16px;
}

#gsc-shopcart-table ul.li-products li.delete_g {
    float: right;
}

#gsc-shopcart-table ul.li-products .price-products .ppriceold{
    font-size: 15px;
    color: #7e7e7e;
    margin: 0 0 0 10px;
}

#gsc-shopcart-table ul.li-products .price-products{
	width: 115px;
    text-align: center;
}

#gsc-shopcart-table ul.li-products .number-products{
	text-align: center;
	width: 190px;
}

#gsc-shopcart-table ul.li-products .number-products input[type="number"]{
	width: 98px;
    background: unset;
    height: 38px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

#gsc-shopcart-table .number-products .quantity-nav{
	width: 130px;
	 position: relative;
	 margin: 0 auto;
}

#gsc-shopcart-table .number-products .quantity-up{
    position: absolute;
    right: 10px;
    top: -33px;
    font-size: 18px;
    cursor: pointer;
}

#gsc-shopcart-table .number-products .quantity-down{
    position: absolute;
    left: 10px;
    top: -33px;
    font-size: 18px;
    cursor: pointer;
}

.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button { 
    opacity: 1; 
    -webkit-appearance: none;
}

#info-customer{
	box-shadow: 0px 0px 5px #d9d9d97d;
    border-radius: 10px;
    padding: 20px;
    width: calc(100% - 50px) !important;
    margin: 5px;
}

.chosse_country .select{
	display: none;
	margin: 0;
}

.content-menu-cart{
    float: left;
    width: 255px;
    margin: 97px 30px 0 5px;
    padding: 20px;
    box-shadow: 0px 0px 5px #d9d9d97d;
    border-radius: 10px;
}

.left-check-cart{
	float: left;
	width: calc(100% - 330px);
}

#cart3{
	width: calc(100% - 50px);
    padding: 20px;
    float: left;
    margin: 40px 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #d9d9d97d;
}

.content-menu-cart ul li {
    background: url(images/c1.svg) no-repeat left center;
    padding: 12.5px 0;
    margin: 0;
    padding-left: 30px;
    list-style-type: none;
}

.content-menu-cart ul li:nth-child(2) {
    background: url(images/c2.svg) no-repeat left center;
}

.content-menu-cart ul li:nth-child(3) {
    background: url(images/c3.svg) no-repeat left center;
}

.content-menu-cart ul{
	margin: 0 !important;
}

.content-menu-cart ul li a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    background: url(images/right.svg) no-repeat right center;
}

.content-menu-cart ul li a:hover{
	color: #C51414;
	background: url(images/right2.svg) no-repeat right center;
}

#cart3 h2,
#info-customer h2{
	font-size: 24px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 600;
}

#info-customer .messagearea textarea {
    border: none;
    background: #f6f6f6;
    border-radius: 5px;
    width: calc(100% - 32px);
    padding: 10px 15px;
}

.page-template-page-about h1 em{
	display: block;
	font-style: initial;
}

.page-template-page-about h1{
	text-align: center;
}

.page-template-page-about h1 span {
    color: #C51414;
}

.content-about1 .cnt{
	margin: 50px 15px 0;
	width: calc(50% - 30px);
	float: left;
}

.content-about1 .cnt h2 {
    width: 100%;
    margin: 65px 0 20px;
}

.content-about1 .cnt p{
	font-size: 18px;
}

.content-about2 li{
	float: left;
    width: 25%;
    text-align: center;
    list-style-type: none;
    color: #C51414;
    font-size: 48px;
    font-weight: 600;
    margin: 40px 0 70px !important;
}

.content-about2 li em{
	display: block;
	font-style: initial;
	text-transform: uppercase;
	font-weight: 500;
    font-size: 20px;
    color: #333;
}

.content-about3 .cnt{
	float: left;
	width: calc(50% - 90px);
	margin: 0 15px 30px;
	box-shadow: 2px 5px 18px rgba(0, 0, 0, 0.07);
    background: #fff4f447;
    padding: 30px;
    border-radius: 10px;
}

.content-about3 .cnt:nth-child(3){
	float: left;
	width: calc(100% - 90px);
	margin: 0 15px 0;
	padding: 30px;
}

.content-about3 .cnt img{
	display: table;
	margin: 0 auto;
}

.content-about3 .cnt h2{
	text-align: center;
	color: #C51414;
	font-size: 30px;
	font-weight: 600;
}

.content-about3 .cnt p{
	text-align: justify;
	font-size: 18px;
}

.content-about3 table td:first-child{
	width: 120px;
}

.content-about3 table td h3{
	color: #C51414;
	font-size: 20px;
	font-weight: 600;
}

.content-about3 table td{
	padding: 15px 0;
}

.content-about4 h2{
	width: 100%;
}

.content-about4{
	margin: 70px 15px 50px;
}

.content-about4 .lead{
	float: left;
	width: 50%;
	margin: 30px 0 0;
}

.content-about4 .lead:nth-child(2n+1){
	clear: both;
}

.content-about4 .lead img{
	float: left;
	width: 220px;
	margin: 0 15px 0 0;
}

.content-about4 .lead .nd{
	float: left;
	width: calc(100% - 235px);
}

.content-about4 .lead h3{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

.content-about4 .lead h3 em{
	display: block;
	font-weight: 500;
	font-size: 18px;
	font-style: initial;
	color: #484848;
	margin: 5px 0 0;
}

.content-about4 .lead p{
	width: 90%;
	float: left;
}

.page-template-page-about-php .content-lienhe h1{
	text-align: left;
}

.fix-menu {
	position: fixed;
	bottom: 50px;
	right: 20px;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.fix-menu img {
  display: inline-block;
  animation: shake 1.2s;
  animation-iteration-count: infinite;
}

/* -------------- mobi -----------------*/

@media (max-width: 1600px) {

	.site-header .widget-area{
		min-width: 800px;
	}
}

@media (max-width: 1300px) {
	.wrap,
	.site-inner {
	    width: calc(100% - 30px);
	    padding: 0 15px;
	}

	.site-header .widget-area{
		position: relative;
	    display: inline-block;
	    top: auto;
	    left: auto;
	    transform: none;
	    margin: 20px 0;
	    min-width: auto;
	    width: calc(100% - 200px);
        float: right;
	}

	.click-menu{
		display: none;
	}

	.content-dautrang .gsc-shop-cart{
		right: 15px;
	}

	.content-dautrang .widget_search{
		right: 55px;
	}

	.content-dautrang .widget_search form{
		display: block;
		width: 180px;
		border: 1px solid #d9d9d9;
	    border-radius: 5px;
	    margin-top: -10px;
	}

	.content-dautrang .widget_search .widgettitle{
		display: none;
	}

	.popup_check .content-popup{
		width: 90%;
	}

	.content-menu-cart{
		display: none;
	}

	.left-check-cart {
	    width: 100%;
	}

	#shop-cart-form .li-products li {
	    width: calc(100% / 6) !important;
	}

	#shop-cart-form .li-products img, #shop-cart-form .li-products .images-products {
	    width: auto;
	    max-width: 185px;
	}

	#gsc-shopcart-table ul.li-products li.delete_g {
	    width: 87px !important;
	    margin: 0 !important;
	}

}

@media (max-width: 1200px) {
	.menu-primary a, .menu-secondary a, .site-header .menu a {
	    padding: 12px 20px;
	}

	.chitiet_sp .info_sp {
	    width: calc(100% - 510px);
	}

	.chitiet_sp .anh_sp {
	    width: 480px;
	}
}

@media (max-width: 1169px) { 
	.site-header .widget-area .widget_nav_menu{
		display: none;
	}

	.click-menu {
        display: block;
        right: 15px !important;
    }

    .content-dautrang .gsc-shop-cart {
        right: 70px;
    }

    .content-dautrang .widget_search {
        right: 115px;
    }

    #responsive-menu{
    	top: 104px !important;
        position: fixed !important;
    }

    .cnt-device .nd {
	    width: calc(93% - 360px);
	}

	.cnt-device .anh{
		width: 360px;
	}

	.content-tab{
		padding: 20px;
    	width: calc(100% - 42px);
	}

	.tab-tab li {
	    margin: 0 10px 15px !important;
	    padding: 10px 15px;
	}

	.cnt-supports {
	    width: calc(100% - 380px);
	}

	.tab-supports {
	    width: 290px;
	}

	.page-template-page-faqs .cnt-cauhoi{
		width: 100%;
	}

	.chitiet_sp .anh_sp {
        width: 40%;
    }

    .chitiet_sp .info_sp {
        width: calc(60% - 30px);
    }

}

@media (max-width: 960px) { 

	#gsc-shopcart-table ul.li-products{
		position: relative;
	}

	#gsc-shopcart-table ul.li-products li.delete_g{
		width: 0 !important;
	    position: absolute;
	    left: 155px;
	    bottom: 0;
	}

	#shop-cart-form .li-products .name-products {
	    width: 185px !important;
	}
}

@media (max-width: 860px) { 

	#shop-cart-form .li-products{
		position: relative;
	}

	#gsc-shopcart-table ul.li-products li.images-products{
		width: 130px !important;
		margin: 0 15px 15px 0 !important;
	}

	
}

@media (max-width: 768px) { 
	#gsc-shopcart-table ul.li-products .price-products label{
		display: none;
	}

	#gsc-shopcart-table ul.li-products .price-products {
	    width: 115px !important;
	}

	#shop-cart-form .li-products li:nth-child(n+2) {
        width: calc(100% - 145px) !important;
        margin-right: 0 !important;
        text-align: left;
        margin-bottom: 10px;
    }

    #shop-cart-form .li-products li:nth-child(n+3),
    #shop-cart-form .li-products li:nth-child(n+3) label,
     #shop-cart-form .li-products li:nth-child(n+3) i,
     #shop-cart-form .li-products li:nth-child(n+3) input,
     #shop-cart-form .li-products li:nth-child(n+3) p{
    	font-size: 14px !important;
    }

    #shop-cart-form .li-products li:nth-child(n+2) label,
    #shop-cart-form .li-products li:nth-child(n+2) i{
    	display: inline-block;
        margin: 0 10px 0 0 !important;
        width: 100px;
    }

    #shop-cart-form .li-products li:nth-child(n+2) p{
    	margin-bottom: 0;
    }

    #shop-cart-form .li-products .quantity{
    	display: inline-block;
    	width: 92px;
    }

    #gsc-shopcart-table .number-products .quantity-nav{
    	width: 92px;
    }

    #gsc-shopcart-table ul.li-products .number-products input[type="number"] {
	    width: 60px;
	    height: 28px;
	}

	#gsc-shopcart-table ul.li-products li.delete_g {
        left: 10px;
        bottom: 5px;
    }

    #shop-cart-form .li-products,
    #shop-cart-form .li-products:last-child {
	    padding-bottom: 20px !important;
	}

	#gsc-shopcart-table .number-products .quantity-down,
	#gsc-shopcart-table .number-products .quantity-up{
		top: -30px;
	}

	.content-before-footer .widget{
		width: 100%;
		margin: 0 0 10px 0 !important;
	}

	.content-before-footer {
	    padding: 30px 0 0;
	}

	.content-dautrang ul li, .content-dautrang ul li a{
		font-size: 11px;
	}

	.content-eSIM .widgettitle, .content-benefits .widgettitle, .content-review .widgettitle, .content-faqs .widgettitle {
	    margin: 20px 0 30px;
	}

	.content-eSIM .widgettitle h1, .content-benefits .widgettitle h2, .content-device .widgettitle h2, .content-review .widgettitle h2, .content-faqs .widgettitle h2 {
	    font-size: 30px;
	}

	.content-slider img{
		margin: 0;
	}

	.content-slider a{
		display: block;
	}

	.content-eSIM .img_product {
        width: 270px;
        margin: 0 auto !important;
        display: table;
        float: unset;
    }

    .content-eSIM .widgettitle p, .content-benefits .widgettitle p, 
    .content-device .widgettitle p, .content-review .widgettitle p, 
    .content-faqs .widgettitle p,
    .content-eSIM .product h2 em,
    .content-eSIM .product p {
	    font-size: 16px;
	}

	.content-eSIM .product{
		width: 100%;
		margin: 15px 0 0 0;
	}

	.content-eSIM .product h2, .page h1, .archive-heading a,
	.content-eSIM .product .price {
	    font-size: 30px;
	}

	.buy-review ul li {
	    display: block;
	    margin: 0 0 15px 0;
	}

	.buy-review ul{
		margin-bottom: 0;
	}

	.buy-review p img{
		width: 38px;
		margin-bottom: 0;
	}

	.content-benefits{
		margin: 0;
	}

	.content-benefits .img_product{
		display: none;
	}

	.content-benefits .benefits{
		width: 100%;
		margin: 0;
	}

	.content-benefits .benefit {
	    margin: 0 0 20px;
	}

	.content-benefits .benefit h3 {
	    font-size: 22px;
	}

	.content-benefits .benefit img {
	    float: left;
	    width: 50px;
	    margin: 0 20px 0 0;
	}

	.content-benefits .benefit .nd {
	    width: calc(100% - 70px);
	}

	.content-device .widgettitle {
	    margin: 25px 0 30px;
	}

	.tab-device li{
		padding: 0 15px;
		font-size: 16px;
	}

	.cnt-device {
	    border-radius: 10px;
	    padding: 15px;
	    display: table;
	    width: calc(100% - 32px);
	    margin: 30px 0 0;
	    border: 1px solid #f9eeee;
	}

	.cnt-device .anh {
        width: 130px;
        float: none;
        display: table;
        margin: 0 auto;
    }

    .cnt-device .nd {
        width: 100%;
        margin: 0;
    }

    .cnt-device .nd ul li{
    	font-size: 16px;
    }

    .content-device .after_bottom p{
    	width: 100%;
    }

    .content-device{
    	padding-bottom: 0;
    }

    .list-faqs-2col{
    	display: block;
    }

    .list-faqs-2col .column{
    	width: 100%;
    }

    .question {
	    padding: 15px 30px 15px 15px;
	    background: url(images/down.svg) no-repeat right 10px top 23px;
	    background-size: 14px;
	}

	.content-faqs .after_bottom {
	    margin: 0 0 20px;
	}

	.site-footer .widget:nth-child(2){
		display: none;
	}

	.page main.content p, .page main.content ul li {
	    text-align: justify;
	}

	.content-tab {
        padding: 15px;
        width: calc(100% - 32px);
    }

    .tab-tab li {
        margin: 0 10px 15px 0 !important;
        padding: 7px;
        font-size: 15px;
    }

	.page-template-page-faqs .cnt-tab .tab h3 {
	    font-size: 16px;
	}

    .cnt-guide .tab,
    .cnt-supports .tab {
	    display: block;
	}

	.cnt-tab .tab h2, .page .entry-content h2, .single .entry-content h2 {
	    font-size: 20px;
	}

	.tab-supports {
        width: 100%;
    }

    .content-tab .tab-guide{
    	margin: 0 0 15px !important;
    }

    .tab-supports li,
    .content-tab .tab-guide li {
        width: calc(100% - 20px);
        margin: 0 0 15px !important;
        padding: 7px 10px;
    }

	.cnt-supports{
		width: calc(100% - 30px);
		padding: 15px;
	}

	.page-template-page-support .tab-tab.fixed,
	.content-tab .tab-guide.fixed{
		width: auto;
	    left: auto;
	    position: relative;
	    top: auto;
	    background: unset;
	    box-shadow: none;
	    text-align: left;
	}

	.faqs{
		margin-bottom: 20px;
	}

	.category main.content .post, .search main.content .post, .search main.content .page, .search main.content .product {
	    float: left;
	    width: 100%;
	    margin: 0 0 20px;
	}

	.content-sidebar .content, .sidebar-content .content {
	    width: 100%;
	    margin-left: 0;
	}

	.sidebar {
	    width: 100%;
	    margin: 15px 0 0;
	}

	.content-lienhe .lienhe{
		width: 100%;
		margin: 0 0 15px;
	}

	.content-lienhe {
	    margin: 40px 0 10px;
	}

	.page-template-page-partnership main.content .section .widgettitle{
		margin: 0;
	}

	.page-template-page-partnership main.content .section .widgettitle h2, .content-simgo h2{
		width: 100%;
		font-size: 24px;
	}

	.page-template-page-partnership main.content .section{
		margin: 25px 0 0 0;
	}

	.page-template-page-partnership main.content .section .widgettitle p {
	    text-align: left;
	    width: 100%;
	    font-size: 16px;
	    padding: 0 0 0;
	}

	.content_khung {
	    float: left;
	    width: 100%;
	    margin: 10px 0;
	}

	.content_khung .cnt {
	    float: left;
	    width: calc(100% - 40px);
	    margin: 0 0 20px;
	    padding: 20px 20px 10px;
	    min-height: auto;
	}

	.content_khung .cnt img{
		margin: 0;
	}

	.content_khung .cnt h3{
		font-size: 20px;
	}

	.content-simgo .content{
		width: 100%;
		margin: 0 0 15px;
	}

	.content-simgo p {
	    font-size: 16px;
	}

	.content_khung .nd {
	    width: calc(50% - 20px);
	    margin: 0 10px 20px;
	}

	.chitiet_sp .anh_sp,
	.chitiet_sp .info_sp{
		width: 100%;
		margin: 0 0 15px 0;
	}

	.popup_check .content-popup {
        width: calc(90% - 30px);
        padding: 15px;
    }

    .chitiet_sp .button-cart a {
	    margin: 0 0 20px 0;
	}

	.chitiet_sp {
	    padding-bottom: 0px;
	}

	.content-about1 .cnt{
		width: 100%;
		margin: 0 0 15px;
	}

	.content-about1 .cnt:first-child img{
		width: 300px;
		display: table;
		margin: 0 auto ;
	}

	.content-about2 li{
		width: calc(50% - 20px);
        margin: 0 10px 15px !important;
        font-size: 32px;
	}

	.content-about2 li:nth-child(2n+1){
		clear: both;
	}

	.content-about2 li em{
		font-size: 14px;
	}

	.content-about2 ul{
		margin: 0 !important;
	}

	.content-about4 .lead{
		width: 100%;
		margin: 20px 0 0;
	}

	.content-about4 {
	    margin: 50px 0 0;
	}

} 

@media (max-width: 500px) { 

	.content-about3 .cnt{
		width: calc(100% - 40px);
        margin: 0 0 20px;
        padding: 20px;
        border-radius: 10px;
	}

	.content-about3 .cnt:nth-child(1) img,
	.content-about3 .cnt:nth-child(2) img{
	    width: 50px;
	}

	.content-about3 .cnt h2{
		
	}

	.content-about3 .cnt p{
		font-size: 16px;
	}

	.content-about3 .cnt:nth-child(3) {
	    float: left;
	    width: calc(100% - 40px);
	    margin: 0;
	    padding: 20px;
	}

	.box-council:before, .box-info:before, .box-note:before, .box-warning:before{
		content: unset !important;
	}

	.tds-message-box {
	    margin: 15px 0 20px;
	    padding: 20px 20px 5px !important;
	    position: relative;
	}

	.shop-cart-form-info .top {
	    width: calc(100% - 20px);
	    padding: 10px;
	}

	.cart-summary .button.checkout{
		float: none;
	    margin: 0 auto;
	    display: table;
	    font-size: 16px;
	}

	.content-dautrang .widget:first-child{
		display: none;
	}

	.content-dautrang{
		padding: 0;
	}

	.site-header,
	.title-area{
		height: 60px;
	}

	.site-title img {
	    width: auto;
	}

	.click-menu {
        top: 15px !important;
        background: #fbe5e5;
        padding: 5px;
        border-radius: 5px;
    }

    .click-menu .line{
    	width: 27px !important;
    }

    .click-menu .line:last-child{
    	margin-bottom: 0;
    }

    .cart-wrap{
    	padding-bottom: 0 !important;
    }

    .content-dautrang .gsc-shop-cart{
    	top: 17px;
    }

    .content-dautrang .widget_search{
    	top: 23px;
    }

    .content-dautrang .widget_search .widgettitle{
    	display: block;
    }

    .content-dautrang .widget_search form{
    	display: none;
    }

    #responsive-menu {
        top: 60px !important;
    }

    .site-header.f-head{
		position: fixed;
	    top: 0;
	    z-index: 9999;
	    background: #fff;
	}

	#click-menu.f-menu{
		position: fixed;
	    z-index: 9999;
	}

	#responsive-menu.f-list{
		position: fixed;
		z-index: 99;
	}

	.content-dautrang.f-dau .gsc-shop-cart {
        top: 17px;
        position: fixed;
        z-index: 99999;
    }

    .content-dautrang.f-dau .widget_search {
        /*top: 23px;
        position: fixed;
        z-index: 99999;*/
    }

    .content-dautrang .widget_search{
    	display: none;
    }

    .fix-menu{
	    bottom: 20px;
	    right: 10px;
	    width: 50px;
    }


}


@media (max-width: 420px){

	.content-about4 .lead img {
	    width: 130px;
	}

	.content-about4 .lead .nd {
	    width: calc(100% - 145px);
	}

	.content-about4 .lead h3 {
	    font-size: 20px;
	    margin-bottom: 7px;
	}

	.content-about4 .lead h3 em{
		font-size: 16px;
	}

	.content-about4 .lead p {
	    width: 100%;
	    float: left;
	    font-size: 15px;
	}

	.content-about3 table td:first-child {
	    display: none;
	}

	.content-about3 table td {
	    padding: 10px 0 0;
	}


	#gsc-shopcart-table ul.li-products li.images-products {
        width: 80px !important;
        min-height: 130px;
    }

	#shop-cart-form .li-products li:nth-child(n+2) {
        width: calc(100% - 95px) !important;
    }

    #shop-cart-form .li-products .name-products a, .val-ptype, #gsc-shopcart-table ul.li-products .pprice {
	    font-size: 14px;
	}

	#shop-cart-form .li-products li:nth-child(n+2) label, #shop-cart-form .li-products li:nth-child(n+2) i{
		width: 80px;
	}

	#gsc-shopcart-table ul.li-products li.delete_g {
        left: 10px;
        bottom: auto;
        top: 90px;
    }

    .shop-cart-form-info .bottom {
	    margin: 15px 10px 0;
	}

	#cart3 h2, #info-customer h2 {
	    font-size: 22px !important;
	}

	#cart3 {
	    margin: 20px 5px 30px;
	}

	.tab-device li{
		padding: 0 12px;
	}
}

@media (max-width: 380px){
	.tab-device li{
		padding: 0 7px;
	}
}

@media (max-width: 375px){
	.tab-device li{
		padding: 0 5px;
	}
}