/*
Theme Name: khoweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*Form*/
.dashicons{
	-ms-transform: rotate(0deg); /* IE 9 */
  transform: rotate(0deg);
}
.ptt .dashicons{
	-ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}
.mfp-content .table_body{
	position:relative
}
.mfp-content .table-custom{
	padding:10px
}
.table_body *{
	color:#000;
}
.disable *{
	color: #9a9a9a;
	border-color: #9a9a9a;
}
.table-custom{
	padding: 0px;
    display: block;
}
.table_body{
	position:absolute;
	background:#fff;
	width:100%;
}
.cat-body.c-show{
	display:block
}
.cat-title{
	width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
    padding: 10px 2px 10px;
    margin-top: -1px;
    font-weight: 700;
}
.cat-title,.title-custom{
	display: flex;
    justify-content: space-between;
}
.table_body{
	display:none
}
.title-custom .dashicons{
	vertical-align: middle;
	height: 25px;
    line-height: 25px;
}
.title-custom{
	background: #2699d9;
    text-align: center;
	padding: 10px 20px;
    color: #fff;
    font-weight: bold;
	line-height:25px;
    min-height: 45px;
    font-size: 16px;
}
.table_body{
	padding:20px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.cat-body-inner{
	padding:10px;
}
.cat-title .dashicons{
	font-size:20px;
	width: 22px;
    height: 22px;
	vertical-align: middle;
}
.cat-body{
	display:none;
}
.active{
	display:block!important;
}
.cat-item{
	display:block
}
.title-custom,.cat-title,.cat-item{
	cursor:pointer;
	text-transform:uppercase;
}
.cat-item:hover, .cat-item:active, .cat-item:focus {
	color:#2699d9
}
/*
@font-face {
    font-family: "Averta";
    src: url("fonts/Intelligent Design - AvertaStdCY-Regular_3.otf");
}
@font-face {
    font-family: "AvertaBold";
    src: url("fonts/Intelligent Design - AvertaStdCY-Bold_1.otf");
}
body , .nav > li > a{
	font-family: "Averta" !important;
}
h1,h2,h4,h5,h6 {
	font-family: "Averta" !important;
}
*/
.prdctfltr_title_selected, .prdctfltr_collector {
	display:none;
}
.prdctfltr-down, .prdctfltr-up {
	
}
.prdctfltr_add_scroll {
	
}
.pf-help-title.disable-click{
    
}
.prdctfltr_widget_title i {
	opacity:1;
}
.pf-help-title {
	position:relative;
}
.pf-help-title:before{
  content: "";
}
.pf-help-title:after{
  right: 0;
  top:10px;
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  transition: 0.25s;
  font-size:16px;
  color:#fff;
}
.pf-help-title.disable-click:after{
  transform: rotate(90deg);
}

.pf-help-title.disable-click:before{
  display:none;
}
a {
  transition: 0.5s;
}

#header-contact li a {
  font-size: 13px;
  text-transform: inherit;
}

#header-contact li a i {
  font-size: 13px;
  color: #d81324;
  margin-right: 5px;
}
#project-category h3,
.sidebar-project h3 {
  text-transform: capitalize;
}
.section.home-baner .flickity-slider {
  /* transform: translateX(0) !important; */
}

.header-main .nav > li > a {
}

.nav > li.has-icon > a > i {
}
.name.product-title {
	font-size:14px;
	font-weight:bold;
	height:40px;
	overflow:hidden;
}
.price-wrapper span.amount {
	font-weight:normal;
	font-size:16px;
}
.product-info .price,  .product-info .price-wrapper span.amount{
	font-size:28px;
	font-weight:bold;
}
.absolute-footer.dark {
  background: #000 !important;
  padding: 15px 0px;
  color: #afb5bb;
}

.absolute-footer.dark a {
  color: #afb5bb;
}

.copyright-footer,
.absolute-footer.dark a {
  font-size: 14px;
}

.absolute-footer.dark a:hover {
  color: #d81324;
}

.footer-secondary {
  padding: 0px;
}

.section.home-category .col {
  padding: 0px;
}

.section.home-category .banner .banner-bg .overlay {
  display: none;
}

.section.home-category .banner:before {
  content: "";
  display: block;
  position: absolute;
  border: 12px solid #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.section.home-category .banner:hover:before {
  opacity: 0.6;
  z-index: 1;
}
/*
.shop-page-title.page-title {
	padding-bottom: 20px;
    text-align: center;
    background-color: #f2f2f2;
}
*/
.h-title {
    padding-bottom: 40px;
    text-align: center;}

.h-title h3 {
  color: #afb5bb;
  font-size: 12px;
  font-weight: 700 !important;
  letter-spacing: 2.4px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  width: auto;
}
.h-title h3:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -30px;
  background: url(images/icon.png);
  width: 20px;
  height: 16px;
  display: block;
  z-index: 9;
  background-size: cover;
  background-repeat: no-repeat;
}

.h-title h2 {
  color: #0b2154;
  font-size: 34px;
  font-weight: 700;
}

.section.why .is-divider {
  display: none;
}
/* project */
.h-project .box-text {
  padding: 0px;
}
.h-project h5.post-title,
.p-list .title-small {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 0;
  transition: 0.5s;
  background-color: #000;
  color: #fff;
  padding: 3px 5px;
  border-top: 0px solid #ff6501;
  text-align: left;
}
.h-project h5.post-title {
	border-top:0px;
}
.h-project .subtitle {
	position: absolute;
    left: 0;
    top: -12px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
    background-color: #ff6501;
    padding: 0px 5px;
    line-height: 12px;
    margin: 0;
}
.project-item .col-inner{
	background-color:#f2f2f2;
	float:left;
	width:100%;
}
.project-item .box-blog-post, .project-item .box-text {
	float:left;
	width:50%;
	position:relative;
}
.project-item .image-cover {
	padding-top:56.25%;
}
.h-project .project-item .box-text {
	
}
.h-project .project-item .post-title { 
	font-size:25px;
	line-height:30px;
}
.h-project .project-item h4, .post-item.featured .box-text-post h3 {
	width: 100%;
    font-size: 1.5rem;
    margin-top: .5rem;
    color: #0b2154;
	padding:0 15px;
	margin-bottom:.1em;
}
.post-item.featured .box-text-post h3 a {
	color:#0b2154;
}
.archive .post-item.featured .box-text-post{
	padding-top:45px;
}
.sub-img {
	position:relative;
}
.h-project .project-item .subcate {
	font-size: 0.875rem;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFA80A;
    color: #fff;
    padding: .25rem .5rem;
}
.p-list .title-small {
  display: none;
}

.p-list .title-small a {
  color: #fff;
}
.archive .post-item.featured .box-text-post .desc,
.p-list .desc {
  background-color: #f2f2f2;
  padding: 15px;
}
.p-list .desc {
  height: 80px;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  line-height:24px;
  margin-bottom:0;
  padding:.5rem;
}
.h-project p.from_the_blog_excerpt {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  /* height: 125px; */
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 15px;
  text-align: left;
}
.h-project .button {
}
.home .section.why img.attachment-thumbnail.size-thumbnail {
  object-position: 50% 100%;
}
.archive .section.why .h-project .box-image .image-cover {
  padding-top: 56%;
}
.archive .section.why .h-project .col.post-item {
  background: transparent;
}
/* .home .section.why .image-cover {
  padding-top: 65.2%;
} */
/*.section.why h5.post-title.is-large {
    font-size: 18px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 0;
    transition: 0.5s;
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    border-top: 5px solid #ff6501;
    text-align: left;
}
.section.why p.from_the_blog_excerpt {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    height: 150px;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 15px;
    text-align: left;
}
.section.why button.button.is-link.is-small.mb-0 {
  font-size: 14px;
  font-weight: 700;
  text-transform: inherit;
  color: #596277;
  transition: 0.5s;
  display:none;
  text-transform:capitalize;
}
.section.why .box-text {
  padding: 0px;
}
.section.why .new h5.post-title {
  margin-bottom: 15px !important;
}
.section.why .post-meta.is-small.op-8 {
  color: #afb5bb;
  margin-bottom: 12px;
}
*/
.box-blog-post .is-divider {
  display: none;
}
.section.why {
  padding-bottom: 60px !important;
}
.section.why .col-inner .post-title:hover,
.section.why .col-inner .button.button.is-link:hover {
  color: #d81324 !important;
}
/*.section.why .col-inner a:hover .post-title {
  color: #0b2154;
}
*/
.section.why .col-inner a:hover .from_the_blog_excerpt {
  color: #596277;
}
.section.home-banner .text-box h3 {
  margin: 20px 0px;
  font-weight: 700;
  line-height: 28px;
  font-size: 34px;
  text-transform: capitalize;
}
.section.home-banner .text-box p {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0px;
}
.section.home-banner .text-box p span {
  color: #ffaf04;
}
.section.home-banner .button {
  border-color: #d81324;
  background-color: #d81324 !important;
  color: #fff !important;
  font-size: 14px;
  transition: 0.5s;
  padding: 7px 30px;
}
.section.partner {
  padding-top: 60px !important;
}
.section.home-banner .button:hover {
  background-color: #0b2154 !important;
  border-color: #0b2154 !important;
}
.section.home-category .text-inner h3 {
  margin: 0px;
  font-size: 24px;
  font-weight: 700;
}
.section.home-category .text-inner h6 {
  margin: 0px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.section.about .col {
  padding: 0px;
}
.section.about .video .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.section.about .video .video-button-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.section.about .video .video-button-wrapper a {
  color: #fff;
  margin: 0px;
}
.section.about .right-text {
  margin-top: 50px;
  background: #fff;
}
.section.about .right-text .col-inner {
  padding: 70px 60px;
}

.section.about .right-text .is-divider.divider.clearfix {
  display: none;
}
.section.about .right-text .page-title {
  text-align: left;
  padding-bottom: 25px;
}
.section.about .right-text .page-title h3 {
  padding-left: 35px;
}
.section.about .right-text {
  text-align: justify;
}
.section.about .page-title h3:before {
  left: 0px;
}

.section.project {
  position: relative;
  overflow: hidden;
}

.section.project .box-text.show-on-hover.hover-bounce.text-center.is-large {
  background: #fff;
  width: 30%;
  text-shadow: none;
  text-align: left;
  padding: 30px !important;
}
.section.project h5.post-title.is-larger {
  color: #000;
  font-size: 22px;
  margin: 0px;
  line-height: 34px;
}
.section.project p.from_the_blog_excerpt {
  margin: 0px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-shadow: none;
}
.section.project .is-divider {
  display: none;
}
.section.project .has-hover:hover .show-on-hover {
  /* transform: translate(0) !important; */
  transform: scale(1) !important;
}
.section.project button.button.is-outline.is-small.mb-0 {
  border-color: #d81324;
  background-color: #d81324;
  text-transform: inherit;
  font-weight: 500;
  font-size: 14px;
  border-radius: 30px;
  transition: 0.5s;
}
.section.project button.button.is-outline.is-small.mb-0:hover {
  background-color: #0b2154 !important;
  border-color: #0b2154 !important;
}
.section.project .box-text-title {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.section.project h2 {
  transform: rotate(-90deg);
  left: -47%;
  position: absolute;
  color: #fff;
  text-transform: capitalize;
  font-size: 54px;
  top: -45%;
}
.section.project .col {
  padding: 0px;
  max-width: 88%;
  -ms-flex-preferred-size: 88%;
  flex-basis: 88%;
}
.section.project .col.post-item {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.section.project .title-project {
  max-width: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}
.section.project img {
  width: 100%;
}
.section.customers,
.section.product {
  padding-top: 80px !important;
}
.section.product {
  padding-bottom: 0px !important;
}
.section.customers .bg.section-bg.fill.bg-fill.bg-loaded {
  background-color: #f1f1f1;
}
.section.customers .icon-box .icon-box-img img {
  transition: 0.5s;
}
.section.customers .icon-box:hover .icon-box-img img {
  transform: scale(0.9);
}
.section.customers .icon-box {
  background-color: #ffffff;
  padding: 55px 40px;
  border: 1px solid #f1f1f1;
}
.section.customers .testimonial-meta.pt-half .testimonial-name {
  color: #0b2154;
  font-weight: 700;
}
/*
.product .col-inner .product-small .box-image {
  border: 1px solid #e5e5e5;
}
.product .col-inner .product-small .name.product-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  height: auto;
  margin: 10px 0px;
}
.product .col-inner .product-small .price-wrapper {
  height: auto;
  font-size: 16px;
  color: #0b2154;
  font-weight: 700;
  transition: 0.5s;
}
.product .col-inner .product-small .price-wrapper span.price span.amount {
  line-height: 24px;
  font-weight: 700;
}
.product .col-inner .product-small.box {
  min-height: 410px;
}
.product .col-inner .product-small.box:hover .price-wrapper {
  display: none;
}
.product .col-inner .product-small.box:hover .box-image {
  border: none;
}
.product .col-inner .product-small.box:hover {
  border: 1px solid #e5e5e5;
  padding-bottom: 45px;
}
.product .col-inner .box-text.text-center {
  padding: 20px;
}
.product .col-inner .product-small .ajax_add_to_cart {
  background-color: #d81324;
  border-color: #d81324;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 15px;
  width: 100%;
  text-transform: capitalize;
  transition: 0.5s;
  display: none;
}
.product .col-inner .product-small.box:hover .ajax_add_to_cart {
  display: block;
}
.product .col-inner .product-small .ajax_add_to_cart:hover {
  border-color: #0b2154;
  background-color: #0b2154;
}*/
.my-breadcrumbs {
  background-image: url(images/bg-breadcrumbs.jpg);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0px;
}
.my-breadcrumbs h1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  margin-bottom:5px;
}
.link-url {
	font-size:18px;
}
#crumbs {
	display:none;
}
.my-breadcrumbs,
.my-breadcrumbs a,
.my-breadcrumbs span {
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  transition: 0.5s;
}
.my-breadcrumbs i {
  width: 25px;
  text-align: center;
}
.my-breadcrumbs a:hover {
  color: #d81324;
}

.section.page-about .col-inner .icon-box {
  padding: 45px 15px 45px 40px;
  margin-bottom: 30px;
}
.section.page-about .icon-box-text.last-reset h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -0.6px;
  margin-bottom: 24px;
}
.section.page-about .icon-box-text.last-reset p {
  color: #fff;
  color: #fff;
  font-size: 18px;
  line-height: 1.3333em;
  letter-spacing: -0.45px;
  margin-bottom: 0px;
  margin-bottom: 24px;
}
.section.page-about .icon-box-text.last-reset a.button.primary.lowercase {
  color: #0b2154;
  text-transform: none;
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  font-size: 14px;
  padding: 5px 20px;
  transition: 0.5s;
}
.section.page-contact .wpcf7-form-control {
  box-shadow: none;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  width: 100%;
  color: #afb5bb;
  font-size: 1rem;
  height: 50px;
  font-weight: 500;
}
.section.page-contact .text-contact h2 {
  color: #fff;
}
.section.page-contact .text-contact p {
  color: #fff;
}
.section.page-contact .text-contact .col-inner {
  background-color: rgb(122, 122, 122);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0;
  padding: 45px;
}
.section.page-contact .medium-7 .col-inner {
  padding: 45px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #ffff;
}
.section.page-contact .wpcf7-form-control::placeholder {
  font-size: 1rem;
}
.section.page-about .col-inner .icon-box:nth-child(1) {
  background-color: #d81324;
}
.section.page-about .col-inner .icon-box:nth-child(2) {
  background-color: #0b2154;
}
.section.page-about .col-inner .icon-box:nth-child(3) {
  background-color: #596277;
}
.section.page-contact h2 {
  margin-bottom: 30px;
}
.section.page-contact input.wpcf7-form-control.wpcf7-submit {
  background: #d81324;
  color: #fff;
  text-transform: inherit;
  font-size: 1rem;
  letter-spacing: 1px;
  transition: 0.5s;
}
.section.page-contact input.wpcf7-form-control.wpcf7-submit:hover {
  background: #0b2154 !important;
}
.section.page-contact span.wpcf7-not-valid-tip {
  background: #fff;
  font-size: 12px;
  padding-left: 15px;
}
.section.map {
  padding-bottom: 30px !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
.section.page-contact .text-contact p i {
  width: 25px;
  text-align: left;
}
.shop-page-title.category-page-title.page-title .yith-wcbr-brand-select {
  float: left;
  display: flex;
  align-items: center;
}
.shop-page-title.category-page-title.page-title
  p.woocommerce-result-count.hide-for-medium,
.shop-page-title.category-page-title.page-title .woocommerce-ordering {
  display: none;
}
/*
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
  text-align: left;
  font-size: 16px;
  text-transform: initial;
  color: #0b2154;
}
.shop-page-title.category-page-title.page-title h3:before {
  display: none !important;
}
.shop-page-title.category-page-title.page-title h3 {
  margin: 0px;
  padding-right: 20px;
  color: #0b2154;
  font-size: 16px;
  letter-spacing: 0;
}
*/
.archive
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.archive
  .select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #0b2154 !important;
  color: #fff;
}
.archive
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.archive
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.archive
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.archive .select2-dropdown,
.archive
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border: 1px solid #e5e5e5;
  box-shadow: none;
}
.single-page p {
	font-size:18px;
}

.single-page img.size-full.alignnone {
    margin-bottom: 1.3em;
}
.product-small span.yith-wcbr-brands {
  display: none;
}
.section.page-shop-filter .yith-wcbr-thumbnail-list::before {
  display: none;
}
.section.page-shop-filter .yith-wcbr-thumbnail-list ul {
  width: 100%;
  float: left;
}
.section.page-shop-filter .yith-wcbr-thumbnail-list ul li {
  width: 20% !important;
  margin: 0px !important;
  clear: none !important;
  margin-bottom: 20px !important;
}
.section.page-shop-filter .yith-wcbr-thumbnail-list ul li a {
  padding: 0px;
  border: none;
}
.section.page-shop-filter .yith-wcbr-thumbnail-list ul li:nth-child(6),
.section.page-shop-filter .yith-wcbr-thumbnail-list ul li:nth-child(11) {
  clear: left !important;
}
.section.page-shop-filter .yith-wcbr-thumbnail-list ul li a img {
  opacity: 0.8;
  border: 1px solid transparent;
  transition: 0.5s;
}
.section.page-shop-filter .yith-wcbr-thumbnail-list ul li a:hover img {
  opacity: 1;
  border: 1px solid #d81324;
}
.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before {
	width: 16px !important;
    height: 16px !important;
	border:1px solid #7d7d7d !important;
}
.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after {
    font-size: 15px;
    line-height: 18px;
    background-color: #0b2154;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
}
.prdctfltr_woocommerce_ordering label, .prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span{
	font-weight:normal !important;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label:hover>span {
	color:#0b2154;
}
.prdctfltr_collector_border>span, .prdctfltr_collector_flat>span {
    border: 1px solid #ff0000 !important;
    border-radius: 3px !important;
    font-size: 12px;
}
.prdctfltr_wc .mCSB_scrollTools .mCSB_draggerContainer {
	width: 10px;
	background-color:#f5f5f5;
	border-radius:16px;
}
.prdctfltr_wc .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #446084 !important;
	width:10px !important;
	
}
.prdctfltr_wc .mCSB_scrollTools .mCSB_draggerRail {
	width:10px !important;
	border-radius:0 !important;
	background-color:#f5f5f5 !important;
}
.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms .prdctfltr_search_terms_input {
	min-height: 15px;
    border: 1px solid #2e67b1;
	font-size:12px;
    padding: 10px 10px;
    border-radius: 3px;
}
.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms:hover .prdctfltr_search_terms_input {
	border-corlor:#2e67b1;
}
/* breadcrumb*/
.page-title-inner {
	padding-top:0;
}
.featured-title .page-title-inner {
	padding-bottom:0;
}
.dark .breadcrumbs,.dark .breadcrumbs a, .woocommerce-breadcrumb a {
	font-weight:bold;
	color:#000;
	text-transform:capitalize;
}
.product-gallery .flickity-prev-next-button {
	width:50px;
}
.product-gallery .flickity-prev-next-button svg {
	padding:10%;
	top:30%;
}
.archive .blog-wrapper.blog-archive {
  padding-top: 0px !important;
}
.archive .blog-wrapper.blog-archive .row-divided {
  padding-top: 50px;
}
/* .post-sidebar.large-3.col{
  padding-right: 15px;
}
.large-9.col.medium-col-first{
  padding-left: 15px;
  border-left: none;
} */
.archive .badge.absolute.top.post-date.badge-outline {
  display: none;
}
.archive .box-text.text-left {
  vertical-align: inherit;
  padding-top: 45px;
  padding-right: 0px;
}
.archive .box-text.text-left .is-divider {
  display: none;
}
.archive .box-text.text-left h5.post-title.is-large {
  margin: 0px;
  margin-bottom: 8px;
  font-size: 20px;
  transition: 0.5s;
  line-height: 24px;
}
.archive .box-text.text-left p.from_the_blog_excerpt {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
  padding:0 15px;
}
.archive .col.post-item a:hover p.from_the_blog_excerp {
  color: #596277 !important;
}
.archive .col.post-item a:hover h5.post-title.is-large {
  color: #d81324;
}
.archive .post-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom:0;
}
.archive .post-item.featured {
	margin-bottom:30px;
	background-color: #f2f2f2;
}
.archive .post-item.featured .image {
  width: 50%;
  float: left;
}
.archive .post-item.featured .box-text-post {
  width: 50%;
  float: left;
}
.archive article.post-item h3 {
  font-size: 22px;
  line-height: 28px;
}
.archive article.post-item p {
  line-height: 28px;
  font-size:18px;
  margin-bottom: 0px;
  padding: 0 15px;
}
.archive .post-item.featured .image figure {
  margin-bottom: 0;
}
.archive .last .image figure {
  height: 165px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.archive .last .image figure img {
  width: 100%;
  position: absolute;
  top: 56.25%;
  transform: translateY(-56.25%);
  height: auto;
}
.archive .last h3 {
}
.archive .last .details {
  margin-bottom: 0px;
  font-size: 14px;
  color: #596277;
}
.archive .last .details a {
  color: #596277;
}
.archive .last .details a:hover {
  color: #d81324;
}
.sidebar-project .image {
  padding-right: 10px !important;
  position: relative;
  width: 50%;
  float: left;
}
.sidebar-project article {
  float: left;
  width: 100%;
}
.sidebar-project .image .details {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d81324;
  padding: 5px;
  font-size: 10px;
  transition: 0.5s;
}
.sidebar-project .image .details a {
  color: #fff;
}
.sidebar-project .image .details:hover {
  background-color: #0b2154;
}
.sidebar-project .post-item {
  margin-bottom: 10px !important;
}
.sidebar-project .post-item:hover .details {
  background-color: #0b2154;
}
.sidebar-project .image figure {
  margin-bottom: 0px !important;
}
.sidebar-project .box-text-post h3 {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 0px !important;
  /* letter-spacing: 1px; */
}
.relatedcat ul {
  padding-left: 0px;
  list-style: none;
}
.relatedcat ul li {
  border-bottom: 1px solid #afb5bb;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}
.relatedcat ul li:last-child {
  border-bottom: none;
}
aside {
  margin-bottom: 30px;
}
aside select {
  margin-bottom: 0px !important;
}
.lien-quan {
  padding-top: 30px;
}
.lien-quan ul li {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.post-template-default .my-breadcrumbs {
  margin-bottom: 50px;
}
.post-template-default div#content {
  padding-top: 0px !important;
}
/* .archive .row-item {
  float: left;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.archive .row-item article.post-item {
  width: 33.33%;
  float: left;
  padding: 0px 15px;
  margin-bottom: 30px;
} */
/*project*/
.archive .medium-col-first .box-text-post {
  background-color: #f2f2f2;
}
.h-project .banner-layers.container {
  max-width: 100%;
}
#comments {display:none;}
.widget_nav_menu {
	padding-left:0;
}
@media (max-width: 1200px) and (min-width:768px) {
	.archive .post-item.featured .box-text-post, .archive .box-text.text-left {
		padding-top: 15px;
	}
	.h-project .project-item .post-title, .h-project .project-item h4, .post-item.featured .box-text-post h3 {
		font-size: 20px;
		line-height: 34px;
	}
	.archive article.post-item p, .p-list .desc, .archive .box-text.text-left p.from_the_blog_excerpt{
		line-height: 26px;
		font-size: 16px;
	}
	.h-project .project-item .subcate {
		font-size: 9px;
	}
}

@media (min-width: 991px) {
  .post-sidebar.large-3.col {
    padding-right: 15px;
  }
  .large-9.col.medium-col-first {
    padding-left: 15px;
    border-left: none !important;
  }
  .shop-container .products > .product-small{
	max-width: 33.33%;
    flex-basis: 33.33%;
  }
}
@media (max-width: 767px) {
  .p-list .desc {
    height: 60px;
  }
  .archive .section.why .h-project .post-item {
    /* height: auto !important; */
    height: auto !important;
    min-height: 100px !important;
    margin-bottom: 0px;
  }
  .archive .section.why {
    padding: 0px 15px !important;
  }
  #wrapper {
    overflow: hidden;
  }
  .banner .button {
    padding: 0px 10px;
    font-weight: 500;
    font-size: 12px;
  }
  .section.about .right-text .col-inner {
    padding: 30px 30px;
  }
  .section.project .box-text.show-on-hover.hover-bounce.text-center.is-large {
    width: 80%;
    padding: 15px !important;
  }
  .section.project p.from_the_blog_excerpt {
    display: none;
  }
  .section.project h5.post-title.is-larger {
    color: #000;
    font-size: 14px !important;
    margin: 0px;
    line-height: 18px;
  }
  .section.project button.button.is-outline.is-small.mb-0 {
    font-size: 10px;
  }
  .page-title h2 {
    font-size: 30px;
  }
  .section.why h5.post-title.is-large {
    
  }
  .h-blog > .col {
    padding-bottom: 0;
  }
  .h-blog .box-vertical .box-image {
    width: 50% !important;
    margin: 0;
    float: left;
    margin-right: 15px;
  }
  .h-blog .box-text p {
    display: none;
  }
  .h-project, .du-an {
	  padding-bottom:0;
  }
  .project-item .box-blog-post, .project-item .box-text {
		float: left;
		width: 100%;
	}
   .archive .post-item.featured {
	   margin-bottom:15px;
	   padding-bottom:0;
   }
  .archive .post-item {
    background-color: #fff;
    min-height: auto;
  }
  .archive .post-item.category {
    min-height: 260px !important;
  }
  .section.why .col.post-item {
    max-width: 100%;
    flex-basis: 100%;
  }
  .section.why h5.post-title.is-large, .h-project .project-item .post-title {
    font-size: 18px;
    line-height: 22px;
    transition: 0.5s;
  }
  .section.why p.from_the_blog_excerpt,
  .archive .post-item.featured .box-text-post .desc,
  .p-list .desc {
    font-size: 12px;
    line-height: 17px;
    text-align: justify;
    overflow: hidden;
  }
  .section.why button.button.is-link.is-small.mb-0 {
    margin-top: 0px;
  }
  .section.why {
    padding-bottom: 0px !important;
  }
  .archive .blog-wrapper.blog-archive .row-divided {
		padding-top: 30px;
	}
  .page-title h2,
  .section.home-banner .text-box h3 {
    font-size: 22px !important;
  }
  .section.home-banner .text-box h3,
  .section.home-banner .text-box p {
    margin: 10px 0;
  }
  .archive .du-an {
    padding-left: 0px;
    padding-right: 0px;
  }
  .archive .du-an .post-item { 
	margin:0 15px 15px;
  }
  .archive .post-item.featured .box-text-post {
	  width:100%;
  }
  .archive .last .image figure img {
	position: relative;
    top: auto;
    transform: none;
  }
  .archive .blog-wrapper.blog-archive {
	  padding-bottom:0;
  }
  /*
  .archive .du-an .post-item {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding: 0px 15px;
  }
  .archive .medium-columns-1 .col {
    max-width: 50%;
    flex-basis: 50%;
    padding-bottom: 20px;
  }
  */
  
  .archive .du-an article.post-item h3 {
    font-size: 18px;
    line-height: 22px;
  }
  
  .archive .last .image figure {
    height: auto;
  }
  .list-project1 > .col {
	   max-width: 50%;
		flex-basis: 50%;
  }
  .list-project1 .col:nth-child(even) {
	 padding-left:7.5px;
	 padding-bottom:15px;
  }
  .list-project1 .col:nth-child(odd) {
	  padding-right:7.5px;
	  padding-bottom:15px;
  }
  
  .archive .post-item.featured .box-text-post, .archive .box-text.text-left {
	padding-top: 15px;
	padding-bottom:15px;
  }
  .h-project .project-item h4, .post-item.featured .box-text-post h3 {
	  font-size:16px;
	  line-height:20px;
	  padding-top:0;
	  margin-top:0;
  }
  .archive article.post-item p, .archive .box-text.text-left p.from_the_blog_excerpt {
	  font-size:14px;
	  line-height:24px;
  }
  .h-project .project-item .subcate {
	  display:none;
  }
  .banner h2, .banner h3 {
	  font-size:18px;
	  line-height:22px;
  }
  .section.home-category .text-inner h3 {
    font-size: 14px;
	line-height:18px;
  }
  .section.home-category .text-inner h6 {
    font-size: 12px;
	line-height:16px;
  }
  .post-template-default .my-breadcrumbs {
	  margin-bottom:30px;
  }
  .my-breadcrumbs {
		padding: 15px 0;
	}
  .my-breadcrumbs h1 {
	  font-size:20px;
  }
  .my-breadcrumbs, .my-breadcrumbs a, .my-breadcrumbs span {
	  font-size:12px;
	  line-height:16px;
  }
  .h-title {
	  padding-bottom:15px;
  }
  .h-title h2 {
	  font-size:24px;
	  line-height:30px;
  }
  .h-title h3 {
	  font-size:10px;
  }
  .h-title h3:before {
	width: 15px;
    height: 12px;
    left: -20px;
  }
  .section.customers .icon-box {
	  padding:15px;
  }
  .section.customers, .section.product {
	  padding-top:30px !important;
  }
  .page-title {
	  padding-top:15px;
  }
  .page-title.dark a {
	  color:#000;
  }
	.category-filter-row {
		padding: 5px 0;
	}  
  .product-small .add-to-cart-button {
	  font-size:11px;
  }
}

@media (max-width: 480px) {
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .my-breadcrumbs {
		padding: 30px 0 !important;
	}
	.link-url {
		font-size:14px;
	}
	.page-title-inner {
		min-height:auto;
	}
	.bf-hotline {
		padding-top: 12px !important;
		height: 55px;
	}
	.bf-hotline .icon-box-center .icon-box-img {
		line-height:20px;
	}
	.bf-hotline .icon-box-center .icon-box-text {
		font-size:12px;
	}
}
