/*
Theme Name: Phụ kiện
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.banner-col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.in_title span {
	display: inline-block;
    color: #222222;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 700;
    background: url(/wp-content/uploads/2025/07/t_bg.png) no-repeat center bottom;
    padding-bottom: 23px;
}
.in_title .text {
	color: #808080;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin: 16px auto 0;
    max-width: 910px;
    font-weight: 400;
}

.in_about .in_title span {
	background: url(/wp-content/uploads/2025/07/t_bg2.png) no-repeat bottom left;
}

.fot_con .list{
    list-style: none;
}

.fot_con .list li{
	list-style: none;
    margin-bottom: 16px;
    color: #d4d4d4;
    padding-left: 30px;
    font-size: 14px;
    line-height: 24px;
}

.fot_con .list li.fcon_a{
	background: url(/wp-content/uploads/2025/07/fot_add.png) no-repeat left 3px;
}

.fot_con .list li.fcon_e{
    background: url(/wp-content/uploads/2025/07/fot_email.png) no-repeat left 4px;
}

.fot_con .list li.fcon_p{
	background: url(/wp-content/uploads/2025/07/fot_tel.png) no-repeat left 4px;
}

.contact_text .contact-lines {
	border-top: 1px solid #ECECEC;
    padding: 10px 0 16px;
}

.contact_text .contact-lines .line{
	display: block;
    margin-bottom: 10px;
}

.contact_text .contact-lines .line .line_name{
	display: inline-block;
    width: 57px;
    margin-right: 18px;
}

.contact_text .contact-lines .line:last-child{
	margin-bottom: 0;
}

.about_column {
	margin-top: 16px;
}

.about_column .about_title{
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(51, 51, 51);
    line-height: 26px;
    margin-top: 26px;
    margin-bottom: 13px;
    display: block;
}

.about_column .about_text{
	font-size: 14px;
    line-height: 32px;
    color: rgb(102, 102, 102);
    max-height: 192px;
    overflow: hidden;
}

.about_column .list{
	margin-top: 28px;
    position: relative;
    background: rgb(246, 246, 246);
    padding: 23px 10px 33px;
    border-radius: 3px;
}

.about_column .list li{
	list-style: none;
	margin-left: 0;
	float: left;
	padding: 0;
}

.about_column .list li .column{
	display: flex;
    align-items: center;
}

.about_column .list li .column>a{
	display: inline-block;
    width: 55px;
    min-width: 55px;
    max-width: 55px;
    transition: all .9s;
}

.about_column .list li .column .wrap{
	padding-left: 15px;
}

.about_column .list li .column .wrap .title{
	display: block;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    font-weight: 700;
}

.about_column .list li .column .wrap .text{
	font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    height: 44px;
    color: #808080;
    margin-top: 7px;
}

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


}