@font-face {
	font-family:Aquawax-Regular;
	src:url("fonts/Aquawax-Regular-trial.ttf");
}
@font-face {
	font-family:Roboto-Regular;
	src:url("fonts/Roboto-Regular.ttf");
}

@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-300.otf') format('opentype');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-400.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-500.otf') format('opentype');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-600.otf') format('opentype');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-700.otf') format('opentype');font-weight:700;font-style:normal;font-display:swap}

body {
    margin: 0;
    padding: 0;
}
.content-title, .content-subtitle, .section-title {
    font-family: inherit;
}
/*
a {
    color: var(--mau_chu_dao);
}
a:hover {
    color: var(--mau_chu_dao);
    text-decoration: none;
}
*/
p {
    margin-bottom: 8px !important;
}
img {
	max-width: 100%;
}
.hide {
    display: none!important;
}
.color_white{color:white;}
.base_color {color:var(--mau_chu_dao);}
.base_color_2 {color:#ef8121;}

.main-img{width: 100%;height: auto;}
.font-bold {
	font-weight: bold;
}
.w100 {
	width: 100% !important;
}
.mg0 {
	margin: 0 !important;
}
.mgl0 {
	margin-left: 0;
}
.mgr0 {
    margin-right: 0;
}
.mgt0 {
    margin-top: 0;
}
.mgb0 {
    margin-bottom: 0;
}
.pd0 {
	padding: 0;
}
.pdl0 {
	padding-left: 0 !important;
}
.pdr0 {
    padding-right: 0 !important;
}
.mt15 {
    margin-top: 15px;
}
.h30 {height:30px;}
.uppercase {
	text-transform: uppercase;
}
.mobile {
	display: none;
}
.text-center {
	text-align: center;
}
.cb:after {
	clear: both;
	content: '';
    display: block;
}
.scrollup {
    opacity: 1;
    position: fixed;
    bottom: 35px;
    right: 20px;
    display: none;
    z-index: 999;
}
a.scrollup:hover div {
	background: #386E97 !important;
}
a.scrollup:hover i {
	color: white !important;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.fixedpage-action {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 0;
}
.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}
.dropdown-menu {
	position: relative !important;
	display: block;
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
	box-shadow: none !important;
}
.fixedpage-action .dropdown-menu {
    background: none;
    border-radius: 0;
    border: none;
    min-width: 0;
    width: 50px;
	transition-duration:250ms;
}

.fixedpage-action .dropdown-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 5px !important;
    border: 1px solid #ddd;
    box-shadow: 0 0.2rem 0.35rem rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-bottom: 10px;
}
.fixedpage-action .dropdown-item svg {
    width: 32px;
    height: 32px;
}
.fixedpage-action .dropdown-item span {
    width: calc( 100% - 25px);
    padding-left: 0.5rem;
    line-height: 1.35;
	display:none;
}
.fixedpage-action .dropdown-item b {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-transform: capitalize;
    font-family: var( --ftitle);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.fixedpage-action small {
    display: block;
    clear: both;
    font-size: 12px;
    color: #555;
}
.fixedpage-action .dropdown-item img {
    border-radius:5px;
	width: 32px;
    height: 32px;
}
.fixedpage-action:hover .dropdown-item span {
	display:block;
}
.fixedpage-action:hover .dropdown-menu {
    width: 165px;
}

.btn-phone {
    bottom: 260px;
}
.btn-zalo {
    bottom: 180px;
}
.btn-messenger {
    bottom: 100px;
}
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    z-index: 10;
    cursor: pointer;
}
.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}
.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.btn-frame .zoomIn {
    animation-name: zoomIn;
}
.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%!important;;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: #0168fc;
    opacity: .5;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}
.btn-frame .pulse {
    animation-name: pulse;
}
.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%!important;;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}
.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}
.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background: #0168fc;
    position: relative;
    z-index: 1;
}
.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.trin-trin { animation-name: trin; animation-duration: 1.5s; animation-iteration-count: infinite; animation-timing-function: linear; } 

@keyframes trin { 
 from { transform:rotate3d(0, 0, 1, 0deg); } 
 20%, 32%, 44%, 56%, 68% { transform: rotate3d(0, 0, 1, 0deg); } 
 23%, 35%, 47%, 59%, 71% { transform: rotate3d(0,0,1,15deg); } 
 26%, 38%, 50%, 62%, 74% { transform: rotate3d(0,0,1,0deg); } 
 29%, 41%, 53%, 65%, 77% { transform: rotate3d(0,0,1,-15deg); } 
 80% { transform:rotate3d(0, 0, 1, 0deg); } 
 }
 .glow {
            color: white; 
            text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 
                         0 0 10px rgba(255, 255, 255, 0.8), 
                         0 0 15px rgba(255, 255, 0, 1);
            animation: glimmer 2s infinite;
        }

        @keyframes glimmer {
            0% {
                text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 
                             0 0 10px rgba(255, 255, 255, 0.8), 
                             0 0 15px rgba(255, 255, 0, 1);
            }
            50% {
                text-shadow: 0 0 20px rgba(255, 255, 255, 0.7), 
                             0 0 30px rgba(255, 255, 255, 1), 
                             0 0 40px rgba(255, 255, 0, 1);
            }
            100% {
                text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 
                             0 0 10px rgba(255, 255, 255, 0.8), 
                             0 0 15px rgba(255, 255, 0, 1);
            }
        } 
		
.elementor-692 .elementor-element.elementor-element-12ae13a .ata-site-logo .ata-site-logo-container img {
    width: 150px;
}
.elementor-1063 .elementor-element.elementor-element-f32a456 img {
    width: 70%;
}
.elementor-1063 .elementor-element.elementor-element-17eb008 {
    --padding-top: 30px !important;
    --padding-bottom: 30px !important;
}
.elementor-10752 .elementor-element.elementor-element-cb25f5e img {
    height: 700px;
    object-fit: cover;
    border-radius: 5px !important;
}
.elementor-1063 .elementor-element.elementor-element-4c40f45 .ekit-content-ticker-wrapper .ekit-content-items {
    justify-content: center;
}
.rolling-scroll .footer-ticker .ekit-marquee-item.elementor-repeater-item-6644487:after {
    content:none;
}
.elementor-10752 .elementor-element.elementor-element-ca1802d:not(.elementor-motion-effects-element-type-background) {
    background-image: none;
    padding: 0;	
}
.sticky-buttons.-right-center {
    right: 8px;
}
.elementor-element-2c05fdb ul span {
	color: #81BC00 !important;
	padding: 0 10px;
    border-radius: 5px !important;
}
.elementor-692 .elementor-element.elementor-element-d826846 {
	opacity: 0.8;
    border-radius: 30px !important;
}
.elementor-692 .elementor-element.elementor-element-2c05fdb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    background: #fff;
    border-radius: 50px !important;
}