/*
Theme Name: WEB198
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/ 
@font-face {
	font-family: "SVNMonday";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/web198/assets/fonts/SVNMonday.ttf") format("truetype");
	font-display: swap;
}
/*************** CONTACT.   ***************/
.img-logo {
    border: 1px solid #d3954c;
    background: transparent;
	padding: 5px;
}
.img-logo img {
    background: #d3954c;
}
/*.wpcf7 p {
    width: 45% !important;
    display: inline-block;
}
.wpcf7 p:nth-child(6) {
    display: block;
    width: 90% !important;
}
.wpcf7 p:nth-child(7) {
    display: block;
    width: 90% !important;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    background: #f9e9d5;
    color: #c36a01;
	line-height: 1;
    height: 40px;
    border-radius: 25px;
    padding: 0 20px;
    border: none;
}
.wpcf7 textarea {
    background: #f9e9d5;
    color: #c36a01;
    border: none;
    border-radius: 25px;
    padding: 20px;
}
.wpcf7-submit {
    height: 60px;
}*/
/*************** HOMEPAGE.   ***************/
/*** HOME ***/
.ct-title span {
	text-transform: none;
	font-size: 40px;
    color: #8b171a;
}
.ct-title b {
    background: transparent;
}
h5.post-title {
    color: #8b171a;
}

.slider-home .section-content {
	min-height: 750px !important;
	max-height: 750px !important;
}
/* .slider-home img {
    display: inline-block;
    position: absolute;
    z-index: 2;
}
.slider-home img:nth-child(1) {
    top: 0;
    left: 0;
    width: 31%;
}

.slider-home img:nth-child(2) {
    top: 0;
    right: 0;
    width: 26%;
}
.slider-home img:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 22%;
}
.slider-home img:nth-child(4) {
    bottom: 0;
    left: 0;
    width: 34%;
} */
/*** HOME ***/
/*** PRODUCT ***/
.product-title {
    font-size: 18px;
    color: #d3954c;
    line-height: 25px;
    padding-bottom: 5px;
    font-family: sans-serif;
}
/*************** PRODUCT CAT. 	font-family: SVNMonday;  ***************/
/*** SS BANNER 2 - PRODUCT ***/
.ss-banner2 .col-txt {
	display: flex;
    justify-content: center;
    align-items: center;
}
/*** SS BANNER 2 - PRODUCT ***/

.ss-banner .col-1 {
    background: url(/wp-content/uploads/2020/07/bg-copy-trangvang.png) no-repeat center center;
    background-size: cover;
    min-height: 600px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.ss-banner h2, .ss-banner h3, .ss-top h3, .row-nguyen-lieu h4, .ss-banner2 h2, .ss-banner2 h3, .row-slider-home h2, .row-slider-home h3, .row-product-home h2, .ct-title span {
    font-family: SVNMonday;
}
.ss-banner h2, .ss-banner2 h2, .row-slider-home h2 {
	font-size: 72px;
}
.row-product-home h2, .ss-banner h3, .ss-banner2 h3, .row-slider-home h3, .row-nguyen-lieu h4 {
	font-size: 32px !important;
}
.ss-top h4 {
	font-size: 16px;
}
.ss-top h3 {
	color: #841217;
	font-size: 40px;
}
.row-nguyen-lieu h4 {
	color: #e35308;
}
.ss-top .button, .btn-see-more, .wpcf7-submit {
    font-size: 14px;
    background: url(/wp-content/uploads/2020/07/bd-btn.png) no-repeat #8b171a;
    background-size: 100% 100%;
    padding: 4px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    overflow: hidden;
    width: 230px;
    text-align: center;
}
.ss-top {
    background: url(/wp-content/uploads/2020/07/top-elements-scaled.jpg) no-repeat center center;
    background-size: cover;
}
.ss-bot2 {
    background: url(/wp-content/uploads/2020/07/bot-elements.png) no-repeat center center;
    background-size: cover;
}
/*************** HEADER.   ***************/
.header-main .nav > li > a {
    text-align: center;
}
.nav-dropdown.nav-dropdown-simple>li>a:hover {
    background-color: #ffba00;
	color: #fff;
}
.has-dropdown .icon-angle-down {
    display: none;
}



/*************** FOOTER.   ***************/

#footer input[type=search] {
    line-height: 40px;
    height: 50px;
    border: 2px solid #dea185;
    padding: 0 10px;
    font-size: 12px;
    color: #dea185 !important;
}
#footer input[type=search]::placeholder {
	color: #dea185 !important;
}
#footer .searchform .button.icon i {
	color: #dea185 !important;
}
 
#footer .row-top a {
    color: #facf5a;
}
#footer .row-top a:hover {
	color: #fff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}