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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: SVN-GothamRegular;
    src: url(assets/fonts/SVN-GothamRegular.otf);
    font-display: swap;
}

@font-face {
    font-family: SVNGotham1;
    src: url(assets/fonts/SVNGotham.woff2);
    font-display: swap;
}

@font-face {
    font-family: SVN-GothamBook;
    src: url(assets/fonts/SVN-GothamBook.otf);
    font-display: swap;
}

@font-face {
    font-family: SVN-GothamLight;
    src: url(assets/fonts/SVN-GothamLight.ttf);
    font-display: swap;
}

@font-face {
    font-family: Canela-Medium;
    src: url(assets/fonts/Canela-Medium.ttf);
    font-display: swap;
}

:root {
    /* color text*/
    --color-text_b: #000;
    --color-text_w: #fff;
    --color-text2: #28334a;

    /* color bg*/
    --color-bg_w: #fff;

    /* font */
    --font-body: "SVNGotham1", serif;
    --font-text2: "SVN-GothamBook", serif;
    --font-gothamlight: "SVN-GothamLight", serif;
    --font-title: "Canela-Medium", serif;

    /* transition */
    --tran-02: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.4s ease;
    --tran-05: all 0.5s ease;
    --tran-06: all 0.6s ease;
    --tran-07: all 0.7s ease;
}

body {
    font-family: var(--font-body) !important;
    color: var(--color-text2);
    font-size: 14px;
}

#main, #wrapper {
    background-color: #f2f3f4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    color: var(--color-text2);
}

input {
    font-weight: 400;
}

.d-none {
	display: none;
}


.header-top .html_topbar_left {
    font-size: 12px !important;
    margin: 0;
}
.header-top .html_topbar_right {
    margin-left: 30px;
}
.share_t {
    display: flex;
    list-style: none;
    column-gap: 30px;
}
.share_t li {
    margin-bottom: 0;
}
.share_t li a {
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.share_t li:nth-child(1) a {
    background-image: url(assets/img/icon_fb.png);
}
.share_t li:nth-child(2) a {
    background-image: url(assets/img/icon_insta.png);
}
.nav>li>a {
    font-size: 14px;
    /*	font-family: var(--font-body) !important;*/
    font-weight: normal !important;
}
.nav>li>a:hover {
    box-shadow: 0px 1px 0px 0px #fff;
}
.nav>li>ul {
	padding: 10px;
	text-transform: uppercase;
    font-family: Lato, sans-serif;
}


.title_main {
    font-family: var(--font-title) !important;
    font-size: 26px;
    color: var(--color-text2);
    line-height: 1.2;
}
.title_main .section-title {
    color: var(--color-text2);
    justify-content: center;
}
.title_main .section-title b {
    display: none;
}
.title_main .section-title .section-title-main {
    font-family: var(--font-title);
    font-size: 28px;
}


.h_sec_2 .colum_1 {
    padding-left: 0;
    /*	padding-right: 0;*/
    /
}
.h_sec_2 .colum_2 {
    /*	padding-left: 0;*/
    padding-right: 0;
    font-size: 16px;
}
.h_sec_2 .colum_2 .text p:first-child {
    margin-bottom: 0;
}
.h_sec_2 .colum_2 .button {
    color: var(--color-text2);
    font-size: 16px;
    border-width: 1px;
    margin-bottom: 0;
    min-height: inherit;
    line-height: 1.6;
    padding: 2px 15px 4px;
}
.h_sec_2 .colum_2 .button:hover {
	color: var(--color-text_w);
	background-color: var(--color-text2);
	border-color: var(--color-text2);
}
.h_sec_2 .colum_2 .button span {}

.h_sec_2 .flickity-page-dots {
    bottom: 0;
}


.h_sec_4 {
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.h_sec_4 .col {
	padding: 40px 10px;
	background-color: var(--color-text2);
	color: var(--color-text_w);
    flex-basis: 100%;
    max-width: 100%;
/*    margin-bottom: 30px;*/
}
.h_sec_4 .col .hs4_text {
	color: inherit;
	margin-bottom: 20px;
	min-height: 63px;
	font-weight: 400;
	line-height: 1.2;
}
.h_sec_4 .col p {
	font-family: var(--font-text2);
	font-size: 14px;
}


.h_sec_5 {
	padding-bottom: 0 !important;
	background-color: var(--color-bg_w);
}
.h_sec_5 .h_sec_r1 .section-title {
    justify-content: flex-start;
}
/*.h_sec_5 .h_sec_r1 .section-title span {
	margin: 0;
}*/
.h_sec_5 .h_sec_r1 .post-title {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
}
.h_sec_5 .h_sec_r1 .is-divider {
	display: none;
}
.h_sec_5 .from_the_blog_excerpt  {
	font-family: var(--font-text2);
	font-size: 14px;
}
.h_sec_5 .hs_r1_col2 {
	padding-bottom: 0;
}
.h_sec_5 .hs_r1_col2 .box-text {
	padding-bottom: 0;
}


.h_sec_6 {
	padding: 60px 0 !important;
}
.hs6_form form {
	width: 65%;
	margin-left: auto;
}
.hs6_form .wpcf7-response-output {
	color: #fff;
}
.box_form {
	display: flex;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}
.box_form label {
	margin-bottom: 0;
}
.box_form input {
	margin-bottom: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    padding-left: 0;
    font-family: var(--font-text2);
    font-size: 16px;
    color: #fff;
}
.box_form input:focus {
	color: #fff;
	background-color: transparent;
	box-shadow: none;
}
.box_form input:focus::placeholder {
	color: transparent;
}
.box_form input::placeholder {
	color: #fff;
}


.footer-2 {
	padding: 80px 0 20px;
	border-top: 0;
}
.chan_trang {
	justify-content: space-between;
}
.chan_trang .col {
	font-size: 12px;
}
.chan_trang .col p {
	margin-bottom: 0;
}
.chan_trang .col:nth-child(1) {
	flex-basis: 50%;
    max-width: 12.4%;
}
.chan_trang .col:nth-child(2) {
    flex-basis: 50%;
    max-width: 38%;
}
.chan_trang .col:nth-child(3) {
    flex-basis: 50%;
    max-width: 29.2%;
    display: none;
}
.chan_trang .col:nth-child(4) {
    flex-basis: 50%;
    max-width: 20.4%;
}
.chan_trang .col:nth-child(4)  ul {
	display: flex;
	margin-top: 15px;
}
.chan_trang .col:nth-child(4)  ul  li {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 20px;
	width: 15px;
}
.absolute-footer {
	display: none;
}

.page_breadcrumbs_cus {
/*	margin-top: -30px;*/
	margin-bottom: 30px;
	text-shadow: none;
}
.page_breadcrumbs_cus .breadcrumbs {
	color: #fff;
	font-weight: 400;
}
.page_breadcrumbs_cus a {
	color: #fff;
	text-transform: uppercase;
}
.page_breadcrumbs_cus .divider {
	color: #fff;
	opacity: 1;
}
.page-wrapper {
	padding: 0;
}
.page-wrapper .is-divider {
	display: none;
}
/*.page-wrapper .entry-header-text {
	border-bottom: 1px solid var(--color-text2);
}*/


.mota_sp_cus {
	margin-bottom: 40px;
}
.mota_sp_cus .text_mote {
	font-size: 24px;
	margin-bottom: 20px;
}
.mota_sp_cus .box_mota {
	border: 1px solid var(--color-text2);
	padding: 15px;
	background-color: #fff;
}
.mota_sp_cus .box_mota ul {
	padding-left: 2em;
}
.product-footer .mota_sp_cus p {
	margin-bottom: 10px;
}

.related {
	border-top: 0 solid #000;
	padding: 40px 0;
	background-color: #28334a;
}
.related .product-section-title {
	font-size: 24px;
	padding: 0;
	margin: 0 0 40px;
	color: var(--color-text_w);
	font-weight: 400;
}
.related .product-title a, .related .title-wrapper {
	color: #fff;
}
.related .box-text, .related .row-small>.flickity-viewport>.flickity-slider>.col {
	padding-bottom: 0;
}
.related .slider-nav-reveal .flickity-prev-next-button {
    background-color: transparent;
    box-shadow: none;
}
.related .slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
    margin-top: -15px;
    top: 50%;
    border: 2px solid;
    border-radius: 50%;
}
.related .slider-nav-reveal .flickity-prev-next-button.next {
    right: 15px !important;
}
.related .slider-nav-reveal .flickity-prev-next-button.previous {
	left: 15px !important;
}


.lienhe__page {
	padding: 50px 0 0 !important;
    max-width: 755px;
    margin: auto;
}
.lienhe__page .lienhe_title1 {
	font-family: var(--font-title) !important;
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: 500;
}
.lienhe__page .dia_chi_title {
    margin-bottom: 0;
}
.lienhe__page .dia_chi ul {
	list-style: none;
	margin-bottom: 60px;
}
.lienhe__page .dia_chi ul li {
	font-size: 18px;
	font-weight: 700;
	margin-left: 0;
}
.lienhe__page .box_lienhe label {
	width: 100%;
}
.lienhe__page .box_lienhe label:nth-child(4) {
	display: none;
}
.box_lienhe {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_lienhe label {
	width: 49%;
	margin-bottom: 0;
	color: #28334a;
	font-size: 18px;
	font-weight: 400;
}
.box_lienhe label input,.box_lienhe label textarea {
	margin-top: 5px;
	margin-bottom: 30px;
	border: 2px solid #28334a;
}
.box_lienhe label input {
    height: auto;
    padding: 13px .75em 16px;
}
.box_lienhe label:nth-child(5) {
	width: 100%;
}
.box_lienhe .send_f {
	width: 100%;
	padding: 15px 10px;
	margin: 0;
	border: 0;
	font-size: 18px;
}
.lienhe_title {
	padding-bottom: 40px;
}
.lienhe_title h3 {
	font-family: var(--font-title) !important;
	font-size: 25px;
	margin-bottom: 0;
	font-weight: 500;
}
.lienhe_title p {
	font-size: 16px;
	font-weight: 400;
}


.dailys_lydo {
	padding: 50px 0 0 !important;
}
.dailys_lydo .font_cal {
	font-family: var(--font-title) !important;
	font-weight: 500;
}
.dailys_lydo .daily_text1 {
	max-width: 938px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 125px;
	background-repeat: no-repeat;
/*	background-size: contain;*/
	background-position: 0 0;
}
.dailys_lydo .daily_text_a1 {
	background-image: url(assets/img/lydo_icon1.png);
}
.dailys_lydo .daily_text_a2 {
	background-image: url(assets/img/lydo_icon2.png);
}
.dailys_lydo .daily_text_a3 {
	background-image: url(assets/img/lydo_icon3.png);
}
.daily_title1 {
	font-size: 27px;
	margin-bottom: 60px;
}
.daily_text1 h3 {
	font-size: 27px;
	margin-bottom: 0;
}
.daily_text1 p {
	font-size: 17px;
	margin-bottom: 30px;
}
.daily_title2 {
	font-size: 36px;
	margin: 40px 0;
}
.dailys_doitac .box-text {
	padding-bottom: 0;
}
.dailys_doitac h4 {
	font-size: 18px;
	margin: 0;
}


.post_custom_1 .entry-category {
	display: none;
}
.post_custom_1 .more-link {
	display: none;
}
.post_custom_1 .entry-image {
	position: relative;
	padding-bottom: 36.6%;
}
.post_custom_1 .entry-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.post_custom_1 .entry-title {
	font-weight: 400;
	font-size: 24px;
}
.post_custom_1 .entry-content {
	padding: 5px 0 0px;
	font-size: 16px;
}
.post_custom_1 .inpost_date {
	display: none;
}
.sb_mode {
	font-size: 16px;
}
.sb_mode .h5 {
	text-transform: uppercase;
}
.sb_mode ul li {
	margin-bottom: 5px;
}
.sb_mode ul a {
	font-family: var(--font-gothamlight);
}
.sb_mode ul a:hover {
	text-decoration: underline;
}
.inpost_date {
	font-family: var(--font-gothamlight);
	font-size: 16px;
}
.inpost_box .entry-header-text {
	padding-top: 40px;
    max-width: 980px;
    margin: auto;
}
.inpost_box .entry-title {
	font-family: var(--font-title) !important;
	font-size: 24px;
	margin-top: 10px;
}
.inpost_box .entry-content {
	padding-top: 10px;
	padding-bottom: 10px;
    max-width: 980px;
    margin: auto;
}


#shop-sidebar  {
	font-family: var(--font-gothamlight);
	font-size: 16px;
}
#shop-sidebar .product-categories li {
	text-transform: uppercase;
}
#shop-sidebar .product-categories li+li {
    border-top: 1px solid var(--color-text2);
}
#shop-sidebar .product-categories li>ul>li>a {
	font-size: 14px;
}

body:not(.logged-in) #shop-sidebar .product-categories li.cat-item.cat-item-26 ,
body:not(.logged-in) #shop-sidebar .product-categories li.cat-item.cat-item-31 {
	display: none;
}


.amount {
	margin: 10px 0 0 !important;
}
.amount a {
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	background-color: var(--color-text2);
	color: #fff;
	font-size: 14px;
}


.category-catalogue .entry-image {
	display: none;
}

/*************** Gioi thieu  ***************/
.gt_font {
	font-family: var(--font-text2);
	font-size: 16px;
}
.gt_font .title__main {

}
.gt_font .title__main h2 {
	font-family: var(--font-title) !important;
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.gt_sec3 .title {
	font-size: 26px;
}
.gt_sec3 .box-text {
	padding: 0px 8px 15px 8px;
}


.category__catalogue .font_cal {
	font-family: var(--font-title);
}
.category__catalogue .entry-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.category__catalogue article {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.category__catalogue article:not(:last-child) {
	margin-bottom: 30px;
}
.category__catalogue .image_box {
    width: 29%;
}
.category__catalogue .box_text {
	width: 71%;
	padding-left: 60px;
}
.category__catalogue .box_text .title__post {
	font-size: 24px;
}
.category__catalogue .box_text .read_more {
	font-size: 16px;
	text-transform: uppercase;
}

.header-top .nav-left {
    flex-wrap: nowrap !important;
    gap: 10px;
}
.header-top .nav-left .header-block {
	margin: 0;
}
.header-top .nav-left .html_topbar_right {
	margin: 0;
}
.search_123 {
	position: relative;
	color: #fff;
}
.search_123 .accordion-title {
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-top: 0;
}

.search_123 .accordion-title svg {
    font-size: 16px;
}
.search_123 .accordion-inner {
	padding: 0;
}
.show_tk {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.show_tk svg {
	font-size: 16px;
}
.top_form_search {
	position: absolute;
	top: 100%;
	width: 200px;
	padding-top: 5px;
/*	display: none;*/
}
/*.search_123:hover .top_form_search {
	display: block;
}*/
.top_form_search form {
	display: flex;
	width: 100%;
	margin-bottom: 0;
}
.top_form_search form input {
	border: 0;
}
.top_form_search .search-submit {
	border: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8e5e05;
    padding: 0;
    min-height: auto;
    width: 42px;
    font-size: 18px;
}


.custom_seach {
	padding: 40px 0;
}
.search_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-bottom: 30px;
}
.search_list .search_item {
	background-color: #fff;
	border: 1px solid #ddd;
    box-shadow: 5px 5px 3px #ddd;
}
.search_list .image {
	position: relative;
	padding-top: 56.6%;
	border-bottom: 1px solid #ddd;
    background-color: #ccc;
}
.search_list .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.search_list .text {
    padding: 15px 10px 15px 10px;
}
.search_list .text p {
	margin-bottom: 0;
}


.product-info .price-wrapper {
	font-size: 25px;
}
.product-info .price-wrapper .price {
	margin-bottom: 0.7em;
}
span.amount {
	color: #28334a;
}
span.amount .woocommerce-Price-currencySymbol {
	color: var(--color-text2);
    margin-left: 5px;
}
.product-info .price-wrapper span.woocommerce-Price-currencySymbol {
    font-size: 0.6em;
} 



/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {
    
}
@media only screen and (max-width: 991px) {
	.nav>li>a {
		font-size: 11px;
	}
}
@media only screen and (max-width: 850px) {
	.search_123 span {
		display: none;
	}
	.search_123 .accordion-title {
	    justify-content: flex-end;
	}
	.search_123 .accordion-inner {
		right: 0;
	}

	.title_main {
		margin-bottom: 10px;
	}


	.h_sec_5 .h_sec_r1 .section-title {
		justify-content: center;
	}


	.h_sec_4 {
		grid-template-columns: repeat(2, 1fr);
	    gap: 15px;
	}


	.hs6_form form {
		width: 100%;
	}


	.footer-2 {
		padding: 30px 0 0;
	}
	.chan_trang .col:nth-child(1),
	.chan_trang .col:nth-child(2),
	.chan_trang .col:nth-child(3),
	.chan_trang .col:nth-child(4) {
		flex-basis: 100%;
	    max-width: 100%;
	    padding-bottom: 20px;
	}
	.chan_trang .col:nth-child(1) .col-inner img {
		max-width: 150px;
	}
	.dailys_lydo .daily_text1 {
		padding-left: 90px;
	}
}
@media only screen and (max-width: 549px) {
	.h_sec_4 {
		grid-template-columns: repeat(1, 1fr);
	}
	.h_sec_4 .col .hs4_text {
		min-height: auto;
	}
	.h_sec_4 .col p {
		margin-bottom: 0;
	}


	.gt_sec6 .colum_2 {
		order: 2;
	}
	.gt_sec7 .colum_1 {
		padding-bottom: 0;
	}

	.box_lienhe label {
		width: 100%;
		font-size: 16px;
	}
	.box_lienhe label input {
	    height: auto;
	    padding: 10px .75em 12px;
	}
	.box_lienhe label input, .box_lienhe label textarea {
	    margin-bottom: 15px;
	}
	.box_lienhe .send_f {
		font-size: 16px;
	}


	.inpost_box .entry-header-text {
		padding-top: 10px;
	}


	.category__catalogue .image_box {
		width: 100%;
	}
	.category__catalogue .box_text  {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
}

@media screen and (min-width: 850px) {
	.post-sidebar.post_cus_colum_1 {
		padding-right: 0;
	}
	.row-divided .post_cus_colum_2 {
	    border-left: 0 !important;
	}
}