/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--do:#f72816;
	--vang:#f8d531;
	--xanh: #0000ff;
}
.uxb-draggable *{
	pointer-events:initial !important;
}
html,body,span,label,a,p,button,b,div{
	font-family: "Roboto", sans-serif;
}
h1,h2,h3,h4,h5,h6,.nav > li > a,nav,li{
	font-family: "Roboto", sans-serif!important;
}
.header-bottom li:hover {
    background: #050589;
    line-height: 50px;
}
.header-bottom li>a:hover {
    background: #050589;
    line-height: 50px;
}
.nav-dropdown-default {
    padding: 0;
}
.nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
    padding: 15px 10px;
	color: #111;
}
.nav-dropdown.nav-dropdown-default>li>a:hover{
    line-height: normal !important;
	color: #fff;
}


b,strong{
	font-weight:bold;
}
form{
	margin:0 !important;
}
form input:not([type=submit]),textarea,select{
	box-shadow:none !important;
}
input[type=submit]{
	margin:0;
}
.txt-jus{
	text-align:justify;
}
.txt-jus :is(h1,h2,h3,h4,h5,h6){
	text-align:left;
}
a{
	cursor:pointer;
}
.wpcf7-spinner,.product-images .image-tools.bottom.left,.post-item .is-divider,aside > .is-divider,.entry-header .is-divider{
	display:none !important;
}
.section-content{
	z-index:unset !important;
}
.dark, .dark p, .dark td{
	color:#fff !important;
}
.pd-b0,.ga-pd-b0 .col{
	padding-bottom:0 !important;
}
.p-mb0 p,.title-mb0 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:0;
}
.p-mb5 p,.title-mb5 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:5px;
}
.p-mb10 p,.title-mb10 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:10px;
}
.p-mb15 p,.title-mb15 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:15px;
}
.p-mb20 p,.title-mb20 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:20px;
}
.p-w400 p, .title-w400 :is(h1,h2,h3,h4,h5,h6){
	font-weight:400;
}
.p-w500 p, .title-w500 :is(h1,h2,h3,h4,h5,h6){
	font-weight:500;
}
.p-w600 p,.title-w600 :is(h1,h2,h3,h4,h5,h6){
	font-weight:600;
}
.p-w700 p,.title-w700 :is(h1,h2,h3,h4,h5,h6){
	font-weight:700;
}
.p-w800 p,.title-w800 :is(h1,h2,h3,h4,h5,h6){
	font-weight:800;
}
.p-w900 p,.title-w900 :is(h1,h2,h3,h4,h5,h6){
	font-weight:900;
}
.title-f30 :is(h1,h2,h3,h4){
	font-size:30px;
}
.title-f20 :is(h1,h2,h3,h4){
	font-size:20px;
}
.is-uppercase, .uppercase{
	line-height:inherit;
}
.col-h100 > .col-inner{
	height:100%;
}
.img-h100 :is(.img,.img-inner){
	height:100%;
}
.img-h100 img{
	height:100%;
	object-fit:cover;
}
.absolute-footer{
	background-color: #00004e !important;
	padding:0;
}
.footer-secondary{
	display:none;
}
.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#ffffff;
	position:relative;
}
.footer-primary{
	padding:10px 0 15px;
}
.blog-wrapper{
	padding-bottom:0;
}
.single-page{
	text-align:justify;
	padding-top:0;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 1px solid var(--do) !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/12/top.png) var(--do);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 16px;
	min-width:unset;
}
table {
	border-collapse: collapse;
}
.owl-stage{
	display:flex;
}
.owl-stage .col,.owl-stage .col > .col-inner{
	height:100%;
}
.owl-item {
	flex-shrink:0;
}
.owl-item .col {
	max-width:100%;
}
.owl-dots {
	margin:0 !important;
}
.owl-dots button{
	min-height:unset;
	margin:0 5px;
}
.owl-theme .owl-dots .owl-dot span{
	margin:5px 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:var(--vang) !important;
}
.owl-nav{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translatey(-50%);
	margin:0 !important;
}
.owl-nav button{
	min-height:unset;
	line-height:unset !important;
	margin:0 !important;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	display:flex !important;
	align-items:center;
	justify-content:center;
	transition:all 0.3s;
}
.accordion button.toggle{
	pointer-events:none !important;
}
.map :is(p,iframe){
	width:100%;
	height:100%;
	margin:0;
}
.pum-overlay.pum-overlay-disabled {
	visibility: inherit !important;
}
.button.btn-center,
.text-center .button.btn-center{
	display:block;
	width:max-content;
	margin:0 auto !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.icon-box.icon-center .icon-box-img :is(.icon,.icon-inner){
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.icon-box.icon-center img{
	padding-top:0;
}
.post-item .col-inner{
	height:100%;
}
.post-item .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-block-block-1{
    text-align: center;
}
.header-block-block-1 h3, .header-block-block-1 h4{
    margin-bottom: 0;
}
.header-block-block-1 p {
    font-size: 15px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0
}

tr td,th {
    border: .9px solid #000;
    padding: 12px 10px!important;
    font-size: 16px;
    color: #111;
    font-weight: 500
}

table tr:nth-child(even) {
    background-color: hsl(195deg 47% 33%/3%)
}
.form-lh input{
	height: 45px;
	border-radius: 2px;
}
.form-lh textarea{
	border-radius: 2px;
}
.col-gioithieu .col-inner {
    background-color: rgb(247, 247, 247);
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 2px;
    padding: 10px;
}
.section h2.section-title b {
    background: transparent;
}
.section span.section-title-main:after {
    content: "";
    display: block;
    width: 90px;
    border-bottom: 2px solid #bcbcbc;
    padding-top: 15px;
    margin: 0 auto;
}
.form-dk{
    display: flex;
    gap: 15px;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
}
.text-bhsp{
    background: #04049f;
    padding: 10px;
}
.text-bhsp h4 {
    margin-bottom: 0;
    color: #fff;
    font-family: 'Time New Roman' !important;
    font-size: 22px;
}
.sec-footer h3{
    font-family: 'Time New Roman' !important;
    /* color: #fff; */
}
.sec-footer li{
	font-size: 15px;
}
.col-footer-1 ul li{
	list-style: none;
}
.col-footer-1 ul li:before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #fff;
    margin-top: -2px;
    font-weight: 500;
}
.col-footer-2 ul li{
	list-style: none;
}
.col-footer-2 ul li:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #fff;
    margin-top: -2px;
    font-weight: 600;
}


@media only screen and (max-width: 959px) {
  .float-icon-hotline {
    bottom: 0px !important;
    left: 10px !important;
  }
}
.float-icon-hotline {
  position: fixed;
  bottom: 30px;
  left: 25px;
  z-index: 999;
}
.float-icon-hotline ul {
  display: block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0;
  list-style: none;
}
.float-icon-hotline ul li a {
  text-decoration: none;
  display: block;
}
a {
  color: #1e73be;
}
.float-icon-hotline ul li .fa-zalo {
  background: #ef0303 url(https://webdaiphat.com/wp-content/uploads/2022/10/zalo.png) center center no-repeat;
}
.float-icon-hotline ul li .fa {
  background-color: #549a04;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 36px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  font-size: 20px;
}
.float-icon-hotline ul li span {
  display: inline-block;
  padding: 0;
  background-color: #eee !important;
  color: #ff0000;
  font-size: 17px;
  font-weight: 700 !important;
  border: 2px solid #fff;
  border-radius: 20px;
  height: 40px;
  line-height: 36px;
  position: absolute;
  top: 3px;
  left: 20px;
  z-index: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff6a00;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
}
.float-icon-hotline ul li {
  display: block;
  width: 45px;
  height: 45px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 0px;
}
.float-icon-hotline ul li a {
  text-decoration: none;
  display: block;
}
.float-icon-hotline ul li .fa-messenger {
  background: #168efb url(/wp-content/uploads/2026/07/zalo.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-hotline {
  background: #70b81e url(/wp-content/uploads/2026/07/call-4.png) center center no-repeat;
}
.float-icon-hotline ul.show-phone .hot-phone span {
  width: 150px;
  padding-left: 30px;
  padding-right: 10px;
  opacity: 1;
  text-align: right;
}
.float-icon-hotline ul li:hover span {
  width: 150px;
  padding-left: 30px;
  padding-right: 10px;
  opacity: 1;
}
.lac{animation:code-pro-rung-lac 2s ease infinite}@-webkit-keyframes code-pro-rung-lac{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}

.rung{animation: animate alternate 0.5s infinite;}@keyframes animate {
        0% {
            transform:scale(1);
        }
        100% {
            transform:scale(1.2)
        }
    }
#comments{
	display: none;
}
@media screen and (min-width: 850px) {
    .post-sidebar.col {
        margin-bottom: 0;
        padding: 0 15px 30px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 860px){
	.form-dk {
    display: block;
    gap: 15px;
}
	.text-bhsp h4 {
    font-size: 18px;
}
}
