.vcs_title .section-title-main::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    right: -19px;
    width: 19px;
    height: 35px;
    background-image: url(../img/bg/title_after.png)
}
.section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.section-title-normal {
    color: #fff;
    padding-left: 0;
    padding-top: 0;
    background: #f1f1f1!important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 31px;
    margin-top: 0;
    border-bottom: 2px solid #012169;
    border-radius: 8px 0 0 10px;
    text-align: left
}
.section-title a {
    color: #333;
    padding-right: 10px;
    float: right;
    font-size: 13px;
    text-transform: none;
    background: url(../img/bg/xemthem.png)right top no-repeat;
    position: relative;
}

.section-title a {
    display: block;
    padding-left: 15px;
    font-size: .8em;
    margin-left: auto;
}
.section-title-normal span {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: -2px;
    color: #fff;
    font-size: 15px;
    display: block;
    min-width: 200px;
    background: #012169;
    padding: 2px 10px;
    position: relative;
    border-radius: 8px 0 0 8px;
    
}
.section-title-normal b {
    display: none;
}
.section-title b {
    display: block;
    
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}

.fables-after-overlay{
    position: relative; 
}
.fables-after-overlay::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #003c77;
	opacity: 0.8;
}
.overlay-lighter:after{
    background-color: rgba(44,62,79,.7);
}
.fables-transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}



.white-color{
    color: #fff;
}
.white-color-hover:hover{
    color: #fff;
}
.notice{
	text-align: center;
	margin: 0 auto !important;
	color: #DC0F0F;
	font-weight: bold;
	font-size: 14px;

}

/* start fables footer 4 */
.fables-footer-social-links a{
    color: inherit; 
    display: block;
    margin-right: 15px;
    font-size: 22px;
}
.fables-footer-links li{
    width: 100%;
}
.fables-footer-links li a{
    color: inherit; 
    font-size: 14px;
}
.fables-footer-links li a:before{
    content: "- ";
}
.copyright {
    text-align: center; 
    font-weight: 400;
    font-size: 14px;
    padding: 20px 0; 
}
.copyright p {
    color:inherit;
}
.fables-copyright-links{
    display: inline-block;
}
.fables-copyright-links-item {
    display: inline-block;
}
.fables-copyright-links-link {
    color:  inherit;
    margin: 0 3px;
}
.fables-copyright-links-link:hover {
    color: inherit;
}
.fables-copyright-links-link:before {
    content: " . ";
    margin: 0 10px; 
}
.fables-third-footer-head{
    font-size: 20px;
}
.fables-footer-image {
    background-image:url("../img/bg/footer-back.jpg") ;
	background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
  .fables-footer-image {
    background-image:url("../img/bg/footer-back.jpg") ;
	background-position: 50% 100% !important;
    background-repeat: no-repeat;
    background-size: cover!important;
}
}
.fables-footer-image {
    background-image:url("../img/bg/footer-back.jpg") ;
	background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.fables-footer-image .container{
    position: relative;
    z-index: 1;
	padding-top: 50px;
}
.fables-footer-links li a { 
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 25px;
    display: block;
}
.load{
    position: absolute;
    bottom: 50px !important;
    left: 0px !important;
    padding: 15px 45px !important;
	width: 100% !important;
    color: #FFFFFF;
	font-size: 15px;
    background: #FF8B00 url(../img/bg/ajax-loader.gif) no-repeat 1% 50%;
    display: none;
    z-index: 9999999 !important;
    border-radius: 5px 5px 0px 0px !important;
    font-size: 14px !important;
}
/*SUPPORT ONLINE*/
.online-border {
    background: #fafafa none repeat scroll 0 0;
    padding: 5px 5px;
	box-shadow: 0px 0px 5.76px 0.24px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.online-tile {
    color: #0080c7;
    font-weight: bold;
    padding-top: 5px;
}
.online-support {
    border-bottom: 1px dotted #c0c0c0;
    padding-bottom: 10px;
}
.online-support:last-child {border-bottom: none !important}
.online-support .cssName {
    padding-top: 5px;
}
.online-support .cssName a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
.online-support .cssTel {
    padding-top: 7px;
}
.online-support .cssEmail {
    padding-top: 5px;
}
.online-support .cssTel .symbol {
    background: rgba(0, 0, 0, 0) url("../img/bg/icon.png") no-repeat scroll -154px -354px;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 16px;
}
.online-support .cssEmail .symbol {
    background: rgba(0, 0, 0, 0) url("../img/bg/icon.png") no-repeat scroll -175px -354px;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 16px;
}

.video-bg {
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: center center;';
	
	
	width: 100% !important; 
 	height: auto;
  z-index:-99;
}
	.slider_section{
		position:relative !important; margin:0 auto; z-index:0;
		
	}
	.img-inner2.dark2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.text-slider{position: absolute; z-index: 9999 !important; top: 50px !important; opacity: 1;}
@media only screen and (max-width: 767px) {
	.text-slider{position: absolute; z-index: 9999 !important; top: -30px !important; opacity: 1;}
}


.tab_listing{position:fixed;right:0;top:45%;z-index:50}
.tab_listing ul{list-style-type:none;padding:0;margin:0}
.tab_listing ul>li{padding:10px;display:block;position:relative;width:auto;margin:10px 0;padding:22px 0}
.tab_listing ul>li>a{text-decoration:none;position:absolute;right:-100px;top:0;text-align:left;display:block;width:150px;background:#00317A;font-size:16px;color:#fff;padding:10px;border:1px solid #fc3;font-family:UTMSwissCondensed}
.tab_listing ul>li>a>img{margin-right:10px}
.phone-new-icon-text{display:inline-block !important}
@media screen and (min-width:320px) and (max-width:767px){.tab_listing ul>li{padding:13px}
.tab_listing ul>li>a>img{width:20px;height:20px}
.tab_listing ul>li>a{font-size:16px;width:140px;padding:7px 10px; font-family:UTMSwissCondensed !important}
.tab-pl-0{padding-left:0}
