@font-face {
   font-family: 'gillsans';
   src: url(../../fonts/gillsans.woff) format("woff");
}
@font-face {
   font-family: 'geobold';
   src: url(../../fonts/geobold.woff) format("woff");
}
@font-face {
   font-family: 'geoheavy';
   src: url(../../fonts/geoheavy.woff) format("woff");
}

html, body {
	font-family: 'gillsans';
}

.header-first {
	background: #264a97;
}
.header-second {
	background: #e8e8e8;
	padding: 5px 0px;
}
.header-second-box {
	color: #fff;
}

.container-top-search i.fa {
	color: #264a97;
}
.input-field {
	border: 1px solid #264a97;
}
	.input-field:focus {
	    border-color: #264a97;
	    box-shadow: 0 0 8px rgb(211, 40, 31);
	}

.btn-three {
	background: #264a97;
	color: #fff !important;
}
	.btn-three:hover {
		background: #0b307d;
	}

.slick-dots li button:before {
	font-size: 10px;
	color: #264a97;
}
.slick-dots li.slick-active button:before {
	color: #264a97;
}
.sch-show-finish-shoping {
	background: #264a97;
	color: #fff;
}
.box-footer-caret {
	background: #264a97;
}
.copyright {
	background: #151515;
	color: #fff;	
	/* padding: 32px; */
}
	.copyright a {
		color: #fff;
	}
	.copyright-checkout {
		background: #f5f5f5;
	    border-top: 1px solid #e0e0e0;
	    color: #000;
	    padding: 10px;
	}
		.copyright-checkout a { 
			color: #000;
		}


.sp-shopping-cart-sm {
	background: url('../../images/sprite.png') no-repeat -1089px -26px;
	width: 21px;
	height: 20px;
}
.ulcat a:hover {
	color: #264a97;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { 
	background-color: #264a97;
    border-color: #264a97;
}

.txt-more-description {
    color: #264a97;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-bottom: 7px solid #264a97;
}
.btn-upload {
	background: #264a97;
	color: #fff;
}
	.btn-upload .txt-upload {
		color: #fff;
	}
.btn-upload .icon-upload {
	background: #264a97;
}

.input-auth:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(211, 40, 31);
    border: 1px solid #264a97;
}

.txt-file-upload {
	color: #264a97;
}

.container-checkout .nav-tabs>li.active>a, .container-checkout .nav-tabs>li.active>a:focus, .container-checkout .nav-tabs>li.active>a:hover {
	border-bottom: 3px solid #264a97;
}

.boa-list-add {
	color: #264a97;	
}

.box-testimonial-img img {
    border: 4px solid #d95214;
    height: 100px;
}

.box-status-order-separate {
	background: #264a97;	
}
.loh-code {
	color: #264a97;
}
.loh-step-list {
	background: #264a97;
	color: #fff;
}
.box-my-account:hover {
	background: #264a97;
	color: #fff;
}
.box-my-account {
	color: #fff;
}

.container-sidebar-account {
    background: #fff;
    padding: 20px;
    border-left: 5px solid #264a97;
}

.top-search {
    border: 2px solid #264a97;
    color: #264a97;
}
	.top-search:focus {
		border-color: #264a97;
		box-shadow: 0px 0px 8px #264a97;
	}
.cmx-head {
	background: #264a97;
	color: #fff;
}

.cmx-close {
    border: 2px solid #fff;
}

.container-image-home {
	margin-top: 30px;
}
	.container-image-home img {
		width: 100%;
		margin-bottom: 20px;
	}

.container-benefit {
	margin-bottom: 70px;
}

.btn-two {
	color: #333;
}

.testimonial-wrap {
	border-bottom: none;
	border-top: none;
	padding: 30px 0px 60px 0px;
}

.txt-why {
	margin: 0 0 35px;
    padding: 0 0 0 85px;
    font-family: 'geobold';
    font-size: 2.5em;
    line-height: 100%;
    display: inline-block;
    position: relative;
}
	.txt-why:before {
		font-size: 3.8em;
	    position: absolute;
	    top: 40px;
	    left: 0;
	    color: #d95214;
	    content: '?';
	}
	.txt-why span {
		margin: 0 0 10px;
	    padding: 15px 0;
	    font-family: 'geoheavy';
	    font-size: 1.2em;
	    color: #d95214;
	    border-style: solid;
	    border-color: #d95214;
	    border-width: 3px 0;
	    display: block;
	}

.container-why {
	margin-top: 100px;
}
.container-testimonial {
	background: #f7f7f7;
}

.img-mesin {
	width: 100%;
}

.ol-advantage {
	margin: 40px 0 0;
    padding: 0;
    width: 100%;
    list-style: none;
    overflow: hidden;
}
	.ol-advantage li {
		padding: 0 15px;
	    width: 33.33%;
	    float: left;
	    text-align: center;
	    border-left: 2px solid #d95214;
	    color: #d95214;
	}
		.ol-advantage li:first-child {
			border: 0;
		}
		.ol-advantage li img {
			height: 60px;
		}
		.ol-advantage li span {
			padding: 7px 0 0;
		    font-family: 'geoheavy';
		    font-size: 1em;
		    display: block;
		    line-height: 130%;
		}

.container-why-right {
	padding-left: 30px;
}

.box-footer-title {
	font-weight: normal;
}

.box-testimonial-product-title {
	font-weight: normal;
}
.box-testimonial-name {
	font-weight: normal;
}

.head-category {
	margin-top: 30px;
    font-size: 20px;
    margin-bottom: 10px;
}

.box-product-home-image img {
	width: 100%;
}
.box-product-home {
	background: #f5f5f5;
}
.box-product-home .box-product-name {
	margin-top: 0px;
	margin-bottom: 2px;
	height: auto;
}
.box-product-home .box-product-detail {
	background: #e8e8e8;
    padding: 5px;
    text-align: center;
}

	.box-product-home .slide-product-detail:hover {
		background: #f9f9f9;
	}
.slide-product {
	margin-left: -5px;
	margin-right: -5px;
}
	.slide-product-item {
		padding-left: 5px;
		padding-right: 5px;
	}

.slide-product {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slide-product.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

.slide-product .slick-next:before, .slide-product .slick-prev:before {
	color: #000 ;
}

.sch-wrap {
	color: #000;
}

.container-voucher {
	position: relative;
}
	.container-voucher button {
		position: absolute;
		top: 0px;
		right: 0px;
	}

.box-voucher-delivery {
	display: none;
}

.txt-before-discount {
	color: #8a8a8a;
	text-decoration: line-through;
}

.line-through {
	border-top: 1px solid #ddd;
    margin: 20px 0;
    position: relative;
    text-align: center;
}
.line-through p {
    position: absolute;
    text-align: center;
    top: -13px;
    width: 100%;
}

.line-through span {
    background: #fff;
    padding: 0 10px;
}
.muted {
    color: #999;
}
.btn-login-fb {
	width: 100%;
}
.btn-login-google {
	width: 100%;
	margin-top: 10px;
}

.container-map {
	height: 300px;
}

.separate-home {
	border-bottom: 1px solid #E8E8E8;
    margin-top: 35px;
}

@media (max-width: 767px) {
	.container-why-right {
		padding: 10px;
	}
	.header-first {
		background: #e8e8e8;
	}
	.header-second {
		background: #264a97;
    	padding: 10px 0px;	
	}	
	.header-first-two {
		color: #000;
		font-size: 18px;
		margin-top: -27px;
	}
		.header-first-two a {
			color: #000;		
		}
	.copyright {
		padding: 15px;
	}
	.header-second-box i {
		color: #fff;
	}
	.xs-menu li a i {
		color: #264a97;
	}

	.sp-shopping-cart {
		background: url('../../images/sprite.png') no-repeat -1180px -19px;
		width: 34px;
		height: 33px;
	}

	.slideshow .slick-slide img {
		width: 150%;
	}
	.slideshow .slick-active img {
		margin-left: -25%
	}
	.ol-advantage li {
	    border-left: 1px solid #d95214;
	}

	.slide-product .slick-next {
		right: -5px;
	}
	.slide-product .slick-prev {
		left: -5px;
		z-index: 999;
	}
}

#tawkchat-container {
	opacity: 0;
}