/*
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.   ***************/

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

@font-face {
	font-family: 'Inter-Black';
	src: url("fonts/Inter-Black.ttf");
}
@font-face {
	font-family: 'Inter-Bold';
	src: url("fonts/Inter-Bold.ttf");
}
@font-face {
	font-family: 'Inter-ExtraBold';
	src: url("fonts/Inter-ExtraBold.ttf");
}
@font-face {
	font-family: 'Inter-ExtraLight';
	src: url("fonts/Inter-ExtraLight.ttf");
}
@font-face {
	font-family: 'Inter-Light';
	src: url("fonts/Inter-Light.ttf");
}
@font-face {
    font-family: 'Inter-Medium';
    src: url("fonts/Inter-Medium.ttf");
}
@font-face {
    font-family: 'Inter-Regular';
    src: url("fonts/Inter-Regular.ttf");
}
@font-face {
    font-family: 'Inter-SemiBold';
    src: url("fonts/Inter-SemiBold.ttf");
}
@font-face {
    font-family: 'Inter-Thin';
    src: url("fonts/Inter-Thin.ttf");
}
body, p, a, .section-title-main, h1, h2, h3, h4, h5, h6, .sidebar-menu .nav-sidebar li a {
	font-family: 'Inter-Regular' !important;
}


header .hotline {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-image: url(https://longhai.bacgiangweb.com/wp-content/uploads/2025/04/btn-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5px 15px;
    background-color: transparent;
    border-radius: 0;
    background-position: center center;
}

/* CSS menu */
.nav .nav-dropdown {
    background-color: #6780fe;
    padding: 0;
    top: 41px;
}
.nav-dropdown.nav-dropdown-default>li>a:hover {
    background: #f3f3f3;
    color: #ff6d00;
    padding-left: 18px;
    background: white;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    padding-left: 10px;
    padding-right: 0;
    margin: 0px;
    font-size: 15px;
    border-bottom: 1px dashed #fffefe;
    color: #fff;
}
.nav-column li>a, .nav-dropdown>li>a {
    width: auto;
    display: block;
    padding: 10px 20px;
    line-height: 1.3;
}

/*Widget */
.widgettitle {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    background-color: #08a0ec;
    padding: 15px 15px;
    display: block;
    border-radius: 5px 5px 0 0;
}
.menu-danh-muc-san-pham-container {
    margin-top: -8px;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: 1px dashed #c7c3c3;
}
.widget ul {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #f59520;

}

span.widget-title {
     color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #f59520;
    padding: 15px 15px;
    display: block;
    border-radius: 5px 5px 0 0;
        box-shadow: 0 0 8px #00000024;
}
.widget .is-divider{
    display: none;
}

.widget .menu a::before {
    content: "\f101";
    display: inline-block;
    font-family: 'FontAwesome'; 
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    font-size: 10px;
}

.widget .menu a::before {
    content: "\f101";
    display: inline-block;
    font-family: 'FontAwesome'; 
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.widget>ul>li+li, ul.menu>li+li {
    border-top: 1px dashed #c7c3c3;
}

.title-home{

    background: rgba(0, 0, 0, 0) url(https://iotminhhoang.com/wp-content/uploads/2022/06/hoavan.png) no-repeat scroll center bottom;
    display: block;
    font-size: 18px;
    margin: 20px 0 20px 10px;
    padding-bottom: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #1b74ba;
   
}

.tai-sao{
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
   
}

.tai-sao:hover{
    background-color: #f59520;
}

.is-divider{
    display: none;
}


.post-item .box-image:hover::before{
-webkit-animation:shine .75s;
animation:shine .75s}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
.post-item .box-image::before{
position:absolute;
top:0;
left:-75%;
z-index:2;
display:block;
content:'';
width:50%;
height:100%;
background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}


/* Button Next - Preview */
.slider .flickity-prev-next-button svg.flickity-button-icon {
    border: 1px solid #103955 !important;
    background: #103955;
    border-radius: 4px;
    width: 20px;
    height: 40px;
    padding: 0;
    color: #103955;
}
.flickity-prev-next-button svg, .flickity-prev-next-button .arrow {
    transition: all .3s;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
    top: 10%;
}
.slider .flickity-prev-next-button {
    opacity: 1;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color: #ffffff;
    padding-left: 20px;
}

.dvfooter{
    color: #fff;
}

span.ux-menu-link__text {
    color: #fff;
}
i.ux-menu-link__icon.text-center.icon-angle-right {
    color: #fff;
}

.txtabout{
    text-align: justify;
}


.relatedcat {
padding: 8px 35px 8px 37px;
margin: 20px 0;
text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
border: 1px solid #BCE8F1;
border-radius: 4px;
background-color: #D9EDF7;
}

.relatedpost {
padding: 8px 35px 8px 14px;
margin: 20px 0;
text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
border: 1px solid #BCE8F1;
border-radius: 4px;
background-color: #D9EDF7;
padding-left: 20px;
}


.category-post-widget-box {
  border: 1px solid #f7941d;     /* Màu cam */
  padding: 15px;
 
  background: #fff;
}

.category-post-widget-box ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.category-post-widget-box li {
  margin-bottom: 10px;
}

.category-post-widget-box a {
  color: #004f91; /* màu xanh đậm */
  text-decoration: none;
}

.category-post-widget-box a:hover {
  text-decoration: underline;
}
