/*
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=Pattaya&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*, p, a, li, div, span{
	font-family: "Roboto", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Roboto", sans-serif!important;
}
.header-nav.nav li a{
	font-family: "Roboto", sans-serif!important;
	padding: 15px 25px;
    border-radius: 10px;
}
.nav-spacing-xlarge>li {
    margin: 0 17px;
}
.banner-dautrang h2 {
    font-size: 35px;
    text-shadow: rgb(22 43 117) 2px 2px 3px;
    font-weight: bold;
	line-height: 1.6;
}
.banner-dautrang h3 {
    font-size: 25px;
    text-shadow: rgb(22 43 117) 2px 2px 3px;
	font-family: "Pattaya", sans-serif!important;
}
.banner-dautrang p{
	font-size: 20px;
	font-weight: bold;
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    -webkit-text-stroke-color: rgb(0, 74, 173);
}
.fom-dk input {
    height: 42px;
    background: #fff;
    border-radius: 5px;
    border: 0;
    color: #162b75 !important;
    font-weight: 500;
	box-shadow: none;
}
.fom-dk input::placeholder{
	color: #162b75 !important;
}
.fom-dk input[type=submit]{
    background-color: rgb(154 8 8)!important;
	color: #fff!important;
	width: 100%;
}
.fom-dk input[type=submit]:hover{
    box-shadow: none;
}
.text-ud p {
    margin-bottom: 0;
    background-color: #162b75;
    border-radius: 0px 16px;
    color: #fff;
    padding: 7px;
}
.bnt1{
	background: #fff;
	color: rgb(154, 8, 8)!important;
	border: 1px solid rgb(154, 8, 8);
	border-radius: 99px;
}
.bnt1:hover{
    transform: scale(1.1);
}
.col-height .col-inner {
    height: 80px;
}
.sec-bg{
	background-image: radial-gradient(circle, rgb(102, 149, 211), rgb(0, 74, 173));
}
.bnt2{
	background-color: rgb(154 8 8)!important;
	border-radius: 99px;
}
.bnt2:hover{
	box-shadow: none;
}
.col-gt .col-inner{
	background: lch(20 48.32 288.54 / 0.89);
	/* background-image: radial-gradient(circle, rgb(102, 149, 211), rgb(0, 74, 173)); */
	padding: 30px 30px 10px;
	border-radius: 25px 0;
}
.anh-border img {
	border-radius: 5px;
}
.pop h4{
	text-align: center;
	color: #fff;
	font-weight: 500;
}
.pop p{
	margin-bottom: 10px;
	font-size: 17px;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
    border-color: #fff;
    background: #162b75;
    color: #fff;
}









.btn_hotline {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    animation-name: bounceIn;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.btn_hotline a {
    background: #bb0202;
    padding: 12px 25px 10px 25px;
    *margin-left: 7px;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
}
@keyframes bounceIn{
	0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
}
50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
.pum-overlay.pum-overlay-disabled {
    visibility: inherit !important;
}
.wpcf7-spinner {
    display: none;
}
@media only screen and (min-width: 320px) and (max-width: 860px){
	.banner-dautrang h2 {
    font-size: 30px;
}
	.banner-dautrang h3 {
    font-size: 20px;
}
}