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

/*************** ADD CUSTOM CSS HERE.   ***************/
/** mega menu */
#wide-nav > .flex-row > .flex-left {
    width: 25%;
    min-width: 245px;
    margin-right: 15px;
}
#mega-menu-wrap {

    width: 100%;

    background: #00783a;

    position: relative

}

#mega-menu-title {

    padding: 10px 0 10px 15px;

    font-size: 15px;

    font-family: "Roboto Condensed", sans-serif;

    font-weight: 700;

    color: #fff;

    cursor: pointer

}

#mega-menu-title i {

    margin-right: 9px

}

#mega_menu {

    position: absolute;

    top: 100%;

    margin-top: 10px;

    left: 0;

    width: 100%;

    border: 1px solid #ddd;

    padding: 0;

    background: #fff;

    display: none

}

#mega_menu > li {

    position: relative;

    z-index: 8

}

#mega_menu > li > a > span.icon {

    width: 27px;

    display: inline-block;

    position: relative;

    top: -2px;

    margin-bottom: -2px;

    margin-left: -5px

}

#mega_menu > li > a img {

    max-height: 25px;

    max-width: 100%

}

#mega_menu li a {

    padding: 7px 15px;

    display: block;

    font-size: 15px;

    font-weight: bold

}

#mega_menu ul.sub-menu li a {

    padding-bottom: 8px

}

#mega_menu > li.has-child > a:after {

    content: "\f105";

    font-family: FontAwesome;

    float: right

}

#mega_menu li > .toggle {

    display: none

}

#mega_menu li:hover {

    background: #f5f5f5

}

#mega_menu > li > ul.sub-menu {

    position: absolute;

    top: 0px;

    left: 100%;

    background: #fff;

    width: 100%;

    margin: 0 0 0 1px;

    padding: 0 0px 0 0

}

#mega_menu > li > .menu-image {

    position: absolute;

    left: 100%;

    top: -1px;

    display: none;

    width: 210%;

    background: #fff;

    text-align: right;

    border: solid 1px #ccc;

    box-shadow: 0 6px 12px rgba(0,0,0,0.175)

}

#mega_menu > li > .menu-image > img { position: relative; z-index: 1 }

#mega_menu > li:hover > ul.sub-menu, #mega_menu > li:hover > .menu-image {

    display: block

}

#mega_menu > li:hover > ul.sub-menu:before {

    content: "";

    background: transparent;

    position: absolute;

    top: -1px;

    bottom: 0;

    width: 15px;

    left: -15px

}

#mega_menu ul.sub-menu > li {

    position: relative;

}

#mega_menu ul.sub-menu > li > .menu-image {

    position: absolute;

    top: 0; right: 0;

    width: 50%;

    text-align: right;

    display: none;

    z-index: 2;

}

#mega_menu ul.sub-menu > li:hover > .menu-image {

    display: block;

}



#header.header.has-sticky .header-wrapper.stuck #mega_menu {

    margin-top: 0

}

#header.header.has-sticky .header-wrapper.stuck #mega_menu:not(.active) {

    display: none

}

#header.header #mega_menu.active {

    display: block

}

/*#wide-nav > .flex-row > .flex-left {
    width: 25%;
    min-width: 245px;
    margin-right: 15px;
}

#mega-menu-wrap {
    width: 100%;
    background: #1d71ab;
    position: relative;
}

#mega-menu-title {
    padding: 10px 0 10px 15px;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

#mega-menu-title i {
    margin-right: 9px
}

#mega_menu {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0;
    background: #fff;
    display: none
}

#header.header.has-sticky .header-wrapper.stuck #mega_menu {
    margin-top: 0;
}

body.home #mega_menu {
    display: block
}

#mega_menu > li {
    position: relative;
    z-index: 8
}

#mega_menu li a {
    padding: 7px 15px;
    display: block;
    font-size: 14px
}

#mega_menu > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right
}

#mega_menu > li > a {
    position: relative;
    padding-left: 40px
}

#mega_menu > li > a > img {
    position: absolute;
    top: 8px;
    left: 8px
}

#mega_menu > li:hover > a {
    background: #f5f5f5
}

#mega_menu li > .toggle {
    display: none
}

#mega_menu > li > ul.sub-menu {
    position: absolute;
    top: -1px;
    left: 100%;
    background: #fff;
    width: 201%;
    min-height: 334px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

#mega_menu ul.sub-menu > li > a {
    width: 50%
}

#mega_menu ul.sub-menu > li:hover > a {
    background: #f5f5f5
}

#mega_menu ul.sub-menu li a, #mega_menu > li:hover > ul.sub-menu {
    display: block
}

#header.header.has-sticky .header-wrapper.stuck #mega_menu:not(.active) {
    display: none
}

#header.header #mega_menu.active {
    display: block
}

#mega_menu > li > .menu-image {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    width: 200%;
    background: #fff;
    text-align: right;
}

#mega_menu > li > .menu-image > img {
    position: relative;
    z-index: 1;
    max-width: 49%;
    max-height: 330px;
    margin-top: 1px;
}

#mega_menu > li:hover > .menu-image, #mega_menu > li:hover > ul.sub-menu {
    display: block
}

#mega_menu > li:hover > ul.sub-menu:before {
    content: "";
    background: 0 0;
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 15px;
    left: -15px
}

#mega_menu ul.sub-menu > li {
    position: relative
}

#mega_menu ul.sub-menu > li > .menu-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    min-height: 240px;
    background: #fff;
    text-align: right;
    display: none;
    z-index: 2
}

#mega_menu ul.sub-menu > li > .menu-image > img {
    width: 100%
}

#mega_menu ul.sub-menu > li:hover > .menu-image {
    display: block
} */

.row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover, .box-shadow-1, .text {
  background-color: rgba(255, 255, 255, 0.8)  !important;
  border-radius: 10px;
}
#text-box-2004557577 .text {
  background-color: rgba(255, 255, 255, 0.8)  !important;
  border-radius: 10px;
}

.footer-2 {
	background-color:;
	background-image: -moz-linear-gradient(top,#00783a 0,#122c05 100%);
	background-image: -webkit-gradient(left top,left bottom,color-stop(0%,#00783a),color-stop(100%,#122c05));
	background-image: -webkit-linear-gradient(top,#00783a 0,#122c05 100%);
	background-image: -o-linear-gradient(top,#00783a 0,#122c05 100%);
	background-image: -ms-linear-gradient(top,#00783a 0,#122c05 100%);
	background-image: linear-gradient(to bottom,#00783a 0,#122c05 100%);
	background-position: 0 0;
	background-repeat: repeat;
	box-shadow: 0 -5px 8px rgba(0,0,0,0.2);
	border-top: 10px solid #088640;
}

.box_tip {
border-radius: 10px;
box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.33), 1px 1px 2px rgba(0,0,0,0.24);
padding-top: 25px !important;
}

.secondary, .checkout-button, .button.checkout, .button.alt {
background-color: #ff9d06 !important;
border-radius: 28px !important;
}
.nav-uppercase>li>a {
padding: 0 10px;
}

/* Box Thong tin */
span.widget-title {
background: url("images/icons/icon_binhgolf.png") no-repeat transparent;
padding-left: 30px;
}

.seller-container{width:100%;position:relative;height:100%}
.seller-block-wrap{margin:11px 0 0;border-radius:4px;border:1px solid #ececec}
.current-seller{padding:0 5px 2px 10px;margin:10px 0 0}
.current-seller span.bestseller{display:block;font-size:11px;text-align:left;color:#4a4a4a;font-weight:300}
.current-seller span.bestseller:after{content:"";display:inline-block;width:16px;height:16px;vertical-align:middle;margin-left:2px;background-image:url(../img/medal-bestseller@2x.png);background-size:16px}
.current-seller .view-shop{line-height:15px;font-weight:300;height:24px;border-radius:4px;background:#189eff;border:1px solid #189eff;width:63px;color:#fff;text-align:center;padding:3px 0;white-space:nowrap;font-size:11px;margin:4px 0 0;display:block}
.current-seller .view-shop:hover{opacity:.8}
.current-seller .bestseller-info,.current-seller .name,.current-seller .warranty-info{margin:0 0 8px}
.current-seller .bestseller-info .img,.current-seller .name .img,.current-seller .warranty-info .img{margin-top:6px;margin-right:8px;background-repeat:no-repeat;width:20px;height:20px;float:left}
.current-seller .bestseller-info .text,.current-seller .name .text,.current-seller .warranty-info .text{margin-left:30px;font-weight:500;color:#4a4a4a;font-size:13px}
.current-seller .bestseller-info .text-small,.current-seller .name .text-small,.current-seller .warranty-info .text-small{font-weight:400;line-height:1.38}
.current-seller .name .text{color:#189eff}.current-seller .name .text-small{color:#4a4a4a}
.current-seller .name .img{background-image:url(images/icons/store.png);background-size:20px}
.current-seller .warranty-info .img{background-image:url(images/icons/warranty.png);background-size:20px}
.current-seller .bestseller-info .text{font-weight:400}
.current-seller .bestseller-info .img{background-image:url(images/icons/medal-bestseller@2x.png);background-size:20px}
ul.seller-feature{list-style:none;padding:0;margin:0}
ul.seller-feature li{font-size:12px;color:#444;margin:13px 0;width:100%;display:flex}
ul.seller-feature li .content{vertical-align:top;display:table-cell;line-height:20px;font-size:11px;width:212px}
ul.seller-feature li .content b{font-weight:400;font-size:13px}
ul.seller-feature li .content .title{color:#999;font-weight:300}
ul.seller-feature li .icon{float:left;background-size:contain;background-repeat:no-repeat;background-position:center center;width:82px}
ul.seller-feature li .icon.warranty-lifetime-icon{background-image:url(images/icons/ic-warranty.svg);background-size:22px;background-position:12px center}
ul.seller-feature li .icon.hotline-icon{background-image:url(images/icons/ic-hotline.svg);background-size:28px;background-position:8px center}
ul.seller-feature li .icon.warranty-icon{background-image:url(images/icons/ic-invoice.svg);background-size:24px;background-position:12px center}
.other-seller{padding:10px 0 0;border-radius:4px;margin-right:10px;margin-left:10px;border-top:1px dashed rgba(0,0,0,.12)}
.other-seller p{font-size:13px;font-weight:400;margin-bottom:5px}
.other-seller ul{padding:0}
.other-seller ul.collapse li:nth-child(n+4){display:none}
.other-seller .read-more{font-size:13px;color:#007ff0;text-decoration:none;display:block;text-align:center;margin:-6px 0 10px}
.other-seller .read-more:hover{text-decoration:underline}
.other-seller .read-more .caret{display:none}
li.seller-item{clear:both;padding:4px 62px 4px 0;width:100%;position:relative;text-align:left;list-style:none}
.additional b,.product-description b,.product-description strong{font-weight:500}
.additional,.additional a{color:#4a4a4a}
.additional{padding:10px;font-size:13px;border-radius:4px;border:1px solid #ececec;margin:12px 0}
.additional small{font-size:11px}
.additional .item img{float:left}
.additional .item p{margin-left:30px}
.register-to-sell{font-size:13px;padding:10px 81px 0 0;position:relative;border-top:1px dashed rgba(0,0,0,.12)}
.register-to-sell a{line-height:15px;height:24px;border-radius:4px;border:1px solid #189eff;width:56px;padding:3px 5px;white-space:nowrap;position:absolute;top:13px;font-size:11px;right:0}
.register-to-sell a:hover{opacity:.8}.bis-wrap{margin:10px 20px 20px 0}
.bis-form .form-group .submit{line-height:27px;right:14px;font-size:12px;height:34px;border-radius:0 4px 4px 0;border:1px solid #189eff;outline:0}
.bis-form .form-group .submit:hover{opacity:.8}.bis-form .error{margin:5px 0;font-size:12px;color:#ff3945;font-weight:500}

/*#ff9d06 !important #87ba1d*/
.header-search-form {
width: 37%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}