/*
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.   ***************/
.form-flat input:not([type="submit"]), .form-flat textarea, .form-flat select {
background: #fff!important;
}
.flex-col .search-form-categories {
display:none;
}

.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
color: #050505 !important;
font-size: 16px;
}
.nav>li {
padding-right: 10px;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
color: #00606e!important;
}
.footer-2 span.widget-title {
color: #fff !important;
}
.footer-2 a {
color: #959595;
}
.footer-2 a:hover {
color: #959595 !important;
}
.thenguyen .section-title b {
background: url(images/bg_title.png);
height: 22px;
margin-right: 19px;
margin-left: 19px;
}
.thenguyen2 .section-title b {
background: url(images/bg_title.png);
height: 22px;
}

.thenguyen .section-title-center span {
    display: inline-block;
    background: #00606e;
    z-index: 999;
    padding: 0 50px;
    line-height: 52px;
    height: 52px;
    position: relative;
    color: #fff;
}
.thenguyen .section-title-center span:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 20px 26px 0;
    border-color: transparent #00606e transparent transparent;
}
.thenguyen .section-title-center span:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 26px 20px;
    border-color: transparent transparent transparent #00606e;
}
tr.price-row:nth-child(2n) td {
	background: #f3f3f3;
}
td {
  font-size: 16px;
  padding: 8px 10px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}