body {
	background-color: #ffffff;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 25px;
	position: relative;
}

html .container-fluid {
	padding: 0;
}

html p {
	margin-bottom: 8px;
}

img.alignright
{
    float  : right;
    margin : 0 0 1em 1em
}

img.alignleft
{
    float  : left;
    margin : 0 1em 1em 0
}

img.aligncenter
{
    display      : block;
    margin-left  : auto;
    margin-right : auto
}

a img.alignright
{
    float  : right;
    margin : 0 0 1em 1em
}

a img.alignleft
{
    float  : left;
    margin : 0 1em 1em 0
}

a img.aligncenter
{
    display      : block;
    margin-left  : auto;
    margin-right : auto
}

.clear{
	clear: both;
}

a, a:hover{
	text-decoration: none;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.green, .green a, .green a:hover {
	color: #1075BC;
}

.wrapper{
	overflow-x: hidden;
}
.header-pc h1{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}


#gotop {
	display: none;
    width: 37px;
    height: 37px;
    position: fixed;
    bottom: 145px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 999999;
}

#gotop i {
	font-size: 42px;
	color: #1075BC;
}

#gotop:hover { 
    -webkit-transition: 0.5s; 
    transition: 0.5s;
}

/*------*/
.box-content {
	padding: 40px 7%;
}

header {
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
}

header .box-logo, .box-menu .hotline{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .box-logo .logo{
	width: 100%;
}
header .box-logo .logo img{
	width: 40%;
}
.box-menu h1{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.box-menu p.slogan{
	font-style: italic;
}
.box-menu .phone{
	margin-left: 9px;
}
.box-menu .phone a{
	font-size: 20px;
	font-weight: bold;
}

/* Style for header */
.cart-wrap {
	border: 1px solid #ccc;
    padding: 5px 20px;
    transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.cart-wrap a {
	color: #1075BC;
	font-size: 16px;
}

.cart-wrap:hover {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.2);
	        box-shadow: 0 0 30px rgba(0,0,0,.2); 
	border: 1px solid #fff;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.cart-wrap i {
	font-size: 20px;
	margin-right: 20px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.cart-wrap span {
	text-transform: uppercase;
	font-size: 600;
	line-height: 30px;
	display: inline-block;
}

.menu-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}

.header-pc.stickyTop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #ffff;
}

.header-pc.stickyTop .box-content {
	padding-top: 4px !important;
}

.header-pc.stickyTop .search-box-wrap {
	display: none !important;
}

.cart-link-wrap {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	z-index: 99
}

.cart-link-wrap i {
	font-size: 34px;
	color: #1075BC;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.cart-link-wrap i:hover {
	color: #ff0000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.header-pc.stickyTop .logo img {
    max-height: 50px;
    margin-bottom: 0;
}

.header-pc .search-inner {
	width: 65%;
}

.header-pc .search-inner form {
	clear: both;
	overflow: hidden;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
	        box-shadow: 0 0 30px rgba(0,0,0,.1);
	border: none;
}

.header-pc .search-inner div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-pc .search-inner form input#s {
	padding-left: 20px;
	font-size: 18px;
	width: 80%
}

.header-pc .search-inner form input#searchsubmit {
	width: 20%
}

.header-pc .search-inner form input {
	height: 52px;
	line-height: 52px;
	float: left;
	border: none;
}
/* End style for header */


/*---menu---*/
.menu{
	position: relative;
}
.menu:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid #787979;
	width: 100%;
	height: 1px;
}
.navigation, .navigation ul, .navigation ul li, .navigation ul li a {
	list-style: none;
	line-height: 0;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.navigation ul li ul li {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.21);
	box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.21);
}

.navigation > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.navigation ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.navigation:after, .navigation > ul:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.navigation > ul > li {
	display: inline-block;
	padding: 10px 40px;
}

.navigation > ul > li:first-child {
	padding-left: 15px;
}

.navigation > ul > li:last-child {
	padding-right: 0;
}



.navigation > ul > li > a {
	color: #333;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-weight: 700;
}


.navigation ul ul {
	position: absolute;
	left: 0;
	top: 40px;
	width: 200px;
	z-index: 999;
	padding-top: 15px;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
        display: none;
}

.navigation ul li:hover ul {
	display: block;
}

.navigation ul ul ul {
	width: 200px;
}
.navigation ul li:hover ul li ul{
  display: none;
}
.navigation ul li:hover ul li:hover ul{
  display: block;
}

.navigation.align-right ul ul {
	text-align: right;
}

.navigation > ul > li > ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.6);
	top: -1px;
	left: 30%;
}

.navigation.align-right > ul > li > ul::after {
	left: auto;
	right: 20px;
}

.navigation ul ul ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-right-color: rgba(0, 0, 0, 0.6);
	top: 12px;
	left: -8px;
}

.navigation.align-right ul ul ul::after {
	border-right-color: transparent;
	border-left-color: #387002;
	left: auto;
	right: -4px;
}

.navigation.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}

.navigation ul ul ul {
	padding-top: 0;
	padding-left: 6px;
}

.navigation.align-right ul ul ul {
	padding-right: 6px;
}

.navigation ul ul > li:hover > ul {
	left: 200px;
	top: 0;
	opacity: 1;
}

.navigation.align-right ul ul > li:hover > ul {
	left: auto;
	right: 100%;
	opacity: 1;
}

.navigation ul ul li a {
	background-color: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid #000;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 18px;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	font-weight: 700;
	text-align: left;
}
.navigation ul ul li:last-child a{
	border-bottom: none;
}

/*.navigation ul ul li a::before {
	font: normal normal normal 10px/1 FontAwesome;
	content: "\f101";
	position: absolute;
	top: 14px;
	left: 10px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}*/

.navigation ul ul li:hover > a, .navigation ul ul li > a:hover, .navigation ul ul li > a:focus {
	background-color: #1075BC;
	color: #fff;
}

.navigation ul ul li.active > a {
  background-color: #1075BC;
  color: #fff;
}

.navigation ul ul li:hover > a::before, .navigation ul ul li > a:hover:before, .navigation ul ul li > a:focus:before {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.navigation ul ul li.active > a::before {
	color: #fff;
}

.navigation > ul > li > a:before {
	content: "";
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	bottom: -10px;
	background-color: #1075BC;
	height: 4px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	opacity: 0;
}

.navigation > ul > li:hover > a:before,
.navigation > ul > li.active > a:before,
.navigation > ul > li.current-menu-item > a:before {
	opacity: 1;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.frm-search{
    bottom: 17px;
    right: 12px;
}
.frm-search__icon form{
    bottom: -64px;
    z-index: 999;
    max-width: 300px;
    right: 0;
    padding: 5px;
    background-color: #ffffffaa;
    border: solid 1px silver;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.frm-search__icon form button{
    top: 0;
    right: 0;
}
.frm-search:hover form{
     opacity: 1;
}

.header-sm {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 2px 50px 2px 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	display: none;
}

.logo-mobi {
	max-height: 50px;
}

.logo img {
	max-height: 110px;
	margin-bottom: 10px;
}

/* Slider */
.slider .item {
	position: relative;
}

.slider .item:after {
	display: none;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translateZ(0px);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), to(#000)) repeat-x;
	background: linear-gradient(to top, transparent 0, #000 100%) repeat-x;
	z-index: 1;
}
.slider .item a{
	display: block;
	height: 100vh;
	position: relative;
	z-index: 99;
}
.main-slider .owl-dots{
  position: absolute;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.main-slider  .owl-dot.active span, .main-slider  .owl-dot:hover span{
	background-color: #1075BC !important;
	width: 20px;
}
.main-slider .owl-nav{
	position: static;
}
.main-slider .owl-nav .owl-prev{
    position: absolute;
    top: 45%;
    left: 20px;
    background-color: transparent;
}
.main-slider .owl-nav .owl-next {
	position: absolute;
	top: 45%;
	right: 20px;	
	background-color: transparent;
}
.main-slider .owl-nav [class*=owl-]:hover{
	background-color: transparent;
}
/* End slider */


/* General style */
.main-title {
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
}

.main-title:after {
    position: absolute;
    content: "";
    bottom: -20px;
    height: 4px;
    width: 50%;
    margin: auto;
    background-color: #1075BC;
    left: 0;
    right: 0;
}

.main-title.post-title:after {
	right: inherit;
}

footer .main-title:after {
	right: inherit;
}
/* End general style */


/* Style for category-product-homepage */
.green_bg {
	background-color: #1075BC;
}

.category-product-wrap {
	border: 1px solid #f1f1f1f1;
}

.category-product-wrap .category-title {
	padding: 10px 10px;
	margin: 0;
	font-size: 20px;
}

ul.category-menu {
	padding: 0;
	margin: 0;
	overflow: auto;
}

ul.category-menu li {
	list-style: none;
	padding: 10px 20px;
	border-bottom: 1px solid #f1f1f1;
}

ul.category-menu li a {
 	font-size: 18px;
}

ul.category-menu li i {
	margin-right: 10px;
}

ul.category-menu li:hover a {
	color: #1075BC;
}

ul.category-menu li:last-child {
	border: none;
}


/* Style for product-item */
.product-item  {
	margin-bottom: 30px;
	box-shadow: 0 0 40px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.product-item:hover  {
	margin-bottom: 30px;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.3);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.product-item .product-info {
    border-top: 4px solid #1075BC;
    padding-top: 30px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/

}

.product-item .img-wrap {
	display: block;
	position: relative;
	text-align: center;
}

.product-item .img-wrap img {
	width: 100%;
}

.product-item .img-wrap:after {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: url(../images/zoom.png) center no-repeat;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.product-item .img-wrap:hover:after {
	opacity: 1;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.product-item .product-info .product-title {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	display: block;
	line-height: 18px;
}

.product-item .product-info .product-title:hover {
	color: #1075BC;
}

.product-item .product-info .price {
	color: #1075BC;
	font-size: 22px;
	line-height: 30px;
}

.product-item .product-info .product.woocommerce.add_to_cart_inline {
	display: block !important;
	text-align: center;
	margin-top: 0;
}

.product-item .product-info .woocommerce-Price-amount {
	display: block !important;
	text-align: center;
	margin-bottom: 5px;
	font-size: 17px;
}

.product-item .product-info .bubtton.ajax_add_to_cart {
	display: block !important;
	text-align: center;
	position: inherit !important;
}

.product-item .product-info .cart i {
	color: #1075BC;
	text-align: center;
	font-size: 26px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.product-item .product-info .cart:hover i {
	color: #ec1d24;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
/* End style for product-item */


/* Style for blog item */
.blog-item {
	margin-bottom: 20px;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.blog-item:hover {
	box-shadow: 0 0 40px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.3);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.blog-item .blog-info {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 20px;
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 10px;
}

.blog-item .blog-title {
	line-height: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background-color: rgba(16, 117, 188, 0.54);
	color: #fff;
}

.blog-item .blog-title a {
	color: #fff;
}
/* End style for blog item */


/* Style for section about us */
.section-about .about-content-left {
	background: url(../images/bg_aboutus.jpg) center no-repeat;
	text-align: justify;
	margin-bottom: 30px;
}
/* End style for section about us */

/* Style for footer */
footer .social-list i {
    padding: 10px;
    /*background: #1075BC;*/
    color: #fff;
    border-radius: 5px;
    margin: 5px;
    min-width: 40px;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

footer .social-list i:hover {
    /*background: #fff;*/
    color: #1075BC;
    border-radius: 5px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.copyright a {
	color: #1075BC;
}

.copyright a:hover {
	text-decoration: underline;
}

.footer-menu {
	padding-left: 30px;
}

.footer-menu {
	border-bottom: 1px solid #1075BC;
	padding-bottom: 20px;
}

.footer-menu li {
	padding: 0 10px;
}

.footer-menu li a {
	color: #fff;
	text-transform: uppercase;
}

.footer-menu li .sub-menu {
	display: none;
}

.footer-menu li a:hover,
.footer-menu li.active a,
.footer-menu li.current-item a {
	color: #1075BC;
}

.info-company i {
	color: #fff;
	width: 16px;
	text-align: center;
	margin-right: 10px;	
}

.info-company p {
	margin-bottom: 5px;
}

.info-company a {
	color: #fff;
}

.title-company span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
}

.info-company a:hover {
	text-decoration: underline !important;
	color: #fff;
}
/* End style for footer */



/* Style for product-group */
section.product-group:nth-child(odd) {
	background-color: #f8f9fa !important;
}
/* End Style for product-group */


/* Style for slider product homepage */
html .owl-theme .owl-nav {
	display: block !important;
	left: 0;
	right: 0;
	bottom: -40px;
}

html .owl-theme .owl-nav [class*=owl-] {
	background-color: #8e8e8e !important;
}

html .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #1075BC !important;
}

html .owl-theme .owl-nav div i {
	color: #fff !important;	
}

html .owl-theme .owl-dots {
	display: none !important;
}


/* Style for phone ring - hotline */
.Phone {
	position: fixed;
	bottom: 115px;
	left: 15px;
	display: block;
	margin: 0;
	width: 40px;
	height: 40px;
	font-size: 40px;
	background-color: #1075BC;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	        box-shadow: 0 0 30px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	        transform: translate3d(0, 0, 0) scale(1);
	z-index: 9999;
}

.Phone::before,
.Phone::after {
  position: absolute;
  content: "";
}

.Phone::before {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgba(#fff, 0.1);
  border-radius: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
          transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
  -webkit-animation: phone-outer 3000ms infinite;
          animation: phone-outer 3000ms infinite;
  
  &::before {
    -webkit-animation: phone-inner 3000ms infinite;
            animation: phone-inner 3000ms infinite;
  }
  
  &::after {
    -webkit-animation: phone-icon 3000ms infinite;
            animation: phone-icon 3000ms infinite;
  }
}

@-webkit-keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
            box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
            transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-box-shadow:
      0 0 0 0em rgba(#3498db, 0.1),
      0em 0.05em 0.1em rgba(#000000, 0.5);
            box-shadow:
      0 0 0 0em rgba(#3498db, 0.1),
      0em 0.05em 0.1em rgba(#000000, 0.5);
  }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow:
      0 0 0 0.5em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
            box-shadow:
      0 0 0 0.5em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
            box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
}

@keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
            box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
            transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-box-shadow:
      0 0 0 0em rgba(#3498db, 0.1),
      0em 0.05em 0.1em rgba(#000000, 0.5);
            box-shadow:
      0 0 0 0em rgba(#3498db, 0.1),
      0em 0.05em 0.1em rgba(#000000, 0.5);
  }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow:
      0 0 0 0.5em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
            box-shadow:
      0 0 0 0.5em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
            box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
}

@-webkit-keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
            transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
}

@keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
            transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
}

@-webkit-keyframes phone-icon {
  0% { -webkit-transform: translate3d(0em, 0, 0); transform: translate3d(0em, 0, 0); }
  2% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  4% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  6% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  8% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  10% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  12% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  14% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  16% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  18% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  20% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  22% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  24% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  26% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  28% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  30% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  32% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  34% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  36% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  38% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  40% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  42% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  44% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  46% { -webkit-transform: translate3d(0em, 0, 0); transform: translate3d(0em, 0, 0); }
}

@keyframes phone-icon {
  0% { -webkit-transform: translate3d(0em, 0, 0); transform: translate3d(0em, 0, 0); }
  2% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  4% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  6% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  8% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  10% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  12% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  14% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  16% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  18% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  20% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  22% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  24% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  26% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  28% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  30% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  32% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  34% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  36% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  38% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  40% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  42% { -webkit-transform: translate3d(0.01em, 0, 0); transform: translate3d(0.01em, 0, 0); }
  44% { -webkit-transform: translate3d(-0.01em, 0, 0); transform: translate3d(-0.01em, 0, 0); }
  46% { -webkit-transform: translate3d(0em, 0, 0); transform: translate3d(0em, 0, 0); }
}


/* Style for news section - homepage */
.date-time-post {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 3px solid #333;
	text-align: center;
	padding: 5px 10px;
	background-color: rgba(255,255,255,0.8);
}

.date-time-post p {
	margin: 0;
	line-height: 18px;
}

.date-time-post p:first-child {
	font-size: 26px;
	margin-bottom: 3px;
}

.date-time-post p:last-child {
	font-size: 18px;
}

.card.blog-item a.btn {
	border: 3px solid #177d1b !important;
	color: #177d1b;
}

.card.blog-item a.btn:hover {
	border: 3px solid #f7d038 !important;
	background-color: #f7d038;
}

.blog-item .card-title {
	color: #177d1b;
}


/* Style for form search */
#searchFRM {
	position: relative;
}

input#inputSearchAuto {
	padding-left: 20px;
	padding-right: 70px;
	width: 100%;
	font-size: 22px;
	color: #333;
}

.insButton.btnSearch {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 70px;
	border: none;
	cursor: pointer;
	background-color: #333;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.insButton.btnSearch:hover {
	background-color: #1075BC;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.insButton.btnSearch i {
	font-size: 28px;
	color: #fff;
}
/* End style for form search */


/* Style for form contact */
#gmContactForm label.error {
	color: #ff0000;
	font-size: 14px;
	margin-top: 4px;
	display: block;
}

html #instantclick #instantclick-bar {
	background-color: #1075BC !important;
}

html .content-post a {
	color: #333 !important;
}

.chat-zalo
{
    position      : fixed;
    z-index       : 1000;
    padding       : 5px 15px;
    border-radius : 15px;
    right          : 20px;
    bottom        : 90px;
    background    : #1075BC;
}

.chat-zalo a
{
    color : #ffffff;
	font-size: 13px;
}
.shoping ul{
    display: flex;
    list-style: none;
    align-items: center;
    padding-left: 0;
}
.shoping ul li:first-child{
    margin-right: 15px;
}