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

@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
@font-face{
	font-family:"GoogleSans";
	font-weight:400;
	font-style:normal;
	src:url(fonts/GoogleSansTTF/GoogleSans-Regular.ttf) format("truetype"),
		url('fonts/GoogleSansOTF/GoogleSans-Regular.otf') format('OpenType')
}
@font-face{
	font-family:"GoogleSans";
	font-weight:400;
	font-style:italic;
	src:url(fonts/GoogleSansTTF/GoogleSans-Italic.ttf) format("truetype"),
		url('fonts/GoogleSansOTF/GoogleSans-Italic.otf') format('OpenType')
}
@font-face{
	font-family:"GoogleSans";
	font-weight:500;
	font-style:normal;
	src:url(fonts/GoogleSansTTF/GoogleSans-Medium.ttf) format("truetype"),
		url('fonts/GoogleSansOTF/GoogleSans-Medium.otf') format('OpenType')
}
@font-face{
	font-family:"GoogleSans";
	font-weight:500;
	font-style:italic;
	src:url(fonts/GoogleSansTTF/GoogleSans-MediumItalic.ttf) format("truetype"),
		url('fonts/GoogleSansOTF/GoogleSans-MediumItalic.otf') format('OpenType')
}
@font-face{
	font-family:"GoogleSans";
	font-weight:700;
	font-style:normal;
	src:url(fonts/GoogleSansTTF/GoogleSans-Bold.ttf) format("truetype"),
		url('fonts/GoogleSansOTF/GoogleSans-Bold.otf') format('OpenType')
}
@font-face{
	font-family:"GoogleSans";
	font-weight:700;
	font-style:italic;
	src:url(fonts/GoogleSansTTF/GoogleSans-BoldItalic.ttf) format("truetype"),
		url('fonts/GoogleSansOTF/GoogleSans-BoldItalic.otf') format('OpenType')
}
body{
	margin:0;
	font-family:"GoogleSans";
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:left;
	background-color:#fff
}
@media only screen and (max-width: 850px) {
#logo a {
    margin: auto;
}
}
li.header-contact-wrapper {flex: 0 0 100%;}
li.header-contact-wrapper ul {
    justify-content: end;
}
.header-main {
    background: url(/wp-content/uploads/2022/10/header_metallic.png) transparent;
}
.header-bottom {
    border-top: 1px solid #a5a5a5;
    background-image: url(/wp-content/uploads/2022/10/nav_fade.png);
    background-size: contain;
}
.icon-banner .icon-box-img {
    padding: 20px;
    border-radius: 50%;
    border: 5px solid #00adef;
    background-color: white;
	transition: all .3s ease-in-out;
}
.icon-banner:hover .icon-box-img {
    transform: rotateY(180deg);
}
.icon-box-text h3 {
    font-size: 23px;
    font-weight: bold;
    color: #00adef;
}
.title-heading h2 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #25358f;
	width: fit-content;
}
.title-heading.center h2{
	margin: auto;
}
.title-heading h2:before,.title-heading h2:after {
    content: '';
    width: 70%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #25358f;
}
.title-heading h2:after {
    width: 40%;
    bottom: 5px;
}
.title-heading.center h2:before{
	left: 15%;
}
.title-heading.center h2:after{
	left: 30%;
}
.product-img-box .thumb-portfolio {
	padding-top: 70%;
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.product-img-box .thumb-portfolio img {
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all .3s ease-in-out;
}
.product-img-box:hover .thumb-portfolio img{
    transform: scale(1.1);
}
.title-sg-product {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	color: #212529;
	margin-bottom: 10px;
}
.content-product .btn-xct:hover {
    background: #00adef;
    color: white;
}
.content-product .btn-xct {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
    color: #00adef;
}
.content-product p {
    font-size: 13px;
    margin-bottom: 10px;
}
.content-product {
    padding: 10px 10px 15px;
    background: #fafafa;
    text-align: center;
}
.header-banner {
    background-image: url(/wp-content/uploads/2022/10/bann11er_page.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	margin-bottom: 50px;
}
.header-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 37%);
    z-index: 0;
}
.header-banner .title-page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-banner .title-page h1 {
    font-size: 36px;
    color: #fff;
	margin-bottom: 0;
}
.header-breadcrumb {
    position: relative;
}
p#breadcrumbs a, p#breadcrumbs span {
    color: #fff !important;
}
.item-solution {
    padding: 26px 22px;
    background: #f5f5f5;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}
.item-solution a {
    color: #333;
    margin: 0 10px;
    display: inline-block;
}
.item-solution .image-cat {
    display: block;
    margin: 0 0 15px;
}
.item-solution .title {
    font-size: 18px;
    text-align: center;
    display: block;
    font-weight: 600;
    margin: 0 0 15px;
	color: #00adef;
}
.item-solution a.title-sc:hover {
    color: #00adef;
}
li.tab.has-icon a {
    font-size: 12px;
    padding: 10px;
}
.nav-tabs+.tab-panels {
    padding: 20px;
}
.nav-tabs+.tab-panels .col {
    padding: 5px;
}
.cat-item:hover h4 {
    color: #00adef;
}
.cat-item h4 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
.cat-item img{
	border: 1px solid #dee2e6!important;
}
.border{
	border: 1px solid #dee2e6;
}
.slt-item {
    text-align: center;
    color: #333;
}
.slt-item  .title-slt {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}
.pd-lq {
    background: #00adef;
    color: #fff;
    padding: 10px 5px;
}
.btn-more a {
    color: #fff !important;
    padding: 12px 30px;
    display: inline-block;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    background: #00adef;
    position: relative;
    overflow: hidden;
}
.btn-more a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(0,-105%);
    transform: translate(0,-105%);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,.5);
}
.btn-more a:hover:before{
    opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.price p {
    font-size: 24px;
    color: #f12727;
}
.description, .related-product {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid lightgray;
}
.section-product .bg.section-bg {
    background-size: contain !important;
    background-position: top center;
    background-repeat: no-repeat;
}
.btn-quote {
    float: right;
    display: inline-block;
    color: white;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    border: 3px solid;
    padding: 10px 30px;
}
.btn-quote:hover{
	color: #15171a !important;
    background: white;
}
.circle-map {
    position: absolute;
    top: 10%;
    right: 18%;
    z-index: 0;
}
.footer-1 p {
    font-size: 16px;
}
.footer-1 h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-2 span.widget-title {
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'League Gothic', sans-serif;
    color: white;
    font-weight: 400;
}
.sidebar-right .widget-title {
    text-align: center;
    background: linear-gradient(180deg, #019bd9, #00adef , #019bd9);
    color: white;
    font-size: 17px;
    text-transform: capitalize;
    padding: 10px 0;
    margin-bottom: 0;
}
.sidebar-right ul li a {
    color: #002;
    font-size: 15px;
    line-height: 1.3;
	transition: all .3s ease-in-out;
}
.sidebar-right ul li {
    padding: 10px 25px 10px 10px;
    border: 1px solid lightgray;
}
.sidebar-right ul li a:hover{
	color: #1c2d8a;
    padding-left: 5px;
}
.blog-wrapper.page-wrapper {
    padding-top: 0;
}
/*-------------------------------------------- Hotline -----------------------------------------*/
.widget--action--fixed {
    position: fixed;
    bottom: 25px;
    left: 5px;
    width: 50px;
    z-index: 1;
}
.widget--action--fixed>a.widget--action--item {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-bottom: 10px;
}
a.widget--action--item.click--hotline {
    background-image: url(img/widget_icon_click_to_call.svg);
    background-color: #509600;
}
a.widget--action--item.click--zalo {
    background-image: url(img/widget_icon_zalo.svg);
    background-color: #0068ff;
}
a.widget--action--item.click--messenger {
    background-image: url(img/widget_icon_messenger.svg);
    background-color: #0084ff;
}
.widget--action--fixed>a.widget--action--item:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.widget--action--fixed>a.widget--action--item span {
    position: absolute;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    padding: 0px 20px 0 50px;
    right: 113%;
    z-index: -1;
    font-size: 15px;
}
.widget--action--fixed>a.widget--action--item:hover span {
    right: auto;
    left: 0;
}

a.widget--action--item.click--hotline span {
    background-color: #509600;
}
a.widget--action--item.click--zalo span{
    background-color: #0068ff;
}
a.widget--action--item.click--messenger span{
	background-color: #0084ff;
}
/*------------------------------------------------ End Hotline-------------------------------*/
.text-justify {
	text-align:justify;
}