/*
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.   ***************/
:root{
	--color-main: #7C5512;
}


@font-face {
  font-family: 'Shopee Display';
  src: url('assets/fonts/Shopee_Display/ShopeeDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Shopee Display';
  src: url('assets/fonts/Shopee_Display/ShopeeDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Shopee Display';
  src: url('assets/fonts/Shopee_Display/ShopeeDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Shopee Display';
  src: url('assets/fonts/Shopee_Display/ShopeeDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Shopee Display';
  src: url('fassets/fonts/Shopee_Displayo/ShopeeDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Shopee Display';
  src: url('assets/fonts/Shopee_Display/ShopeeDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1420px;
	font-family: 'Shopee Display' !important;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a,a, p, span,strong{
	font-family: 'Shopee Display' !important;
	color: var(--color-main);
}
.list_icon_net img {
    width: 24px;
    height: 24px;
}
.list_icon_net .col  {
   padding: 0px;
	max-width: fit-content;
}
.list_icon_net{
	justify-content: flex-end;
    gap: 20px;
}
.topbar_left a , .topbar_center a{
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
	 font-family: 'Shopee Display';
}
.topbar_left img,  .topbar_center img{
	width: 24px;
	height: 24px;
}
.header-main .nav > li > a {
    line-height: 36px;
	font-weight: 600;
	font-family: 'Shopee Display' !important;
	font-size: 18px;
}
ul.header-nav.header-nav-main.nav.nav-left {
    justify-content: space-around;
}
.custom_title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.custom_title h3{
	font-size: 48px;
	font-weight:600;
	line-height: 48px;
	margin: 0px;
	display: block;
	color: var(--color-main);
}
.custom_title p{
	max-width: 1112px;
	font-size: 20px;
}
.btn_vay {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_vay a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-main);
    color: #fff;
    font-size: 24px;
    padding: 12px 24px;
    border-radius: 8px;
    gap: 12px;
    line-height: 1;
	box-shadow: 0px 5px 2px 0px #00000025;
}
.home_ss1 .box_content p {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}
.home_ss2 .why_item {
    background-color: var(--color-main);
    padding: 30px 40px;
    border-radius: 8px;
}
.home_ss2 .why_item .icon-box-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.home_ss2 .why_item .icon-box-text h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
	position: relative;
}
.home_ss2 .why_item .icon-box-text p{
	line-height: 27px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.home_ss2 .why_item .icon-box-text h3:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: auto;
    margin-top: 12px;
}
.home_ss2 .custom_title h3{
	border-bottom: 1px solid #DAD5CD;
	padding-bottom: 20px;
	margin-bottom: 48px;
}
.home_ss3 .custom_title p{
	margin: 0px;
	color: #7E715D;
	font-weight: 300;
}
.home_ss3 .custom_title h3{
	border-bottom: 1px solid #DAD5CD;
	padding-bottom: 20px;
	margin-bottom: 48px;
}
.home_ss3 .box_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
	gap: 16px;
}
.home_ss3 .box_form .box_input{
	width: 48%;
}
.home_ss3 .box_form .box_input.ghichu, .home_ss3 .box_form .box_input.address, .home_ss3 .box_form .box_input.submit{
	width: 100%;
}
.home_ss3 .box_form .box_input p:first-child{
	color: var(--color-main);
	font-size: 18px;
	font-weight: 600;
}
.home_ss3 .box_form .box_input input, .home_ss3 .box_form .box_input select, .home_ss3 .box_form .box_input textarea{
	margin: 0px;
	border: 1px solid var(--color-main);
	border-radius: 4px;
}
.home_ss3 .box_form .box_input input::placeholder, .home_ss3 .box_form .box_input select, .home_ss3 .box_form .box_input textarea::placeholder{
	font-size: 16px;
	line-height: 24px;
	color: var(--color-main);
}
.home_ss3 .box_form .box_input.submit p{
	text-align: center;
}
.home_ss3 .box_form .box_input.submit input {
    background-color: var(--color-main);
    padding: 12px 24px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
}
.home_ss3 {
    box-shadow: 0px 3px 0px #E4A84440;
    margin-bottom: 30px;
    padding-bottom: 0px !important;
}
.home_ss3 .box_form .box_input.numberprice p {
    display: flex;
    align-items: center;
}
.home_ss3 .box_form .box_input.numberprice span:first-child {
    width: calc(100% - 125px);
}
.home_ss3 .box_form .box_input.numberprice span:last-child {
    width: 125px;
}
.home_ss3 .box_form .box_input.hinhthucvay{
	width: 100%;
}
.home_ss4 .slider-for {
  min-height: 300px;
	padding-bottom: 48px;
}
.home_ss4 .slider-for .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
}
.box_slider_for {
    min-width: 1124px;
    max-width: 1124px;
    flex-basis: 1124px;
    display: flex !important;
	margin: auto;
	flex-wrap: nowrap;
}
.box_slider_for .icon-box-img {
    max-width: 512px;
    box-shadow: 0px 6px 0px #E4A84440;
    margin: 30px 0px;
    border-radius: 8px;
}
.box_slider_for .icon-box-img img{
	width: 100%;
	border-radius: 8px;
}
.home_ss4 .custom_title h3{
	padding-bottom: 20px;
	border-bottom: 1px solid #DAD5CD;
	margin-bottom: 48px;
}
.home_ss4 .slick-track{
	display: flex;
	align-items: center;
	text-align: center;
}
.home_ss4 .box_slider_for .icon-box-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    flex-basis: 700px;
    margin-left: -50px;
    padding: 0px 80px;
    border: 1px solid #e4a844a3;
    border-radius: 8px;
}
.home_ss4 .box_slider_for .icon-box-text h3{
	font-size: 32px;
	color: var(--color-main);
	font-weight: 600;
	position: relative;
}
.home_ss4 .box_slider_for .icon-box-text p{
	font-size: 16px;
    color: var(--color-main);
    line-height: 140%;
    font-weight: 400;
}
.home_ss4 .box_slider_for .icon-box-text .author {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    color: var(--color-main);
    font-weight: 600;
}
.home_ss4 .box_slider_nav {
    padding: 0px 30px;
}
.home_ss4 .box_slider_nav .box_img {
    display: flex;
    align-items: center;
    gap: 24px;
}
.home_ss4 .box_slider_nav .box_img .avatar {
    width: 80px;
    height: 80px;
    border-radius: 150%;
}
.home_ss4 .box_slider_nav .box_img .user_name {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 18px;
    color: var(--color-main);
    font-weight: 600;
}
.home_ss4 .box_slider_nav .box_img .user_name img {
    width: 72px;
    height: 12px;
}
.home_ss4 .box_slider_nav .box_content {
    color: var(--color-main);
    padding-top: 12px;
    text-align: justify;
}
.home_ss4 .slick-dots li button:before {
    line-height: 1;
    width: 40px;
    height: 5px;
    content: "";
    background-color: var(--color-main);
}
.home_ss4 .slick-dots li button {
    width: 60px;
    height: 5px;
    max-width: 60px;
    margin: 0px 10px;
}
.home_ss4 .slick-dots li {
    width: 60px;
    height: 5px;
    margin: 0 5px;
}
.home_ss4 .slick-dots {
    bottom: -50px;
}
.home_ss5 .section-title-normal {
    border-bottom: 0px;
	font-size: 32px;
	font-weight: 600;
	color: var(--color-main);
}
.home_ss5 .section-title-normal span {
    border-bottom: 2px solid var(--color-main);
}
.home_ss5 .section-title a {
    padding-left: 15px;
    background-color: var(--color-main);
    padding: 12px 24px;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    line-height: 1;
    font-size: 20px;
    position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}
.home_ss5 .section-title a i{
	display: none;
}
.home_ss5 .section-title a:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/arrow.png);
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.home_ss5 .custom_blog .post-title a {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-main);
    line-height: 30px;
}
.home_ss5 .custom_blog p.from_the_blog_excerpt {
    font-size: 16px;
    color: var(--color-main);
    font-weight: 400;
}
.home_ss5 .custom_blog .is-divider{
	display: none;
}
.home_ss5 .custom_blog .box-image img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.home_ss5 .custom_blog .box-text-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.post_after {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post_after .date, .post_after .use{
    font-size: 16px;
    font-weight: 300;
    color: #7E715D;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer h3 {
    color: var(--color-main) !important;
    font-weight: 600;
    font-size: 22px;
}
.footer p {
    font-size: 16px;
    text-align: justify;
}
.footer .ux-menu {
    gap: 8px;
}
.footer .ux-menu-link__link {
    min-height: auto;
    color: #7E715D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0px;
    align-items: center;
    gap: 24px;
}
.footer .hotline .ux-menu-link__link:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/icon-phone-color.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
}
.footer .hotline .ux-menu-link__link:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/icon-phone-color.png);
     min-width: 23px;
    min-height: 23px;
    display: inline-block;
    background-size: cover;
}
.footer .email .ux-menu-link__link:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/icon-mail-color.png);
    min-width: 23px;
    min-height: 23px;
    display: inline-block;
    background-size: cover;
}
.footer .address .ux-menu-link__link:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/map-pin-color.png);
    min-width: 23px;
    min-height: 23px;
    display: inline-block;
    background-size: cover;
}
.form_footer p {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 24px;
}
.form_footer .wpcf7-spinner {
    display: none;
}

.form_footer input {
    border: 1px solid #7C5512;
    margin: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 50px;
    border-right: 0px;
}
.form_footer input::placeholder{
	color: #7C5512;
}
.form_footer input[type=submit] {
    border: 1px solid #7C5512;
    background-color: var(--color-main);
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 5px;
}
.oto_ss3 .box_form .box_input.numberprice p {
    display: flex;
    align-items: center;
}
.oto_ss3 .box_form .box_input.numberprice span:last-child {
    width: 125px;
}
.home_ss3 .box_form .box_input.numberprice .dvt{
	background-color: var(--color-main);
    color: #fff;
}
.oto_ss3 .box_form .box_input.numberprice span:first-child{
	width: calc(100% - 125px);
}
.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    min-width: 100%;
}
.oto_ss3 .box_form .box_input.hinhthucvay, .home_ss3 .box_form .box_input.dia_diem{
	width: 100%;
}
.home_ss3 .box_form .numberprice select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='white' height='30' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 5px center;
  background-size: 25px;
  padding-right: 35px;
}
.box_sidebar .wp-block-search__inside-wrapper {
    flex-direction: column;
    width: 100%;
	gap: 16px;
}
.box_sidebar .wp-block-search__inside-wrapper input, .box_sidebar .wp-block-search__inside-wrapper button {
    width: 100%;
	margin: 0px;
}
.box_sidebar .wp-block-search__inside-wrapper button{
	background-color: var(--color-main);
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}
.bai-viet-dau-tien {
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0px 4px 0px #e3b65d6e;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.bai-viet-dau-tien .thumbnail, .bai-viet-dau-tien .noi-dung {
    width: 50%;
}
.bai-viet-dau-tien .thumbnail img{
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	height: 240px;
}
.bai-viet-dau-tien .noi-dung {
    padding: 0px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bai-viet-dau-tien .noi-dung h3{
	margin: 0px;
}
.bai-viet-dau-tien .noi-dung h3 a{
	color: var(--color-main);
	font-size: 18px;
	font-weight: 600;
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bai-viet-dau-tien .noi-dung p {
    color: #7E715D;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .btn_xemthem a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: var(--color-main);
    font-weight: 500;
}
.btn_xemthem a img{
	width: 12px;
	height: 12px;
	object-fit: cover;
}
.bai-viet-dau-tien .post_after {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
}
.list_blog {
    display: flex;
    flex-wrap: wrap;
}
.list_blog .blog_item {
    width: 33.3333%;
    flex-direction: column;
    gap: 10px;
	padding: 10px;
}
.list_blog .blog_item .thumb {
    width: 100%;
    height: 200px;
}
.list_blog .blog_item .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.list_blog .blog_item .thong-tin {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 20px 20px 20px;
    box-shadow: 0px 2px 0px #7c551240;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.list_blog .blog_item .thong-tin h4 {
    margin:0px;
}
.list_blog .blog_item .thong-tin h4 a {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-main);
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_blog .blog_item .thong-tin .content p{
	color: #7E715D;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.see_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 20px;
}
.see_title h3{
	font-size: 18px;
	font-weight: 600;
	color: var(--color-main);
	margin: 0px;
}
.see_title img{
	width: 20px;
	height: 20px;
}
.viewed-posts .title {
    font-size: 17px;
    font-weight: 500;
    color: var(--color-main);
    line-height: 1.3;
}
.viewed-posts .date {
    color: #7E715D;
    font-size: 15px;
    padding-top: 10px;
}
.sidebar_search button {
    width: 100%;
    margin: 0px;
    background-color: var(--color-main);
    font-size: 17px;
    font-weight: 500;
}
.sidebar_search input {
    width: 100%;
    margin: 0px 0px 20px 0px;
    color: var(--color-main);
    font-size: 17px;
	border: 1px solid var(--color-main);
    font-weight: 400;
	height: 44px;
}
.custom-pagination {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}
.custom-pagination a.page-numbers {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-main);
    color: #fff;
}
.custom-pagination a.next.page-numbers {
    background-color: #F7E6C9;
    color: var(--color-main);
    font-size: 18px;
    font-weight: 600;
}
.banner_blog {
    margin-bottom: 50px;
}
.single_blog h1.entry-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--color-main);
    text-transform: uppercase;
}
 .entry-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}
 .entry-meta span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #7E715D;
    text-transform: capitalize;
	line-height: 1;
}
 .entry-meta span img{
	width: 20px;
	height: 20px;
}
.post-tags.mt-3 a {
    color: var(--color-main);
}
.post-tags.mt-3 strong {
	font-weight: 400;
}
.lienhe_text ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
	padding-left: 20px;
}
.lienhe_text ul li {
    margin: 0px;
    display: flex;
    align-items: center;
	gap: 20px;
}
.lienhe_text ul li a {
    display: flex;
    flex-direction: column;
    gap: 8px;
	line-height: 1;
}
.lienhe_text ul li a span {
    font-weight: 600;
}
.lienhe_text ul li img {
    object-fit: cover;
    background-color: var(--color-main);
    border-radius: 3px;
    width: 40px;
    height: 40px;
    padding: 10px;
}
.box_lienhe_text .col-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box_item_search .search_item {
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 0px #E4A84440;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.box_item_search .search_item .box_img{
	width: 50%;
	height: 240px;
}
.box_item_search .search_item .box_content {
    width: 50%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.box_item_search .search_item .box_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.box_item_search .search_item .box_content h3.post-title.h5 {
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
}
.box_item_search .search_item .box_content .post-excerpt {
    color: #7E715D;
    font-size: 16px;
    line-height: 26px;
}
.page_timkiem .header_title p span {
    color: #609966;
    font-weight: 600;
}
.ketqua_no {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.mfp-content {
    background-color: var(--color-main) !important;
}
.mfp-content .sidebar-menu .nav-vertical>li>a{
	color: #fff !important;
}
.mfp-content input {
    border: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	height: 40px;
}
.mfp-content button {
    background-color: #ecca87 !important;
    border: 0px !important;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 55px;
}
.wpcf7-response-output {
  display: none !important;
}
.cf7-popup .popup-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cf7-popup .popup-content .box_img img {
    width: 100px;
    height: 56px;
    object-fit: cover;
}
.cf7-popup .popup-content .btn p {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
}
.cf7-popup button{
	margin: 0px;
}
.ewd-ufaq-faq-div {
    border-bottom: 1px solid #7c5512;
}
.ewd-ufaq-faq-div a{
	display: flex;
	align-items: center;
}
.ewd-ufaq-faq-div a {
    display: flex;
    flex-direction: row-reverse;
}
.ewd-ufaq-faq-title-text {
    width: 100% !important;
}
.ewd-ufaq-faq-title-text h4{
    color: var(--color-main);
}
.ewd-ufaq-faq-body {
    padding: 10px 4px;
    padding-left: 20px !important;
}
.ewd-ufaq-faq-body p{
	margin-bottom: 0px;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    display: none !important;
}
div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    width: 30px;
    height: 30px;
    position: relative;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol:before{
	content:"";
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2025/06/plus_1.png);
	display: inline-block;
	background-size: cover;
}
.ewd-ufaq-post-active .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol:before{
	background-image: url(/wp-content/uploads/2025/06/minus_1.png);
}
.fqa_title h3 {
    border-bottom: 0px;
    font-size: 32px;
}
.fqa_title .section-title-normal span {
    border-bottom: 0px solid #7E715D;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.fqa_title .section-title-normal span:before {
    content: "";
    width: 78%;
    height: 3px;
    background-color: var(--color-main);
    display: inline-block;
}
.tienichcuocgoi.themes4.vitri3 ul li.sodienthoai a .tienichname {
	left: auto !important;
    padding: 0px 50px 0px 15px !important;
    right: 0 !important;
}
.tienichcuocgoi ul li a:hover .tienichname {
    left: auto !important;
    padding: 0px 50px 0px 10px !important;
    right: 0 !important;
}
.button.icon.circle {
    background-color: #7C5512;
    color: #fff;
}





@media only screen and (max-width: 900px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.home_ss2 .why_item {
    padding: 30px 16px;
}
.home_ss2 .why_item .icon-box-text h3 {
    font-size: 15px;
}	
.home_ss2 .why_item .icon-box-text p {
    font-size: 15px;
}
.custom_title h3 {
    font-size: 36px;
}
.home_ss1 .box_content p {
    font-size: 21px;
}
.custom_title {
    gap: 10px;
}
.home_ss4 .box_slider_for .icon-box-text {
    max-width: 470px;
    flex-basis: 470px;
    margin-left: -35px;
    padding: 0px 60px;
}
.box_slider_for .icon-box-img {
    max-width: 300px;
}
.home_ss4 .box_slider_for .icon-box-text h3 {
    font-size: 20px;
}
.box_slider_for {
    min-width: auto;
    max-width: fit-content;
    flex-basis: auto;
}
.list_blog .blog_item {
    width: 50%;
}	
	
	
	
	
	
	
}
	

@media only screen and (max-width: 500px) {
	.custom_title h3 {
		font-size: 25px;
	}
	.custom_title p {
		max-width: 1112px;
		font-size: 16px;
	}	
	.home_ss1{
		padding-bottom: 0px !important;
	}	
	.home_ss2{
		padding-top: 0px !important;
	}	
	.home_ss2 .custom_title h3, .home_ss3 .custom_title h3 {
		margin-bottom: 10px;
	}
	.home_ss3 .box_form .box_input {
		width: 100%;
	}
	.wpcf7-spinner{
		display: none;
	}
	.home_ss4 .custom_title h3 {
		line-height: 1.5;
	}
	.box_slider_for {
		flex-direction: column;
	}
	.home_ss4 .box_slider_for .icon-box-text {
        max-width: max-content;
        flex-basis: auto;
        margin-left: 0px;
        padding: 20px;
    }
	.box_slider_for .icon-box-img {
        max-width: 100%;
    }
	.home_ss5 .section-title-normal {
		font-size: 18px;
	}
	.home_ss5 .section-title a {
		padding: 10px 17px;
		font-size: 13px;
	}
	.home_ss5 .section-title a:after {
		width: 10px;
		height: 10px;
	}
	.list_blog .blog_item {
		width: 100%;
	}
	.bai-viet-dau-tien {
		flex-direction: column;
		gap: 20px;
	}
	.bai-viet-dau-tien .thumbnail, .bai-viet-dau-tien .noi-dung {
		width: 100%;
	}
	.bai-viet-dau-tien .noi-dung {
		padding: 0px 20px 20px 20px;
	}
	.lienhe_ss2 .box_maps iframe {
		height: 250px;
	}
	.lienhe_ss1{
		padding-bottom: 0px !important;
	}
	.box_item_search .search_item .box_content, .box_item_search .search_item .box_img {
    	width: 100%;
	}
	.box_item_search .search_item{
		flex-wrap: wrap;
	}
	.box_item_search .search_item .box_content{
		padding: 10px;
	}
}	
	
	
	
	
	
	
	
	