/*
	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: 'Roboto', 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: 'Roboto', 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: 1200px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 90px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 230px;
	height: 90px;
}

.site-title {
	font-family: 'Roboto', 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/logo1.png) no-repeat left center;
	background-size: 140px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: left;
	padding: 0;
	width: calc(100% - 320px);
	margin:19px 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: #ffffff;
    display: block;
    padding: 13px 0 12px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    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: #ffffff;
    border-bottom: 2px solid #fff;
    padding: 13px 0 4px;
}

.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: 'Roboto', 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: 'Roboto', 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%;
	text-align: center;
}

.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: #21b32a;
	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: #f7f8fb;
	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: 400px;
    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: calc(100% - 110px);
	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: #041652;
    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 a {
	color: #333;
    background: url(images/ico-hotline.svg) no-repeat left center;
    padding-left: 59px;
    display: block;
    line-height: 25px;
    font-size: 15px;
    background-size: 50px;
}

.site-header .widget a em {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: #001d7e;
    font-style: inherit;
}

.site-header .widget{
	float: left;
}

.site-header .widget:last-child{
	float: right;
}

.site-header .widget-area .widget_search input[type="submit"] {
    background: url(images/search.svg) no-repeat center center;
    border: none;
    width: 40px;
    height: 42px;
    float: right;
    text-indent: -9999px;
}

.site-header .widget-area .widget_search{
	margin-left: 55px;
}

.nav-primary .menu-item-has-children>a>span {
    background: url(images/down.svg) no-repeat right top 6px;
    padding-right: 15px;
}

.content-slider video{
	width: 100% !important;
	max-height: 600px;
	object-fit: cover;
}

.content-uudiem .widget{
    float: left;
    width: 285px;
    margin: 0 7px;
    border-right: 1px solid #f5f5f5;
    min-height: 70px;
}

.content-uudiem .widget:hover .title{
	color: #55b94e;
}

.content-uudiem .widget:last-child{
	border-right: none;
}

.content-uudiem .widget img{
	width: 55px;
}

.content-uudiem .wrap{
	display: table;
    box-shadow: 1px 0 10px #f1f0f0;
    border-radius: 10px;
    background: #fff;
    padding: 20px 0 15px;
}

.content-uudiem{
	margin: 50px 0;
}

.content-uudiem .widget .title{
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 5px;
    font-size: 15px;
}

.content-uudiem .noidung p{
	font-size: 14px;
	padding-right: 15px;
}

.content-uudiem .box{
	float: left;
    width: calc(100% - 70px);
}

.content-gioithieu .widget_media_image{
	float: right;
	width: calc(50% - 25px);
}

.content-gioithieu .widget_media_image img{
	border-radius: 50px 0;
	width: 100%;
}

.content-gioithieu .widget_text{
	float: left;
	width: calc(50% - 25px);
	margin-right: 50px;
}

.content-gioithieu .widgettitle{
	color: #001D7E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 15px;
}

.content-gioithieu .widget_text p{
	margin-bottom: 10px;
}

.content-gioithieu .widget_text p a{
	display: table;
    background: #55b94e;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    border-radius: 10px;
    color: #ffff;
    text-transform: uppercase;
    font-size: 15px;
}

.content-gioithieu .widget_text p a:hover,
.content-sanpham .widget:nth-child(n+2) strong em:hover{
	background: #001D7E;
}

.content-sanpham{
	margin: 60px 0 50px;
}

.content-sanpham .widget:first-child,
.content-ungdung .widget:first-child{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
}

.content-sanpham .widget:first-child .widgettitle,
.content-ungdung .widget:first-child .widgettitle,
.content-tintuc .widgettitle a,
.content-tintuc .widgettitle h2,
.content-doitac .widgettitle{
	color: #001D7E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 15px;
}

.content-sanpham .widget:first-child ul li{
    list-style-type: none;
    display: inline-block;
    border: 1px solid #9d9d9d;
    height: 37px;
    line-height: 37px;
    padding: 0 15px;
    border-radius: 10px;
    margin: 0 3px;
    cursor: pointer;
    font-size: 15px;
}

.content-sanpham .widget:first-child ul li.active,
.content-sanpham .widget:first-child ul li:hover{
	background: #55b94e;
	color: #ffffff;
	border: 1px solid #55b94e;
}

.content-sanpham .caia-post-list-widget .widgettitle a,
.content-sanpham .widget:nth-child(n+2) .widgettitle{
	color: #001D7E;
    font-weight: bold;
    font-size: 18px;
}

.content-sanpham .widget:nth-child(n+2) p{
	margin-bottom: 15px;
}

.content-sanpham .widget:nth-child(n+2) strong em{
	display: table;
    background: #001d7e;
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    border-radius: 42px;
    color: #ffff;
    margin: 15px 0 20px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.content-sanpham .widget:nth-child(n+2).current{
    height: auto;
    overflow: visible;
    border: 1px solid #55b94e1c;
    padding: 50px;
    border-radius: 10px;
    background: #d9d9d917;
}

.content-sanpham .widget:nth-child(n+2){
	height: 0;
	overflow: hidden;
}

.content-sanpham .caia-post-list-widget .product{
    float: left;
    width: 268px;
    margin: 0 15px 30px;
    background: #f5f7fd;
    border-radius: 5px;
    position: relative;
    border: 1px solid #f5f7fd;
}

.content-sanpham .caia-post-list-widget .product .list-info,
.page_sp .product .list-info{
	padding: 15px;
}

.content-sanpham .product .widget-item-title a{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.content-sanpham .product:hover,
.tax-product_cat .product:hover,
.page_sp .widget .product:hover{
	background: #cedafd;
}

/*.content-sanpham .product:hover .widget-item-title a {
    color: #001d7e;
}*/

.content-sanpham .widget{
	float: left;
	width: 100%;
}

.content-sanpham .product .xemchitiet,
.tax-product_cat .product .more-link a,
.page_sp .widget .product .xemchitiet{
	display: none;
}

.content-sanpham .product:hover .xemchitiet,
.tax-product_cat .product:hover .more-link,
.page_sp .widget .product:hover .xemchitiet{
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-sanpham .product:hover .xemchitiet a,
.tax-product_cat .product:hover .more-link a,
.page_sp .widget .product:hover .xemchitiet a{
	background: url(images/eye.png) no-repeat left 10px center #55b94e;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: table;
    padding: 0 15px 0 33px;
    border-radius: 40px;
    background-size: 20px;
}

.content-ungdung .widget:first-child .widget-wrap{
	width: 850px;
	margin: 0 auto 20px;
}

.content-ungdung .widget:nth-child(n+2){
	float: left;
    width: 370px;
    margin: 0 15px;
    box-shadow: 1px 0 10px #f1f0f0;
    border-radius: 10px;
    min-height: 390px;
}

.content-ungdung .widget:nth-child(n+2) img{
	width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.content-ungdung .widget:nth-child(n+2) .box{
	padding: 10px 15px 15px;
}

.content-ungdung .widget:nth-child(n+2) .title{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}

.content-linhvuc .ttitle .widgettitle{
	color: #001D7E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 15px;
    line-height: 1.3;
    float: left;
    width: 490px;
}

.content-linhvuc .ttitle .widgettitle span{
	display: block;
}

.content-linhvuc .ttitle .textwidget{
	float: right;
	width: calc(100% - 600px);
}

.content-linhvuc{
    margin: 60px 0 50px;
    background: #f9f9fb;
    padding: 60px 0 50px;
}

.content-linhvuc .ttitle{
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

.linhvuc .widget{
    float: left;
    width: 238px;
    margin: 0 15px 30px;
    border: 1px solid #dce3ff;
    border-radius: 5px;
    padding: 15px;
    background: #ebeef9;
    min-height: 185px;
    position: relative;
}

.linhvuc .widget:nth-child(4n+1){
	clear: both;
}

.linhvuc .widget .title a{
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.linhvuc .widget .title{
	margin: 0 0 10px 0;
}

.linhvuc .widget p{
	font-size: 15px;
}

.linhvuc .widget .readmore{
	position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 15px;
    background: #001d7e;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 30px;
}

.linhvuc .widget:hover{
	background: #55b94e;
}

.linhvuc .widget:hover .title a,
.linhvuc .widget:hover p{
	color: #fff;
}

.linhvuc .widget:hover .readmore{
	background: #ffffff;
	color: #333;
}

.content-tintuc .widgettitle,
.content-doitac .widgettitle{
	text-align: center;
	margin: 0 0 30px;
}

.content-tintuc .post{
	float: left;
	width: 370px ;
	margin: 0 15px;
}

.content-tintuc .post img{
	border-radius: 5px;
	margin: 0 0 10px 0;
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.content-tintuc .post .widget-item-title a{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.content-tintuc .post .widget-item-title a:hover{
	color: #55b94e;
}

.content-doitac{
	margin: 50px 0;
}

.content-doitac .widget .textwidget{
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
}

.content-doitac ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  animation: slide 60s linear infinite;
}

.content-doitac ul li img{
	width: 110px;
}

.content-doitac ul li{
 flex: 0 0 auto;
  width: 180px;
  /*height: 70px;*/
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

 @keyframes slide {
      from {
          transform: translateX(0);
      }
      to {
          transform: translateX(-100%);
      }
  }

.content-before-footer .widget:first-child{
	float: left;
	width: 450px;
	margin: 0 15px;
}

.content-before-footer .widget:nth-child(3){
	float: left;
	width: 370px;
	margin: 0 15px;
}

.content-before-footer .widget:nth-child(2){
	float: left;
	width: 290px;
	margin: 0 15px;
}

.content-before-footer{
    background: #f7f9ff;
    padding: 50px 0 30px;
}

.content-before-footer .widget .widgettitle{
	text-transform: uppercase;
	font-weight: bold;
	color: #001D7E;
	font-size: 18px;
    margin-bottom: 15px;
}

.content-before-footer ul{
	margin: 0 0 0 20px;
}

.content-before-footer ul li{
	margin-bottom: 7px;
}

.content-before-footer ul li a{
	color: #333;
}

.content-before-footer .widget:first-child ul li a{
	color: #0d72c7;
	font-size: 15px;
    background: url(images/neo1.png) no-repeat left 2px center;
    padding-left: 20px;
    /* width: 12px; */
    display: inline-block;
    /* height: 20px; */
    background-size: 18px;
}

.content-before-footer input{
	box-shadow: none;
	border-radius: 5px;
	height: 40px;
}

.content-before-footer input[type="submit"]{
	box-shadow: none;
    border: none;
    background: #041652;
    color: #fff;
    border-radius: 30px;
    padding: 0 30px;
    text-transform: uppercase;
}

.gioithieu .widget{
	float: left;
	width: calc(50% - 30px);
	margin: 70px 15px 0;
}

.gioithieu .widget video{
    width: 100%;
    height: 325px;
    object-fit: cover;
    border-radius: 50px 0;
}

.gioithieu .widget h1{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    color: #001d7e;
    position: relative;
    margin-bottom: 40px;
}

.gioithieu .widget h1::after,
.category .archive-heading::after{
	content: '';
    width: 100px;
    height: 2px;
    background: #eb5955;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.gioithieu .widget h2{
	color: #55b94e;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin: 15px 0;
}

.cotloi h2,
.donghanh h2,
.danhgia h2{
	text-align: center;
	 text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    color: #001d7e;
    position: relative;
    margin: 0 0 30px;
}

.cotloi{
    margin: 60px 0;
    background: #001d7e0d;
    padding: 50px 0;
}

.cotloi h2::after,
.donghanh h2::after,
.danhgia h2::after{
    content: '';
    width: 100px;
    height: 2px;
    background: #eb5955;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.cotloi .widgettitle{
	text-align: center;
}

.cotloi .cl{
    float: left;
    width: calc(50% - 40px);
    margin: 40px 20px 0;
    box-shadow: 1px 0 10px #e9e9e9;
    border-radius: 10px;
    background: #fff;
}

.cotloi .cl:hover{
	box-shadow: 1px 0 10px #001d7e66;
}

.cotloi .cl:nth-child(2n+1){
	clear: both;
}

.cotloi .cl .nd:nth-child(1){
	float: left;
	width: 200px;
}

.cotloi .cl .nd:nth-child(2){
    float: left;
    width: calc(100% - 250px);
    padding: 30px 20px 30px 30px;
}

.cotloi .cl .nd img{
	width: 100%;
	border-radius: 10px 0 0 10px;
	margin: 0;
    display: block;
    height: 180px;
    object-fit: cover;
}

.cotloi .cl .nd h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #55b94e;
}

.donghanh h2 em{
    display: block;
    font-style: inherit;
    color: #eb5955;
    font-size: 15px;
    padding-bottom: 15px;
}

.donghanh p,
.danhgia .widgettitle{
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

.donghanh ul{
	margin: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* Căn giữa các item nếu thiếu cột */
	gap: 40px;
	padding: 0;
	list-style: none;
}

.donghanh ul li{
	flex: 0 0 calc(25% - 40px); /* 4 cột, trừ khoảng cách */
    box-sizing: border-box;
    list-style-type: none;
    background: #f5f7fd;
    border: 1px solid #f5f7fd;
    border-radius: 10px;
}

.donghanh ul li:hover{
	background: #cedafd;
}

.donghanh ul li img{
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 340px;
	object-fit: cover;
}

.donghanh ul li strong{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.donghanh ul li em{
	font-style: inherit;
    padding: 0 20px 20px;
    float: left;
}

.danhgia{
	margin: 60px 0;
}

.danhgia .khach{
	margin: 40px 15px 0;
}

.danhgia .khach img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}

.danhgia .khach .nd:first-child{
    font-style: italic;
    border: 1px dashed #55b96a57;
    padding: 20px;
    border-radius: 20px;
    margin: 0 0 25px;
}

.danhgia .khach .anh{
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
}

.danhgia .khach .ten{
	float: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #001d7e;
    background: url(images/sao.png) no-repeat top left;
    padding: 20px 0 0 0;
    background-size: 60px;
    margin: 13px 0;
}

.danhgia .khach .ten span{
	display: block;
    color: #333;
    text-transform: none;
    font-weight: 400;
}

.content-map iframe{
	width: 100%;
}

.content-lienhe .lienhe{
	float: left;
	width: 570px;
	margin: 50px 15px;
}

.page h1 {
    color: #001d7e;
    font-size: 32px;
    font-weight: 700;
}

.content-lienhe form{
	background: #001d7e;
    padding: 30px 30px 20px;
    border-radius: 10px;
}

.content-lienhe form p,
.baogia form p{
	color: #fff;
	font-size: 18px;
	margin: 0 0 15px;
}

.content-lienhe .lienhe ul {
    margin-left: 20px;
}

.content-lienhe .lienhe h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}

.content-lienhe .lienhe ul li{
	margin-bottom: 7px;
}

.nhanbaogia span{
	cursor: pointer;
    background: #001d7e;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: table;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 1px 3px 3px #142352;
    margin: 20px 0 25px;
    font-weight: 500;
}

.nhanbaogia span:hover{
	background: #21b32a;
	box-shadow: 1px 3px 3px #137019;
}

.baogia form .tieude{
	text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.baogia .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    background: #001d7e;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
    width: 500px;
    z-index: 1000;
}

.baogia .widget_caldera_forms_widget .widgettitle {
    position: absolute;
    right: -33px;
    top: -25px;
    border: 1px solid #d6d6d6;
    color: #d6d6d6;
    padding: 0px 10px;
    cursor: pointer;
    background: unset;
}

.baogia .widget_caldera_forms_widget {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.baogia form input[type="text"],
.content-lienhe form input[type="text"]{
	box-shadow: none;
	border: none;
	height: 40px;
	font-size: 16px;
}

.baogia form textarea,
.content-lienhe form textarea{
	box-shadow: none !important;
	border: none !important;
	font-size: 16px !important;
}

.content-lienhe form input[type="submit"],
.baogia form input[type="submit"]{
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 40px;
    border: 1px solid #fff;
    color: #fff;
    display: table;
    background: #001d7e;
    margin: 0 auto;
    transition: background 0.3s ease;
    height: 45px;
    font-size: 16px;
    border-radius: 10px;
}

.content-lienhe form input[type="submit"]:hover,
.baogia form input[type="submit"]:hover{
	background: #55b94e;
	color: #fff;
}

.category main.content .post,
.search-results main.content .post {
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px 40px;
}

.category main.content .post:nth-child(3n+1),
.search-results main.content .post:nth-child(3n+1){
	clear: both;
}

.category main.content .post img,
.search-results main.content .post img{
	padding: 0;
	box-shadow: none;
	border: none;
	width: 100%;
	height: 246px;
	object-fit: cover;
	border-radius: 10px;
	margin: 0 0 15px 0;
}

.category main.content .post .entry-title a,
.search-results main.content .post .entry-title a {
	color: #001D7E;
	font-weight: bold;
	font-size: 21px;
}

.category main.content .post,
.content-sanpham .caia-post-list-widget .product,
.content-ungdung .widget:nth-child(n+2),
.content-tintuc .post,
.tax-product_cat .product,
.search-results main.content .post{
	overflow: hidden;
}

.category main.content .post img,
.content-sanpham .caia-post-list-widget .product img,
.content-ungdung .widget:nth-child(n+2) img,
.content-tintuc .post img,
.tax-product_cat .product img,
.search-results main.content .post img{
    transform-origin: 65% 100%;
    transition: transform 1s, filter .5s ease-out;
}

.category main.content .post:hover img,
.content-sanpham .caia-post-list-widget .product:hover img,
.content-ungdung .widget:nth-child(n+2):hover img,
.content-tintuc .post:hover img,
.tax-product_cat .product:hover img,
.search-results main.content .post:hover img{
    transform: scale(1.2);
}

.category main.content .post .more-link{
	display: none;
}

.category main.content .post:hover .entry-title a,
.search-results main.content .post:hover .entry-title a{
	color: #21b32a;
}

.category .mota{
	margin: 0 15px 40px;
}

.category .mota p{
	margin: 0 0 15px;
}

.category .archive-heading a,
.search-results .archive-heading a{
	color: #001d7e;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}

.category .archive-heading,
.search-results .archive-heading{
	margin: 0 15px 35px;
	position: relative;
}

.menu-primary li.menu-item-has-children>a:hover{
	margin: 0 30px 5px
}

.menu-primary li.menu-item-has-children>a:hover .sub-menu a{
	margin: 0;
}

.single-post h1{
	color: #001d7e;
    font-size: 28px;
    font-weight: 700;
}

.single .entry-content h2, .page .entry-content h2, .single-product main.content h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
    color: #21b32a;
}

.single .entry-content h3, .page .entry-content h3, .single-product main.content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
}

.list_cm li{
	list-style-type: none;
	display: inline-block;
	margin: 0 5px;
}

.list_cm li a{
	color: #001d7e;
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bec9f1;
    border-radius: 10px;
    background: #f1f4ff;
    font-weight: 500;
}

.list_cm{
	text-align: center;
	margin: 30px 0 50px;
}

.list_cm li a:hover,
.list_cm li.active a{
	background: #21b32a;
	color: #fff;
	text-decoration: none;
}

.tax-product_cat h1,
.page-template-page-sanpham h1{
	text-align: center;
}

.tax-product_cat h1 a,
.page-template-page-sanpham h1{
	color: #001d7e;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}

.tax-product_cat .product,
.page_sp .widget .product{
	float: left;
	width: calc(25% - 32px);
	margin: 0 15px 30px;
	background: #f5f7fd;
    border-radius: 5px;
    position: relative;
    border: 1px solid #f5f7fd;
    min-height: 358px;
}

.tax-product_cat .product img,
.page_sp .widget .product img{
    border: none;
    padding: 0;
    background: none;
    margin: 0 0 15px 0;
    width: 100%;
    height: 268px;
    object-fit: cover;
}

.tax-product_cat .product:nth-child(4n+1){
	clear: both;
}

.tax-product_cat .product .entry-header,
.tax-product_cat .product .entry-content{
	margin: 0 15px;
}

.tax-product_cat .product .entry-title a,
.page_sp .product .widget-item-title a{
	font-size: 18px;
    color: #333;
    font-weight: bold;
}

.tax-product_cat .product .entry-content p.more-link{
	display: block;
}

.tax-product_cat .product .entry-content p{
	display: none;
}

.page_sp .widget{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
} 

.page_sp .widget .widgettitle a{
	color: #001d7e;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.page_sp .widget .widgettitle{
	margin: 0 15px 40px;
	position: relative;
}

.page_sp .widget .widgettitle::after{
	content: '';
    width: 80px;
    height: 2px;
    background: #eb5955;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.page_sp .widget .more-from-category{
	position: absolute;
	right: 0;
	top: -15px;
}

.page_sp .widget .more-from-category a{
	background: #21b32a;
    color: #fff;
    height: 37px;
    line-height: 37px;
    display: table;
    padding: 0 20px;
    border-radius: 10px;
}

.page_sp .widget .more-from-category a:hover{
	background: #001d7e;
}

.yarpp-related .widgettitle p{
	text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #001d7e;
    margin: 15px 15px 10px;
    position: relative;
}

.yarpp-related .widgettitle p::after{
	content: '';
    width: 80px;
    height: 2px;
    background: #eb5955;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.yarpp-related img{
	float: left;
	width: 120px;
	margin: 0 15px 0 0 ;
	height: 80px;
	object-fit: cover;
}

.yarpp-related .post{
	float: left;
    width: 100%;
    margin: 0;
    border-bottom: 1px dashed #e7ebf9;
    padding: 15px 0;
}

.yarpp-related .post a{
	margin: 0;
	color: #333;
	font-weight: 500;
}

.yarpp-related .post p{
	height: 80px;
    display: flex;
    align-items: center;
}

.chitiet_sp{
	float: left;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 30px;
}

.chitiet_sp .slide_sp,
.chitiet_sp .info_sp{
	float: left;
	width: calc(50% - 20px);
}

.chitiet_sp .slide_sp{
	margin-right: 40px;
}

.chitiet_sp .slide_sp ul:first-child img{
    border: 1px solid #e9e7e7;
    width: calc(100% - 2px);
    height: 550px;
    object-fit: cover;
    margin: 0 0 15px;
    border-radius: 10px;
}

.chitiet_sp .slide_sp ul:last-child img{
	cursor: pointer;
	margin: 0;
	width: 100%;
	height: 134px;
	object-fit: cover;
	 border-radius: 10px;
}

.chitiet_sp .slide_sp ul:last-child li{
	margin: 0 15px 0 0;
	border: 1px solid #e9e7e7;
	border-radius: 10px;
}

.chitiet_sp .info_sp h1{
    color: #001d7e;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px;
    background: url(images/sao.png) no-repeat bottom left;
    padding-bottom: 25px;
    background-size: 80px;
}

.dactrung ul li{
    list-style-type: none;
    float: left;
    width: calc(50% - 10px);
    display: flex;
    align-items: start;
    /*height: 40px;*/
    margin: 10px 0;
    /*border-bottom: 1px dashed #ebebeb;*/
}

.dactrung ul li:nth-child(2n+1){
	clear: both;
}

.dactrung ul li:nth-child(even){
	margin-left: 20px;
}

.dactrung ul li img{
	width: 38px;
  height: 38px;
  object-fit: contain; /* hoặc cover tuỳ ý */
  flex-shrink: 0;
  margin-right: 10px;
}

.dactrung h2{
	font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
    color: #21b32a;
}

.pin ul li{
	list-style-type: none;
	float: left;
	width: calc(25% - 10px);
	margin: 0 5px 10px;
}

.pin ul li:nth-child(4n+1){
	clear: both;
}

.single-product main.content ul{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.single-product main.content p{
	margin-bottom: 15px;
}

.thongso table{
	border-collapse: collapse;
    border: 1px solid #aaa;
    width: 100%;
    margin-bottom: 20px;
}

.thongso table th, .thongso table td {
    border: 1px solid #aaa;
}

.thongso table td, .thongso table th {
    padding: 5px 10px;
}

.single-product .yarpp-related img {
    float: left;
    width: 140px;
    margin: 0 15px 0 0;
    height: auto;
}

.yarpp-related .main-posts{
	margin: 0 15px;
}

.nav-primary.f-nav{
	position: fixed;
    top: 0;
    z-index: 999;
}

/* ---------------- Moblie -------------------- */

@media (max-width: 1200px) {
	.wrap{
		width: calc(100% - 30px);
		padding: 0 15px;
	}

	.site-inner{
		width: calc(100% - 30px);
		padding: 0 15px;
	}

	.menu-primary a{
		margin: 0 25px;
	}

	.content-uudiem .widget {
	    width: calc(25% - 15px);
	}

	.content-sanpham .widget:nth-child(n+2).current{
		padding: 0;
	}

	.content-ungdung .widget:nth-child(n+2) {
	    width: calc(33.33% - 30px);
	}

	.linhvuc .widget {
	    width: calc(25% - 62px);
	}

	.content-tintuc .post {
	    width: calc(33.33% - 30px);
	}

	.content-before-footer .widget:first-child {
	    width: 40%;
	}

	.content-before-footer .widget:nth-child(2) {
	    width: 260px;
	}

	.content-before-footer .widget:nth-child(3){
		width: calc(60% - 350px);
	}

	.content-lienhe .lienhe {
	    width: calc(50% - 30px);
	}

	.content-sidebar .content, .sidebar-content .content {
	    width: calc(75% - 30px);
	    margin: 0 30px 0 0 !important;
	}

	.sidebar{
		width: 25%;
		margin: 0;
	}
}

@media (max-width: 1080px) {
	.site-header .search-form {
	    width: 340px;
	}

	.menu-primary a {
        margin: 0 17px;
    }
}

@media (max-width: 1000px) {
	.site-header .search-form {
	    width: 280px;
	}
}


@media (max-width: 960px) {

	.nav-primary.f-nav,
	.nav-primary{
		display: none;
	}

	.site-header .widget-area .widget_search{
		display: none;
	}

	.site-header{
		height: 55px;
		box-shadow: 1px 0 10px #d9d9d9;
	}
	.title-area{
		height: 55px;
		width: 100px;
	}

	.site-title a, .site-title a:hover{
		background-size: 98px;
	}

	.site-header .widget-area{
		margin: 7px 35px 0 0;
		width: 176px;
		float: right;
	}

	.site-header .widget a {
	    background: url(images/ico-hotline.svg) no-repeat left center;
	    padding-left: 38px;
	    line-height: 20px;
	    font-size: 11px;
	    background-size: 30px;
	}

	.site-header .widget a em {
	    font-size: 17px;
	}

	.click-menu .line{
		width: 25px !important;
		margin-bottom: 5px !important;
	}

	#click-menu {
	    background: #001d7e14;
	    padding: 4px 4px 0;
	    border-radius: 5px;
	    right: 15px !important;
	}

	.content-slider video {
	    width: 100% !important;
	    max-height: 300px;
	    object-fit: cover;
	}

	.content-uudiem {
	    margin:10px 0 20px;
	}

	.content-uudiem .widget img {
	    width: 38px;
	    display: table;
	    margin: 0 auto 10px;
	    float: none;
	}

	.content-uudiem .widget{
		border: none;
	}

	.content-uudiem .wrap{
		padding: 5px 0 0;
	}

	.content-uudiem .box{
		width: 100%;
	}

	.content-uudiem .noidung p{
		display: none;
	}

	.content-uudiem .widget{
		text-align: center;
	}

	.content-gioithieu .widget_media_image,
    .content-gioithieu .widget_text{
    	width: 100%;
    	margin: 0;
    }

    .content-sanpham .widget:first-child ul li {
	    list-style-type: none;
	    display: inline-block;
	    border: 1px solid #9d9d9d;
	    height: 32px;
	    line-height: 32px;
	    padding: 0 6px;
	    border-radius: 10px;
	    margin: 0 3px 6px;
	    cursor: pointer;
	    font-size: 13px;
	}

	.content-sanpham .widget:nth-child(n+2).current {
        padding: 10px;
        width: calc(100% - 22px);
    }

    .content-sanpham .caia-post-list-widget .product {
	    margin: 0 5px 20px;
	}

	.content-sanpham .product .widget-item-title a {
	    font-size: 15px;
	}

	.content-sanpham .widget:nth-child(n+2) p {
	    text-align: justify;
	    font-size: 15px;
	}

	.content-ungdung .widget:first-child .widget-wrap{
		width: 100%;
	}

	.content-ungdung .widget:first-child{
		margin-bottom: 0;
	}

	.content-ungdung .widget:nth-child(n+2) {
        width: calc(33.33% - 10px);
        margin: 0 5px;
        min-height: auto;
    }

    .content-ungdung .widget:nth-child(n+2) .box {
	    padding: 5px 10px 10px;
	}

	.content-ungdung .widget:nth-child(n+2) img {
	    height: 120px;
	}

	.content-ungdung .widget:nth-child(n+2) .title {
	    font-size: 16px;
	    line-height: 1.3;
	}

	.content-ungdung .widget:nth-child(n+2) p{
		font-size: 15px;
	}

	.content-linhvuc {
	    margin: 30px 0;
	    padding: 30px 0;
	}

	.content-linhvuc .ttitle .widgettitle{
		width: 100%;
		font-size: 24px;
	}

	.content-linhvuc .ttitle .textwidget{
		width: 100%;
		font-size: 15px;
		text-align: justify;
	}

	.linhvuc .widget {
        width: calc(50% - 32px);
        margin: 0 5px 10px;
        padding: 10px;
        min-height: auto;
    }

    .linhvuc .widget .readmore {
	    display: table;
	    position: relative;
	    height: 32px;
	    line-height: 32px;
	    padding: 0 20px;
	    border-radius: 30px;
	    margin: 15px 0 9px;
	    left: auto;
        bottom: auto;
	}

	.gioithieu .widget {
	    width: 100%;
	    margin: 20px 0 0;
	}

	.cotloi {
	    margin: 20px 0;
	    padding: 30px 0;
	}

	.cotloi h2, .donghanh h2, .danhgia h2,.gioithieu .widget h1 {
	    font-size: 24px;
	}

	.cotloi .cl {
	    width: calc(50% - 10px);
	    margin: 25px 5px 0;
	}

	.cotloi .cl .nd:nth-child(1){
		width: 100%;
	}

	.cotloi .cl .nd:nth-child(2) {
	    width: calc(100% - 20px);
	    padding: 10px;
	}

	.cotloi .cl .nd img{
		height: 100px;
	}

	.cotloi .cl .nd h3 {
	    font-size: 16px;
	}

	.cotloi .cl .nd p{
		font-size: 15px;
	}

	.donghanh ul{
		gap: 20px;
	}

	.danhgia {
	    margin: 40px 0;
	}

	.donghanh p, .danhgia .widgettitle{
		width: 100%;
	}

	.donghanh ul li {
	    flex: 0 0 calc(50% - 40px);
	}

	.tax-product_cat h1 a, .page-template-page-sanpham h1 {
	    margin: 20px 0 0;
	    font-size: 26px;
	}

	.list_cm li a {
	    padding: 0 10px;
	    height: 32px;
	    line-height: 32px;
	    font-size: 15px;
	}

	.list_cm li{
		margin: 0 5px 10px;
	}

	.list_cm {
	    margin: 15px 0 30px;
	}

	.tax-product_cat .product, .page_sp .widget .product {
	    width: calc(50% - 22px);
	    margin: 0 10px 20px;
	    min-height: auto;
	}

	.page_sp .widget .more-from-category a {
	    margin: 0 auto;
	}

	.page_sp .widget .more-from-category {
	    position: relative;
	    right: auto;
	    top: auto;
	    float: left;
	    width: 100%;
	}

	.tax-product_cat .product img, .page_sp .widget .product img {
	    height: auto;
	}

	.tax-product_cat .product .entry-title a, .page_sp .product .widget-item-title a {
	    font-size: 16px;
	}

	.content-sanpham .caia-post-list-widget .product .list-info, .page_sp .product .list-info {
	    padding: 10px;
	}

	.chitiet_sp .slide_sp, .chitiet_sp .info_sp{
		width: 100%;
		margin: 20px 0 0;
	}

	.chitiet_sp .slide_sp ul:first-child img {
	    height: 350px;
	}

	.chitiet_sp .slide_sp ul:last-child img{
		height: 70px;
	}

	.chitiet_sp .info_sp h1,
	.category .archive-heading a, .search-results .archive-heading a{
		font-size: 26px;
	}

	.dactrung ul li{
		line-height: 1.3;
	}

	.content-sidebar .content, .sidebar-content .content{
		width: 100%;
		margin: 0 0 15px 0;

	}

	.sidebar{
		width: 100%;
	}

	.chitiet_sp {
	    margin-bottom: 10px;
	    padding-bottom: 15px;
	}

	.category .archive-heading, .search-results .archive-heading {
	    margin: 30px 0 35px;
	}

	.category .mota {
	    margin: 0 0 25px;
	}

	.category main.content .post .entry-title a, .search-results main.content .post .entry-title a {
	    font-size: 18px;
	}

	.breadcrumb .wrap {
	    width: calc(100% - 30px);
	}

	.single-post h1 {
	    font-size: 26px;
	    margin: 20px 0;
	}

	.page h1 {
	    color: #001d7e;
	    font-size: 26px;
	    font-weight: 700;
	    margin: 20px 0;
	}

	.tax-product_cat h1, .page-template-page-sanpham h1 {
	    margin: 20px 0;

	}


}

@media (max-width: 750px) {

	.baogia .widget_caldera_forms_widget .widget-wrap{
		width:80%;
	}

	.baogia .widget_caldera_forms_widget .widgettitle {
	    position: absolute;
	    right: -17px;
	    top: -36px;
	}
}

@media (max-width: 500px) {

	.content-lienhe form p, .baogia form p {
	    font-size: 15px;
	}

	.content-lienhe .lienhe{
		width: 100%;
		margin: 0 0 15px 0;
	}

	.category main.content .post, .search-results main.content .post {
	    float: left;
	    width: 100%;
	    margin: 0 0 20px;
	}

	.content-sanpham .product:hover .xemchitiet a,
	.tax-product_cat .product:hover .more-link a,
	.page_sp .widget .product:hover .xemchitiet a{
		background: url(images/eye.png) no-repeat left 10px center #55b94e;
	    color: #fff;
	    height: 32px;
	    line-height: 32px;
	    display: table;
	    padding: 0 12px 0 30px;
	    border-radius: 40px;
	    background-size: 16px;
	    font-size: 14px;
	}

	.content-sanpham .product:hover .xemchitiet, 
	.tax-product_cat .product:hover .more-link, 
	.page_sp .widget .product:hover .xemchitiet{
		width: 106px;
	}

	.donghanh ul{
		display: block;
	}

	.donghanh ul li{
		margin: 0 15px;
		width: 270px;
	}

	.donghanh ul.slick-dots li{
		width: auto;
		margin: 0 2px;
	} 

	.site-header.f-head{
		position: fixed;
		background: #ffffff;
		top: 0;
		z-index: 999;
	}

	#click-menu.f-menu{
		position: fixed;
		top: 14px;
	}

	#responsive-menu.f-list{
		position: fixed;
	}

	.linhvuc{
		        float: left;
        width: 100%;
        display: block;/*
        overflow: hidden;
        max-height: 215px;*/
	}

	.linhvuc .widget{
		width: 250px;
        margin: 0 10px 20px;
        float: left;
        display: inline-block;
  		vertical-align: top;
	}

	.content-sanpham .widget:first-child .widgettitle, .content-ungdung .widget:first-child .widgettitle, .content-tintuc .widgettitle a, .content-tintuc .widgettitle h2, .content-doitac .widgettitle {
	     font-size: 24px;
	}

	.content-ungdung .widget:nth-child(n+2) .noidung{
		display: none;
	}

	.content-ungdung .widget:nth-child(n+2) img {
        height: 90px;
    }

    .content-ungdung .widget:nth-child(n+2) .title {
        font-size: 15px;
        font-weight: 500;
    }

	.content-uudiem .widget .title {
	    font-weight: 500;
	    line-height: 1.3;
	    margin: 0 0 5px;
	    font-size: 12px;
	    text-align: center;
	}

	.content-uudiem .widget {
        border: none;
        margin: 0 5px;
        width: calc(25% - 10px);
    }

    .content-gioithieu .widget_media_image img{
    	border-radius: 10px;
    	margin: 0 0 15px 0;
    }

    .content-gioithieu .widgettitle{
    	font-size: 22px;
    }

    .content-gioithieu .widget_text p {
	    text-align: justify;
	}

	.content-sanpham {
	    margin: 25px 0 30px;
	}

	.content-tintuc .post {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .content-tintuc .post img {
	    border-radius: 5px;
	    margin: 0 15px 0 0;
	    width: 160px;
	    height: auto;
	    object-fit: cover;
	    float: left;
	}

	.content-tintuc .post .list-info span{
		display: none;
	}

	.content-tintuc .post .widget-item-title a {
	    font-size: 16px;
	    color: #333;
	    font-weight: 500;
	}

	.content-doitac ul li img {
	    width: 80px;
	}

	.content-doitac ul li {
	    width: 120px;
	    height: 90px
	}

	.content-before-footer {
	    padding: 30px 0 0;
	}

	.content-before-footer .widget:first-child,
	.content-before-footer .widget:nth-child(3),
	.content-before-footer .widget:nth-child(2){
		width: 100%;
		margin: 0 0 15px 0;
	}

}