/*
	Theme Name: CAIA
	Theme URI: http://caia.vn
	Description: This is a private theme that is base on Genesis themeframework. Genesis Theme v2.1 and Wordpress v4.1 vi.
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 2.3
	Template: genesis
*/


/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/

@font-face {
	font-family: 'utmbang-b';
	src: url('fonts/utmbang-b.ttf'); /* EOT file for IE */
}
@font-face {
	font-family: 'utmbang-r';
	src: url('fonts/utmbang-r.ttf'); /* EOT file for IE */
}


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #434343;
	font-family: "Nunito Sans",Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #434343;
	font-family: "Nunito Sans",Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 17px;
	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
------------------------------------------------------------ */

#wrap {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.wrap {
    margin: 0 auto;
    width: 1170px;
    padding: 0;
}

/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 120px;
	width: 100%;
	background: #016BB7;
}

.title-area {
	float: left;
	overflow: hidden;
	width:15%;
	margin-left: 15px;
	height: 120px;
}

.site-title {
	font-family: "Nunito Sans",Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 1.618;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #434343;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 13px;
	padding: 0 0 0 20px;
	display: none;
}

.site-header .widget-area {
	float: right;
	margin: 50px 15px 0 0;
	width: 80%;
	position: relative;
}

.site-header .widget:nth-child(4){
    position: absolute;
    left: 10px;
    top: -25px;
}

.site-header .widget:nth-child(4) ul li,
.site-header .widget:nth-child(4) ul li a{
	list-style-type: none;
	color: #fff;
	font-size: 15px;
}

.site-header .widget:nth-child(4) ul li{
	float: left;
	border-right: 1px solid #fff;
    line-height: 13px;
    padding-right: 7px;
    margin-right: 7px;
}

.site-header .widget:nth-child(4) ul li:last-child{
	border-right: none;
}

.site-header .widget:nth-child(5){
    position: absolute;
    right: 5px;
    top: -40px;
}

.site-header .widget:nth-child(5) p{
	color: #fff;
	font-size: 17px;
	background: url(images/add.svg) no-repeat left center;
	padding-left: 20px;
}

.header-widget-area .widget{
	float: left;
	margin-left: 10px;
}

.name_company h3{
	font-family: 'utmbang-b';
	font-size: 24px;
	color: #016bb7;
	margin-bottom: 0 !important;
}

.name_company p{
	font-family: 'utmbang-b';
	font-size: 17px;
	color: #666;
}



/*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;
}
[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;
}

/* Dots */
.slick-dots{
    text-align: right;
    margin: 10px 0;
    z-index: 900;
}

.slick-dots li
{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    border-radius: 100%;
    cursor: pointer;
    color: #fff;
    background: #727272;
    border: 0;
    outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button
{
    background: #ee292d;
}

.content-comments .slick-prev,
.content-comments .slick-next{
	display: none !important;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	font-size: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	height: 55px;
}

.site-header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.menu-primary {
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.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: 5px;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
    color: #434343;
    font-size: 18px;
    display: block;
    padding: 13px 0;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    margin: 0 15px;
}

.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 {
	border-bottom: 2px solid #016BB7;
	color: #016BB7;
}

.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: 1px solid #ddd;
	border-top: none;
	color: #434343;
	font-size: 16px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.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: #f5f5f5;
	color: #434343;
}

.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;
}


.menu-item-home a{
	margin-left: 15px;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #434343;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
    margin: 0 auto;
    overflow: hidden;
    width: 1170px;
    margin-top: 30px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 13px;
	padding: 15px 15px 0;
}


/* 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: 862px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-top: 20px;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 5px;
}

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;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: "Nunito Sans",Helvetica Neue, Arial, Helvetica, sans-serif;
	line-height: 1.618;
	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: #434343;
	font-family: "Nunito Sans",Helvetica Neue, Arial, Helvetica, sans-serif;
}
h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 17px;
}

.taxonomy-description h1,
.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 17px;
	padding: 9px 10px 8px;
}

.widget-area h4 a {
	color: #434343;
	text-decoration: none;
}

.site-footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 13px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.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
------------------------------------------------------------ */

.post-info {
	font-size: 13px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 13px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* 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 0 0 10px;
}

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: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 13px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	padding-top: 50px;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	border: 1px solid #ddd;
    padding: 8px 12px 7px 13px;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #016bb7;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 278px;
}

.sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar,
.sidebar-sidebar-content .sidebar {
	float: left;
}

.content-sidebar-sidebar .sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.nav-primary_menu-3 ul{
	padding: 0;
}

.sidebar.widget-area ul li,
.site-footer-widgets .widget-area ul li {
	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;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

.site-footer-widgets .featuredpage .page,
.site-footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	background: #ffffff;
	border-radius: 10px;
	width: 493px;
	height: 45px;
}


.site-header .search-form input[type="search"]{
    background: unset;
    font-size: 16px;
    border: none;
    width: calc(100% - 70px);
    margin: 0;
    height: 45px;
    padding: 6px 0 6px 15px;
}

.site-header .search-form input.placeholder-fake {
  color: hsl(0deg 0% 26% / 75%) !important;
    font-style: italic;
}

.site-header .search-form input[type="submit"]{
	background: url(images/search.svg) no-repeat center center;
    text-indent: -9999px;
    border: none;
    width: 25px;
    height: 25px;
    padding: 22px 23px 21px;
    float: right;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

.nav-primary .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

.nav-primary {
	height: 55px;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

.site-footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.site-footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

.site-footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

.site-footer-widgets .textwidget {
	padding: 0;
}

.site-footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.site-footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

.site-footer-widgets ul {
	margin: 0;
}

.site-footer-widgets ul li {
	margin: 0 0 0 20px;
}

.site-footer-widgets #wp-calendar thead,
.site-footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

.site-footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

.site-footer p {
	font-size: inherit;
}

.site-footer a,
.site-footer a:visited {
	color: #434343;
}

.site-footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.site-footer .gototop {
	float: left;
	width: 200px;
}

.site-footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.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: -16px;
}

.comment-content p {
	font-size: 15px;
	margin: 0 0 20px;
	font-weight: 400;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 13px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #434343;
}

div.gform_wrapper .ginput_complex label {
	font-size: 13px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Block
------------------------------------------------------------ */

.block {
	clear: both;
	margin: 0 0 20px 0;
}

.block .older-posts ul {
	padding-left: 15px;
}

.block-title {
	font-size: 16px;
	background-color: #f5f5f5;
	margin: 0;
	padding: 9px 10px 8px;
}

.block-wrap {
	padding: 10px;
}

/*Caia widget advertise
--------------------------------------------------------------*/
.caia_ads_widget, .sidebar .caia_ads_widget, .caia_ads_widget .widget-wrap{
	text-align:center;
	background:none;
	border:none;
	padding:0px;
}
.caia_ads_widget .widgettitle{
	background:none;
	color:inherit;
	border:none;
	padding:0px;
	width:100%;
	margin:0px;
}

.site-header .site-title a, .site-header .site-title a:hover {
    text-indent: -9999px;
    display: block;
    background: url(images/LOGO.svg) no-repeat left center;
    padding: 31px 0;
}

.alldm.menu-item-has-children>a{
    background: url(images/menu.svg) no-repeat left top 18px !important;
    padding-left: 35px;
    font-weight: bold;
    padding-right: 0px !important;
}

.nav-primary .menu-item-has-children>a {
    background: url(images/down.svg) no-repeat right top 24px;
    padding-right: 20px;
}

.nav-primary .menu-item-has-children ul li a{
	background: #ffff;
	padding-right: 15px;
}

.site-header .gsc-shop-cart .left-cart a {
    background: url(images/cart.svg) no-repeat left 20px center #037CD3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    display: table;
    padding: 0 20px 0 50px;
    border-radius: 30px;
}

.gsc-shop-cart .cart-left {
    display: none;
}

.gsc-shop-cart .right-cart {
    float: right;
    line-height: 15px;
    margin-top: 8px;
    display: none;
}

.gsc-shop-cart .left-cart {
    float: left;
    margin-right: 0px;
}

.site-header .total-price-text {
    display: none;
}

.site-header .gsc-shop-cart {
	float: right;
}

.site-header .widget.widget_text p a{
    background: url(images/call.svg) no-repeat left 15px center #EC1B2D;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    display: table;
    padding: 0 20px 0 35px;
    border-radius: 30px;
}

#total-incart-price p,
#total-incart-price span {
	font-size: 15px;
	color: #444;
	font-weight: 500;
}

.gsc-shop-cart .right-cart .num-products, 
.gsc-shop-cart .right-cart #total-incart-price .gsc-total-price, 
.gsc-shop-cart .right-cart #total-incart-price .currency{
	color: #df151a;
}

/*#menu-main_menu::before {
	top: 0;
    content: "";
    border-bottom: 55px solid #016bb7;
    border-left: 75px solid #ec1b2d;
    position: absolute;
    left: 145px;
    bottom: 0;
    z-index: 1;
}*/
/*.nav-primary::after{
    z-index: 1;
    content: "";
    width: 145px;
    height: 55px;
    background-color: #ec1b2d;
    left: 0;
    position: relative;
    display: block;
    top: -55px;
}*/

.nav-primary{
	position: relative;
	/*background: url(images/bk-nav.png) no-repeat center center;*/
	background: #fff;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 4%);
}

.dm-sp{
	height: 53px;
    margin-top: 15px;
}

.dm-sp #text-3{
	float: left;
	width: 278px;
}

.dm-sp #code_widget-2{
	float: left;
	width: 52%;
	padding: 5px 0;
}

.dm-sp #text-2{
	float: right;
	width: 17%; 
    padding: 11px 0;
}

#add-banner1,
.dm-sp{
	float: left;
	width: 100%;
}

#add-banner1 .widget_nav_menu{
	width: 278px;
	float: left;
}

#add-banner1 .widget_simpleresponsiveslider_widget{
	width: 892px;
	float: right;
}


p.danh-muc{
    padding: 15px 0;
    background: url(images/ico-dm.png) no-repeat left 10px center ;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding-left: 45px;
}

.dm-sp #text-3{

   background: linear-gradient(to right, #007ad8 , #009fd8);
}

#add-banner1 .widget_nav_menu ul li ,
.nav-primary_menu-3 ul li{
	list-style-type: none;
    background: url(images/ico-li.png) no-repeat left 15px center;
    padding: 14px 35px;
    float: left;
    width: 75%;
}

.nav-primary_menu-3 ulul.menu-1 li:hover{
    background: url(images/ico-hover.png) no-repeat left 15px center #ec1b2d;
}

/*.nav-primary_menu-3 ul li:hover a {
    color: #fff;
}*/

#add-banner1 .widget_nav_menu ul li a,
.nav-primary_menu-3 ul li a{
	text-decoration: none;
	font-size: 17px;
	color: #444;
	font-weight: 400;
	float: left;
    width: 100%;
}

.nav-primary_menu-3 ul li:hover a{
	color: #fff;
}

.nav-primary_menu-3 ul li .sub-menu li a,
.nav-primary_menu-3 ul li .sub-menu li .sub-menu li a{
	color: #434343;
}

.nav-primary_menu-3 ul li .sub-menu li:hover a,
.nav-primary_menu-3 ul li .sub-menu li .sub-menu li:hover a{
	color: #fff;
}

.nav-primary_menu-3 ul li .sub-menu{
	width: 220px;
}

#add-banner1 .widget_nav_menu ul li a{
	text-transform: uppercase;
}



#add-banner1 .widget_nav_menu ul li:nth-child(even),
.nav-primary_menu-3 ul li:nth-child(even){
	background:  url(images/ico-li.png) no-repeat left 15px center #ececec;
}

#add-banner1 .widget_nav_menu ul li:nth-child(odd),
.nav-primary_menu-3 ul li:nth-child(odd){
	background:  url(images/ico-li.png) no-repeat left 15px center #f4f4f4;
}


.dm-sp #code_widget-2 .form-no-clear {
	background: #fff;
    padding: 5px;
    height: 40px;
    border: none;
    margin-left: 2px;
    color: #444;
    font-weight: 400;
    width: 220px;
}

form#searchform{
	border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 10px;
    background: #fff;
}

form#searchform #s{
    width: 290px;
    height: 30px;
    border: none;
    background: #fff;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    border-right: 1px solid #ddd;
}

.dm-sp #code_widget-2 input[type="submit"] {
    padding: 8px 7px;
    text-decoration: none;
    text-align: center;
    float: right;
    width: 9%;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    background: url(images/ico-s.png) no-repeat center;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #939393;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #939393;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #939393;
}

.dm-sp .danhmuc{
	float: left;
	width: 100%;
	background: #f0f0f0;
}

span.sdt{
	text-align: right;
    margin-right: 15px;
    font-size: 23px;
    font-weight: 800;
    color: #ec1b2d;
    padding: 11px 0;
    
}

#text-2 p{
	background: url(images/ico-listen.png) no-repeat left center;
	text-align: right;
}

.rslides_nav.next{
	background: url(images/ico-next.png) no-repeat !important;
	right: 10px;
	width: 50px;
	height: 50px;
}

.rslides_nav.prev{
	background: url(images/ico-prev.png) no-repeat!important;
	left: 10px;
	width: 50px;
	height: 50px;
}

#add-banner2{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}

.rslides_container{
	margin-bottom: 0 !important;
}

#add-banner2 .image-upload.slick-slide.slick-cloned img,
#add-banner2 .image-upload.slick-slide.slick-active img{
	float: right;
	text-align: right !important;
}

#add-banner2 .image-upload.slick-active.slick-current img{
	float: left;
	text-align: left !important;
}

#text-4 ul li{
	cursor: pointer;
}

#caia-post-product-3,
#caia-post-product-4{
	
}

## Tabbed Widget
--------------------------------------------------------------*/

/*---Featured Product - tab switch---*/
ul.tabs {
	margin:0 0 25px 0; 
	padding: 0px; 
	list-style: none; 
	text-align:center;
}

ul.tabs li {
	color: #106199;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    margin-right: 65px;
    background: #d8d8d8;
}

ul.tabs li.current {
	background: #016bb7; 
	color: #fff;
}

.tab-content {
	display: block;
    height: 0;
    overflow: hidden;
}
.tab-content.current {
	height: auto;
}

.tab-sp{
	position: relative;
}

.tab-sp .caia-post-product-widget .slick-prev{
    right: 45px;
    position: absolute;
    z-index: 999;
    margin: 8px 0;
}

.tab-sp .caia-post-product-widget .slick-next{
	right: 5px;
    position: absolute;
    z-index: 999;
    top: 0;
    margin: 8px 0;
}


ul.tabs{
	position: absolute;
	z-index: 999;
}

.tab-sp .caia-post-product-widget .slick-list{
	top: 45px;
}

ul.tabs li.current::after{
    content: "";
    border-bottom: 45px solid transparent;
    border-left: 65px solid #016bb7;
    right: -65px;
    z-index: 1;
    top: 0;
    position: absolute;
}

ul.tabs li.current::before{
	border-right: 65px solid #016bb7;
}

ul.tabs li.tab-1::before{
	content: none;
}

ul.tabs li::before {
    top: 0;
    content: "";
    border-top: 45px solid transparent;
    border-right: 65px solid #d8d8d8;
    position: absolute;
    left: -65px;
    bottom: 0;
    z-index: 1;
}

ul.tabs li::after{
    content: "";
    border-bottom: 45px solid transparent;
    border-left: 65px solid #d8d8d8;
    right: -65px;
    z-index: 1;
    top: 0;
    position: absolute;
}

ul.tabs {
	float: left;
    width: 100%;
    background: #f3f3f3;
}

.home .caia-post-product-widget{
	margin-bottom: 60px;
}

.infoproduct h3 a{
	font-size: 17px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

.infoproduct h3 a:hover{
	color: #016bb7;
}

.gia_sp{
	color:#ec1b2d ;
	font-size: 17px;
	font-weight: bold;
	padding: 0 15px;
}

.tab-sp .caia-post-product-widget .slick-next{
    text-indent: -9999px;
    display: block;
    background: url(images/icon-next.png) no-repeat center center #e8e7e7;
    padding: 7px 15px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.tab-sp .caia-post-product-widget .slick-prev{
    text-indent: -9999px;
    display: block;
    background: url(images/icon-prev.png) no-repeat center center #e8e7e7;
    padding: 7px 15px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.tab-sp .caia-post-product-widget .slick-prev:hover{
	background: url(images/ico-prev-h.png) no-repeat center center #ec1b2d;
}

.tab-sp .caia-post-product-widget .slick-next:hover{
	background: url(images/ico-next-h.png) no-repeat center center #ec1b2d;
}

.banner-block{
	margin: 25px 0;
}

.flexible-block .extra-menu{
	position: absolute;
    top: 0;
    left: 15%;
}

.flexible-block{
	position: relative;
	float: left;
	width: 100%;
}

.flexible-block .extra-menu ul li{
    display: inline-block;
    list-style-type: none;
    padding: 10px;
}

.flexible-block .extra-menu ul li a{
   color: #777777;
   text-decoration: none;
}

.flexible-block h2,
.news-block h2{
	background: url(images/bk-cm.png) no-repeat left bottom;
	padding: 10px 0;
}

.flexible-block h2 a,
.news-block h2 a{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #444;
}

.flexible-block .block-wrap,
.news-block .block-wrap{
	float: left;
	width: 100%;
	padding: 0;
	margin: 15px 0;
}

.flexible-block .banner-cm{
	float: left;
	width: 293px;
}

.flexible-block .main-posts{
	float: right;
	width: 877px;
	border: 1px solid #e5e5e5;
}

.flexible-block .caia-block-item{
	border-right: 1px solid #e5e5e5;
/*	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;*/
	height: 360px;
	position: relative;
}

.flexible-block .slick-prev{
	position: absolute;
    top: -53px;
    right: 35px;
    text-indent: -9999px;
    display: block;
    background: url(images/icon-prev.png) no-repeat center center #e8e7e7;
    padding: 7px 15px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.flexible-block .slick-next{
	position: absolute;
    top: -53px;
    right: 0;
    background: url(images/icon-next.png) no-repeat center center #e8e7e7;
    padding: 7px 15px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    text-indent: -9999px;
    display: block;
}

.flexible-block .slick-next:hover {
    background: url(images/ico-next-h.png) no-repeat center center #ec1b2d;
}

.flexible-block .slick-prev:hover {
    background: url(images/ico-prev-h.png) no-repeat center center #ec1b2d;
}

.flexible-block .caia-block-item .image-sp{
	position: relative;
    width: 100%;
    height: 240px;
    line-height: 240px;
}

.flexible-block .caia-block-item .image-sp img{
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.flexible-block .caia-block-item h3,
.flexible-block .caia-block-item .show-gia{
	margin: 10px 20px;
}

.flexible-block .caia-block-item h3 a{
	color: #444;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.flexible-block .caia-block-item .show-gia .price{
	color: #ec1b2d;
	font-weight: bold;
}

#flexible-block-3 .extra-menu{
    left: 22%;
}

.news-block .caia-block-item{
	float: left;
	width: 23%;
	margin: 0 10px 20px;
	padding-bottom: 15px;
    /*border-bottom: 3px solid #e0e0e0;*/
}

.news-block .caia-block-item h3{
	height: 55px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-block .caia-block-item img{
	height: 240px
}

.news-block .caia-block-item h3 a{
	font-size: 17px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

.news-block .caia-block-item p{
	color: #444;
	font-weight: 400;
}

.before_footer{
	position: relative;
	color: #fff;
	float: left;
	width: 100%;
}

.before_footer p,
.before_footer li,
.before_footer a,
.before_footer h3{
	color: #434343;
}

.site-footer{
	background: #016BB7;
	border-top: none;
	padding: 7px 0;
	text-align: center;
}

.site-footer p{
	color: #fff;
	font-size: 17px;
}

.before_footer .widget_caldera_forms_widget{
	background: url(images/ck-email.png) no-repeat left  center;
	padding: 22px 0;
}

.before_footer .wrap{
	position: relative;
}

.before_footer .widget_caldera_forms_widget{
	position: absolute;
    margin-top: -50px;
    float: left;
    width: 100%;
}

#CF5b0b5a4893f96_1 .first_col{
	padding: 4px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.caldera-grid .form-control{
	height: auto;
	padding: 10px;
}

#CF5b0b5a4893f96_1 .col-sm-8,
#CF5b0b5a4893f96_1 .col-sm-1{
	padding: 0;
}

.before_footer .widget_caldera_forms_widget .widget-wrap {
	width: 810px;
	margin: 0 auto;
}

.before_footer .widget_caldera_forms_widget .widget-wrap .widgettitle span{
	font-size: 20px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}

.before_footer .widget_caldera_forms_widget .widgettitle{
	float: left;
	width: 210px;
	margin: 15px 0;
}

.before_footer .widget_caldera_forms_widget .caldera-grid{
	float: right;
	width: 595px;
}

#CF5b0b5a4893f96_1 input{
	font-weight: normal;
	border: none;
	background: unset;
	box-shadow: none;
	padding: 7px 10px;
	font-size: 15px;
}

#CF5b0b5a4893f96_1{
	background: #fff;
	border-radius: 3px
}

#CF5b0b5a4893f96_1 .row{
	margin: 0;
}

#CF5b0b5a4893f96_1 .form-group{
	margin-bottom: 0;
}

#CF5b0b5a4893f96_1 input[type='submit']{
    padding: 11px 10px;
    background: url(images/ico-send.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    width: 100%;
    border-left: 1px solid #ddd;
}

.before_footer .widget_text{
	padding-top: 45px;
}

.before_footer .widget:nth-child(1){
	float: left;
	width: 31%;
    margin: 0 15px;
}

.before_footer .widget:nth-child(1){
    float: left;
    width: calc(100% - 635px);
    margin: 0 60px 0 15px;
}

.before_footer .widget:nth-child(n+2){
	float: left;
	width: 250px;
    margin: 0 15px;
}

.before_footer .widget_text .widgettitle,
.before_footer .widget:first-child .title{
	/*display: none;*/
	font-size: 22px;
    font-weight: bold;
    color: #016BB7;
}

.before_footer .widget_text .textwidget{
	margin: 20px 0 ;
}

.before_footer #text-4{
	margin-left: 0;
}

.before_footer #text-6{
	margin-right: 0;
}


.before_footer .widget:first-child .widgettitle{
	font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    background: url(images/logo2.svg) no-repeat top left;
    padding: 95px 0 0;
    color: #016BB7;
}

.before_footer .widget_text ul li{
	list-style-type: none;
	margin: 10px 0;
}

.before_footer .widget:first-child img{
	margin: 10px 10px 0 0;
}

p.address{
	background: url(images/ico-address.png) no-repeat left center;
	padding: 10px 0;
	margin-left: 25px;
	padding-left: 40px !important;
}

p.call{
	background: url(images/ico-call.png) no-repeat left center;
	padding: 10px 0;
	margin-left: 25px;
	padding-left: 40px !important;
}

p.call a:hover{
	color: #0d72c7;
}

p.email{
	background: url(images/ico-mail.png) no-repeat left center;
	padding: 10px 0;
	margin-left: 25px;
	padding-left: 40px !important;
}

p.clock{
	background: url(images/ico-clock.png) no-repeat left center;
	padding: 10px 0;
	margin-left: 25px;
	padding-left: 40px !important;
}

.before_footer .widget_text p span{
	margin-left: 20px;
}

/*.before_footer .widget_text ul li{
	list-style-type: none;
	 list-style-image: url(images/ico-li.png);
}*/

.before_footer .widget_text .ico-f{
	margin-top: 30px;
}

.before_footer #text-6 img.cnhan{
	float: left;
}

.before_footer #text-6 .ico-f ul{
	float: left;
	padding-top: 12px;
}

.before_footer .widget_text .ico-f ul li{
	list-style-type: none;
	display: inline-block;
}

#text-6 p{
	padding-left: 0;
}

#add-banner1 .widget_nav_menu ul li .sub-menu,
.nav-primary_menu-3 ul li .sub-menu{
    height: auto;
    position: absolute;
    z-index: 9999;
    margin-left: 242px;
    color: #444;
    margin-top: -15px;
    display: none;
}

#add-banner1 .widget_nav_menu ul li .sub-menu{
	width: 350px;
}

#add-banner1 .widget_nav_menu ul li .sub-menu li a,
#add-banner1 .widget_nav_menu ul li .sub-menu li .sub-menu li a{
	color: #444;
	text-transform: none;
}

#add-banner1 .widget_nav_menu ul li .sub-menu li:hover a,
#add-banner1 .widget_nav_menu ul li .sub-menu li .sub-menu li:hover a{
	color: #fff;
	text-transform: none;
}

ul.menu  li.menu-item-has-children.current .sub-menu,
.nav-primary_menu-3 ul li.menu-item-has-children.current .sub-menu {
	display: block;
}

#add-banner1 .widget_nav_menu ul li .sub-menu li .sub-menu,
.nav-primary_menu-3 ul li .sub-menu li .sub-menu{
	margin-left: 170px;
    margin-top: -7px;
    width: 200px;
}

/*.nav-primary_menu-3{
	display: none;
}
*/
.danhmuc .danh-muc{
	cursor: pointer;
}

.nav-primary_menu-3.current{
	display: block;
}

.nav-primary_menu-3 h4{
	display: none;
}


.sidebar ul.menu li:nth-child(odd) {
    background: url(images/ico-li.png) no-repeat left 15px center #f4f4f4;
}

.sidebar ul.menu li a {
    text-decoration: none;
    font-size: 17px;
    color: #444;
    font-weight: 400;
    float: left;
    width: 100%;
}

.sidebar ul.menu li {
    list-style-type: none;
    background: url(images/ico-li.png) no-repeat left 15px center;
    padding: 14px 35px;
    float: left;
    width: 75%;
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar ul.menu li:nth-child(even) {
    background: url(images/ico-li.png) no-repeat left 15px center #ececec;
}


.sidebar ul.menu li .sub-menu{
    height: auto;
    position: absolute;
    z-index: 9999;
    margin-left: 242px;
    color: #444;
    margin-top: -15px;
    display: none;
    padding: 0;
}

.sidebar ul.menu li.menu-item-has-children.current .sub-menu{
	display: block;
}

.sidebar ul.menu li .sub-menu li .sub-menu{
	margin-left: 170px;
    margin-top: -7px;
    width: 200px;
    padding: 0;
}

.sidebar ul.menu{
	padding: 0;
}

.nav-primary_menu-4{
	margin-top: 20px;
    float: left;
    width: 100%;
}

.widget-area h4{
    background-color: #545151;
    font-size: 15px;
    padding: 16px 10px 17px;
}

.sidebar .caia_ads_widget h4{
    background-color: #545151;
    font-size: 17px;
    padding: 16px 0px 17px;
    text-align: left;
}

.sidebar .caia_ads_widget h4 span{
	margin-left: 15px;
}

.sidebar .ads_content_widget{
	padding: 0 15px;
	text-align: left;
}

.sidebar .ads_content_widget .container{
	margin-top: 15px;
}

.widget-area h4 span{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}

.sidebar .widget{
	border: none;
	background: #f4f4f4;
}

.sidebar.widget-area .widget_nav_menu ul#menu-danh-muc-tin li a{
	color: #444;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

.sidebar.widget-area .widget_nav_menu ul#menu-danh-muc-tin li a:hover,
.sidebar ul.menu li a:hover{
	color: #016bb7;
}

.sidebar.widget-area .widget_nav_menu ul#menu-danh-muc-tin li{
	list-style-image: url(images/icon-next.png);
}

#menu-danh-muc-tin{
	margin-left: 15px;
}

.archive-heading{
	padding: 9px 0;
	background: #f3f3f3;
	margin-bottom: 30px;
}

.archive-heading a{
	text-decoration: none;
	position: relative;
	padding: 9px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    background: url(images/bk-cm.png) no-repeat left bottom #fff;
}

.archive-heading a::after {
    content: "";
    border-bottom: 40px solid transparent;
    border-left: 50px solid #ffffff;
    right: -50px;
    z-index: 1;
    top: 0;
    position: absolute;
}

.category .content .post,
.seacrh .content .post{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 15px 0;
}

#nav_menu-3 h4 {
    display: none;
}

.tax-cm #add-banner1 #nav_menu-2, 
.tax-cm #add-banner1 #simpleresponsiveslider_widget-2, 
.tax-sp #add-banner1 #nav_menu-2, 
.tax-sp #add-banner1 #simpleresponsiveslider_widget-2, 
.tax-nhomsp #add-banner1 #nav_menu-2, 
.tax-nhomsp #add-banner1 #simpleresponsiveslider_widget-2
 {
    display: none;
}

.category .content .post img,
.search .content .post img{
	width: 277px;
    margin-right: 15px;
    margin-bottom: 0;
    background: unset;
    border: none;
}

.category .content .post h2 a,
.seacrh .content .post h2 a{
	font-size: 20px;
	font-weight: 700;
	color: #107fc9;
	text-decoration: none;
}

.seacrh .content .post .entry-content p,
.category .content .post .entry-content p{
	font-weight: 400;
}

p.docthem .read-more{
	padding: 6px 7px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
}

.pagination ul::before{
	content: 'Trang';
	margin-right: 10px;
    font-size: 15px;
    font-weight: 400;
}

.single .entry-title,
.page .entry-title{
	color: #016bb7;
    font-size: 30px;
    font-weight: 700;
}

.top_post .share{
	float: left;
	width: 60%;
}

.top_post .view_cmt{
	float: right;
	width: 30%;
}

.view_cmt ul li{
    list-style-type: none;
    display: inline-block;
    margin: 0 15px;
    float: right;
    font-size: 13px;
    font-weight: 400;
}

.view_cmt ul li span{
	color: #0099ff;
}

.top_post{
	float: left;
	width: 100%;
	padding: 5px;
	background: #e9e9e9;
	margin: 15px 0;
}

.single .related-post .post{
	float: left;
	width: 31%;
	margin: 0 15px;
}

.single .related-post .post:nth-child(2){
	margin-left: 0 !important;
}

.single .related-post .post:nth-child(4){
	margin-right: 0 !important;
}


.single .related-post{
	float: left;
	width: 100%;
	margin: 20px 0 40px 0;

}

.related-post h2{
	font-weight: 500;
	font-size: 22px;
	color: #444;
	text-transform: uppercase;
	background: url(images/bk-cm.png) no-repeat left bottom;
	padding: 7px 0;
	margin-bottom: 30px !important;
}

.single .related-post .post h3 a{
	font-size: 17px;
	color: #444;
	text-decoration: none;
	font-weight: 700;
}

.single .related-post .post h3{
	height: 55px;
	overflow: hidden;
}

#comments h3 span,
#reply-title span{
	font-size: 20px;
	color: #444;
	font-weight: 500;
}

.comment-list li .avatar {
    background-color: #fff;
    float: left;
    margin: 5px 10px 0 10px;
}

.comment-list cite {
    color: #016bb7;
}

.comment-meta.commentmetadata a {
    color: #b1b1b1;
    font-size: 12px;
    font-weight: normal;
}

li.thread-even {
    background: #fff;
}

.comment-content {
    padding-left: 75px;
}

.single a.comment-reply-link, .page a.comment-reply-link {
    background: #016bb7;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-left: 75px;
    text-decoration: none;
}

ul.children {
    margin-left: 75px;
    background: #f7f7f7;
    margin-top: 20px;
}

li.comment-author-admin .comment-header {
    background: url(images/logo-cmt.png) no-repeat left center;
    background-size: 65px auto;
    padding: 10px 0 10px 70px;
}

.comment-list li, .ping-list li {
    font-weight: bold;
    list-style-type: none;
    margin: 15px 0 5px;
    padding: 10px 15px;
}

li.comment-author-admin .comment-author.vcard .avatar {
    display: none;
}

.comment-list li ul li {
    margin: 0;
}

#respond{
	margin-top: 40px;
}

#commentform input[type="submit"] {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #016bb7;
    border: none;
    padding: 10px;
    font-weight: 400;
}

.comment-form-author, .comment-form-phone {
    float: left;
    width: 48%;
}

.comment-form-email, .comment-form-address {
    float: right;
    width: 48%;
}

#author, #email, #url, #phone, #address {
    margin: 10px 5px 0 0;
    padding: 8px 0 8px 5px;
    width: 96%;
    background: #fff;
}

#comment {
    height: 150px;
    margin: 10px 0;
    width: 98%;
     background: #fff;
}

.sidebar ul.menu li:hover{
	background: url(images/ico-hover.png) no-repeat left 15px center #ec1b2d; 
}

.sidebar ul.menu li:hover a,
.sidebar ul.menu li:hover ul li:hover a{
	color: #fff;
}

.sidebar ul.menu li:hover ul li a{
	color: #444 !important;
}

.tax-cm .content .sanpham,
.tax-sp .content .sanpham,
.tax-nhomsp .content .sanpham{
	float: left;
	width: 33%;
	height: 375px;
}

.tax-cm .content .sanpham,
.tax-sp .content .sanpham,
.tax-nhomsp .content .sanpham{
	border-bottom: 1px dashed #ddd;
	border-right: 1px dashed #d6d6d6;
}

.tax-cm .content .sanpham:nth-child(3n+2),
.tax-sp .content .sanpham:nth-child(3n+2),
.tax-nhomsp .content .sanpham:nth-child(3n+2){
	border-right: none;
}

.tax-cm .content  .sanpham .image-sp,
.tax-sp .content  .sanpham .image-sp,
.tax-nhomsp .content  .sanpham .image-sp{
	position: relative;
    width: 100%;
    height: 240px;
    line-height: 240px;
    margin-bottom: 25px;
}

.tax-cm .content .sanpham .image-sp img,
.tax-sp .content .sanpham .image-sp img,
.tax-nhomsp .content .sanpham .image-sp img{
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 190px;
    object-fit: cover;
}

.tax-cm .content  .sanpham h3,
.tax-cm .content  .sanpham .show-gia,
.tax-sp .content  .sanpham h3,
.tax-sp .content  .sanpham .show-gia,
.tax-nhomsp .content  .sanpham h3,
.tax-nhomsp .content  .sanpham .show-gia{
	padding: 0 15px;
	margin: 15px 0;
}

.tax-cm .content  .sanpham h3 a,
.tax-sp .content  .sanpham h3 a,
.tax-nhomsp .content  .sanpham h3 a{
	text-decoration: none;
	color:#444 ;
	font-weight: 700;
	font-size: 17px;
}

.tax-cm .content  .sanpham h3,
.tax-sp .content  .sanpham h3,
.tax-nhomsp .content  .sanpham h3{
	height: 55px;
	overflow: hidden;
}

.show-gia .price span{
	color: #ec1b2d;
	font-weight: 500;
	font-size: 17px;
}

.page-template .content .sanpham:hover, 
.category .content .sanpham:hover, 
.search .content .sanpham:hover, 
.archive .content .sanpham:hover {

}

.archive .sort{
	float: right;
	margin: 4px 15px;
}

#sortprice{
	padding: 5px;
	background: #fff;
}

.container {
    padding: 5px 34px;
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 17px;
    color: #434343;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-sanpham span.promotions-product {
    color: #fff;
    font-weight: 400;
    font-style: Italic;
    background-color: #e12b30;
    text-align: center;
    height: 90px;
    width: 90px;
    border-radius: 100%;
    margin: 15px;
    z-index: 1;
    font-size: 27px;
    line-height: 90px;
    position: absolute;
    top: 0;
    right: 1%;
}


.checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.container {
	padding: 5px 34px;
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
     font-size: 16px;
    color: #434343;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #ddd;
}

.container input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #016bb7;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.single-sanpham.sidebar-content .sidebar, 
.single-sanpham.sidebar-sidebar-content .sidebar{
	float: right;
}

.single-sanpham.sidebar-content .content, 
.single-sanpham.sidebar-sidebar-content .content{
	float: left;
}

.single-sanpham .content-sidebar-wrap{
	margin-top: 25px;
}

.single-sanpham .sidebar {
	width: 262px;
}

.sidebar .widget.image-upload{
	background: none;
}

.img_sp{
	height: 553px;
	width: 553px;
	border:1px solid #ddd;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.chitiet_sp .anh_sp,
.chitiet_sp .info_sp{
	float: left;
	width: 555px;
	margin: 0 15px;
}


.chitiet_sp .info_sp .addthis_native_toolbox {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
    margin-bottom: 20px;
}

.info-sp .gia{
	font-size: 33px;
	font-weight: 500;
	color: #ec1b2d;
}

.info-sp .dvd{
	position: absolute;
    font-weight: 500;
    color: #ec1b2d;
    font-size: 20px;
    margin: 0 5px;
}

p.mota{
	margin: 15px 0 30px 0;
}

.info-sp .info_p{
	font-size: 17px;
	font-weight: 500;
}


.xuatxu .info_p{
	background: url(images/ico-xuatxu.png) no-repeat left center;
	padding-left: 30px;
}

.kichthuoc .info_p{
	background: url(images/ico-kthuoc.png) no-repeat left center;
	padding-left: 30px;
}

.baohanh .info_p{
	background: url(images/ico-bhanh.png) no-repeat left center;
	padding-left: 30px;
}

.vanchuyen .info_p{
	background: url(images/ico-vchuyen.png) no-repeat left center;
	padding-left: 30px;
}

.lapdat .info_p{
	background: url(images/ico-lapdat.png) no-repeat left center;
	padding-left: 30px;
}

.info-sp .info_p{
	float: left;
	width: 100px;
}

.info-sp .tt{
	margin: 5px 0;
}

#buy-product .addtocart {
	font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

#buy-product .dat{
	background: url(images/ico-cart2.png) no-repeat left 25px center #016bb7;
	text-align: center;
	padding: 11px 0;
	border-radius: 5px;
    margin: 15px 0;
}

#buy-product .them{
	background: url(images/ico-call2.png) no-repeat left 25px center #ec1b2d;
	text-align: center;
	padding: 11px 0;
	border-radius: 5px;
    margin: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
#buy-product .them a{
	color: #fff;
	text-decoration: none;
}

#buy-product .them span{
	font-size: 25px;
	font-weight: 500;
}

.price .tieude{
	font-size: 20px;
	margin-right: 15px;
}

.single .entry-content h3,
.page .entry-content h3{
		color: #434343;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
}
.single .entry-content h2,
.page .entry-content h2{
	color: #016bb7;
    font-size: 22px;
    font-weight: 700;
     margin: 15px 0;
}

.info-detail th{
	background: #dcdcdc;
	    border-bottom: 1px solid #fff;
}

.info-detail {
	margin: 0 auto;
	padding: 15px 0;
}

.info-detail td{
	background: #eeeeee;
	    border-bottom: 1px solid #fff;
}


.single-sanpham .related-post .post{
	width: 23%;
	margin: 0;
	padding: 5px;
	position: relative;
}

#respond{
	float: left;
	width: 100%;
}

.single-sanpham .related-post .post:nth-child(5){
	border-right: 1px solid #ddd;
	margin-right: 0;
}

.single-sanpham .related-post .post{
/*	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;*/
}

.infoproduct .price{
	color: #ec1b2d;
	font-weight: 500;
}

.sidebar .widget{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.nav-primary_menu-3{
	margin-top: 0;
}

.slider-for.up .san-pham {
	height: 456px;
    width: 456px;
    border: 1px solid #ddd;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 456px;
}

.slider-for.up .san-pham .item{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.slider-nav.down .itemnav img {
    width: 67px;
    height: 67px;
}

.slider-nav.down .itemnav {
    border: 1px solid #d5d5d5;
    width: 67px !important;
    height: 67px;
    margin: 0 6px;
}

.slider-nav.down .slick-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 400;
    background: url(images/icon-prev.png) no-repeat center center #d5d5d5;
    text-indent: -99999px;
    border: none;
    padding: 27px 13px;
    width: auto;
    height: auto;
}

.slider-nav.down .slick-next {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 400;
    background: url(images/icon-next.png) no-repeat center center #d5d5d5;
    text-indent: -99999px;
    border: none;
    padding: 27px 13px;
    width: auto;
    height: auto;
}

.images-product-single .slider-for.up{
	margin-bottom: 20px;
}

.chitiet_sp{
	margin-bottom: 30px;
}

.gia_cu{
	font-size: 25px;
	color: #444;
}
.gia .price_old{
    float: right;
    color: #ec1b2d;
    font-size: 17px;
    font-weight: bold;
}



.gia .price{
	color: #444;
}

.tab-sp .caia-post-product-widget .sanpham{
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
/*	padding: 7px;
    width: 278px !important;
    position: relative;*/
}

.tab-sp .caia-post-product-widget .sanpham img{
	height: 194px;
}

.gia{
	padding: 0 15px;
}

.tab-sp .caia-post-product-widget .sanpham .infoproduct h3{
	height: 55px;
	overflow: hidden;
	padding: 0 15px;
	margin: 10px 0;
}

.show-gia2 .price-old{
    float: left;
    color: #444;
    font-size: 15px;
    font-weight: bold;
}

.show-gia2 .price{
	float: right;
}

.show-gia2 .price span{
	color: #ec1b2d;
	font-weight: 500;
	font-size: 17px;
}

span.promotions-product {
    color: #fff;
    font-weight: bold;
    font-style: Italic;
    background-color: #e12b30;
    text-align: center;
    height: 65px;
    width: 65px;
    border-radius: 100%;
    margin: 15px;
    z-index: 1;
    font-size: 18px;
    line-height: 65px;
    position: absolute;
    top: 0;
    right: 1%;
}

.flexible-block .caia-block-item .show-gia2 {
    margin: 10px 20px;
}



.tax-cm .content  .sanpham .show-gia2,
.tax-sp .content  .sanpham .show-gia2,
.tax-nhomsp .content  .sanpham .show-gia2 {
    padding: 0 15px;
    margin: 15px 0;
}

.search .content .sanpham {
	float: left;
    width: 33%;
    height: 362px;
}

.search .content .sanpham {
    border-bottom: 1px dashed #ddd;
    border-right: 1px dashed #d6d6d6;
}

.search .content .sanpham .image-sp {
    position: relative;
    width: 100%;
    height: 240px;
    line-height: 240px;
    margin-bottom: 25px;
}

.single-sanpham .images-product-single{
	position: relative;
}

.single-sanpham span.promotions-product{
    bottom: 90px;
    top: unset;
}

.search .content .sanpham .image-sp img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.search .content .sanpham h3 a {
    text-decoration: none;
    color: #444;
    font-weight: 700;
    font-size: 17px;
}

.search .content .sanpham h3 {
    height: 55px;
    overflow: hidden;
}

.search .content .sanpham h3, 
.search .content .sanpham .show-gia2,
.search .content .sanpham .show-gia {
    padding: 0 15px;
    margin: 15px 0;
}


.search .content .sanpham:hover
{
	height: 361px;
}

.yarpp-post .post img{
	width: 82px;
	float: left;
	margin-right: 10px;
	margin-left: 15px;
	border: 1px solid #ddd;
}

.yarpp-post .post{
	float: left;
	width: 100%;

}

.yarpp-post .post h3 a{
	color: #444;
    text-decoration: none;
    font-weight: 400;
}

.yarpp-post .post h3 a:hover{
	color: #016bb7;
}

.single-sanpham #simpleresponsiveslider_widget-2 {
	display: none;
}

.single-sanpham .nav-primary_menu-2 ,
.single-sanpham #add-banner1 .widget_nav_menu {
	display: none;
	position: absolute;
	z-index: 999;
}

#add-banner1 .widget_nav_menu ul li:hover {
    background: url(images/ico-hover.png) no-repeat left 15px center #ec1b2d !important;
}

#add-banner1 .widget_nav_menu ul li:hover a {
    color: #fff;
}

h2.tt{
	color: #016bb7;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.form-no-clear option:hover{
	background: #016bb7;
	color: #fff;
}

.single-sanpham .sidebar .related-post .post{
	width: 96%;
	float: left;
	border: none;
}

.single-sanpham .sidebar .related-post .post .anhsp img{
	float: left;
	width: 82px;
	margin-right: 15px;
}

.single-sanpham .sidebar .related-post{
	margin: 0;
}

.single-sanpham .sidebar .related-post .post h3 a{
	font-weight: 400;
}

.page-id-76 #gsc-shopcart-table ul.title-shopcart li{
	width: 15%;
}

.page-id-76 #gsc-shopcart-table ul.li-products li{
	width: 15%;
}

.description a{
    background: #016bb7 !important;
    color: #fff !important;
    text-decoration: none;
    padding: 9px 10px;
    font-size: 15px;
    border-radius: 5px;
}

.description{
	margin: 10px 0;
}

.tong{
	float: left;
	width: 100%;
	text-align: right;
	margin: 15px 0;
}

.tong .total-price-all{
	font-weight: 500;
	margin-right: 5px;
}

.tong .gsc-total-price-all ,
.tong .currency{
	font-size: 16px;
	font-weight: 500;
	color: #ec1b2d;
}

.tax-cm #add-banner1 .nav-primary_menu-2,
.tax-cm #add-banner1 #simpleresponsiveslider_widget-2,
.tax-sp #add-banner1 .nav-primary_menu-2,
.tax-sp #add-banner1 #simpleresponsiveslider_widget-2,
.tax-nhomsp #add-banner1 .nav-primary_menu-2,
.tax-nhomsp #add-banner1 #simpleresponsiveslider_widget-2 {
	display: none;
}

.archive #add-banner1 .nav-primary_menu-2{
	position: absolute;
	z-index: 999;
}

.danhmuc a{
	text-decoration: none;
}

.hide-form-phone {
    position: fixed;
    bottom: 0;
    width: 300px;
    color: #fff;
    background: url(images/show-com.png) no-repeat #0077b8 right 15px center;
    right: 1%;
    z-index: 900;
    display: none;
}

.hide-form-phone p {
    float: left;
    width: 90%;
    cursor: pointer;
    text-align: left;
    padding: 3px 5%;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.hide-form-phone{
    cursor: pointer;
	display: block;
}

.show-form-phone {
    position: fixed;
    bottom: 0;
    width: 300px;
    background: #f5f5f5;
    right: 2%;
    z-index: 900;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 1px 1px 5px 2px #d6d6d6;
	display: none;
}

.show-form-phone h4 {
    background: url(images/hide-com.png) no-repeat #0077b8 right 15px center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    text-align: left;
    cursor: pointer;
}

.show-form-phone .caldera-grid{
	padding:0 15px;
}

.show-form-phone input[type="submit"], .show-form-phone input[type="submit"]:hover {
    width: 100%;
    background: #0077b8;
    color: white;
    text-transform: uppercase;
}


.goidienmobile {
    background: #0077b8;
    bottom: 0;
    color: white;
    left: 1%;
    line-height: 35px;
    position: fixed;
    text-align: center;
    width: 48%;
    z-index: 9999999;
    display: none;
    font-size: 15px;
}

.goidienmobile b {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}

.goidienmobile p {
    margin-bottom: 0 !important;
}

.related-post.after-post .post .anhsp{
	height: 240px;
}

.single-sanpham .sidebar .related-post .post h3 a:hover,
.single .related-post .post h3 a:hover{
	color: #009bd8;
	font-weight: bold;
}

.gia_lienhe span{
    font-size: 33px;
    font-weight: 500;
    color: #ec1b2d;
}

.gia_lienhe{
	font-size: 20px;
    margin-right: 15px;
}

.category .content .show-gia .price,
.archive .content .show-gia .price{
	    color: #ec1b2d;
    font-weight: 500;
    font-size: 17px;
}

#menu-main_menu .menu-item-has-children ul.sub-menu li a{
    background-color: #016bb7;
    color: #ffffff;
    text-align: left;
    width: 200px;
    padding: 10px 10px 10px 10px;
    height: auto;
    border-radius: unset;
    font-size: 17px;
}

#menu-main_menu .menu-item-has-children>ul.sub-menu{
	margin-top: -1px;
}

#menu-main_menu .menu-item-has-children ul.sub-menu li a:hover {
    background-color: #fff;
    color: #016bb7;
    font-weight: bold;
    text-align: left;
    width: 200px;
    padding: 10px 10px 10px 10px;
    height: auto;
    border-radius: unset;
    font-size: 17px;
}

#menu-main_menu .menu-item-has-children ul.sub-menu li{
	padding: 0;
}

#menu-main_menu .menu-item-has-children ul.sub-menu li ul.sub-menu{
	margin: -27% 0 0 222px;
}

.sidebar .widget.caia_code_widget{
	background: unset;
}

/* --- page home ----*/

.section{
	float: left;
	width: 100%;
}

.content_slider ul li {
  list-style-type: none;
  margin: 20px 10px 0;
}

.content_slider img {
    display: block;
    width: 100%;
    margin: 0;
}

.content_slider button.slick-prev.slick-arrow {
    background: url(images/prev.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 570px);
    top: calc(50% - 20px);
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
}

.content_slider button.slick-next.slick-arrow {
    background: url(images/next.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: calc(50% - 568px);
    top: calc(50% - 20px);
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
}

.content_introduce .widget:first-child{
	float: left;
	width: calc(50% - 65px);
	margin: 70px 50px 0 15px;
}

.content_introduce .widget:last-child{
	float: left;
	width: calc(50% - 30px);
	margin: 70px 15px;
}

.content_introduce .widget h2,
.content_service h2,
.content_choose h2,
.content_tax h2,
.content_project h2,
.content_review h2{
	font-size: 45px;
	font-weight: bold;
	color: #016BB7;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 20px;
}

.content_introduce .widget p{
	margin-bottom: 15px;
	text-align: justify;
}

.content_introduce .widget:first-child p a{
	color: #434343;
	background: url(images/muiten.svg) no-repeat right center;
	padding-right: 25px;
	font-weight: bold;
}

.content_introduce .widget:first-child p a:hover{
	color: #016BB7;
}

.embed-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.embed-video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content_introduce .widget:last-child iframe{
	border-radius: 30px;
}

.content_introduce{
	margin-bottom: 50px;
}

.content_service {
	background: linear-gradient(to bottom, hsl(205deg 99% 36% / 21%), #ffffff00);
	padding: 50px 0;
}

.content_service .widgettitle,
.content_choose .widgettitle,
.content_project .widgettitle,
.content_review .widgettitle{
	width: 750px;
	text-align: center;
	margin: 0 auto 40px;
}

.content_service .widgettitle p,
.content_choose .widgettitle p,
.content_project .widgettitle p{
	font-weight: 500;
}

.content_service .widget{
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px;
	position: relative;
	border-radius: 15px;
	overflow: hidden; 
}

.content_service .widget img{
	width: 100%;
	border-radius: 15px;
}

.content_service .widget .info{
	position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 40px);
    padding: 40px 20px 20px;
    background: linear-gradient(to top, #016BB7, #016bb700);
    border-radius: 0 0 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: height 0.3s ease;
    overflow: hidden;
    height: 180px;
    transition: height 0.5s ease, background 0.5s ease;
}

.content_service .widget:hover .info {
    height: calc(100% - 60px);
    background:hsl(205deg 99% 36% / 89%);
}

.content_service .widget h3,
.content_service .widget h3 a{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.content_service .widget h3 em{
	display: block;
	font-size: 27px;
	text-transform: uppercase;
	font-style: inherit;
}

.content_service .widget .info p {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    color: #fff;
    height: 0;
}

/* Hiển thị p mượt khi hover */
.content_service .widget:hover .info p {
    opacity: 1;
    transform: translateY(0);
    height: auto;
    margin: 10px 0 0;
}

a:hover{
	text-decoration: none;
}

.content_service .widget p.more-link a{
	color: #fff;
	font-weight: bold;
	background: url(images/muitent.svg) no-repeat right center;
	padding-right: 25px;
}

.content_choose{
	background: #E9F6FF;
	padding: 60px 0;
}

.content_choose .widget{
	margin: 0 15px;
	background: #fff;
	border-radius: 15px;
	padding: 35px;
	text-align: center;
	min-height: 320px;
}

.content_choose .widget h3{
	color: #016BB7;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	margin: 15px 0;
}

.content_choose .widget:hover{
	background: #016BB7;
}

.content_choose .widget:hover h3,
.content_choose .widget:hover p{
	color: #fff;
}

.content_choose .widget:hover img{
	filter: brightness(0) invert(1);
}

.content_choose .slick-dots,
.content_project .slick-dots,
.content_review .slick-dots,
.content_service .slick-dots{
	text-align: center;
	margin: 50px 0 0;
}

.content_choose .slick-dots li button,
.content_project .slick-dots li button,
.content_review .slick-dots li button,
.content_service .slick-dots li button{
	border-radius: 0;
	padding: 0;
	height: 3px;
	width: 40px;
	background: unset;
    border: 1px solid #016BB7;
}

.content_choose .slick-dots li,
.content_project .slick-dots li,
.content_review .slick-dots li,
.content_service .slick-dots li{
	height: 3px;
	width: 40px;
	margin: 0 2px;
}

.content_choose .slick-dots li.slick-active button,
.content_project .slick-dots li.slick-active button,
.content_review .slick-dots li.slick-active button,
.content_service .slick-dots li.slick-active button {
	background: #016BB7;
}

.content_tax h2{
	text-align: center;
	margin: 60px 0 30px;
}

.content_tax .widget{
	float: left;
	width: 262px;
	margin: 0 15px 50px;
}

.content_tax .widget:nth-child(4n+1){
	clear: both;
}

.content_tax .widget .anh{
    border: 1px solid hsl(0deg 0% 0% / 10%);
    text-align: center;
    width: calc(100% - 2px);
    height: 248px;
    object-fit: cover;
}

.content_tax .widget h3 a{
    color: #016BB7;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    width: calc(100% - 30px);
    padding: 12px 15px 8px;
    background: #fff;
    position: relative;
	overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
}

/* Nền hiệu ứng trượt */
.content_tax .widget h3 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #016BB7;
    transform: translateX(-101%);
    transition: transform 0.4s ease;
    z-index: 0;
}

/* Icon mũi tên */
.content_tax .widget h3 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 14px;
    background: url(images/muitent.svg) no-repeat;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

/* Hover xử lý */
.content_tax .widget:hover h3 a {
    color: #fff;
}

.content_tax .widget:hover h3 a::before {
    transform: translateX(0);
}

.content_tax .widget:hover h3 a::after {
    opacity: 1;
}

.content_tax .widget h3 a span {
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: inherit;
}

.content_project,
.content_review{
	background: #E9F6FF;
	padding: 50px 0 30px;
}

.content_project .wrap{
	width: 100%;
}

.content_project .du-an img{
	width: 100%;
}

.content_project .du-an{
	position: relative;
	margin-bottom: 70px;
}

.content_project .du-an .info{
	position: absolute;
    bottom: -60px;
    width: calc(90% - 60px);
    margin: 0 5%;
    background: #fff;
    padding: 15px 30px;
    border-radius: 15px;
    transition: background 0.4s ease;
}

.content_project .du-an h3{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 17px;
	margin: 7px 0 0;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 55px;
}

.content_project .du-an h3 a{
	color: #016BB7;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 17px;
	transition: color 0.4s ease;
}

.content_project .du-an:hover .info{
	background: #016BB7;
}

.content_project .du-an:hover h3 a,
.content_project .du-an:hover p{
	color: #fff;
}

.page-template-page-home-php h1{
	display: none;
}

.content_review h3{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #016BB7;
}

.content_review img{
	width: 128px;
	height: 128px;
	object-fit: cover;
	border-radius: 100%;
	border: 5px solid hsl(205deg 99% 36% / 20%);
	margin: 0 0 20px 0;
}

.content_review .tenkh,
.content_review .nd {
	text-align: center;
	width: 750px;
	margin: 0 auto;
}

.content_review .tenkh{
    background: url(images/sao.svg) no-repeat bottom center;
    padding-bottom: 35px;
    background-size: 110px;
    margin-bottom: 25px;
}

.content_review button.slick-prev.slick-arrow {
    background: url(images/prev1.svg) no-repeat center center;
    width: 40px;
    height: 41px;
    position: absolute;
    left: 100px;
    top: calc(50% - 20px);
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
    opacity: 0.3;
}

.content_review button.slick-prev.slick-arrow:hover{
	opacity: 1;
}

.content_review button.slick-next.slick-arrow {
    background: url(images/next1.svg) no-repeat center center;
    width: 40px;
    height: 41px;
    position: absolute;
    right: 100px;
    top: calc(50% - 20px);
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
}

.content_review {
	padding-bottom: 60px;
}

.content-tuvan{
	background: url(images/bgtv.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}

.content-tuvan .widget_caldera_forms_widget{
	float: left;
	width: 520px;
	margin: 0 0 0 15px;
	background: #016BB7;
	border-radius: 20px;
}

.content-tuvan .widget:last-child{
	float: right;
	width: 360px;
	margin: 25px 15px 0 0 ;
}

.content-tuvan .widget_caldera_forms_widget .widget-wrap{
	padding: 40px;
}

.content-tuvan .widget_caldera_forms_widget .widgettitle{
	color: #fff;
	font-size: 35px;
	font-family:'Montserrat';
	font-weight: bold;
}

.content-tuvan .widget_caldera_forms_widget p{
	color: #fff;
	margin: 10px 0;
	font-size: 17px;
}

.content-tuvan .widget_caldera_forms_widget label{
	text-transform: uppercase;
	color: #fff;
	margin: 15px 0 10px;
	font-size: 17px;
}

.content-tuvan form input[type="text"],
.content-tuvan form input[type="tel"]{
    border-radius: 10px;
    box-shadow: none;
    height: 45px;
    font-size: 17px;
}

.content-tuvan form textarea{
	border-radius: 10px;
    box-shadow: none;
    font-size: 17px;
}

.content-tuvan form input[type="submit"]{
	background: #EC1B2D;
    border: none;
    color: #fff;
    font-size: 17px;
    width: 100%;
    border-radius: 21px;
    font-weight: bold;
    height: 45px;
    transition: background 0.4s ease;
}

.content-tuvan form input[type="submit"]:hover{
	border: 1px solid #ffffff59;
	background: #0b64a5;
	color: #fff;
}

.content-tuvan ul li{
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 0 0 20px;
	background: #ffffff;
	border-radius: 15px;
	font-size: 17px;
	text-align: center;
	color: #016BB7;
	padding: 10px 0 20px;
}

.content-tuvan ul li strong{
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

#add-banner1 .widget_nav_menu ul li:nth-child(2n+1), #nav_menu-3 ul li:nth-child(2n+1) {
    background: url(images/ico-li.png) left 15px center no-repeat rgb(244, 244, 244);
}

#add-banner1 .widget_nav_menu ul li, #nav_menu-3 ul li {
    list-style-type: none;
    float: left;
    width: 75%;
    background: url(images/ico-li.png) left 15px center no-repeat;
    padding: 14px 35px;
}

#add-banner1 .widget_nav_menu ul li a, #nav_menu-3 ul li a {
    font-size: 17px;
    color: rgb(68, 68, 68);
    font-weight: 400;
    float: left;
    width: 100%;
    text-decoration: none;
}

#add-banner1 .widget_nav_menu ul li .sub-menu, #nav_menu-3 ul li .sub-menu {
    height: auto;
    position: absolute;
    z-index: 9999;
    margin-left: 242px;
    color: rgb(68, 68, 68);
    margin-top: -15px;
    display: none;
}

#nav_menu-3 ul li .sub-menu li a, #nav_menu-3 ul li .sub-menu li .sub-menu li a {
    color: rgb(67, 67, 67);
}

.sidebar ul.menu li:nth-child(2n) {
    background: url(images/ico-li.png) left 15px center no-repeat rgb(236, 236, 236) !important;
}

.sidebar ul.menu li:hover {
    background: url(images/ico-hover.png) left 15px center no-repeat rgb(236, 27, 45) !important;
}

.sidebar ul.menu li {
    list-style-type: none;
    float: left;
    width: 75%;
    margin-bottom: 0px;
    background: url(images/ico-li.png) left 15px center no-repeat;
    padding: 14px 35px;
    border-bottom: none;
}

.sidebar ul.menu li:hover a, 
.sidebar ul.menu li:hover ul li:hover a {
    color: rgb(255, 255, 255) !important;
}

#nav_menu-3 ul li .sub-menu {
    width: 220px;
}

#nav_menu-3 ul {
    padding: 0px;
}

.sidebar ul.menu  li.menu-item-has-children.current .sub-menu {
    display: block !important;
}

.tax-sp main.content{
	margin-bottom: 50px;
}

/* ------------------------mobi------------------ */

@media screen and (max-width: 1170px) {

	.menu-primary a, .menu-secondary a, .site-header .menu a{
		font-size: 16px;
		margin: 0 5px;
	}

	.content_slider img{
		width: 900px;
	}

	.content_tax .widget {
		width: calc(25% - 30px);
	}

	.content_introduce{
		margin-bottom: 0;
	}

	#wrap {
	    margin: 0 auto;
	    width: 100%;
	    padding: 0;
	}

	.wrap, .site-inner {
	    width: 96%;
	}

	.sidebar-alt {
	    float: left;
	    width: 18%;
	}

	.content-sidebar-wrap{
		width: 80%;
	}

	.home .content{
		width: 100% !important;
	}

	.content {
	    width: 67% !important;
	}

	.sidebar{
		width: 30%;
	}

	.dm-sp #text-3 ,
	#add-banner1 .widget_nav_menu{
	    float: left;
	    width: 30%;
	}

	.dm-sp #code_widget-2 .form-no-clear{
		width: 23%;
	}

	form#searchform #s {
	    width: 60%;
	}

	span.sdt {
	    font-size: 17px;
	}

	#add-banner1 .widget_simpleresponsiveslider_widget {
	    width: 70%;
	}

	.flexible-block .extra-menu {
	    left: 20%;
	}

	#flexible-block-3 .extra-menu {
	    left: 30%;
	}

	.flexible-block .main-posts {
	    float: right;
	    width: 67%;
	}

	.flexible-block .banner-cm {
	    float: left;
	    width: 33%;
	}

	.news-block .caia-block-item {
	    width: 22%;
	}

	.menu-primary a, .menu-secondary a, .site-header .menu a {
	    padding: 17px 2px;
	}

	.menu-item-home a{
		margin-left: 0;
	}

	#add-banner2 .image-upload{
		margin-right: 10px;
	}

	.tax-cm .content .sanpham,
	.tax-sp .content .sanpham,
	.tax-nhomsp .content .sanpham {
	    height: 390px;
	}

	.show-gia2 .price {
	    float: left;
	}

	.chitiet_sp .anh_sp {
	    float: left;
	    width:100%;
	}

	.chitiet_sp .info_sp {
	    float: right;
	    width: 100%;
	}

	.info-sp .info_p {
	    float: left;
	    width: auto;
	}

	#buy-product .dat {
	    background: url(images/ico-cart2.png) no-repeat left 10px center #016bb7;
	}

	.top_post .view_cmt {
	    float: right;
	    width: 100%;
	}

	.single .related-post .post {
	    float: left;
	    width: 30%;
	}

	.search .content .sanpham{
		height: 390px;
	}

	.single-sanpham .related-post .post {
	    float: left;
	    width: 23%;
	}

	.tab-sp .caia-post-product-widget .sanpham img {
	     height: 240px; 
	}

		.tax-nhomsp #add-banner1{
		display: none;
	}

	.site-header .search-form{
		width: 295px;
	}

	.site-header .widget:nth-child(5){
		display: none;
	}

}

@media screen and (max-width: 960px) {

	.site-header,
    .title-area,
    .site-title{
		height: 60px;
		min-height: 60px;
	}

	.site-header .site-title a, .site-header .site-title a:hover {
        background-size: 70px;
        padding: 1px 0;
    }

    .site-header .gsc-shop-cart .left-cart a {
	    background: url(images/cart.svg) no-repeat left 10px center #037CD3;
	    color: #fff;
	    font-size: 15px;
	    font-weight: bold;
	    height: 37px;
	    line-height: 37px;
	    display: table;
	    padding: 0 10px 0 35px;
	    border-radius: 30px;
	}

	.nav-primary{
		display: none;
	}

	#click-menu {
        right: 0px !important;
        margin-top: 5px !important;
    }

	.site-header .widget-area{
		margin: 11px 0;
	}

	.site-header .widget_search,
	.site-header .widget:nth-child(4){
		display: none;
	}

	.site-header .widget:nth-child(2){
		display: none;
	}

	.title-area {
	    width: 120px;
	    margin-left: 0;
	}

	.site-header .widget-area {
	    width: 175px ;
	    margin-right: 0;
	    text-align: center;
	    padding: 0;
	}

	.content_slider ul li {
	    margin: 10px 5px 0;
	}

	body #click-menu .threeLines .line {
	    height: 3px !important;
	    width: 30px !important;
	}

	.header-widget-area .widget {
	    float: left;
	    width: 100%;
	}

	.content_slider img{
		width: 100%;
	}

	.sidebar .widget.caia_code_widget .post {
	    float: left;
	    width: 49%;
	    margin: 0;
	    border-right: 1px dashed #ddd;
	    border-bottom: 1px dashed #ddd;
	}

	.caia_code_widget .infoproduct h3{
		height: 36px;
		overflow: hidden;
		text-align: center;
	}

	form#searchform #s {
	    width: 55%;
	}

	.dm-sp #code_widget-2 .form-no-clear {
	    width: 30%;
	}

	.dm-sp #code_widget-2{
		width: 70%;
	}

	.menu-primary {
	    display: none;
	}

	.home .nav-primary_menu-2{
		display: none;
		position: absolute;
   		 z-index: 999;
	}

	#add-banner1 .widget_simpleresponsiveslider_widget {
	    width: 100%;
	}

	.content {
	    width: 100% !important;
	}

	.before_footer .widget_text{
		width: 100%;
		padding-top: 0;
	}

	.before_footer .widget_text .textwidget{
		margin-bottom: 0;
	}

	#text-4{
		padding-top: 40px;
	}

	.dm-sp #text-2{
		width: 18%;
		display: none;
	}

	.tab-sp .caia-post-product-widget .slick-next,
	.tab-sp .caia-post-product-widget .slick-prev{
		top: 42px;
	}

	.tab-sp .caia-post-product-widget .slick-list {
	    top: 85px;
	    padding-bottom: 40px;
	}

	.slider-nav.down .itemnav{
		margin: 0 13px;
	}

	#comment{
		width: 96%;
	}

	.before_footer{
		margin-top: 0;
	}

	.tax-cm .content .sanpham .image-sp img, .tax-sp .content .sanpham .image-sp img, .tax-nhomsp .content .sanpham .image-sp img {
	    height: auto;
	    object-fit: initial;
	}


}


@media screen and (max-width: 860px) {

	.before_footer .widget:nth-child(1),
	.before_footer .widget:nth-child(2),
	.before_footer .widget:nth-child(3){
		width: 100%;
		margin: 0 0 10px;
	}

	.flexible-block .banner-cm{
		display: none;
	}

	.flexible-block .main-posts {
	    float: right;
	    width: 100%;
	}

	.news-block .caia-block-item {
	    width: 46%;
	}

	.before_footer .widget_caldera_forms_widget .widget-wrap {
	    width: 100%;
	    margin: 0 auto;
	}

	.before_footer .widget_caldera_forms_widget .widgettitle {
	    float: left;
	    width: 96%;
	    padding-left: 35px;
	    margin-bottom: 10px;
	}

	.before_footer .widget_caldera_forms_widget .caldera-grid {
	    float: right;
	    width: 100%;
	}

	#CF5b0b5a4893f96_1 {
	    width: 90%;
	    margin: 0 auto;
	}

	.before_footer .widget_caldera_forms_widget {
	    background: none;
	}

	.before_footer .widget_caldera_forms_widget {
	    position: relative;
	    margin-top: 0;
	    float: left;
	    width: 100%;
	}

	#text-4{
		padding-top: 0;
	}

	.before_footer .widget_text .textwidget{
		margin-top: 0;
	}

	#code_widget-2{
		width: 100%;
	}

	.dm-sp #code_widget-2 {
	    width: 85%;
	    position: absolute;
	    top: 122px;
	}

	.dm-sp {
	    height: auto;
	    margin-top: 15px;
	}

	.dm-sp #text-3{
	    float: left;
	    width: 100%;
	}

	 #add-banner1 .widget_nav_menu{
	 	width: 96%;
	 }

	 ul.tabs li::after,
	 ul.tabs li::before,
	 ul.tabs li.current::after{
	 	content: none;
	 }

	 ul.tabs li{
	 	margin-right: 0;
	 }

	 .dm-sp #code_widget-2 .form-no-clear {
	    width: 35%;
	}

	form#searchform #s {
	    width: 50%;
	}

	.nav-primary_menu-2{
		margin-top: 0;
	}
}

@media screen and (max-width: 800px) {

	.before_footer .widget_caldera_forms_widget .widgettitle{
		padding-left: 0;
	}

	.before_footer .widget_text{
		margin: 0;
	}

	span.promotions-product{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.extra-menu{
		display: none;
	}

	.tab-sp .caia-post-product-widget .slick-next, .tab-sp .caia-post-product-widget .slick-prev{
		top: 0;
	}

}

@media screen and (max-width: 768px) {

	.sidebar .widget.caia_code_widget .post .infoproduct,
	.sidebar .widget.caia_code_widget .post .anhsp{
		padding: 0 15px;
	}

	.flexible-block .caia-block-item .image-sp {
	    height: 210px;
	}

	.flexible-block .caia-block-item {
	    border-right: 1px solid #e5e5e5;
	    height: 320px;
	}
	.goidienmobile {
   		 display: block;
	}
	.hide-form-phone{
		display: block;
	}
    .show-form-phone{
		display: none;
	}
	.hide-form-phone p {
    	text-align: center;
	}
	.hide-form-phone p span {
	    clear: both;
	    display: block;
	}
	.hide-form-phone {
	    width: 48%;
	    background: #0077b8;
	    text-align: center;
    }

	#CF5b0b5a4893f96_1 .first_col{
		width: 75%;
    	float: left;
	}

	#CF5b0b5a4893f96_1 .last_col{
		width: 15%;
    	float: right;
	}
}

@media screen and (max-width: 667px) {
	#add-banner2{
		display: none;
	}

	

	#add-banner1{
		margin-bottom: 10px;
	}

	.site-inner{
		margin-top: 0;
	}

	.sidebar-content .content, .sidebar-sidebar-content .content {
	    margin-top: 0;
	}

	.dm-sp {
	    height: auto;
	    margin-top: 0;
	}

	.dm-sp #text-3{
		display: none;
	}

	#add-banner1 .wrap{
		width: 100%;
	}

	.tab-sp .caia-post-product-widget .sanpham img {
	    height: 210px;
	}

	.tab-sp .caia-post-product-widget .slick-list {
	    top: 150px;
	    padding-bottom: 100px;
	}

	ul.tabs li{
		display: block;
	}

	.single-sanpham .related-post .post {
	    float: left;
	    width: 46%;
	}

	.single-sanpham .related-post .post:nth-child(3),
	.single-sanpham .related-post .post:nth-child(5){
		border-right: none;
	}

	.single .related-post .post {
	    float: left;
	    width: 47%;
	}

	.single .related-post{
		margin-bottom: 0;
	}

	#respond{
		margin-top: 15px;
	}

	#gsc-shopcart-table ul.title-shopcart{
		display: none;
	}

	.page-id-76 #gsc-shopcart-table ul.li-products li.price-products{
		display: none;
	}

	.page-id-76 #gsc-shopcart-table ul.li-products li.count-products{
		width: 8%;
	}

	.page-id-76 #gsc-shopcart-table ul.li-products li.images-products{
		width: 30%;
	}

	.page-id-76 #gsc-shopcart-table ul.li-products li.name-products{
		width: 30%;
	}

	.page-id-76 #gsc-shopcart-table ul.li-products li.number-products{
		width: 10%;
	}

	.page-id-76 #gsc-shopcart-table ul.li-products li.number-products input[type="number"]{
		width: 30px !important;
	}

	.page-id-76 #gsc-shopcart-table ul.li-products li.total-products{
		color: #ec1b2d;
		font-weight: 500;
	}

	#gsc-shopcart-table ul.li-products li.images-products img {
	    width: 130px !important;
	}
}

@media screen and (max-width: 625px){
	/*.site-header .site-title a, .site-header .site-title a:hover {
	    background: url(images/logo.png) no-repeat center center;
	    padding: 12px 0 !important;
	    background-size: 100px !important;
	}*/

	

	.name_company h3 {
	    font-size: 17px;
	}

	.name_company p {
	    font-size: 13px;
	}

	.widget-area .textwidget{
		padding: 0;
	}

	.content_service .widgettitle, .content_choose .widgettitle, .content_project .widgettitle, .content_review .widgettitle {
	    width: 100%;
	    margin: 0 auto 20px;
	}
}

@media screen and (max-width: 600px) {
	.gia .price_old{
		float: left;
		width: 100%;
	}

	.tab-sp .caia-post-product-widget .sanpham{
		height: 345px;
	}

	.content_introduce .widget:first-child {
	    width: 100%;
	    margin: 30px 0 0;
	}

	.content_introduce .widget:last-child{
		width: 100%;
		margin: 5px 0 20px;
	}

	.content_introduce .widget h2, .content_service h2, .content_choose h2, .content_tax h2, .content_project h2, .content_review h2 {
	    font-size: 28px;
	    margin-bottom: 15px;
	}

	.content_service,
	.content_choose{
		padding: 30px 0;
	}

	.content_service .widget {
	    width: 270px;
	    margin: 0 10px;
	}

	.content_service .widget .info {
	    width: calc(100% - 30px);
	    padding: 40px 15px 15px;
	}

	.content_service .widget h3, .content_service .widget h3 a {
	    font-size: 20px;
	}

	.content_service .widget h3 em{
		font-size: 24px;
	}

	.content_choose .widget {
	    margin: 0 10px;
	    padding: 25px 15px;
	    width: 250px;
	    min-height: 275px;
	}

	.content_choose .widget h3,
	.content_choose .widget p{
		font-size: 16px;
	}

	.content_tax h2 {
	    margin: 30px 0 20px;
	}

	.content_tax .widget{
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}

	.content_tax .widget .anh{
		height: auto;
	}

	.content_tax .widget:nth-child(2n+1){
		clear: both;
	}

	.content_tax .widget:nth-child(4n+1){
		clear: inline-start;
	}

	.content_tax .widget h3 a{
		padding: 12px 10px 8px;
	}

	.content_project, .content_review{
		padding: 30px 0;
	}

	.content_project .du-an {
	    width: 300px;
	    position: relative;
	    margin: 0 5px 70px;
	}

	.content_project .du-an h3{
		height: auto;
		    color: #016BB7;
	}

	.content_project .du-an .info {
	    width: calc(90% - 30px);	   
	    padding: 15px;
	}

	.content_slider button.slick-prev.slick-arrow ,
	.content_slider button.slick-next.slick-arrow,
	.content_review button.slick-prev.slick-arrow,
	.content_review button.slick-next.slick-arrow {
		display: none !important;
	}

	.content_choose .slick-dots, .content_project .slick-dots, .content_review .slick-dots, .content_service .slick-dots {
	    text-align: center;
	    margin: 30px 0 0;
	}

	.content_review .tenkh,
	.content_review .nd {
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}

	.content-tuvan{
		padding: 35px 0 0;
		margin-bottom: 30px;
	}

	.content-tuvan .widget_caldera_forms_widget,
	.content-tuvan .widget:last-child{
		width: 100%;
		margin: 0 0 15px 0;
	}

	.content-tuvan .widget_caldera_forms_widget .widget-wrap {
	    padding: 20px;
	}

	.content-tuvan .widget_caldera_forms_widget .widgettitle {
	    font-size: 26px;
	}

}

@media screen and (max-width: 568px) {

	.tab-sp .caia-post-product-widget .slick-next, .tab-sp .caia-post-product-widget .slick-prev{
		display: none !important;
	}

	.tax-cm .content .sanpham,
	.tax-sp .content .sanpham,
	.tax-nhomsp .content .sanpham {
	    width: 49%;
	}

	.tax-cm .content .sanpham:nth-child(2n),
	.tax-sp .content .sanpham:nth-child(2n),
	.tax-nhomsp .content .sanpham:nth-child(2n) {
	    border-right: none;
	}

	.tax-cm .content .sanpham:nth-child(4n+1),
	.tax-sp .content .sanpham:nth-child(4n+1),
	.tax-nhomsp .content .sanpham:nth-child(4n+1) {
	    border-right: 1px dashed #ddd;
	}

	.search .content .sanpham {
	    float: left;
	    width: 49%;
	}

	.page-id-76 #gsc-shopcart-table ul.title-shopcart li {
	    width: 100%;
	    background: #ddd;
	}

	.page-id-76 #gsc-shopcart-table ul.li-products li {
	    width: 100%;
	    text-align: center;
	    border-bottom: 1px solid #fff;
	}

	#gsc-shopcart-table ul.li-products li.name-products {
	    text-align: center !important;
	}

	.tab-sp .caia-post-product-widget .sanpham{
		height: 345px;
	}

	.page-id-76 #gsc-shopcart-table ul.li-products li.name-products {
	    width: 40%;
	}

	.tax-cm .content .sanpham:nth-child(3n+2), .tax-sp .content .sanpham:nth-child(3n+2),
	.tax-nhomsp .content .sanpham:nth-child(3n+2){
		border-right: 1px dashed #d6d6d6;
	}

	.dm-sp,
	#add-banner1 .widget_nav_menu{
		display: none;
	}

	.chitiet_sp .anh_sp, .chitiet_sp .info_sp{
		margin: 0 0 15px 0;
	}

	.img_sp {
	    height: auto;
	    width: calc(100% - 2px);
	}
}

@media screen and (max-width: 528px) {

	.news-block .caia-block-item {
	    width: 44%;
	}

}

@media screen and (max-width: 500px) {

	.single .content iframe{
		width: 100%;
		height: 300px;
	}

	form#searchform{
		margin: 0;
	}

	.dm-sp #code_widget-2 .form-no-clear {
	    width: 24%;
	    border-bottom: 1px solid #ddd;
	}

	form#searchform #s {
	    width: 56%;
	    padding: 3px 10px;
	}



	.archive-heading{
		float: left;
		width: 100%;
	}

	.archive .sort {
	    margin-bottom: 10px;
	}

	.tab-sp .caia-post-product-widget .sanpham {
	    height: 250px;
	}

	.tab-sp .caia-post-product-widget .sanpham img {
	    height: 135px;
	}

	.flexible-block .caia-block-item .image-sp {
	    height: 190px;
	}

	.flexible-block .caia-block-item {
	    border-right: 1px solid #e5e5e5;
	    height: 300px;
	}

	.news-block .caia-block-item img {
	     height: auto; 
	}




}

@media screen and (max-width: 414px) {
	.flexible-block .caia-block-item .image-sp {
	    height: 130px;
	}

	.flexible-block .caia-block-item {
	    height: 250px;
	}

	.tax-cm .content .sanpham .image-sp,
	.tax-sp .content .sanpham .image-sp,
	.tax-nhomsp .content .sanpham .image-sp {
	    height: 130px;
	}

	.tax-cm .content .sanpham,
	.tax-sp .content .sanpham,
	.tax-nhomsp .content .sanpham {
	    height: 250px;
	}

	.category .content .post img, .search .content .post img {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 15px;
	    border: 0;
	    background: none;
	    padding: 0;
	}

	.news-block .caia-block-item {
	    width: 100%;
	    margin: 0;
	    padding: 15px 0;
	    border-bottom: 1px solid #e0e0e0;
	}

	.news-block .caia-block-item img{
		width: 100px;
		float: left;
		margin-right: 15px;
		margin-bottom: 0;
	}

	.flexible-block h2 a, .news-block h2 a,
	.before_footer .widget_caldera_forms_widget .widget-wrap .widgettitle span,
	.before_footer .widget_text .title{
		font-size: 16px;
	}

	.single .related-post .post {
		float: left;
	    width: 46%;
	    border-bottom: 1px solid #ddd;
	    padding: 0;
	    margin: 2%;
	}

	.related-post.after-post .post .anhsp{
		    height: 150px;
	}

	.related-post.after-post .post .anhsp,
	.sidebar .widget.image-upload,
	.single .related-post .post h3{
		text-align: center;
	}

	.caia_code_widget .infoproduct h3{
		text-align: left;
	}
}

@media screen and (max-width: 405px) {
	.name_company h3 {
	    font-size: 13px;
	}

	.name_company p{
		font-size: 11px;
	}
}

@media screen and (max-width: 400px) {


	.comment-form-author, .comment-form-phone {
	    float: left;
	    width: 100%;
	}

	.comment-form-email, .comment-form-address {
	    float: right;
	    width: 100%;
	}



	#checkout-form p.info:nth-child(2n+1) {
	    float: left;
	    width: 100% !important;
	}

	#checkout-form p.info:nth-child(2n) {
	    float: right;
	    width: 100% !important;
	}

	.cart-summary .button,
	#info-customer input[type="reset"]{
		    float: left;
	    width: 96%;
	    margin-left: 0;
	    margin-bottom: 10px;
	}

	form#searchform #s {
	    width: 50%;
	}

	.dm-sp #code_widget-2 input[type="submit"]{
		width: 15%;
	}

}

@media screen and (max-width: 360px) {
	.tab-sp .caia-post-product-widget .sanpham img {
	    height: 114px;
	}

	.dm-sp #code_widget-2 .form-no-clear {
	    width: 36%;
	}

	.tax-cm .content .sanpham .image-sp,
	.tax-sp .content .sanpham .image-sp,
	.tax-nhomsp .content .sanpham .image-sp {
	    height: 114px;
	}

	form#searchform #s {
	    width: 38%;
	    font-size: 12px;
	}

/*	.flexible-block .caia-block-item .image-sp {
	    height: 170px;
	}
*/
	.flexible-block .caia-block-item .image-sp {
	    height: 114px;
	}

	.flexible-block .caia-block-item {
	    border-right: 1px solid #e5e5e5;
	    height: 250px;
	}

	.gia .price_old{
		font-size: 16px;
	}

	.tab-sp .caia-post-product-widget .sanpham {
	    height: 250px;
	}

	.show-gia2 .price span,
	.gia_sp,
	.show-gia .price span{
		font-size: 15px
	}

	.news-block .caia-block-item p{
		display: none;
	}



}

@media screen and (max-width: 320px) {
	.tab-sp .caia-post-product-widget .sanpham img {
	    height: 100px;
	}

	.tab-sp .caia-post-product-widget .sanpham {
	    height: 215px;
	}

	.flexible-block .caia-block-item .image-sp {
	    height: 100px;
	}

	.tax-cm .content .sanpham .image-sp,
	.tax-sp .content .sanpham .image-sp,
	.tax-nhomsp .content .sanpham .image-sp {
	    height: 100px;
	}

	.tax-cm .content .sanpham,
	.tax-sp .content .sanpham,
	.tax-nhomsp .content .sanpham {
	    height: 215px;
	}
}	