/*
Theme Name: exness
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main .header-language-dropdown .image-icon {
	margin-left: 4px;
	margin-bottom: 4px;
}

.hover-zoom-in {
	pointer-events: none !important;
}
.sub-menu {
	background-color: rgba(0,0,0,70);
	border: none;
}
.sub-menu .menu-item a{
	color: #8D8D8D;
	border-bottom: 1px solid #555555 !important;
}
.header-wrapper {
	position:fixed;
}
.banner .col-inner {
	 transition: all .4s ease-in-out; 
}
.banner .col-inner:hover {
	transform: scale(1.1);
}

ul li.bullet-checkmark, ul li.bullet-arrow{
	border-bottom: none;
}

ul li.bullet-checkmark:before{
	color: #e7bc00;
}

.footer2 .icon-box h4{
	margin-bottom: 0;
}
.gioi-thieu .icon-box {
	 transition: all .4s ease-in-out; 
}
.gioi-thieu .icon-box:hover{
	transform: scale(1.1);
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}