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

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');


h1 {
    font-family: 'Saira', sans-serif !important;
}

.title-product-tab h1 {
    color: #182B55;
}

.thong-tin-cong-trinh {
    background: #182B55;
    padding-top: 12px;
    color: #fff;
	margin-top: 30px;
}

.thong-tin-cong-trinh b {
    color: #FCB815;
}

.thongso-sanpham {
    background: #FCB815;
    border-radius: 0px;
}

.thongso-sanpham .acf-bennett-column .col-inner {
    padding: 0px;
}

.thongso-sanpham .acf-bennett-column .icon-box-text {
    align-self: center;
}

.call-to-action-02 {
	margin-top: 30px;
}

.animated-button-goingay {
    display: inline-block;
    padding: 12px 0px 12px 0px;
    text-decoration: none;
    color: #182B55;
    background-color: #FCB815;
    border-radius: 0px;
    /* transition: border-color 0.1s; */
    vertical-align: middle;
    min-width: 100%;
    text-align: center;
}

.no-bottom a {
    margin-bottom: 0px;
}

.wc-tabs {
	display: none !important;
}


#tab-description {
    text-align: justify;
}

#tab-description h2 {
    font-family: 'Saira', sans-serif;
    margin-top: 24px;
    color: #182B55;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

#tab-description img {
    width: 100%;
}

ul.product_list_widget li {
	margin: 0;
	padding-left: 90px;
	min-height: 100px;
}

ul.product_list_widget li img {
	width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

ul.product_list_widget li .amount {
	display: none;
}


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


}