/*
Theme Name: Bảo Việt Gia Định
Description: Trang chính thức Công Ty Bảo Hiểm Bảo Việt Gia Định
Author: Bảo Việt Gia Định
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.span-gioi-thieu span:nth-of-type(1) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.span-gioi-thieu a span:nth-of-type(2) {
    bottom: 76px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.span-gioi-thieu a span:nth-of-type(3) {
    bottom: 102px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.span-gioi-thieu span {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
    z-index: 9;
}
@keyframes blinking {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
@keyframes sdb07 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
.nav-toggle {
    display: none;
}

.logo-left-top {
    display: block;
    float: left;
}
.menu-right {
    display: block;
    float: right;
}
.logo-top-nav {
	display: block;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: 99999;
    top: 20px;
    background: #e1e1e18a;
    border: none;
    align-items: center;
    justify-content: space-between;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.header:not(.transparent) .top-bar-nav > li > a {
    color: #000000;
    font-weight: 700;
    padding: 5px 10px;
    font-size: 18px;
}
.nav-divided>li+li>a:after {
    border-left: 1px solid rgb(0 0 0);
    border-color: #000 !important;
}

@media only screen and (max-width: 48em) {
	.top-bar-nav {
	display:none;
}
.menu-right {
    display: block;
    float: unset;
}
.nav-toggle {
	display:block;
	float: right;
	    z-index: 99999;
		font-size: 24px;
		margin: auto;
		    line-height: normal;
}
.header:not(.transparent) .top-bar-nav > li > a {
    color: #000000;
    font-weight: 700;
    padding: 0px 10px;
    font-size: 17px;
}

.top-bar-nav li {
    width: 100%;
    background: #ffe800;
    padding: 5px;
    margin: auto;
    border-bottom: 1px solid #0e0d0d;
    border-radius: 10px;
	margin: 0 !important;
}
.top-bar-nav .nav-dropdown {
    background-color: #fff0;
    color: #777;
    border: none !important;
    display: table;
    left: -99999px;
    margin: 0;
    max-height: 0;
    left: 0 !important;
    min-width: 100%;
    opacity: 0;
    padding: 0px 0;
    position: absolute;
    text-align: left;
    transition: opacity .25s, visibility .25s;
    visibility: hidden;
    z-index: 9;
    border: 1px solid #333;
}
.top-bar-nav .nav-dropdown li { 
	width: 100%;
    background: #000000;
    margin: auto;
    border-bottom: 1px solid #0e0d0d;
    border-radius: 10px;
    font-size: 18px;
    padding: 0;
}
.top-bar-nav .nav-dropdown li a { 
color:#fff;
}

.top-bar-nav .nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
    bottom: 5px;
}
.top-bar-nav li a {
	font-weight:bold!important;
}
.nav-toggle .icon {
       content: "\f349"; /* Thay thế bằng icon ba gạch */
	       font-family: dashicons;
    }
}

.button-full-width a span {
	background-color:  #467184!important;
    color:#3029ff;
}
.blog-featured-title  {
    top: 0;
    position: static;
}
.featured-title .page-title-inner {
    padding-bottom: 20px;
    min-height: 220px!important;
}
.title-bg {
    transition: opacity .6s;
    height: 366px !important;
}
.widget-button {
    border-radius: 10px;
    color: #333;
    font-size: 13px;
}
.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}
ul.row.related-post li {
    list-style: none;
}
.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}

.tabbed-content .nav-pills .tab a {
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight: bold;
	border-radius: 3px 3px 0 0;
    text-transform: none;
}
