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

body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  
}

body p {
    font-size:17px;
}


.banner h1, .banner h2, .banner h3 {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 0;
}


#masthead .header-nav-main > li > a{
	letter-spacing: 0.6px;
	font-size: 15px;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
	font-weight: 700;
	border:0px;
	font-size: 15px;
	color: #464646;
}
.nav-dropdown.nav-dropdown-default>li a:hover{
	color: #b8292f;
}


#masthead .header-nav-main li:hover >.nav-dropdown-default{
	display: block !important;
}

.nav-dropdown-default{
	padding: 0px;
}
.nav-dropdown-default .nav-dropdown-default{
	position: absolute;
	left:100%;
	top:0px;
	background-color: #f5f5f5;
	display: none !important; 
}
.nav-dropdown>li.image-column, .nav-dropdown>li.nav-dropdown-col{
	display: block;
	width: 100%;
	position: relative;
}
.nav-dropdown{
	display: block;
}
.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a{
	text-transform: unset;
}

.nav-dropdown .menu-item-has-children>a:after, .nav-dropdown .nav-dropdown-col>a:after {
    speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none !important;
    content: "";
    float: right;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#masthead .header-nav-main > li ul li{
	margin: 0px;
}
#masthead .header-nav-main > li ul li a {
    padding: 12px 30px 12px 15px;
    margin: 0px;
    position: relative;
        text-transform: uppercase;
}

.img-full-height,
.img-full-height *{
    height:100%;
}

.img-full-height img {
    object-fit:cover
}

.footer-img-text-section .footer-img-text-row >  .col > .col-inner{
    min-height:600px;
    place-content: center;
}

.font300 *{
	font-weight: normal;
}
.title h2:after {
    content: "";
    display: block;
    height: 2px;
    background: url(img/line.webp) no-repeat center;
    top: 48px;
    width: 10%;
    left: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;

}
.title h2{
		margin-top: 50px;
	margin-bottom: 40px;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 15px;
}
.p-mb0 p{
	margin-bottom: 0px;
}
footer .tieude h3{
	font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaa;
    margin: 30px 0px;
}

footer .dark .ux-menu-link__link{
    color: #a2a2a2;
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 500;
    padding: 0px;
    min-height: 0px;
}

.absolute-footer.dark {
    color:#fff;
    font-size: 15px;
    font-weight: 500;
}

.absolute-footer{
	padding: 20px 0px;
}
header#header{
	position: sticky;
	top: 0px;
}
.font500 p{
	font-weight: 500;
}
.example1 {
    animation-name: example1;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes example1{0%{margin-left:6px}100%{margin-left:0}}

.box2 .icon-box{
	padding: 25px ;
	background: #f9f7f6;
	height: 100%;
}
.box2 .icon-box:hover{
	background: #fff;
}
.box2 .icon-box p{
	margin-bottom: 0px;
	text-transform: uppercase;
}
.nav-line-bottom > li{
	margin: 0px;
}
.nav-line-bottom > li >a{
	display: block;
    padding: 8px 10px;
    color: #424242;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
}
.nav-line-bottom{
	margin-bottom: 20px;
}
.tabbed-content .nav>li.active>a{
	color: var(--fs-color-primary);
}

footer .dark .hotline .ux-menu-link__link{
	font-size: 18px;
	color: #fff;
}


/* Dịch vụ */

.dichvu-box2 .icon-box{
	background: var(--fs-color-primary);
}

.dichvu-box2 .icon-box .icon-box-img{
	padding: 20px 0px;
	margin-bottom: 0px;
}
.dichvu-box2 .icon-box .icon-box-img img{
	filter: brightness(7);
	max-width: 60px;
}

.dichvu-box2 .icon-box .icon-box-text{
    background: #f4f4f4;
    display: block;
    padding: 20px 5px;
    font-size: 14px;
}

.dichvu-box2 .icon-box .icon-box-text p{
	font-size: 14px;
	text-transform: uppercase;
}
.dmdv {
    font-size: 30px;
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
    left: 0;
    padding-left: 30px;
    background: linear-gradient(-45deg, #b8292f, transparent);
    background: -webkit-linear-gradient(-45deg, #b8292f, transparent);
    background: -o-linear-gradient(-45deg, #b8292f, transparent);
    background: -moz-linear-gradient(-45deg, #b8292f, transparent);
    bottom: 0;
    position: absolute;
    transition: all 5s;
}
.dmdv:hover {
    background: linear-gradient(-45deg, #b8292f, #b8292f, transparent);
    background: -webkit-linear-gradient(-45deg, #b8292f, #b8292f, transparent);
    background: -o-linear-gradient(-45deg, #b8292f, #b8292f, transparent);
    background: -moz-linear-gradient(-45deg, #b8292f, #b8292f, transparent);
}
.dv1 h3 {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}
.dv1 h3:before {
    content: "";
    display: block;
    width: 27px;
    height: 19px;
    background: url(img/dv-header.png) no-repeat;
    float: left;
    margin-right: 10px;
    vertical-align: top;
    top: 8px;
    position: absolute;
    left: 0;
}
.dv1 a {
    position: relative;
    display: block;
    color: #444;
    margin-bottom: 18px;
    font-weight: 600;
}
.dv1 a:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(img/play-button-s.webp) no-repeat;
    float: left;
    margin-right: 10px;
    vertical-align: top;
}
.dv1 ul li{
	list-style: none;
	margin: 0px;
}
.dv2 a:before {
    background: url(img/checked.webp) no-repeat;
}
.dv2 .cot1 > .col-inner{
	background-color: #ededed;
    background-image: url(img/pattern1.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 20px;
    background-size: auto;
}
.dv2 .cot2 > .col-inner{
    background-color: #ffffff;
    background-image: url(img/pattern2.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 20px;
    background-size: auto;
}

/* Giới thiệu */

.menuflex > ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
    gap: 10px;
}
.menuflex > ul li{
	margin: 0px;
}
.menuflex > ul li a {
    padding:10px;
    display: block;
    color: #fff;
}
.menuflex > ul li ul {
	    background: #b8292f;
	    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto;
}
.gioithieu-box2 .box .box-image{
	margin-bottom: 20px;
}
.gioithieu-box2 .box .box-text,.gioithieu-box2  .icon-box-text{
    background-image: linear-gradient(180deg, #f0f0f0, #fff);
}

.gioithieu-box2 .icon-box-img {
    box-shadow: rgb(221, 221, 221) 0px 4px 1px 1px;
    position: relative;
    bottom: -60px;
    z-index: 99;
    background: rgb(238, 238, 238);
    padding: 13px;
    border-radius: 50%;
}
.gioithieu-box2  .icon-box-text{
	padding: 80px 25px 25px;
	margin-left: auto;
	margin-right: auto;
}


.list2 p {
    margin-bottom: 25px;
    font-weight: 600;
}
.list2 p:before {
    content: "";
    width: 34px;
    height: 34px;
    display: block;
    background: url(img/list1.webp) no-repeat center left;
    float: left;
    margin-right: 15px;
    background-size: 34px;
}
.list3 p {
    margin-bottom: 25px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 35px;
}
.list3 p:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.list3 p:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 7px;
}

/* Blog */
.is-large .post-title a{
	font-size: 25px;
}

.post-title a{
	font-weight: 400;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #222;
}



.post-title.is-large a{
	font-size: 15px;
}


.post-title.is-large a{
	font-size: 18px;
}

.align-equal {
    
}

.box-text .box-text-inner {
    display: flex;
    flex-wrap: wrap;
}

.box-text .post-title {
    order:-1;
}

.box-text .post-title 
.box-text .post-meta,
.box-text .is-divider,
.box-text .from-the-blog-excerpt{
    width:100%;
}

.box-text .post-meta {
    height:58px;
}

.title-primary .box-text .post-title a{
    color:var(--fs-color-primary);
    font-weight:500;
}


.post-title a:hover {
    color: var(--fs-color-primary);
}
.box-blog-post .is-divider{
	display: none;
}

.blog .box {
    background-color: #fafafa;
    padding: 20px;
}
.section-title-normal{
	background-color: var(--fs-color-primary);
	color: #fff;
    padding: 5px 15px;
    border-bottom: 0px;
}

.section-title-normal span{
	padding: 0px;
	border: 0px;
	text-transform: unset;
}

.section-title-normal a {
	font-size: 14px;
	margin-top: 5px;
	border-bottom: 1px solid #fff;
	line-height: 1.3em;
	color: #fff;
	padding: 0px;
}
.section-title-normal a i{
	display: none;
}


aside.widget {
    background-color: #f5f5f5;
    padding: 40px 30px;
}
aside.widget .widget-title {
    margin-top: 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4b4b50;
    margin-bottom: 20px;
    display: block;
}


aside.widget .widget-title:after {
    content: "";
    display: block;
    height: 2px;
    background: url(img/line.webp) no-repeat center;
    top: 48px;
    width: 10%;
    left: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
aside.widget .widget-title:after {
    width: 40%;
    left: 0;
    margin-left: 0;
    margin-top: 5px;
}
.widget .is-divider{
	display: none;
}
aside.widget ul.menu>li>a:before {
    content: "";
    display: block;
    background: url(img/play-button-s.webp);
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    margin-right: 5px;
    top: 2px;
}

aside.widget ul.menu>li>a {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    position: relative;
    padding-left: 5px;
    margin-bottom: 10px;
}
.widget>ul>li ul,aside.widget ul.menu>li ul{
	display: block;
	padding: 0px;
	border:0px;
}
aside.widget ul.menu>li>ul>li>a:before {
    content: "";
    display: block;
    background: url(img/right-arrow.png) center center no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    float: left;
    margin-right: 5px;
    top: 4px;
    opacity: .6;
    background-size: 11px;
}
aside.widget ul.menu>li>ul>li {
    margin-bottom: 16px;
}

aside.widget ul.menu>li>ul>li  a {
    color: #4b4b50;
    font-weight: 500;
    font-size: 15px;
}
.widget>ul>li+li, ul.menu>li+li{
	border:0px;
}
.widget .toggle{
	display: none;
}

.entry-header .entry-category{
	display: none;
}
.entry-meta{
	text-transform: unset;
}
.entry-divider{
	display: none;
}

.page-title {
    font-size: 25px;
    color: #777;
    font-weight: 700;
    text-transform: uppercase;
}
article h2.entry-title {
    font-size: 23px;
    font-weight: 600;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 20px;
    color: #555;
    margin-bottom: 10px;
}
h2.entry-title:after {
    content: "";
    display: block;
    height: 2px;
    background: url(img/line.webp) no-repeat center;
    top: 48px;
    width: 10%;
    left: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.meta-author a ,.cat-links a,.entry-meta1 a,.navigation-post a{
	font-weight: 600;
	color: var(--fs-color-primary);
	font-size: 14px;
}
.navigation-post .next-prev-nav{
	display:block;
	border:0px;
}
.icon-categories{
	color: #575760;
	font-size: 15px;
	margin-right: 5px;
}
.navigation-post .next-prev-nav i {
    background: #dc0009;
    width: 19px;
    height: 19px;
    color: #fff;
    border-radius: 20px;
    font-size: 17px;
    text-align: center;
    margin-left: 0px !important;
}
.next-prev-nav .flex-col+.flex-col{
	border:0px;
}
.next-prev-nav .hide-for-small{
	float: left;
}
.next-prev-nav .nav-next{
	text-align: left;
}
.next-prev-nav .flex-col+.flex-col,.next-prev-nav .flex-col{
	padding: 0px;
}



.section-title-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.5;
}


.section-title-container h2 {
    font-size: 30px;
    font-weight: 400;
 
}


.section-title-container h3 {
    font-size: 26px;
    font-weight: 400;
}

.section-title-container  .section-title-normal {
    background: linear-gradient(45deg, #b8292f 0%, #ed5f6d 100%);
}

.section-title-container {
    margin-bottom:0;
}

.section-title-container  b {
    display:none !important
}


.section-title-container  span {
    position:relative;

}



.section-title-container  .section-title-bold-center,
.section-title-container  .section-title-center {
    justify-content:center;
}


.section-title-container  .section-title-bold span,
.section-title-container  .section-title-bold-center span {
    border:none;
    padding:0;
    padding-bottom:10px !important;
}


.section-title-container  .section-title-bold span:after, 
.section-title-container  .section-title-bold-center span:after {
    content: "";
    display: block;
    height: 2px;
    background: url(/wp-content/uploads/2025/04/line-1.webp) no-repeat center / 100% 100%;
    position: absolute;
    bottom: 0px;
    width: 80px;
    left: 50%;
    transform:translateX(-50%);
}

.section-title-container .section-title-main {
    text-transform:initial;
}

.why-choose-us-section .why-choose-us-row > .col > .col-inner {
    box-shadow: 0 0 20px -2px #eee;
    border-radius: 19px;
    padding: 5px 15px;
}


.why-choose-us-section .why-choose-us-row .icon-box .icon-box-img .icon {
        box-shadow: -1px 4px 1px #eee;
        border-radius:100px;
        padding:12%;
}


.why-choose-us-section .why-choose-us-row > .col > .col-inner:hover .icon-box .icon-box-img .icon {
    animation-name: spin;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes spin {
     0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }   
}

.why-choose-us-section .why-choose-us-row .icon-box .icon-box-img img {
    padding-top:0;
}

.why-choose-us-section .why-choose-us-row .icon-box strong {
    color: var(--fs-color-primary);
    font-size: 36px;
    font-weight: 700;
    margin-right: 5px;
    bottom: -5px;
    position: relative;
        line-height: 1;
}

.working-environment-section ul {
    list-style:none
}


.working-environment-section ul li {
    position: relative;
    padding-left: 40px;
    margin-left: 0;
    margin-bottom: 30px;
}


.working-environment-section ul li:last-child {
        margin-bottom: 0px;
}

.working-environment-section ul li:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}


.working-environment-section ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 7px;
}

.hovering {
    animation-name: hovering;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes hovering {
    0% {
        transform:translateX(-3px);
    }
    50% {
        transform:translateX(0px);
    }
    
   100% {
        transform:translateX(3px);
    }
       
}


.recruitment-posts .box-image {
    display:none;
}

.recruitment-posts .box-text {
    padding:0;
}

.recruitment-posts .box-text .box-text-inner{
    display:flex;
    align-items:center;
    gap:15px 30px;
    color:#444;
}

.recruitment-posts .box-text .post-title a {
    color:#444;
    font-weight:600;
}


.recruitment-posts .box-text .box-text-inner .button {
    white-space: nowrap;
    margin: 0;
    border-radius:100px;
    text-transform: inherit;
    font-weight: normal;
}

.recruitment-posts .box-text .box-text-inner .button:after {
    content:'\f35a';
    font-family: 'Font Awesome 6 Free';
    font-weight:bold;
    margin-left:4px;
}

.recruitment-posts .col.post-item .col-inner{
    padding: 15px 20px;
}

.recruitment-posts .col.post-item:nth-child(even) .col-inner{
        background: #f5f5f5;
}

.recruitment-process-section .step {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 30px;
    margin-bottom: 40px;
}


.recruitment-process-section .step > .col:first-child {
    flex-basis: 200px;
    max-width: 200px;
    min-width:150px;
}

.recruitment-process-section .step > .col:first-child strong  {
        background: var(--fs-color-primary);
    width: 50px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    position:relative;
}

.recruitment-process-section .step > .col:first-child strong:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 50%;
    border-left: 1px dashed #b8292f;
    left: 50%;
    top: 100%;
    z-index: 0;
}





.recruitment-process-section .step > .col:last-child {
    flex-basis: calc( 100% - 200px );
    max-width: calc( 100% - 200px );

}

.recruitment-process-section .step:hover > .col:last-child h3 {
    color:var(--fs-color-primary);
}


.key-member-image {
         width: 320px !important;
    height: 320px;
}

.key-member-image img {
    border-radius: 50%;
}

.page-numbers li {
    margin: 0 4px !important
}

.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px solid;
    border-radius: 2px;
    display: block;
    font-size: 14px;
    font-weight: bolder;
    height: 32px;
    line-height: 30px;
    min-width: 32px;
    padding: 0 5px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
}

.archive-page-header .page-title {
    font-size: 28px;
    color: #333;
    font-weight: 500;
    text-transform: inherit;
    letter-spacing: 0;
}
.category-block {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    margin-bottom:30px;
    position:relative;
    padding: 20px 0 10px;
}

.category-block h2 {
    color: var(--fs-color-primary);
    font-size:24px;
    font-weight:500;
    margin-bottom:5px;
}

.category-block p {
    font-weight:500;   
     margin-bottom:5px;
}

.category-block .button {
    border-radius:100px;
    text-transform:initial;
    margin-right: 10px;
    margin-bottom: 10px;
}



.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    height: 2px;
}


.uxb-wrapper--table {
    display: table
}


.uxb-wrapper--tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.uxb-wrapper--table_head {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.uxb-wrapper--table_body,
.uxb-wrapper--table_foot{
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.uxb-wrapper--th ,
.uxb-wrapper--td {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
    unicode-bidi: isolate;
    width: auto;
    padding: 8px !important;
    color: #000;
    font-size:15px;
    border: 1px solid #ececec;
}


table th, 
table td {
    padding: 8px !important;
    color: #000;
    font-size:15px;
}

table th{
        font-size:17px;
}

.single-post article h2 {
    font-size: 24px;
    color: var(--fs-color-primary);
}

.single-post article h3 {
    font-size: 19px;
}

.banner h1 {
    font-size: 32px;
}

.banner h2 {
    font-size: 30px;
}

.banner h3 {
    font-size: 24px;
}

.fw500{
    font-weight:500;
}

.banner .fw500 {
    max-width:420px;
}

.col-child-left > .col-inner {
    margin-left:0 !important;
    margin-right: auto !important;
}
.col-child-right > .col-inner {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.col-child-center > .col-inner {
    margin-left: auto !important;
    margin-right: auto !important;
}


.nav-row {
        background: linear-gradient(45deg, #b8292f 0%, #ed5f6d 100%);
    margin-bottom: 0;
}

.nav-row  ul {
    margin-bottom: 0;    
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-row ul li {
    display:inline-block;
    margin:0;
}
.nav-row ul li a {
    color: #fff;
    font-weight: 500;
    padding: 10px 18px;
    display: inline-block;
    font-size: 14px;
}

.nav-row ul li a:hover {
    background: #ae0000;
}


.why-us-2-section .icon-box .icon {
    border-radius: 50%;
    background: #fcfcfc;
    padding: 20%;
}

.why-us-2-section .icon-box .icon  img {
    padding-top:0;
}

.button.line-top {
    font-weight: 500;
    padding: 0 5px;
    border-top: 1px solid #bf0e0e !important;
    font-size: 20px;
}

table.bang-gia {
    text-align: center;
    background: linear-gradient(180deg, #ff5757, #f88b68);
    border: 0;
    border-radius: 30px 30px 30px 21px;

}

table.bang-gia  th {
    width:20%;
}

th p {
   margin: .5em 0;;
}



.bang-gia tr td {
    border: 0;
    font-size: 15px;
    font-weight: 500
}

.bang-gia tr:nth-child(odd) td:nth-child(even) {
    background: #fafafa
}

.bang-gia tr:nth-child(even) td:nth-child(even) {
    background: #f5f5f5
}

.bang-gia tr:nth-child(odd) td:nth-child(3),.bang-gia tr:nth-child(odd) td:nth-child(5) {
    background: #f2f2f2
}

.bang-gia tr:nth-child(even) td:nth-child(3),.bang-gia tr:nth-child(even) td:nth-child(5) {
    background: #ededed
}

.bang-gia tr td:first-child {
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.bang-gia thead {
    border-bottom: 0
}

.bang-gia thead tr {
    overflow: visible;
    background: none
}

.bang-gia thead tr th {
    position: relative;
    font-weight: 500;
    z-index: 99;
    color: #fff;
    overflow: visible;
    background: #f7f8f9!important;
    border: 0;
    font-size: 17px
}

.bang-gia thead tr th:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #e65d63;
    border-radius: 21px 21px 0 0;
    z-index: -1
}

.bang-gia thead tr th:nth-child(1):before {
    height: 80%;
    bottom: 0;
    top: auto;
    border-radius: 21px 6px 0 0;
    background: #c2292f
}

.bang-gia thead tr th:nth-child(1) {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 20px
}

.bang-gia thead tr th:nth-child(3):before {
    background: #e6444b
}

.bang-gia thead tr th:nth-child(4):before {
    background: #f4343d
}

.bang-gia thead tr th:nth-child(5):before {
    background: #ff000b
}

.bang-gia thead tr th:nth-child(6):before {
    background: #e90000
}

.bang-gia thead tr th strong {
    font-size: 18px
}

.bang-gia tr:last-child td {
    padding-bottom: 40px
}

.bang-gia tr:last-child td:first-child {
    border-radius: 0 0 0 21px;
        background: #fe5a58;
}

.bang-gia tr:last-child td:last-child {
    border-radius: 0 0 21px 0
}

.bang-gia tr:nth-child(21) td:first-child,.bang-gia tr:nth-child(2) td:first-child {
    font-weight: 700;
    font-size: 20px;
    background: #ff000040
}

.table-wrapper {
    overflow-x:auto;
}

.table-wrapper > table {
    min-width:849px;
}


.process-section .step {
     margin-bottom: 30px !important;
    padding-bottom: 20px ;
    border-bottom: 1px dashed #aaa;
    min-height: 150px;
}


.process-section .step > .col:first-child {
    flex-basis: 120px;
    max-width: 120px;
    min-width: 100px;
}

.process-section .step > .col:first-child strong  {
        background: var(--fs-color-primary);
    width: 50px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    position:relative;
}

.process-section .step > .col:first-child strong:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 50%;
    border-left: 1px dashed #b8292f;
    left: 50%;
    top: 100%;
    z-index: 0;
}


.process-section .step > .col:last-child {
    flex-basis: calc( 100% - 120px );
    max-width: calc( 100% - 120px );

}


.process-section .step > .col:last-child h3 {
    padding: 0 15px;
    background: #eee;
    border-radius: 15px;
}

.process-section .step:hover > .col:last-child h3 {
    color:var(--fs-color-primary);
}

.process-section .step.step8 > .col:first-child  {
    height:160px;
}

.process-section .step.step8 > .col:last-child  {
    flex-basis: 100%;
    max-width: 100%;
}

.process-section .step > .col:last-child p:last-child  {
    margin-bottom:0;   
}


.process-section .step .step-arrow {
    position: absolute;
    display: block;
    border-top: 2px solid #b8292f;
    border-right: 2px dashed #b8292f;
    width: 50px;
    border-radius: 0 10px 0 0;
    height: 130px;
    top: 10px;
}



.process-section .step .step-arrow:before {
    content: "";
    border-top: 10px solid #fff0;
    border-right: 20px solid #b8292f;
    border-bottom: 10px solid #fff0;
    position: absolute;
    top: -10px;
    left: -4px;
}

.accordion .accordion-item .accordion-title {
    padding: 18px 70px 18px 20px;
    background: linear-gradient(0deg, #f4f4f4 0%, #fafafa 100%);
    border-bottom: 1px solid #eee;
    color: #444;
    border-radius: 30px;
    position: relative;
    border:none;
    font-weight:bold;
}

.accordion .accordion-inner {
    padding: 1em 0;
}


.accordion .toggle {
    border-radius: 999px;
    height: 1.5em;
    left: auto;
    margin-right: 0;
    position: absolute;
    top: 14px;
    transform-origin: 50% 45%;
    width: 2.3em;
    right: 10px;
    opacity: 1;
    color: var(--fs-color-primary) !important;
}

.dot-list  ul {
    padding: 16px 0;
    border-left: 2px solid #b8292f;
    list-style:none;
}

.dot-list ul li {
    position:relative;
    font-weight:bold;
        margin-bottom: 24px;
        font-size:18px;
}

.dot-list ul li:last-child{
    margin-bottom: 0;
}


.dot-list ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: -32px;
    width: 15px;
    height: 15px;
    background: #d94a55;
    border-radius: 50%;
    transition: all .5s;
    top: 6px;
}
.styled-tab  > ul {
    margin:0;
    background: linear-gradient(45deg, #b8292f 0%, #ed5f6d 100%);
}


.styled-tab > ul  li a{
   color: #fff !important;
    font-weight: 500;
    padding: 10px 18px;
    display: inline-block;
    font-size: 14px;
    position:relative;
}

.styled-tab > ul  li.active a {
    color:#fff;
}

.styled-tab > ul  li.active a:after {
    content: "";
    width: 40%;
    display: block;
    right: 16px;
    margin-top: 2px;
    position: absolute;
    background: url(/wp-content/uploads/2025/04/tab-active.webp) no-repeat center / cover;
    height: 2px;
}

.styled-tab .tab-panels {
    padding-top:0;   
}

.title-bell .section-title-center {
        justify-content: start;
}

.title-bell .section-title-center:before {

    content: "";
    width: 43px;
    height: 33px;
    display: block;
    background: url(/wp-content/uploads/2025/04/bell.webp) no-repeat left;
    float: left;
    margin-right: 10px;
    position: relative;
    background-size: 43px;
    animation-name: bellRing;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes bellRing {
    0% {
    transform: rotate(10deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}


.spinning img {
    -webkit-animation: spin2 2s linear infinite;
    animation: spin2 12s linear infinite;
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}



.red-dot-list ul  {
    margin:0;
}
.red-dot-list li {
    list-style-type:none;
    position:relative;
        margin-left: 0 !important;
            font-weight: 600;
            font-size:17px;
            margin-bottom:20px;
}

.red-dot-list li:last-child {
     margin-bottom:0;
}

.red-dot-list li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #e23d38;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    background: #e23d38;
}

.box-shade .box-text {
    background: -webkit-linear-gradient(-45deg, #b8292f, transparent);
}

.box-shade .box-text.is-large h3 {
    font-size:24px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:600;
}

.bg-linear {
    background:linear-gradient(90deg, #de1f27, #fe505b);   
}

.plan-section .plan-row > .col > .col-inner p{
    margin-bottom:0;
}

.plan-section .plan-row > .col > .col-inner > .row > .col > .col-inner:not(:hover) {
     background:linear-gradient(90deg, #de1f27, #fe505b);   
}

section.dv-tiktok {
    background: url(/wp-content/uploads/2025/04/pattern3.webp) repeat center/ contain;
    overflow:hidden;
}


.dv-tiktok:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/tiktok-bg.webp);
    width: 400px;
    height: 400px;
    background-size: 287px;
    transform: rotate(123deg);
    z-index: 0;
    top: -60%;
    left: -9%;
    background-repeat: no-repeat;
    filter: blur(1px);
}

.dv-tiktok:after {
    content: "";
    display: block;
    position: absolute;
   background-image: url(/wp-content/uploads/2025/04/tiktok-bg.webp);
    width: 400px;
    height: 400px;
    background-size: 206px;
    transform: rotate(123deg);
    z-index: 0;
    bottom: -60%;
    right: 0%;
    background-repeat: no-repeat;
    filter: blur(2px);
}


section.why-tiktok {
    background: #f5f5f5 url(/wp-content/uploads/2025/04/tiktok-pattern.webp) repeat center/ 200px 200px;
    counter-reset: whyCounter;
}


section.why-tiktok  .why-tiktok-row > .col > .col-inner {
    padding: 15px 10px 10px 80px;
    background: #fff;
    min-height:130px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 32px 0;
}


section.why-tiktok  .why-tiktok-row > .col > .col-inner::before {
    counter-increment: whyCounter;
    content: counter(whyCounter);
  
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    background: linear-gradient(180deg, #fd0b00, #ff8a8a);
    top: -108px;
    left: -124px;
    border-radius: 50%;
    border: 9px solid #e8e8e8;
        color: #fff;
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    padding: 36px 24px;
}


.br-18 {
    border-radius:18px;
    overflow:hidden;
}

.service-list-row > .col > .col-inner:hover {
    background-color:transparent !important;
}



.align-equal .box-text-bottom {
    height: 100%;
    background-color:#fff;
} 


@media screen and (min-width: 850px) {
    footer .gallery-columns-8 .gallery-item,footer  .large-columns-8 .flickity-slider>.col,footer  .large-columns-8>.col {
        flex-basis: 10%;
        max-width: 10%;
    }
    
    .product-hero-banner .overlay {
        display:none;
    }
    
    .row-5-cols > .col {
        flex-basis: 20%;
        max-width: 20%;
    }

}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    border-radius: 0px;
    width: 100%;
}




@media only screen and (max-width: 849px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.category-block {
    background-size: cover;
    padding: 20px 0;
    color: #fff;
}


.footer-img-text-section .footer-img-text-row >  .col > .col-inner{
    min-height:400px;
}



.styled-tab > ul,
.nav-row ul {
       gap: 5px;
    padding: 5px;
}


.styled-tab > ul li,
.nav-row ul li {
    display: inline-block;
    margin: 0;
        width: calc(50% - 2.5px);
    text-align: center;
    
}
.styled-tab > ul li a,
.nav-row ul li a {
    display: block;
    width: 100%;
    border: 1px solid #ffffff1a;
    height: 100%;
}

    
.product-hero-banner .medium-dark, 
.product-hero-banner .medium-dark p, 
.product-hero-banner .medium-dark td,
.product-hero-banner .medium-dark h1,
.product-hero-banner .medium-dark h2,
.product-hero-banner .medium-dark h3 {
        color: #fff !important;
}
    
.styled-tab > ul  li.active a:after {
    left: 30%;
    right:auto;
}


.category-block h2 {
    color: #fff
}
.category-block:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #280000;
        opacity: .5;
        top: 0;
    }
    
.lightmobile * {
	color: #fff;
}
.title h2{
	font-size: 30px;
}
.nav-line-bottom > li >a{
	border: 2px solid #dcdcdc;
	border-radius: 30px;
}
    .nav-line-bottom {
        gap: 10px;
    }
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before{
	display: none;
}
.tabbed-content .nav>li.active>a {
    color: #fff;
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}
.menuflex > ul li a {
    padding: 5px;
    font-size: 13px;
}
.nav>li>a>i.icon-menu{
	font-size: 40px;
}

.off-canvas .nav-vertical li {
    flex-wrap:nowrap !important;
}
.off-canvas .nav-vertical li a{
	font-size: 15px !important;
	color: #464646 !important;
	font-weight:500 !important;
	text-transform:uppercase;
	padding: 15px !important;
}

.off-canvas .nav-vertical li+li {
        border-top: 1px solid #ececec !important;
}
.off-canvas .nav-vertical>li:nth-child(even) {
    background: #f0f0f0;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
	background-color:#f5f5f5!important
}
.header-search .nav-dropdown{
	right: 0px;
	left: auto;
}
}

@media only screen and (max-width: 549px) {
    .product-hero-banner .button.is-large {
        font-size:14px;
    }
    
    .footer-img-text-section .footer-img-text-row >  .col > .col-inner{
        min-height:320px;
    }


    
    .small-icon-full .icon-box-text{
        flex-basis:100%;
        padding:10px 0 !important;
    }
    
    .small-reverse > .col-inner {
        display:flex;
        flex-direction:column-reverse;;
    }
    
    .process-row > .col:first-child {
        padding-bottom:0 !important;
    }

}