
/* index style */

.container-fluid{
	font-family: SanFranciscoDisplayRegular;
	padding: 0px;
	overflow-x: hidden;
}

@font-face {
	font-family: SanFranciscoDisplayRegular;
	src: url(../fonts/SanFranciscoDisplay-Regular.otf);
}

@font-face {
	font-family: SanFranciscoDisplayBold;
	src: url(../fonts/SanFranciscoDisplay-Semibold.otf);
}
a:active,
button:active,
.btn:active,
a:focus,
button:focus,
.btn:focus,
input:active,
input:focus,
.form-control:active,
.form-control:focus{
	outline: none!important;
	box-shadow: none;
}

a:hover{
	text-decoration: none;
}

.list-sub .sub-content {
	display:none;
}

.btn{
	text-transform: uppercase;
}

.btn-radius .fa{
	margin-right: 10px;
}

.btn-success{
	background-color: #197D1B;
	color: #fff!important;
}

.btn-outline-success{
	color: #197D1B!important;
	border-color: #197D1B;
}

.btn-outline-success:hover{
	color: #fff!important;
	background-color: #197D1B;
}

.btn-radius{
	padding: 10px 25px 10px 25px;
	border-radius: 30px;
}

.overlay-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	z-index: 99;
	display: none;
}

.loader-overlay{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
	display: none;
}

.loader-overlay .ld-wrap{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@keyframes blink {
	0% {
		opacity: .2;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: .2;
	}
}

.ld-text span {
	padding: 1px;
	animation-name: blink;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

.ld-text span:nth-child(2) {
	animation-delay: .2s;
}

.ld-text span:nth-child(3) {
	animation-delay: .4s;
}

.plus-minus{
	position: absolute;
	width: 16px;
	height: 16px;
	cursor: pointer;
	top: 30%;
	right: 5%;

}
.v-line,
.h-line{
	position: absolute;
	background-color: white;
}

/* Vertical line */
.v-line{
	top: 0;
	left: 50%;
	width: 4px;
	height: 100%;
	margin-left: -2px;
	background-color: #fff;
	transition: transform 0.25s ease-out;
}

/* horizontal line */
.h-line{
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	margin-top: -2px;
	background-color: #fff;
	transition: transform 0.25s ease-out;
}

.vline-ani
{ 
	transform: rotate(90deg); 
}
.hline-ani
{ 
	transform: rotate(180deg);
}

nav .text-success .fa{
	width: 20px;
}

.dropdown-login{
	position: absolute;
	right: 5%;
	display: none;
}

.dropdown-login>div>.fa{
	color: #fff;
	font-size: 35px;
}

.dropdown-login .btn-radius{
	padding: 5px 20px 5px 20px;
}

.not-mega-menu-3>a>.fa{
	display: none;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0; 
}

table{
	table-layout: fixed;
	word-wrap: break-word;
}

/* header style */
header{
	padding: 10px 0px;
}

header .col-md-6:last-child{
	display: flex;
	align-items: center;
	justify-content: center;
}

/* dropdown mega menu */
.navbar{
	background-color: #197D1B;
}

.dropdown-menu{
	border:1px solid #f2f2f2;
	border-radius: 0px;
}

.login-mobile{
	left: unset;
	right: 0;
	border:none;
	border-top: 6px solid transparent;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 85%;
	left: 0;
	right: 0;
	padding: 15px;
	margin:0 auto;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
	z-index: 9999;
}

.not-mega-menu-1 .dropdown-menu,
.not-mega-menu-2 .dropdown-menu,
.not-mega-menu-3 .dropdown-menu{
	top: 114%;
}

.not-mega-menu-1 .dropdown-menu .dropdown-item,
.not-mega-menu-2 .dropdown-menu .dropdown-item,
.not-mega-menu-3 .dropdown-menu .dropdown-item{
	background-color: transparent!important;
	padding-left: 15px;
	padding-right: 15px;
}

.not-mega-menu-1 .dropdown-menu .dropdown-item,
.not-mega-menu-2 .dropdown-menu .dropdown-item,
.not-mega-menu-3 .dropdown-menu .dropdown-item{
	color: #A4A4A4;
	transition: all 0.3s ease;
}

.not-mega-menu-1 .dropdown-menu .dropdown-item:hover,
.not-mega-menu-2 .dropdown-menu .dropdown-item:hover,
.not-mega-menu-3 .dropdown-menu .dropdown-item:hover{
	padding-left: 20px;
	color: #197D1B;

}	

nav .megamenu-li:first-child .megamenu .col:first-child {
	min-width: 50%;
}

nav .megamenu-li:first-child .megamenu .col:nth-child(2),
nav .megamenu-li:first-child .megamenu .col:last-child {
	min-width: 25%;
} 

.menu-title{
	font-family: SanFranciscoDisplayBold;
	text-transform: uppercase;
	font-size: 1.2em;
}

.menu-title a{
	color: #212529;
}

.menu-header-list .list-group-item{
	border:none;
	padding: 5px 0px 5px 0px;
	transition: 0.3s all ease-in-out;
}

.menu-header-list .list-group-item:hover{
	padding-left: 10px;
}

.menu-header-list .list-group-item a{
	color: #A4A4A4;
	transition: all 0.3s ease-in-out;
}

.menu-header-list .list-group-item a:hover{
	color: #197D1B;
}

.nav-link{
	text-transform: uppercase;
	color: #fff!important;
}

.dropdown-toggle::after{
	display: inline;
	border:none;
	font-family: FontAwesome;
	content: "\f107";
	position: relative;
	top: 4px;
}

.navbar .ml-auto .dropdown-toggle::after{
	display: none;
}

.navbar .ml-auto .nav-item .nav-link span a{
	display: inline;
}

/* #banner style*/
#banner{
	height: 500px;
	overflow: hidden;
}

#banner .slick-prev:before{
	font-family: FontAwesome;
	content: "\f104";
	font-size: 60px;
}

#banner .slick-next:before{
	font-family: FontAwesome;
	content: "\f105";
	font-size: 60px;
}

#banner .slick-prev, 
#banner .slick-next{
	top: 45%;
	z-index: 9999;
}

#banner .slick-next{
	right: 15px;
}

#banner .slick-prev{
	left: 15px;
}


#banner img,
#banner .slick-slide img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

[class^="swiper-button-"] {
	transition: all .3s ease;
}

.swiper-slide {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.frm-search-mobile{
	display: none;
}

.swiper-container {
	width:100%;
	height: 100%;
	float: left;
	transition: opacity .6s ease, -webkit-transform .3s ease;
	transition: opacity .6s ease, transform .3s ease;
	transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}
.swiper-container.nav-slider {
	width: 20%;
	padding-left: 5px;
}
.swiper-container.nav-slider .swiper-slide {
	cursor: pointer;
	opacity: .4;
	transition: opacity .3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
	opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
	width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
	font-size: 20px;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.swiper-container.loading {
	opacity: 0;
	visibility: hidden;
}

.swiper-slide {
	overflow: hidden;
}
.swiper-slide .slide-bgimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.swiper-slide .entity-img {
	display: none;
}
.swiper-slide .content {
	position: absolute;
	top: 40%;
	left: 0;
	width: 50%;
	padding-left: 5%;
	color: #fff;
}
.swiper-slide .content .title {
	font-size: 2.6em;
	font-weight: bold;
	margin-bottom: 30px;
}
.swiper-slide .content .caption {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
	transition: opacity .3s ease, -webkit-transform .7s ease;
	transition: opacity .3s ease, transform .7s ease;
	transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
}
.swiper-slide .content .caption.show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

[class^="swiper-button-"] {
	width: 44px;
	opacity: 0;
	visibility: hidden;
}

.swiper-button-prev {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.swiper-button-next {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}


/* #main-content style */

#main-content,{
	padding: 30px 0px 30px 0px;
}

.vt-line{
	width: 2px;
	height: 100%;
	background-color: #197D1B;
	display: inline-block;
}

.sub-content{
	margin-bottom: 20px;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #197D1B;
}

.sub-content:last-child{
	border:none;
}

.right-content,
.sub-page-content,
.gallery-image{
	padding: 20px 15px;
}

.right-content .input-group-text{
	background-color: transparent;
}

.right-content input{
	border-right: 0px;
}

.tab-pane img{
	border:1px solid red;
}

.sub-new{
	margin-top: 20px;
}

.sub-new:after{
	content: "";
	clear: both;
	display: table;
}

.sub-new img{
	width: 40%;
	height: 170px;
	float: left;
	margin-right: 15px;
}

.sub-title{
	font-size: 1.3em;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 2;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-weight: bold;
	color: #212529!important;
	transition: all 0.3s ease;
}

.sub-title:hover{
	color: #197D1B!important;
}

.sub-des{
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 3;
	height: 75px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 10px 0px;
}

.content-title{
	font-family: SanFranciscoDisplayBold;
	text-transform: uppercase;
	font-size: 1.5em;
	padding: 0px 15px 0px 15px;
	border-left: 5px solid #197D1B;
	display: initial;
}

.read-more{
	text-transform: uppercase;
}

.read-more:before{
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 5px;
}

.sub-list{
	margin: 20px 0px 20px 0px;
}

.sub-list .list-group-item{
	border:none;
	padding: 5px 0px;
	transition: 0.3s all ease-in-out;
}

.sub-list .list-group-item:before{
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 5px;
	color: #197D1B;
}

.sub-list .list-group-item a{
	color: #353535;
}

.sub-list .list-group-item:hover{
	padding-left: 5px;
}

#sideTab .nav-item{
	width: 50%;
	text-align: center;
	text-transform: uppercase;
}

#sideTab .nav-link{
	border-radius: 0px;
	border-color: #197D1B;
	color: #197D1B!important;
}

#sideTab .nav-link.active{
	background-color: #197D1B;
	color: #fff!important;
}

#sideTabContent img{
	margin: 5px 0px;
	border:1px solid #f2f2f2;
	width: 100%;
}

.side-left-title{
	padding:10px;
	background-color: #197D1B;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.service-wrap{
	margin-top: 15px;
	padding: 15px;
	border:1px solid #2276BE;
	color: #2276BE;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.service-wrap:hover{
	background-color: #2276BE;
	color: #fff;
}

.service-wrap .fa{
	margin:10px 0px;
	font-size: 5em;
}

.service-wrap a{
	color: #2276BE;
}

.right-content .iframe-video{
	width: 100%;
	height: 230px;
	margin-top: 15px;
}

.iframe-fb{
	width: 100%!important;
	height: 500px;
}

#advertisement{
	background-color: #595959;
	padding: 50px 0px 50px 0px;
}

.advertise .slick-slide {
	margin: 0 10px;
}
/* the parent */
.advertise .slick-list {
	margin: 0 -10px;
}

.advertise .slick-slide img{
	width: 100%;
	height: 120px;
	background-color: #fff;
	border-radius: 5px;
}

.advertise .slick-dots{
	bottom: -50px;
}

.advertise .slick-dots li button:before{
	font-size: 12px;
	color: #f2f2f2;
}

.slick-dots li.slick-active button:before{
	color: #197D1B;
}

.sidebar{
	width: 280px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	-ms-transform: translateX(-280px); /* IE 9 */
	-webkit-transform: translateX(-280px); /* Safari */
	transform: translateX(-280px);
	background-color: #197D1B;
	-webkit-transition: -webkit-transform 0.2s ease;
	-moz-transition: -moz-transform 0.2s ease;
	transition: transform 0.2s ease;
	overflow-y: auto;
}

.sidebar-active{
	-ms-transform: translateX(0); /* IE 9 */
	-webkit-transform: translateX(0); /* Safari */
	transform: translateX(0);
}

.side-menu-title{
	font-family:SanFranciscoDisplayBold;
	text-transform: uppercase;
	padding-left: 15px; 
}

.side-menu-title a{
	text-transform: uppercase;
	color: #fff;
}

.side-list>a>li{
	font-family:SanFranciscoDisplayBold;
	font-size: 1.1em;
}

.side-list li{
	padding: 10px 5px 10px 10px;
	background-color: transparent;
	border:none;
	color: #fff!important;
	text-transform: uppercase;
	position: relative;
}

.side-sub-list li{
	padding: 10px 15px 10px 15px;
	background-color: transparent;
	color: #fff!important;
	list-style: disc!important;
}

.side-sub-list li a:before{
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 5px;
}

.side-sub-list li a{
	padding-left: 10px;
	color: #fff;
	font-size: 0.8em;

}

.side-list .card-body{
	padding: 10px 5px 10px 5px;
	background-color: transparent;
	border:none;
	color: #fff!important;
}

.hamburger {
	width: 40px;
	height: auto;
}

.navbar-toggler{
	position: relative;
	left: 4%;
	padding: 0px;
}
.hamburger span {
	display: block;
	margin: 10px auto;
	background-color: white;
	width: 90%;
	height: 3px;
	border-radius: 5px;
	transition: all .5s ease;
}

.gift-code img{
	width: 100%;
}

.gift-code{
	top:10%;
}

.gift-code .close{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #197D1B;
	opacity: 1;
	border:3px solid #fff;
	position: absolute;
	right: -3%;
	top: -4%;
	cursor: pointer;
}

.gift-code .close .fa{
	color: #fff;
	font-size: 0.7em;
}

.support-mobile{
	position: fixed;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	width: 100%;
	padding: 10px;
	z-index: 99999;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #197D1B;
	display: none;
}

.support-mobile a{
	width: 48%;
	font-size: 13px;
}

#giftModal{
	overflow-y: hidden;
}

#studyModal .modal-dialog,
#adviceModal .modal-dialog{
	max-width: 600px;
}

#studyModal .modal-body,
#documentModal .modal-body{
	background:
	linear-gradient(
		rgba(255, 255, 255,0.8), 
		rgba(255, 255, 255,0.8)
		),
	url(../img/modal-bg.png);
	background-size: cover;
	background-position: bottom;
	padding: 1.5em;
}

#studyModal .modal-header .close,
#adviceModal .modal-header .close{
	padding: 0px;
	margin: 0px;
	opacity: 1;
	color: #fff;
}

#studyModal .modal-header,
#adviceModal .modal-header,
#documentModal  .modal-header{
	background-color: #197D1B;
	color: #fff;
}

#studyModal .modal-title,
#adviceModal .modal-title,
#documentModal .modal-title{
	margin: 0 auto;
	text-align: center;
	font-family:SanFranciscoDisplayBold;
	text-transform: uppercase;
}

#documentModal thead{
	background-color: #2276BE;
	color: #fff;
}

#studyModal .form-control{
	margin-bottom: 1.8em;
	background-color: rgba(255,255,255,0.7);
}

.adv-md-title{
	font-family:SanFranciscoDisplayBold; 
}

#adviceModal img{
	border:1px solid #f2f2f2;
	margin: 10px auto;
}

#adviceModal a{
	color: #197D1B;
}

.list-sub{
	padding: 20px 0px 20px 0px;
}

.list-sub .sub-new{
	margin-top: 10px;
	margin-bottom: 30px;
}

footer{
	padding: 50px 0px 80px 0px;
	background-color: #3E3E3E;
	color: #929292;
}

footer a{
	color: #fff!important;
}

.gallery-image{
	padding: 20px 15px;
}

.gallery-image .col-md-6{
	margin-bottom: 15px;
}

.img-gallery-item{
	position: relative;
	overflow: hidden;
	height: 260px;
}

.img-gallery-item img{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%!important;
	height: 215px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.img-gallery-item:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.img-gallery-item a:nth-child(1n+2){
	display: none;
}

.gallery-item-title{
	position: relative;
	top: 215px;
	padding: 10px;
	background: #197D1B;
	color: #fff;
	text-align: center;
}

.gallery-video-title{
	position: relative;
	padding: 10px;
	background: #197D1B;
	color: #fff;
	text-align: center;
}

.gallery-video-wrap img{
	width: 100%;
	height: 195px;
}

.overlay-play{
	cursor: pointer;
	position: absolute;
	pointer-events: none;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgba(255,255,255,0.5);
    font-size: 70px;
}

.footer-title{
	font-family: SanFranciscoDisplayBold;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.5em;
}

.footer-list .list-group-item{
	background-color: transparent;
	border:none;
	padding: 5px 0px 5px 0px;
	color: #929292;
}

.bg-sub-page{
	height: 250px;
	background-image: url(../img/hd-bg.png);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: SanFranciscoDisplayBold;
	text-transform: uppercase;
	color: #197D1B;
	border-bottom: 1px solid #f2f2f2;
}

.sub-page-title{
	font-size: 9vh;
}

.sub-page-content h3{
	font-family: SanFranciscoDisplayBold;
}

.sub-page-content h5{
	font-family: SanFranciscoDisplayBold;
}

.social span{
	margin-right: 20px;
}

.social span .fa{
	margin-right: 5px;
}

.sub-page-content img{
	width: 100%!important;
	height: auto!important;
	position: relative;
	-webkit-box-align:center;
	-webkit-box-pack:center;
	display:-webkit-box;
	margin: 10px auto;
}

.relate-post img{
	width: 100%!important;
	height: 115px!important;
	position: relative;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	margin-top: 10px;
}

.relate-post .col-sm-4 {
	margin-bottom: 10px;
}

.sub-page-content p{
	text-align: justify;
}

.alert-marquee{
	background-color:  #197D1B;
	color: #fff;
	text-transform: uppercase;
	height: 38px;
	display: inline-block;
	padding: 7px;
	float: left;
	width: 21.5%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.alert-marquee .fa{
	margin-left: 7px;
}

.marquee{
	width: 78.5%!important;
	height: 38px!important;
	border: 1px solid #ced4da;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.marquee a{
	margin-right: 50px;
	color: #A4A4A4;
	white-space: nowrap;
}

.marquee a:hover{
	color: #197D1B;	
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display:none;
	z-index: 99999;
}

.back-to-top i{
	padding:15px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0,0.3);
	border:2px solid #ffffff;
	color: #ffffff;
}

.form-inline .form-group{
	width: 45%;
}

.form-inline .form-control{
	min-width: 100%;
	width: 100%;
}

.text-padding{
	padding: 11px;
}

#documentModal .form-group{
	margin-bottom: 1.5em;
}

#documentModal .form-control{
	background-color: rgba(255,255,255,0.7);
}

.form-off label{
	font-size: 16px;
}

.form-off .custom-control-label{
	margin: 10px 0px;
}

.relate-post a{
	width: 100%;
	display: block;
}

.rp-post-wrap{
	padding: 7px;
	border-radius: 5px;
	padding-left: 0px;
}

.rp-title:before{
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 5px;
	color: #197D1B;
}

.rp-title{
	color: #212529;
	font-size: 15px;
	text-transform: uppercase;
	font-family: SanFranciscoDisplayBold;
	text-align: left;
}

.rp-title:hover{
	color: #197D1B;
}

.sub-relate-new{
	max-height: 330px;
	overflow: auto;
	position: relative;
	width: 100%;
	display: block;
}

.sub-relate-new::-webkit-scrollbar {
	width: 7px;
}

/* Track */
.sub-relate-new::-webkit-scrollbar-track {
	margin-top:15px;
	margin-bottom:15px;
	border-radius: 5px;
	background: #e6e6e6; 
}

/* Handle */
.sub-relate-new::-webkit-scrollbar-thumb {
	padding: 10px 0px;
	border-radius: 5px;
	background: #197D1B; 
}

/* Handle on hover */
.sub-relate-new::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.4); 
}


/* Responsive style */

/*@media  screen and (max-width: 1920px) {
    #banner{
    	height: 650px;
    }
}
*/
@media (min-width: 1200px) {
	.support-mobile{
		display: none!important;
	}
}

@media  screen and (max-width: 1920px) {
	.megamenu{
		width: 60%;
	}
}


@media  screen and (max-width: 1366px) {
	.megamenu{
		width: 85%;
	}
}


@media (min-width: 992px) and (max-width: 1199.98px) {
	.nav-link{
		font-size: 0.8em;
	}

	#banner{
		height: 380px;
	}

	.advertise .slick-slide img{
		height: 95px;
	}

	.service-wrap .fa{
		font-size: 3em;
	}

	.right-content .iframe-video{
		height: 200px;
	}

	.megamenu{
		width: 100%;
	}

	.support-mobile{
		display: none!important;
	}

	.alert-marquee{
		font-size: 13px;
	}

	.img-gallery-item img{
		height: 190px;
	}

	.gallery-item-title{
		top: 190px;
	}

	.rp-title{
		text-align: left;
		font-size: 15px;
	}

	.relate-post img{
		width: 100%!important;
		height: 115px!important;
		position: relative;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: -webkit-box;
		margin: 0px auto;
	}

	.rp-post-wrap{
		padding: 5px;
	}

	.sub-new img{
		height: 175px;
	}

	.gallery-video-wrap img {
		width: 100%;
		height: 170px;
	}
}


@media (min-width: 768px) and (max-width: 991.98px) {
	header .col-md-6:first-child{
		flex: 0 0 40%;
		max-width: 40%;
	}

	header .col-md-6:last-child{
		flex: 0 0 60%;
		max-width: 60%;
	}

	#banner{
		height: 280px;
	}

	#banner .slick-prev, 
	#banner .slick-next{
		display: none;
	}

	.sub-page-title{
		font-size: 6vh;
	}

	.left-content,
	.right-content,
	.sub-page-content{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.tab-content{
		overflow: auto;
	}

	.sub-new{
		margin-top: 15px;
	}

	.sub-new img{
		height: 155px;
	}

	.sub-title{
		font-size: 1em;
	}

	.sub-des{
		-webkit-line-clamp: 3;
		height: 75px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#sideTabContent img{
		width: 49%;
		float: left;
	}

	.service-list .col-sm-6{
		flex: 0 0 25%;
		max-width: 25%;
	}

	.right-content .iframe-video{
		height: 400px;
	}

	.advertise .slick-slide img{
		height: 75px;
	}

	.support-mobile{
		display: none!important;
	}

	.alert-marquee{
		width: 23%;
	}

	.marquee{
		width: 77%!important;
	}

	.form-inline .form-group{
		width: 44.5%;
	}

	.dropdown-login{
		display: block;
	}

	.login-mobile{
		border-top:13px solid transparent;
	}

	footer span{
		font-size: 10px;
	}

	nav .collapse:not(.show) {
		display: block;
	}

	.megamenu-li,
	.not-mega-menu-1,
	.not-mega-menu-2{
		display: none;
	}

	.not-mega-menu-3{
		position: absolute;
		right: 5%;
		top: 0;
		z-index: 9;
	}

	.not-mega-menu-3>a>span{
		display: none;
	}

	.not-mega-menu-3>a>.fa{
		display: block;
		font-size: 40px;
		margin-top: 6px;
	}

	.not-mega-menu-3 .dropdown-toggle::after{
		content: none;
	}

	.not-mega-menu-3>a{
		text-align: right;
	}

	#menuLogin{
		margin-top:4px;
	}

	.gallery-image{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.img-gallery-item img{
		height: 210px;
	}

	.gallery-item-title{
		top: 210px;
	}

	.relate-post .col-sm-4{
		margin: 10px 0px;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.relate-post img{
		width: 100%!important;
		height: 200px!important;
		position: relative;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: -webkit-box;
		margin: 0px auto;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {
	header .col-md-6:first-child{
		display: flex;
		align-items: center;
		justify-content: center;
		width:60%;
	}

	header .col-md-6:last-child{
		width:40%;
	}

	header .col-md-6 .btn{
		margin-bottom: 5px;
		width: 100%;
	}

	#banner .slick-prev, 
	#banner .slick-next{
		display: none;
	}

	#banner{
		height: 250px;
	}

	.left-content,
	.right-content,
	.sub-page-content{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.sub-new{
		margin-top: 15px;
	}

	.sub-new img{
		height: 135px;
	}

	.sub-title{
		font-size: 1em;
	}

	.sub-des{
		-webkit-line-clamp: 2;
		height: 50px;
		margin-top: 7px;
		margin-bottom: 7px;
	}

	footer .col-sm-4{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.advertise .slick-slide img{
		height: 95px;
	}

	.new-marquee{
		display: none;
	}

	.form-inline .form-group{
		width: 100%;
	}

	table{
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.frm-search-desktop{
		display: none;
	}

	.dropdown-login,
	.frm-search-mobile{
		display: block;
	}

	.login-mobile{
		border-top:12px solid transparent;
	}

	nav .collapse:not(.show) {
		display: block;
	}

	.megamenu-li,
	.not-mega-menu-1,
	.not-mega-menu-2{
		display: none;
	}

	.not-mega-menu-3{
		position: absolute;
		right: 5%;
		top: 0;
		z-index: 9;
	}

	.not-mega-menu-3>a>span{
		display: none;
	}

	.not-mega-menu-3>a>.fa{
		display: block;
		font-size: 40px;
		margin-top: 8px;
	}

	.not-mega-menu-3 .dropdown-toggle::after{
		content: none;
	}

	.not-mega-menu-3>a{
		text-align: right;
	}

	#menuLogin{
		margin-top:3px;
	}

	.img-gallery-item{
		height: 280px;
	}

	.gallery-image{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.img-gallery-item img{
		height: 230px;
	}

	.gallery-item-title{
		top: 230px;
	}

	.relate-post .col-sm-4{
		margin: 10px 0px;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.relate-post img{
		width: 100%!important;
		height: 135px!important;
		position: relative;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: -webkit-box;
		margin: 0px auto;
	}

	.gallery-video .col-sm-12.col-md-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.gallery-video-wrap img {
		width: 100%;
		height: 145px;
	}

}

@media (max-width: 575.98px) {

	#banner .slick-prev, 
	#banner .slick-next{
		display: none;
	}

	header .col-md-6 img{
		margin: 0 auto;
		display: table-caption;
	}


	table{
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	header .col-md-6 .btn{
		margin-top: 20px;
		width: 47%;
		float: left;
		font-size: 0.8em;
	}

	header .ml-auto{
		margin: 0!important;
	}

	header .ml-auto .btn:first-child{
		padding: 10px 30px 10px 18px;
	}

	nav .collapse:not(.show) {
		display: block;
	}

	.list-sub {
		padding: 20px 15px 20px 15px;
	}

	.img-gallery-item img{
		height: 205px;
	}

	.gallery-item-title{
		top: 205px;
	}

	.megamenu-li,
	.not-mega-menu-1,
	.not-mega-menu-2{
		display: none;
	}

	.not-mega-menu-3{
		position: absolute;
		right: 5%;
		top: 0;
		z-index: 9;
	}

	.not-mega-menu-3>a>span{
		display: none;
	}

	.not-mega-menu-3>a>.fa{
		display: block;
		font-size: 35px;
	}

	.not-mega-menu-3 .dropdown-toggle::after{
		content: none;
	}

	.not-mega-menu-3>a{
		text-align: right;
	}

	#menuLogin{
		margin-top:0px;
	}

	.frm-search-desktop{
		display: none;
	}

	.dropdown-login,
	.frm-search-mobile{
		display: block;
	}

	.bg-sub-page{
		height: 180px;
	}

	.sub-page-title{
		font-size: 5vh;
	}

	.navbar{
		padding: 0px;
	}

	.container-fluid{
		padding: 0px 0px 0px 0px;
	}

	#banner{
		height: 145px;
	}

	.btn-radius .fa{
		margin-right: 5px;
	}

	.sub-new img{
		width: 100%;
		height: 190px;
		float: none;
		margin-bottom: 20px;
		margin-right: 0px;
	}

	.service-list .col-sm-6{
		width: 50%;
	}

	.advertise .slick-slide img{
		height: 75px;
	}

	#sideTab .nav-link{
		font-size: 13px;
	}

	.sub-new{
		overflow: hidden;
	}

	.new-marquee{
		display: none;
	}

	.form-inline .form-group{
		width: 100%;
	}

	.relate-post .content-title{
		margin-left: 15px;
	}

	.support-mobile a{
		font-size: 12px;
	}

	footer .col-sm-4{
		margin-bottom: 20px;
	}

	.back-to-top{
		bottom: 80px;
	}

	h3 .null{
		font-size: 22px;
	}

	.fancybox-thumbs{
		width: 100%;
		top:unset;
		height: 162px;
		overflow-y: auto;
	}

	.fancybox-show-thumbs .fancybox-inner{
		right: 0;
		width: 100%;
	}

	.fancybox-caption{
		display: none;
	}

	.fancybox-thumbs>ul{
		overflow-x: hidden;
		overflow-y: auto;
	}

	.fancybox-thumbs>ul>li{
		width: 48%;
	}

	.sl-new-wrap{
		padding: 0px 15px;
		padding-right: 10px;
	}

	.rp-title{
		font-size: 13px;
	}

	.gallery-video-wrap img{
		height: 170px;
	}
}


@media (max-width: 320px) {

	header .col-md-6 .btn{
		font-size: 0.6em;
	}

	#banner{
		height: 125px;
	}

	.support-mobile a{
		font-size: 0.6em;
	}

	#sideTab .nav-link{
		font-size: 11px;
	}

	.service-wrap .fa{
		font-size:3em;
	}

	.new-marquee{
		display: none;
	}

	.img-gallery-item{
		height: 220px;
	}

	.img-gallery-item img{
		height: 175px;
	}

	.gallery-item-title{
		top: 175px;
	}

	.rp-title{
		font-size: 12px;
	}

	.gallery-video-wrap img {
		height: 155px;
	}
}