/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {font-family: 'Inter';src: url("inc/font-family/Inter_18pt-Regular.ttf");font-weight: normal;}
@font-face {font-family: 'Inter';src: url("inc/font-family/Inter_18pt-SemiBold.ttf");font-weight: bold;}
body, html {font-family: 'Inter',sans-serif;}
.w-100{width: 100%;}
.mb-3{margin-bottom: 1rem;}
.me-3{margin-right: 1rem;}
.header-nav-main>li>a{font-size: 16px;}
.form-su-kien select{width: calc(100% - 207px - 1rem);height: 45px;border-radius: 20px;margin: 0 1rem 0 0;}
.form-su-kien button, .form-lien-he button{margin: 0 !important;border-radius: 20px}
.form-su-kien input{border-radius: 15px}
.form-lien-he input, .form-lien-he textarea{border: none;border-bottom: 1px solid #333;background: transparent;box-shadow: none;}
.form-lien-he-footer{border-radius: 20px;background: rgba(255, 255, 255, .9);padding: 40px 20px 0;max-width: 450px}
.contact-fix{bottom: 0;left: 0;}
.contact-fix .col{width: 50%;margin: 0;font-size: 12px;padding: 5px 0;}
.contact-fix span{display: block;}
.back-to-top{bottom: 80px;}
#wp-admin-bar-flatsome-activate{display: none !important;}
@media screen and (max-width:549px){
	.form-su-kien button, .form-su-kien select{width: 100%;margin: 0 !important;font-size: 16px}
	.form-su-kien .col{padding-bottom: 0}
}