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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}

/*  THANH ĐIỀU HƯỚNG CHUNG
*/
.nav > li > a {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 10px;
}
.nav > li > a {
  font-family: sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1286px) {
  .nav > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1176px) {
  .nav > li {
    margin: 0 1px;
  }
}
@media screen and (max-width: 1055px) {
  .nav > li {
    margin: 0;
  }
  .nav > li > a {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 990px) {
  .nav > li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 850px) {
  .nav-dropdown {
    background-color: #fff;
    color: #777;
    display: table;
    left: -99999px;
    margin: 0;
    max-height: 0;
    min-width: 320px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    transition: opacity .25s,visibility .25s;
    visibility: hidden;
    z-index: 9;
  }
  .nav-dropdown.nav-dropdown-default > li > a {
    font-size: 16px;
    font-weight: 600;
  }
  .off-canvas .nav-vertical > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    color: #006360;
  }
  .nav-dropdown > li > a {
    color: hsl(178.2, 100%, 19.4%);
    transition: all .2s;
  }
  .nav-dropdown li.active > a {
    color: hsl(178.1, 100%, 12.2%);
  }
}

/*  FORM TÌM KIẾM CHUNG
*/
@media screen and (max-width: 850px) {
  .header-search-form.search-form{
    width: 100%;
    padding: 0 15px;
  }
}

/*  DANH SÁCH SẢN PHẨM
*/
.product-title > a {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
  text-transform: capitalize;
  text-align: initial;
  font-weight: 600;
  color: #006360;
}
.quick-view-added {
  display: none!important;
}

/*  CHÂN TRANG
*/
.absolute-footer{
  padding: 10px 0;
  font-size: 12px;
  line-height: 12px;
}

/*  TRANG DANH MỤC SẢN PHẨM
*/
.shop-page-title{
  text-align: center;
}
.shop-page-title .category-filtering{
  display: none!important;
}
.category-page-title .breadcrumbs{
  text-align: left;
}
h1.shop-page-title{
  display: inline;
  border-bottom: 2px solid #a91414;
  font-size: 30px;
  text-transform: uppercase;
}
h1.shop-page-title::before{
  content: "";
  padding-top: 26px;
  display: block;
}
h1.shop-page-title::after{
  content: "";
  padding-bottom: 15px;
  display: block;
}

/*  TRANG DANH MỤC BÀI VIẾT
*/
.archive-page-header .page-title span{
  border-bottom: 2px solid #a91414;
  font-size: 26px;
  text-transform: uppercase;
}

/*  TRANG BÀI VIẾT
*/
.entry-content.single-page{
  padding-top: 0;
}

/*  TRANG CHỦ
*/
.homebanner .col:nth-child(1){
  max-width: calc(100% - 320px);
}
.homebanner .col:nth-child(2){
  max-width: none;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .homebanner .col{
    max-width: none !important;
    min-width: 100% !important;
  }
}



/*  ĐẦU TRANG
*/
.html.header-button-1{
	
}
.html.header-button-1 a{
	background: transparent;
    box-shadow: none;
    border: 0;
    color: #005595;
    font-weight: bold;
    font-size: 36px;
    padding: 0;
}
.header-bottom{
	background-color: #005595!important;
}
.header-bottom a.nav-top-link{
	color: #FFF;
}
.header-bottom li.active a.nav-top-link, .header-bottom a.nav-top-link:hover{
	color: #ffee00;
}

/*  SLIDE
*/
.slider-wrapper{
	
}
.slider-wrapper .white.button.is-outline{
	background: #FFF !important;
    color: #005595 !important;
    border: 1px solid #ccc;
    padding-top: 2px;
}
.slider-wrapper .primary.is-outline{
	background: #005595!important;
	color: #FFF!important;
}

.productcallnow{
	display: flex;
    align-items: flex-end;
}
.productcallnow img{
	display: block;
    width: 50px;
}
.productcallnow span{
	font-size: 40px;
    padding-left: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 32px;
    color: #ff0000;
}


