




@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');



@media (max-width: 1590px) {
    .container {
        width: 98% !important;
    }
}


.alt-bgcolor {
    background-image: url("images/cty_logo.png");
/*    background: transparent;*/
    color: #ffbb3f;
}
 .site-branding .site-title {
    background-image: url(images/cty_logo.png);
    background-size: contain;
    width: 180px;
    height: 70px;
}
.home .top-header .site-branding .site-title {
    background-image: url(images/cty_logo_W.png);
}
 .nav-affix .site-branding .site-title {
    background-image: url(images/cty_logo.png) !important;
    background-size: contain;
    width: 180px;
    height: 70px;
}
.text-about {
    font-family: 'Playball', cursive;
    font-size: 23px;
    color: #627964;
}

.text-uppercase {
    text-transform: none !important;
}
.bg_conten {
    background-image: url( "images/bg-footer.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: inherit;
    min-height: 90px;
    width: 100%;
}
.bg_about {
    background-image: url( "images/bg-2.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    width: 100%;
}

.vertical-middle {
    height: auto !important;
    left: 0;
    max-width: none !important;
    z-index: 2;
}
.video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.vertical-middle + .video-wrap {
    z-index: 1 !important;
}
.dark .slider-caption, .dark .slider-caption h2 {
    color: #EEE;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.slider-caption.slider-caption-center {
    position: relative;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.slider-caption, .flex-caption {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 20;
    max-width: 550px;
    color: #EEE;
    font-size: 1.375rem;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}
.slider-caption h2 {
    font-size: 3.5rem;
    letter-spacing: 0px;
/*
    font-family: "Noto Sans", 'Open Sans', sans-serif;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Noto Sans", sans-serif;
*/
    /* text-transform: uppercase; */
/*    font-family: 'Playball', cursive;*/
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}
.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
        z-index: 2;
}
.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}
.slider123 .section {
    position: relative;
    height: 100VH;
    margin: 0 !important;
    padding: 60px 0 60px !important;
    background-color: #F9F9F9;
    overflow: hidden;
    display: flex;
}
.bottommargin-lg {
    margin-bottom: 80px !important;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section, .section.dark {
    background-color: #282828;
    border-color: rgba(255,255,255,0.1);
}
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #EEE;
}
.video-overlay, .video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgb(2 2 2 / 50%);
    /* background: transparent url(images/grid.png) repeat; */
    -webkit-backface-visibility: hidden;
}

.featureBox {
    width: 35%;
    margin: auto;
}
.title {
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #e5a612;
}
.Footer_top {
   /*    background: linear-gradient(180deg, rgb(227 168 38), hsl(41.18deg 83.6% 72.06%));
    background: linear-gradient(180deg, rgb(227 168 38), hsl(147.59deg 78.47% 21.02%));
    background: #dbdbdb66;
    box-shadow: inset 0 0 46px -17px #757575;
   */
    padding: 25px 0;
    padding-bottom: 0;
    background: #000000c9;
    box-shadow: inset 0 0 46px -17px #000000;
    color: #a2a2a2;
}
.bg_Footer {
    background: url(images/videos/hero.jpg);
    opacity: 90%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    width: 100%;
}
.bg_dtac {
    background: url(images/videos/bg15.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    width: 100%;
}
.dark-mask {
    background: rgb(0 0 0 / 74%);
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
/*    z-index: -1;*/
}
.dark-mask-100 {
    background: rgb(0 0 0 / 74%);
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.mask_30 {
    background: rgb(0 0 0 / 74%);
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.mask_30-VH {
	background: rgb(0 0 0 / 74%);
	height: 100VH;
	position: relative;
    top: 0;
    left: 0;
}
.video-mask {
    background: rgb(0 0 0 / 74%);
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
}

/*==================  CSS Slider media     ==================*/

.slider123 {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
}
.slider121 {
    position: relative;
    top: -30px;
}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a, .metaslider.ms-theme-outline a.rslides_nav, .metaslider.ms-theme-outline div.nivoSlider div.nivo-directionNav a, .metaslider.ms-theme-outline .coin-slider .coin-slider div a {
    background: 0;
    border: 1px solid #b48989 !important;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: black;
    height: 60px;
    margin-top: -30px;
    max-width: 60px;
    opacity: 0;
    overflow: hidden;
    text-indent: 0 !important;
    top: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 60px;
}


/*================== End  CSS Slider media     ==================*/




/*==================   Sidebar CSS 3D social media     ==================*/
.Sidebar-service2
{
    display:  block;
}
.Sidebar-service
{
	margin: 20px auto;
	padding: 0;
	height: fit-content;
	padding-bottom: 35px;
}
.Sidebar-service ul
{
	position: absolute;
	/*top: 30%;*/
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	display: contents;
}
.Sidebar-service ul li
{
	position: relative;
	list-style: none;
	margin: 10px 15px;
}
.Sidebar-service ul li:before
{
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 8px;
	background: #000;
	border-radius: 50%;
	transition: 0.5s;
	opacity: 0;
	filter: blur(2px);
	transform: scale(0.8);

}
.Sidebar-service ul li:hover:before
{
	transition-delay: 0.2s;
	opacity: .2;
	transform: scale(1);
}
.Sidebar-service ul li a
{
	width: 100%;
	height: 70px;
	display: block;
	transition: 0.5s;
	background: #ccc;
	 border-radius: 5px;
}
.Sidebar-service ul li:hover a
{
	transform: translateY(-10px);
}
.Sidebar-service ul li a span
{
	width: 100%;
	height: 100%;
}
.Sidebar-service ul li a .span1 {
    width: 100%;
    font-size: 14px;
    margin: 8px 0px 44px 0px;
    padding: 2px;
    position: absolute;
    text-align: center;
    bottom: -45px;
	color: #fff;
    text-shadow: 0 0 0 transparent, 0.5px 0.5px 0px #000;
    font-weight: 500;
    z-index: 9;
}
.Sidebar-service ul li a .span1:hover {
	color: #4bce0b;
}
.Sidebar-service ul li a span:before
{
   /* content: 'A';*/
    font-family: fontAwesome;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8d2b36;
    color: #dcffcc;
    transform-origin: top;
    transition: transform 0.5s;
	border-radius: 5px;
	 /*  border-radius: 5px; */
}
.Sidebar-service ul li:hover a span:before
{
	transform: rotateX(90deg) translateY(-50%);
}

.Sidebar-service ul li a span:after
{
	/*content: 'f201';*/
	font-family: fontAwesome;
	text-align: center;
	line-height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
	transform-origin: bottom;
	transition: transform 0.5s;
	transform: rotateX(90deg) translateY(50%);
	border-radius: 5px;
 	/* border-radius: 5px; */
}
.Sidebar-service ul li:hover a span:after
{
	transform: rotateX(0deg) translateY(0);
}
.Sidebar-service ul li:nth-child(1) a span:before,
.Sidebar-service ul li:nth-child(1) a span:after
{
	content: '\f26c';
	font-size: 40px;
}
.Sidebar-service ul li:nth-child(2) a span:before,
.Sidebar-service ul li:nth-child(2) a span:after
{
	content: '\f201';
	font-size: 40px;
}
.Sidebar-service ul li:nth-child(3) a span:before,
.Sidebar-service ul li:nth-child(3) a span:after
{
	content: '\f201';
	font-size: 40px;
}
.Sidebar-service ul li:nth-child(4) a span:before,
.Sidebar-service ul li:nth-child(4) a span:after
{
	content: '\f201';
	font-size: 40px;
}
.Sidebar-service ul li:nth-child(5) a span:before,
.Sidebar-service ul li:nth-child(5) a span:after
{
	content: '\f234';
	font-size: 40px;
}
.Sidebar-service ul li:nth-child(6) a span:before,
.Sidebar-service ul li:nth-child(6) a span:after
{
	content: '\f10b';
	font-size: 40px;
}
.Sidebar-service ul li:nth-child(7) a span:before,
.Sidebar-service ul li:nth-child(7) a span:after
{
	content: '\f234';
	font-size: 40px;
}
.Sidebar-service ul li:nth-child(1) a span:after
{
	background: #b5b5b5;
}
.Sidebar-service ul li:nth-child(2) a span:after
{
	background: #b5b5b5;
}
.Sidebar-service ul li:nth-child(3) a span:after
{
	background: #b5b5b5;
}
.Sidebar-service ul li:nth-child(4) a span:after
{
	background: #b5b5b5;
}
.Sidebar-service ul li:nth-child(5) a span:after
{
	background: #b5b5b5;
}
/*==================  Sidebar CSS 3D social media  ==================*/


/*==================  CSS 3D social media     ==================*/
.Box-img-service
{
	margin: 60px auto;
	padding: 0;
	/*background: #999;*/
	height: fit-content;
	padding-bottom: 35px;

}

.Box-img-service ul
{
	position: absolute;
	/*top: 30%;*/
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	display: flex;
}
.Box-img-service ul li
{
	position: relative;
	list-style: none;
	margin: 10px 15px;
}
.Box-img-service ul li:before
{
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	transition: 0.5s;
	opacity: 0;
	filter: blur(2px);
	transform: scale(0.8);

}
.Box-img-service ul li:hover:before
{
	transition-delay: 0.2s;
	opacity: .2;
	transform: scale(1);
}
.Box-img-service ul li a
{
	width: 90px;
	height: 90px;
	display: block;
	transition: 0.5s;
	background: #ccc;
	 border-radius: 50%;
}
.Box-img-service ul li:hover a
{
	transform: translateY(-10px);
}
.Box-img-service ul li a span
{
	width: 100%;
	height: 100%;
}
.Box-img-service ul li a .span1 {
    width: 140%;
    font-size: 11px;
    margin: 20px 0px 20px -20%;
    padding: 2px;
    position: absolute;
    text-align: center;
    bottom: -50px;
    color: #333;
    font-weight: 400;
}
.Box-img-service ul li a span:before
{
   /* content: 'A';*/
    font-family: fontAwesome;
    text-align: center;
    line-height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8d2b36;
    color: #fff;
    transform-origin: top;
    transition: transform 0.5s;
    border-radius: 50%;
	 /*  border-radius: 5px; */
}
.Box-img-service ul li:hover a span:before
{
	transform: rotateX(90deg) translateY(-50%);
}

.Box-img-service ul li a span:after
{
	/*content: 'f201';*/
	font-family: fontAwesome;
	text-align: center;
	line-height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
	transform-origin: bottom;
	transition: transform 0.5s;
	transform: rotateX(90deg) translateY(50%);
	border-radius: 50%;
 	/* border-radius: 5px; */
}
.Box-img-service ul li:hover a span:after
{
	transform: rotateX(0deg) translateY(0);
}
.Box-img-service ul li:nth-child(1) a span:before,
.Box-img-service ul li:nth-child(1) a span:after
{
	content: '\f26c';
	font-size: 40px;
}
.Box-img-service ul li:nth-child(2) a span:before,
.Box-img-service ul li:nth-child(2) a span:after
{
	content: '\f201';
	font-size: 40px;
}
.Box-img-service ul li:nth-child(3) a span:before,
.Box-img-service ul li:nth-child(3) a span:after
{
	content: '\f201';
	font-size: 40px;
}
.Box-img-service ul li:nth-child(4) a span:before,
.Box-img-service ul li:nth-child(4) a span:after
{
	content: '\f201';
	font-size: 40px;
}
.Box-img-service ul li:nth-child(5) a span:before,
.Box-img-service ul li:nth-child(5) a span:after
{
	content: '\f1ea';
	font-size: 40px;
}
.Box-img-service ul li:nth-child(6) a span:before,
.Box-img-service ul li:nth-child(6) a span:after
{
	content: '\f10b';
	font-size: 40px;
}
.Box-img-service ul li:nth-child(7) a span:before,
.Box-img-service ul li:nth-child(7) a span:after
{
	content: '\f234';
	font-size: 40px;
}
.Box-img-service ul li:nth-child(1) a span:after
{
	background: #e5e5e5;
}
.Box-img-service ul li:nth-child(2) a span:after
{
	background: #e5e5e5;
}
.Box-img-service ul li:nth-child(3) a span:after
{
	background: #e5e5e5;
}
.Box-img-service ul li:nth-child(4) a span:after
{
	background: #e5e5e5;
}
.Box-img-service ul li:nth-child(5) a span:after
{
	background: #e5e5e5;
}
.nav-affix .top-header .logo {
	max-width: 100%;
    width: 110px;
    margin-top: 2px;;
}
.logo {
	max-width: 100%;
	width: 145px;
    margin-top: 4px;
}

@media (max-width: 767px) {
	
.Box-img-service ul li
{
	margin: 5px 2px;
}	
.Box-img-service ul li a
{
	width: 55px;
	height: 55px;
}	
.Box-img-service ul li a .span1 {
    font-size: 7px;
	bottom: -45px;
}	
.Box-img-service ul li a span:before
{
    line-height: 55px;
}	
.Box-img-service ul li a span:after
{
	line-height: 55px;
}	
.Box-img-service ul li:nth-child(1) a span:before,
.Box-img-service ul li:nth-child(1) a span:after
{
	content: '\f26c';
	font-size: 20px;
}
.Box-img-service ul li:nth-child(2) a span:before,
.Box-img-service ul li:nth-child(2) a span:after
{
	content: '\f201';
	font-size: 20px;
}
.Box-img-service ul li:nth-child(3) a span:before,
.Box-img-service ul li:nth-child(3) a span:after
{
	content: '\f201';
	font-size: 20px;
}
.Box-img-service ul li:nth-child(4) a span:before,
.Box-img-service ul li:nth-child(4) a span:after
{
	content: '\f201';
	font-size: 20px;
}	
.Box-img-service ul li:nth-child(5) a span:before,
.Box-img-service ul li:nth-child(5) a span:after
{
	content: '\f234';
	font-size: 20px;
}
.Box-img-service ul li:nth-child(6) a span:before,
.Box-img-service ul li:nth-child(6) a span:after
{
	content: '\f10b';
	font-size: 20px;
}
.Box-img-service ul li:nth-child(7) a span:before,
.Box-img-service ul li:nth-child(7) a span:after
{
	content: '\f234';
	font-size: 20px;
}
.Sidebar-service2
{
    display: none;
}
	
	
/*----index footer---*/
	.box_bottom-index1 {
		height: 70px !important;
		padding-top: 0px !important;
	}	
	.item-decs {
		height: 13px !important;
		padding: 7px 12px !important;
		font-size: 9px !important;
	}	
	.site-footer {
		margin-bottom: 70px !important;
	}
	footer.main-footer .copyrights p {
		font-size: 9px !important;
	}
	footer.main-footer .copyrights {
		padding: 18px 0 !important;
	}
}
@media (max-width: 768px) {
	.item-decs {
		height: 13px !important;
		padding: 7px 12px !important;
		font-size: 9px !important;
	}
	.logo {
		max-width: 75%;
		width: 135px;
		margin-top: 0px;
	}
	.nav-affix .top-header .logo {
    width: 95px;
}
}
/*==================end CSS 3D social media==================*/


/*==================      CSS box SP DV     =====================*/
.box-simple.box-gray {
    background-color: #9b98973b;
    display: block;
    min-height: 410px;
    padding: 30px;
	text-align: left;
}
.box-simple.box-gray .title {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
	    color: #8d2b36;
}
.blue-divider {
    background-color: #8e2a33 !important;
}
.divider {
    background-color: #364655;
    height: 4px;
    margin-bottom: 10px;
}
.box-simple {
  margin-bottom: 40px;
  text-align: center;
}

.box-simple:hover .icon-outlined {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
	    background: #8e2a33;
    color: #fff;
	    cursor: pointer;
}

.box-simple .icon-outlined {
    color: #8e2a33;
    border: 1px solid #8e2a33;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.box-simple h3 {
  text-transform: uppercase;
      /* letter-spacing: 0.1em; */
}

.box-simple p {
  color: #333;
  margin: 20px 0;
  font-size: 0.9rem;
}
.icon-btn {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	padding:0;
	min-height: 25px;
	line-height: 25px;
	transition: all 0.4s;
	font-size: 1rem;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 0;
}
.icon-btn ~ .icon-btn {
	margin-left: 20px;
}
.icon-btn.btn-arrow {
	padding-right: 25px;
}
.icon-btn.btn-arrow:hover {
	padding-right: 40px;
	color: #000;
}
.icon-btn.btn-arrow {
    border-bottom: none;
	color: #8e2a33;
}
.icon-btn {
    max-width: calc(100% - 20px);
}
.btn-arrow {
    background-image: none;
    overflow: visible;
    position: relative;
}

.btn-arrow:after {
	background-image: url(images/green-arrow@2x.png);
	background-repeat: no-repeat;
	background-size: 8px 12px;
	content: "";
	height: 12px;
	margin-top: -6px;
	position: absolute;
	right: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	top: 50%;
	width: 8px;
}

.icon-btn.btn-arrow:hover {
	padding-right: 25px;
}

.icon-btn.btn-arrow:hover::after {
	right: -20px;
}
.icon-outlined {
	width: 60%;
    margin-left: 20%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    /* font-size: 1.4rem; */
    border-radius: 3px;
    border: 2px solid #fff;
    margin-bottom: 5px;
    margin-top: 10px;
}

.icon-outlined.icon-lg {
  font-size: 2rem;
}

.icon-outlined.icon-sm {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 1.15rem;
}

.icon-outlined.icon-thin {
  border-width: 1px;
}


/* ----Section bg------ */
.bar {
    padding: 0px 0 20px 0;
}
.bar3 {
    padding: 5px 0 25px 0;
}
.relative-positioned {
    position: relative;
    z-index: 1;
}
.bg-fixed {
    background-attachment: fixed !important;
}
.color-white {
    color: #fff !important;
}
.text-center {
    text-align: center!important;
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}
.btn-template-outlined-white {
  background: none;
  border: 1px solid #fff !important;
  color: #fff;
  border-radius: 3px !important;
  text-decoration: none;
}

.btn-template-outlined-white:hover, .btn-template-outlined-white:focus {
  background: #fff;
  color: #578ab7 !important;
}
.btn {
  font-weight: 700;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}


/* ----Section News------ */
.home-blog-post {
  margin: 5px 0;
}
	.border2-box{
			background: #fff;
			border: 1px solid #fcfcfc;
			box-shadow: 1px 2px 3px #efefef;
			 display: inline-block;
			-webkit-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			-webkit-transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
			transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
			transition: transform .3s ease-in-out,box-shadow .3s ease-in-out;
			transition: transform .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;

		}
	.border1lits-box{
		background: #fff;
		border: 1px solid #fcfcfc;
		box-shadow: 1px 2px 3px #efefef;
		    box-shadow: 1px 2px 3px #efefef;
    /* display: inline-block; */
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
		transition: transform .3s ease-in-out,box-shadow .3s ease-in-out;
		transition: transform .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
		
	}
	.border1news-box{
		background: #fff;
		border: 1px solid #fcfcfc;
		box-shadow: 1px 2px 3px #efefef;
		 display: inline-block;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
		transition: transform .3s ease-in-out,box-shadow .3s ease-in-out;
		transition: transform .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
		
	}
	.border1-box{
		padding-bottom: 10px;
		min-height: 445px;
		background: #fff;
	    border: 1px solid #ccc;
		box-shadow: 1px 2px 3px #efefef;
		 display: inline-block;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
		transition: transform .3s ease-in-out,box-shadow .3s ease-in-out;
		transition: transform .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
		
	}
	.border1news-box:hover, .border1-box:hover {
		border: 1px solid #999;
		cursor: pointer;
		-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		transform: translateY(-4px);
		-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
		box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
		-webkit-transition: -webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
		transition: -webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
		transition: transform .25s ease-in-out,box-shadow .25s ease-in-out;
		transition: transform .25s ease-in-out,box-shadow .25s ease-in-out,-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
	}
.title-news {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.titleDM-news {
    font-weight: 700;
    text-transform: uppercase;
}
.home-blog-post .image {
  position: relative;
  margin-bottom: 10px;
}
.home-blog-post .imagethumb {
    width: 30%;
}
.home-blog-post .overlay {
  width: 100%;
  height: 100%;
  background: rgba(79, 191, 168, 0.6);
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home-blog-post .overlay a {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.home-blog-post .overlay i {
  margin-right: 5px;
}
.home-blog-post .lits-news {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
    margin: 10px 2px;
}
.home-blog-post .text {
  text-align: center;
	    padding: 5px;
}
.home-blog-post .textthumb {
    width: 65%;
    position: absolute;
    top: 0;
    right: 0;
}
.home-blog-post .text .intro {
  text-align: left;
  margin-bottom: 20px;
  color: #888;
  font-size: 0.9rem;
}

.home-blog-post h4 {
  margin: 8px 0;
  text-transform: uppercase;
     /* letter-spacing: 0.1em; */
	color: #8c2c38;
    font-size: 16px;
	font-weight: 600;
}

.home-blog-post .author-category {
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
    /* letter-spacing: 0.1em; */
}

.home-blog-post .author-category a {
  font-weight: 500;
}

.home-blog-post:hover .overlay {
  opacity: 1;
}

.home-blog-post:hover .overlay a {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.title-newslist {
    font-size: 13px;
    font-weight: 400;
    color: #555;
}
.title-newslist:hover {
    color: #8d2b36;
}





/*==================end CSS box SP DV =====================*/







.contentNews {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    /* border-radius: 8px; */
    padding: 5px;
    /* margin: 14px 10px; */
}
	.contentNews .title  {
		font-size: 18px;
		font-weight: 600;
		margin: 10px 0px;
	}
	.contentNews .titleDM {
		color: #8d2b35;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}
	.contentNews .new-cate {
		font-style: italic;
		color: #999;
		font-size: 12px;
	}

.avatar1 {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    border-radius: 50%;
    overflow: hidden;
	margin-left: auto;
    margin-right: auto;
	    margin-top: 5px;
}
.service {
	width: 100%;
	background-color: #fff;
	color: #333;
	display: inline-block;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
	transition: transform .3s ease-in-out,box-shadow .3s ease-in-out;
	transition: transform .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
}
.service:hover {
  	background-color: #59cc4d;
    color: #fff;
    border: 1px solid #efefef;
    cursor: pointer;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 1px 5px 2px rgba(110,110,110, 0.2);
    box-shadow: 0 1px 5px 2px rgba(110, 110, 110, 0.2);
    -webkit-transition: -webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
    transition: transform .25s ease-in-out,box-shadow .25s ease-in-out;
    transition: transform .25s ease-in-out,box-shadow .25s ease-in-out,-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
}
.title1 {
	color: #333;
    width: 90%;
    margin-left: 5%;
    font-size: 12px;
    text-align: center;
}
.title1:hover {
    color: #fff;
	cursor: pointer;
}

/*====================Footer popup=============================*/
.box_bottom-index {
	border-top: 1px solid #527db2;
	background: #042e5b;
    height: 40px;
    color: #fdfdfd;
}
.box_bottom-index1 {
	width: 100%;
    border-top: 1px solid #fed302;
    background: #111;
    height: 45px;
    padding-top: 3px;
    color: #fdfdfd;
    bottom: 0px;
    display: block;
    position: fixed;
    z-index: 10;
}
.item-decs {
    height: 25px;
    padding: 8px 5px;
	font-size: 13px;
}
.title-bottom {
    color: #cbfbfc;
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
    text-decoration: none;
}
.title-bottom:hover {
    color: #F87900;
}

.btn2 {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 5px;
    height: 26px;
    min-width: 120px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: #fff;
    border: 1px solid #7e7e7e;
    border-radius: 4px;
}
.btn2:hover,
.btn2:focus,
.btn2.focus {
  color: #fff;
  text-decoration: none;
	border: 1px solid #fff !important;
	 background: #4baf41;
	/*background: linear-gradient(to left, #0d6c88, #06e8ff) !important;*/
}
	.btn2 i {
		margin-right: 8px;
	}
	.btn2.on {
		color: #002da2;
		border: 1px solid #efefef;
		/* background: -webkit-linear-gradient(right, #f4d80e, #f9faf9); 
		background: -o-linear-gradient(right, #f4d80e, #f9faf9);
		background: linear-gradient(to left, #f4d80e, #f9faf9); */
	}
	.btn2.login {
	    color: #042e5b;
		border: 1px solid #ebebeb;
		background: -webkit-linear-gradient(right, #90978d, #f1f1f1);
		background: -o-linear-gradient(right, #90978d, #f1f1f1);
		background: linear-gradient(to left, #90978d, #f1f1f1);
	}

.btn3 {
    display: inline-block;
    padding: 2px 10px;
    margin-top: 5px;
    height: 32px;
    min-width: 120px;
    margin-bottom: -1px;
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: #bcbcbc;
    border: 1px solid #aaaaaa;
    border-top-left-radius: 7px;
    border-top-right-radius: 8px;
    /* border-radius: 4px; */
}
	.btn3:hover,
	.btn3:focus,
	.btn3.focus {
	  color: #fff;
	  text-decoration: none;
	  border: 1px solid #06e8ff !important;
	  background: #4baf41;
	  /*background: linear-gradient(to left, #0d6c88, #06e8ff) !important;*/
	}
	.btn3.on {
		color: #ffffff;
    border: 1px solid #bcbcbc;
    background: #8d2b35;
		/*background: linear-gradient(to left, #003f83, #1f7fe7);*/
		}
.wrap-a-btn {
    /* display: flex; */
    align-items: center;
    justify-content: space-evenly;
}

	.wrap-a-btn .item {
		padding: 5px;
		line-height: 35px;
	}
.down {
    color: red;
}
.idnochange {
    color: yellow;
}
.up {
    color: #00ff18;
}
	.a-btn-seach {
		display: inline-block;
		width: 29px;
		height: 28px;
		padding: 1px;
		border: 1px solid #919193;
		border-radius: 3px;
		text-align: center;
		font-size: 17px;
	}
	.a-btn-seach:hover {
		border: 1px solid #666668;
		color: #fff;
		background: #ff8800;
		}
.row-ART-search {
    position: relative;
    color: #eaeaea;
    font-weight: 400;
    text-align: initial;
	padding-top: 4px;
}
.row-ART-search input[type=text] {
    box-sizing: border-box;
    border: 1px solid #919193;
    font-size: 14px;
    background-color: transparent;
    background-position: right;
    background-repeat: no-repeat;
    padding: 2px 11px 2px 15px;
    text-align: left;
    color: #333;
    border-radius: 3px;
    position: relative;
	    outline: none;
}
.btn4 {
	display: inline-block;
    padding: 5px;
    margin-top: 4px;
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: #4aae40;
    border: 1px solid #21fa0b;
    border-radius: 50%;
	    transition: all 0.5s !important;
}
.btn4:hover,
.btn4:focus,
.btn4.focus {
  color: #126DBC;
  text-decoration: none;
	border: 1px solid #fff !important;
	 background: #ccc;
}
.icon-ketnoi {
    /* width: 32px; */
    /* height: 32px; */
    background: #777;
    padding: 6px 15px;
    /* padding: 2px 0px 4px 9px; */
    border-radius: 50%;
    font-size: 18px;
    color: #fff !important;
}
.icon-ketnoi:hover {
    background: #fff;
    color: #0b4fae !important;
}
.icon-ketnoi2 {
    /* width: 32px; */
    /* height: 32px; */
    background: #777;
    padding: 6px 12px;
    /* padding: 2px 0px 4px 9px; */
    border-radius: 50%;
    font-size: 18px;
    color: #fff !important;
}
.icon-ketnoi2:hover {
    background: #fff;
    color: #f60c0c !important;
}

/*====================End Footer popup=============================*/
@media (min-width: 1260px) {

.timkiem {
    width: 20%;
    position: absolute;
    right: 40%;
    top: -43px;
}	
.timkiem .form-controlS {
	display: block;
    width: 100%;
    padding: 2px 10px;
    font-size: 14px;
    color: #49b841;
    background-color: transparent;
    border: 1px solid #04a4f4;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}	
.form-control {
    display: block;
    width: 100%;
    padding: 2px 5px !important;
    font-size: 14px;
    color: #495057;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}	
	.timkiem .form-controlS .btnS {
    font-weight: 700;
	border: 1px solid #ced4da;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
	.timkiem .form-controlS .btn-template-main {
    background: #005aab;
    border: 1px solid #005aab !important;
    color: #fff !important;
    border-radius: 3px !important;
    text-decoration: none;
}
	
.row-search input[type=text] {
    position: relative;
    width: 100%;
    color: #999;
    font-weight: 400;
    font-size: 14px;
    text-align: initial;
    margin-top: 6px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 3px 10px;
}	
	
.btn-seach {
	display: block;
    position: absolute;
    text-align: center;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    color: #555;
    top: 0;
}	
.btn-seach:hover {
    color: #4aae40;
}
	.row-search-bar input[type=text] {
    position: relative;
    background: #fff6;
    width: 250px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    text-align: initial;
    border-radius: 40px;
    border: 1px solid #8e2a33;
    padding: 3px 10px;
    outline: none;
}
	.row-search-bar .a-btn-seach {
    position: absolute;
    left: 236px;
    background: #8e2a33;
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 25px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    font-size: 14px;
    color: #bababa;
	 border: 1px solid #8e2a33;
}
	.row-search-bar .a-btn-seach:hover {
	background: #333;
    color: #fed302;
}	
.row-search .a-btn-seach {
    position: absolute;
    top: 6px;
    right: 15px;
    background: #ccc;
    display: inline-block;
    width: 29px;
    height: 28px;
    line-height: 25px;
    border-radius: 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}	
.row-search .a-btn-seach:hover {
	background: #3d3d3d;
    color: #06c806;
}		
	
	
}

.menu-footer {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin: 5px 10px 5px 0px;
    text-transform: uppercase;
    /* text-shadow: 0 0 0 transparent, 0.2px 0.2px 0px #000; */
}



/*====================About us=============================*/

.title_DangKy_SBSC {
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    margin-left: 0px;
/*
    font-family: "Noto Sans", 'Roboto', sans-serif;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Noto Sans", sans-serif;
*/
    color: #FFF;
    min-height: 65px;
    width: 100%;
    padding: 2px 0px 0px 0px;
    border-bottom: 0px solid #FF5722;
    background-color: transparent;
}
.DichVu-name_Pro_center {
    color: #000 !important;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    padding: 5px 0 5px 0;
    text-shadow: 0 0 0 transparent, 0.7px 0.5px 0px #fff;
}
.DichVu-desc_Pro {
    padding: 5px;
    margin-top: 5px;
    /* margin-left: 20px; */
    font-size: 16px;
    line-height: 22px;
    color: #333;
    /* font-style: italic; */
    font-weight: 400;
    text-shadow: 0 0 0 transparent, 0.2px 0.2px 0px #fff;
}



.box_DichVu-SBSC_Pro {
	min-height: 280px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 2px;
    position: relative;
    border-radius: 0px;
    border: solid 0px #efeeee;
}
.box_Nhansu-SBSC {
    border: solid 1px #c6c6c6;
    box-shadow: 1px 2px 3px #d7d6d6;
    -webkit-border-radius: solid 1px #c6c6c6;
    -moz-border-radius: solid 1px #c6c6c6;
    transition: border .3s;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}
.VietinCAPITAL_NS {
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.about-name {
    color: #8c2c38!important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    /* text-align: center; */
    padding: 2px 0;
}
.about-name_NS {
    color: #000000!important;
    font-size: 14px;
    font-weight: 600;
   /* text-align: center; */
    padding: 1px 0px;
	min-height: 60px;
}
.about-desc_Nhansu {
    padding: 0px;
    font-size: 14px;
    color: #444;
    font-weight: 400;
}
.Nhansu1 {
	background-image: url(../img/Ab-01.jpg);
}
.Nhansu2 {
	background-image: url(../img/Ab-02.jpg);
}
.Nhansu3 {
	background-image: url(../img/Ab-03.jpg);
}
.Nhansu4 {
	background-image: url(../img/Ab-04.jpg);
}
.Nhansu5 {
	background-image: url(../img/Ab-05.jpg);
}
.Nhansu6 {
	background-image: url(../img/Ab-06.jpg);
}
.Nhansu7 {
	background-image: url(../img/Ab-07.jpg);
}
.Nhansu8 {
	background-image: url(../img/Ab-08.jpg);
}

.navigation1 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #000;
/*
    font-family: "Noto Sans", 'Roboto', sans-serif;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Noto Sans", sans-serif;
*/
    font-weight: 400;
    font-size: 16px;
    background: #fdfdfd;
    z-index: 100;
    position: relative;
    border-bottom: 1px solid #f9a826;
    padding-left: 10px;
    /* text-transform: uppercase; */
}
.textlink-navi {
    color: #005899;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    margin-left: 0px;
}
.textlink-navi:hover {
    color: #FF0000;
	cursor: pointer;
}




/*==================== Footer =============================*/

footer.main-footer {
  padding: 45px 0;
  padding-bottom: 0;
    background: #dbdbdb66;
    box-shadow: inset 0 0 46px -17px #757575;
  color: #a2a2a2;
}

footer.main-footer a {
  color: inherit;
    color: #8d2b36;
}

footer.main-footer h4 {
    color: #8d2b36;
  margin: 10px 0;
  text-transform: uppercase;
      /* letter-spacing: 0.1em; */
}

footer.main-footer p {
  font-size: 0.9rem;
  color: #000;
}

footer.main-footer hr {
  border: none;
  border-top: 1px solid #626262;
  background: none;
}

footer.main-footer .footer-blog-list li {
  margin-bottom: 20px;
}

footer.main-footer .image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer.main-footer .text {
  text-transform: uppercase;
      /* letter-spacing: 0.1em; */
}

footer.main-footer .text a {
  font-size: 0.8rem;
}

footer.main-footer .photo-stream li {
  margin: 0;
}

footer.main-footer .photo-stream a {
  width: 80px;
  height: 80px;
  padding: 5px;
  display: block;
}

footer.main-footer .copyrights {
    padding: 25px 0;
    /* background: #5d0606; */
    color: #ccc;
    /* margin-top: 50px; */
}

footer.main-footer .copyrights a {
  color: #005aab;
}

footer.main-footer .copyrights p {
  color: inherit;
  font-size: 0.8rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  footer.main-footer .photo-stream a {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  footer.main-footer .photo-stream li {
    width: 32%;
    margin-bottom: 10px;
  }
  footer.main-footer .photo-stream a {
    width: 100%;
    height: auto;
  }
}
.d-block {
    display: block!important;
}
@media (min-width: 992px){
	.d-lg-none {
		display: none!important;
	}
}

.name-cty {
    font-weight: 600;
    font-size: 15px;
}




/*====================end Footer =============================*/

.container.mobi {
    padding-right: 0px;
    padding-left: 0px;
}
.menuTop {
}
@media (min-width: 991px) {
.container.mobi {
    padding-right: 15px;
    padding-left: 15px;
}	
.menuTop {
    position: absolute;
    right: 0;
}	
body,
button,
input,
select,
textarea {
    font: 400 13px/1.5 'Open Sans', sans-serif;
}
}


.titleNoiDung {
    font-size: 25px;
    font-weight: 400;
    /* text-transform: uppercase; */
    text-align: left;
    margin: 15px 0px 0px 0px;
    color: #000;
    border-bottom: 1px solid #8d2b36;
    background-color: transparent;
}
.box_NoiDung{
    margin: 2px;
    text-align: left;
    padding: 5px;
}
.Box-List-NewsPage {
    min-height: 22px;
    padding-top: 10px;
    border-bottom: 1px dotted #c0c0c0;
}
.box_NgayDang {
    height: 30px;
    font-size: 13px;
    color: #999;
    padding: 6px 2px 15px;
}
.Box-News-top {
    background: #f4f6f8;
    margin-bottom: 10px;
    padding: 1px 15px 10px 15px;
}

a.Text_New_13 {
    	font-weight: 400;
   		font-size: 15px;
    	color: #000;
        padding: 2px 0px 2px 0px;
        margin-bottom: 0px;
    }
a.Text_New_13:hover {
        color: #8d2b36;
		text-decoration: none;
	}
.box_tien-ich {
    width: 100%;
    margin: 10px 0px;
    padding: 5px;
    position: relative;
    border-radius: 5px;
    border: solid 1px #c6c6c6;
    box-shadow: 1px 2px 3px #d7d6d6;
    -webkit-border-radius: solid 1px #c6c6c6;
    -moz-border-radius: solid 1px #c6c6c6;
    transition: border .3s;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    text-shadow: 0 0 0 transparent, 0.7px 0.5px 0px #e7e7e7;
    text-align: center;
}
.tien-ich-img {
		width: 100%;
		height: auto;

	}
	.tien-ich-name {
		color: #06397c;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		padding: 5px;
	}
	.tien-ich-name:hover {
		color: #7c2306;
	}
.DVDT {
    width: 100%;
    padding: 2px;
}
.box_NoiDung-new {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 2px;
    border: 1px solid #e9e7e7;
    background: #f7f7f7;
	min-height: 250px;
}
.box_NoiDung-new .titleNoiDung1 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-left: 0px;
    color: #742e2e;
    min-height: 28px;
    width: 100%;
    padding: 2px 0px 1px 0px;
    border-bottom: 1px solid #a1a1a1;
    background-color: transparent;
}

.titleNoiDung1-2 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-left: 30px;
    color: #06397c;
    min-height: 35px;
    padding: 10px 0px 2px 0px;
    border-bottom: 1px dotted #c0c0c0;
    background-color: transparent;
}

.ChiTiet {
    display: block;
    height: 25px;
    margin: 10px 10px 0px 10px;
    padding: 0 10px;
    line-height: 30px;
}
.ChiTiet1 {
    display: block;
    padding: 0;
    line-height: 0px;
}
.Text_ChiTiet1 {
/*    font-family: 'Noto Sans', sans-serif, 'Helvetica Neue';*/
    font-weight: lighter;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    color: #992e0b !important;
    clear: both;
}
.Text_ChiTiet {
/*    font-family: 'Noto Sans', sans-serif, 'Helvetica Neue';*/
    font-weight: lighter;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    color: #992e0b !important;
    clear: both;
    padding: 5px 0px 1px 0px;
/*    text-shadow: 0 0 0 transparent, 1px 0.7px 0px #efefef;*/
}

.Text_ChiTiet:hover {
    color: #000 !important;
	text-decoration: underline;
    cursor: pointer;
}
.cuter-footer {
    text-align: right;
}
.mumber {
    text-transform: 20px;
    list-style: 10px;
    letter-spacing: 4px;
    background: #ccc;
    padding: 3px;
    color: #444;
    font-size: 19px;
    font-weight: 700;
    margin: 5px 10px 5px 0px;
    text-transform: uppercase;
}

.owl-carousel {
	display: block !important;
}
label {
   width: 69%;
}
.search-form .search-submit {
    width: 30%;
    float: right;
}
.search-form label .search-field {
   width: 100%;
}

.sidebarImg {
    width: 23%;
    margin-left: 50%;
    transform: translate(-50%,-10%);
}

/*----img-Hover-Effects-----*/
.imgBox
{
    position: relative;
    width: 100%;
    background-size: cover;
       border: 1px solid #bebdbd;
    border-radius: 5px;
    overflow: hidden;
    }
    
.imgBox img
{
    width: 100%;
    transition: .5s;
}
.dichvu
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: .5s;
}
.dichvu:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: translateX(0) scale(1) skew(-45deg);
    transition: .5s;
}
.conten-decs
{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    padding: 30px;
    text-align: center;
	width: 100%;
}
.conten-decs .title
{
    padding: 0;
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
	text-transform: uppercase;
    transform: translateY(-100%) scale(0);
}
.conten-decs .decs1
{
    padding: 0;
    color: #fff;
    font-size: 14px;
	font-weight: 400;
    transform: scale(2);
    transition: .5s;
    opacity: 0;
}
.imgBox:hover .conten-decs .title
{
    transform: translateY(0) scale(1);
	cursor: pointer;
}
.imgBox:hover .conten-decs .decs1
{
    transform: scale(1);
    opacity: 1;
	cursor: pointer;
}
.imgBox:hover img
{
    transform: scale(2) translateX(-50px);
}
.imgBox:hover .dichvu:before
{
    opacity: 1;
	background-color: rgba(139, 50, 31, 0.65);
    /*background: rgba(255,0,0,.8);*/
    transform: translateX(0) scale(1) skew(-45deg);
}
.ma {
    margin-bottom: 3px !important;
}

.decsBoximg-btn {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -80px;
    padding: 20px;
}
.btn-DV {
	display: inline-block;
	padding: 4px 10px;
	margin-top: 20px;
	height: 35px;
	min-width: 120px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	/* background: #ffcd89; */
	border: 1px solid #333;
	border: 1px solid #ffffff;
	border-radius: 25px;
}
.btn-DV {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.btn-DV:hover, .btn-DV:focus, .btn-DV.focus {
	color: #fff;
	text-decoration: none;
	border: 1px solid #06e8ff !important;
	background: linear-gradient(to left, #0d6c88, #06e8ff) !important;
}
.textlink-DV {
    color: #fff;
}
.textlink-DV:hover {
    color: #f1f900;
    cursor: pointer;
}
/*----img-Hover-Effects-----*/
.space01 {
    min-height: 1px;
    width: 100%;
    clear: both;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}

.space1 {
    min-height: 5px;
    width: 100%;
    clear: both;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
.space10 {
    min-height: 10px;
    width: 100%;
    clear: both;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
.space50 {
    min-height: 50px;
    width: 100%;
    clear: both;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
.mt-20 {
    margin: 5px 0px 40px 0px;
    border-bottom: 1px solid #f1f1f1;
    margin-top: -45px !important;
}
/*----Page-LTHQ-VSD-----*/
.TitleArticles {
    padding-left: 0px;
    color: #333;
    line-height: 170%;
    width: 33%;
    float: left;
    text-align: left;
}
.ContentArticles {
    line-height: 170%;
    font-weight: normal;
    color: #333;
    font-weight: bold;
    width: 66%;
    float: left;
}
.divClearBoth {
    clear: both;
}




/*----Page Bieu Phi-----*/

.half {
  float: left;
  width: 100%;
  padding: 0 1em;
}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #f1f1f1;
    font-weight: 600;
    line-height: 43px;
    cursor: pointer;
	color: #21760f;
    font-size: 16px;
    width: 100%;
    border-radius: 22px;
}
.blue label {
  background: #2980b9;
}
.tab-content {
/*  max-height: 0;*/
  overflow: hidden;
      /* background: #fcfdff; */
    color: #555;
    padding: 0 10px;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  margin: 1em;
}
/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
}
/* Icon */
.tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.tab input[type=checkbox] + label::after {
  content: "+";
}
.tab input[type=radio] + label::after {
  content: "\25BC";
}
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
}
/* Icon */
.tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  transition: all .35s;
}
.tab input[type=checkbox] + label::after {
  content: "+";
}
.tab input[type=radio] + label::after {
  content: "\25BC";
}
.tab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}


/*==========-- Tien ich-sidebar--========= */
.border8-box {
	width: 90%;
	margin-left: 5%;
    background: #fff;
    border: 1px solid #fcfcfc;
	margin-bottom: 5px;
    box-shadow: 1px 2px 3px #efefef;
    display: inline-block;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: transform .3s ease-in-out,box-shadow .3s ease-in-out;
    transition: transform .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
}
.content-TI {
	margin: 0px;
	width: 265px;
	height: 50px;
	}
.tienich-1 {
	background-image: url(images/GDTT-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}

.tienich-1:hover {
	background-image: url(images/GDTT-2.jpg);
	cursor: pointer;
}
.tienich-2 {
	background-image: url(images/BG_HNX-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}
.tienich-2:hover {
	background-image: url(images/BG_HNX-2.jpg);
	cursor: pointer;
}
.tienich-3 {
	background-image: url(images/BG_HSX-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}
.tienich-3:hover {
	background-image: url(images/BG_HSX-2.jpg);
	cursor: pointer;
}
.tienich-4 {
	background-image: url(images/BG_UPCOM-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}
.tienich-4:hover {
	background-image: url(images/BG_UPCOM-2.jpg);
	cursor: pointer;
}
.tienich-5 {
	background-image: url(images/MoTK-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}

.tienich-5:hover {
	background-image: url(images/MoTK-2.jpg);
	cursor: pointer;
}

/*----en---*/
.tienich-1-en {
	background-image: url(images/GDTT-en-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}
.tienich-1-en:hover {
	background-image: url(images/GDTT-en-2.jpg);
	cursor: pointer;
}
.tienich-2-en {
	background-image: url(images/BG_HNX-en-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}
.tienich-2-en:hover {
	background-image: url(images/BG_HNX-en-2.jpg);
	cursor: pointer;
}
.tienich-3-en {
	background-image: url(images/BG_HSX-en-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}
.tienich-3-en:hover {
	background-image: url(images/BG_HSX-en-2.jpg);
	cursor: pointer;
}
.tienich-4-en {
	background-image: url(images/BG_UPCOM-en-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}
.tienich-4-en:hover {
	background-image: url(images/BG_UPCOM-en-2.jpg);
	cursor: pointer;
}
.tienich-5-en {
	background-image: url(images/MoTK-en-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}

.tienich-5-en:hover {
	background-image: url(images/MoTK-en-2.jpg);
	cursor: pointer;
}

/*----end---*/
/*----ja---*/
.tienich-1-ja {
	background-image: url(images/GDTT-ja-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}
.tienich-1-ja:hover {
	background-image: url(images/GDTT-ja-2.jpg);
	cursor: pointer;
}
.tienich-2-ja {
	background-image: url(images/BG_HNX-ja-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}
.tienich-2-ja:hover {
	background-image: url(images/BG_HNX-ja-2.jpg);
	cursor: pointer;
}
.tienich-3-ja {
	background-image: url(images/BG_HSX-ja-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}
.tienich-3-ja:hover {
	background-image: url(images/BG_HSX-ja-2.jpg);
	cursor: pointer;
}
.tienich-4-ja {
	background-image: url(images/BG_UPCOM-ja-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}
.tienich-4-ja:hover {
	background-image: url(images/BG_UPCOM-ja-2.jpg);
	cursor: pointer;
}
.tienich-5-ja {
	background-image: url(images/MoTK-ja-1.jpg);
	background-size: cover !important;
    height: 50px;
	border-radius: 3px;
	transition: 2s;  
}

.tienich-5-ja:hover {
	background-image: url(images/MoTK-ja-2.jpg);
	cursor: pointer;
}

/*----end---*/
p {
	margin-bottom: 3px !important;
}
p {
    margin: 0 0 5px;
}
td, th {
    padding: 5px !important;
}
.more2 {
    float: right;
    font-size: 16px;
    font-weight: bold;
    width: 25px;
    height: 24px;
    background: #e9e9e9;
    text-align: center;
}
.more2:hover {
	background: #83062a;
}
/*===================  BOX Lien he =============================*/

.form-signup {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 14px;
}
.form-signup{
		width: 100%;
		max-width: 490px;
		margin: 0 auto;
		margin-top: 14px;
	}
	.form-signup .error{
		min-height: 30px;
	}
	.wrap-inp{
		padding-left: 30%;
		position: relative;
		margin-top: 10px;
		font-size: 14px;
	}
	.wrap-inp .inp{
		width: 100%;
		height: 30px;
		line-height: 25px;
		padding: 0 10px;
		border: 1px solid #a2a2a2;
		border-radius: 3px;
	}
	.wrap-inp .text{
		width: 100%;
		height: 30px;
		line-height: 25px;
		padding: 0;
		border: 1px solid #a2a2a2;
		border-radius: 3px;
	}
	select{
		font-size: 14px !important;
		color: #333 !important;
	}
	.wrap-inp .textarea{
		width: 100%;
		height: 110px;
		font-size: 14px;
		line-height: 17px;
		padding: 7px 10px;
		border: 1px solid #a2a2a2;
		border-radius: 3px;
	}
	.wrap-inp .textarea textarea{
		width: 100%;
		height: 100%;
		background: none;
		outline: none;
		border: none;
		resize: none;
		color: #333;
	} 
	.wrap-inp .inp input{
		width: 100%;
		height: 100%;
		background: none;
		border: none;
		outline: none;
		font-size: 14px !important; 
		color: #333;
		padding: 0;
		margin: 0;
	}
	.wrap-inp .label{
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		width: 30%;
		height: 100%;
		color: #666;
		position: absolute;
		text-align: right;
		top: 0;
		left: 0;
		font-weight: normal;
		border-radius: 0;
		padding: 0;
		padding-right: 20px;
	}
	.wrap-inp .label span{
		color: #d71920;
	}
	.wrap-inp.code{
		padding: 0 31% 0 30%;
	}
	.code-char{
			width: 111px;
			height: 30px;
			position: absolute;
			top: 0;
			right: 40px;
    		border-radius: 3px;
			border: 1px solid #a2a2a2;
			/*background: url(../images/img/img-cap.jpg) no-repeat;*/
		}
	.change-code{
		display: inline-block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0px;
		right: 0;
		background: url(../images/icon/icon-change.png) no-repeat center center;
	}
	.btn-sign{
		display: inline-block;
		height: 30px;
		line-height: 28px;
		background: #8e2931;
		color: #fff;
		border: 0px solid #76c4f1;
		border-radius: 3px;
		font-size: 16px;
		font-weight: 600;
		padding: 0 30px;
		text-transform: uppercase;
	}
	.btn-sign:hover{
		background: #444;
    	color: #f4c503;
	}
/*=================== END BOX Lien he  =============================*/
.mtli_attachment {
    padding-top: 30px;
}

/*=================== Site  map =============================*/
.menu-lever1 {
    font-size: 16px;
    font-weight: 600;
    padding: 1px 10px !important;
}
.menu-lever2 {
    font-size: 16px;
    font-weight: 400;
    padding: 1px 30px !important;
}
.menu-lever3 {
    font-size: 15px;
    font-weight: 400;
    padding: 1px 50px !important;
    font-style: italic;
    color: #666;
}


/*=================== Mobile news =============================*/
@media (max-width: 767px) {

	.twp-image-archive {
    	width: 49% !important;
	}
	#primary {
    padding-right: 0px !important;
    padding-left: 0px !important;
	}
	
}
	



.metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-simply-dark .rslides .caption-wrap, .metaslider.ms-theme-simply-dark div.nivoSlider .nivo-caption, .metaslider.ms-theme-simply-dark .cs-title {
    background: rgba(0,0,0,0.2)!important;
    margin: 0px 10% 0px 10% !important;
    width: 80% !important;
    text-align: center;
    margin-bottom: 10% !important;
}

.metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-simply-dark .rslides .caption-wrap .caption, .metaslider.ms-theme-simply-dark div.nivoSlider .nivo-caption, .metaslider.ms-theme-simply-dark .cs-title {
    font-size: 17px !important;
    text-align: center !important;
    padding: .7rem 1rem;
/*    font-family: "Noto Sans", Arial, Helvetica, sans-serif;*/
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Noto Sans", sans-serif;
    color: #FFF;
}

.gallery-item {
    padding: 1px;
}
.bg-top {
    min-height: 350px;
}
@media only screen and (max-width: 991px){
.bg-top {
    min-height: 100% !important;
}
	    .item-home {
    width: 50% !important;
}
}






/*=================== add img su kien 21072020 =============================*/

.c-template-slider {
    position: relative;
    z-index: 1
}
.c-template-slider .owl-carousel .owl-nav {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 11px
}
.c-template-slider .owl-carousel .owl-nav button.owl-next, .c-template-slider .owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 11px
}
.c-template-slider .owl-carousel .owl-nav button.owl-next:focus, .c-template-slider .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none
}
.c-template-slider .owl-carousel .owl-nav button.owl-next {
    background-image: url("../img/arrow-right.png");
    float: right
}
.c-template-slider .owl-carousel .owl-nav button.owl-prev {
    background-image: url("../img/arrow-left.png")
}
.c-template-button {
    position: relative;
    z-index: 1
}
.c-template-button .owl-carousel .owl-nav button.owl-next, .c-template-button .owl-carousel .owl-nav button.owl-prev {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/button-primary.png");
    width: 8px;
    height: 15px;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -8px
}
.c-template-button .owl-carousel .owl-nav button.owl-next:focus, .c-template-button .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none
}
.c-template-button .owl-carousel .owl-nav button.owl-next {
    right: 5px;
    background-position: -8px 0
}
.c-template-button .owl-carousel .owl-nav button.owl-prev {
    left: 5px;
    background-position: 0 0
}
.c-template-dots {
    position: relative;
    z-index: 1
}
.c-template-dots .owl-carousel .owl-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center
}
.c-template-dots .owl-carousel button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    margin: 0 7px;
    position: relative;
    z-index: 1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.c-template-dots .owl-carousel button.owl-dot:focus {
    outline: none
}
.c-template-dots .owl-carousel button.owl-dot:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 2;
    border: 1px solid #fff;
    opacity: 0.5;
    top: -4px;
    left: -4px;
    display: none
}
.c-template-dots .owl-carousel button.owl-dot.active {
    background: #2495fd;
    border: none
}
.c-template-dots .owl-carousel button.owl-dot.active:before {
    display: block
}




/* =========BOX News=========*/


.c-voucher {
    padding-bottom: 20px
}
.item-home {
    width: 33.33%;
    float: left;
    margin: 5px 0px;
}
.c-voucher-item {
    margin-right: 1px;
    margin-left: 1px
}
.c-voucher-item {
    border: 1px solid #ccc;
    background: #fff;
}
.c-voucher-item {
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}
.c-voucher-item:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}
.c-voucher-item:hover {
     background: transparent;
    border-color: #e09f0e;
}

.itemNews {
    position: relative;
	margin-bottom: 0px;
}
.itemNews .img {
    position: relative;
    overflow: hidden
}
.itemNews .img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover!important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}
.itemNews .img img {
    width: 100%
}
.itemNews .copy {
    padding: 20px 0;
    background: #fff6;
}
.itemNews .copy h3 {
    font-size: 18px;
    padding-bottom: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    /*text-transform: uppercase;*/
    font-weight: 500;
    color: #fff;
}
.itemNews .copy h4 {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    padding-bottom: 1px;
    text-transform: uppercase;
}
.itemNews .copy p {
    color: #a7a7a7;
    font-size: 14px
}
.itemNews:hover .img div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.itemNews:hover .copy h3 {
    color: #e09f0e;
}
.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
	    cursor: pointer;
}

.newsList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.itemNews .home {
    padding: 2px 10px 1px 10px !important;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.home h3 {
    font-size: 14px !important;
    font-weight: 400!important;
}
.itemNews .add {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: #f1ececdb;
    padding: 20px;
}
.itemNews .add:hover {
    background: #121212ad;
}

/* =========BOX 1 News=========*/
.box_noidung {
    text-align: center;
}
.caption{
    position: relative;
    text-align: left;
	margin-bottom: 20px;
}
.img_name {
    text-align: center;
    color: #888;
    font-style: italic;
    padding: 10px 0 25px 0;
}
.date {
    margin-bottom: 20px;
    color: #164cb9;
    font-style: italic;
}
@media (max-width: 768px) {
	.itemNews .add {
		position: absolute;
		z-index: 1;
		bottom: 0;
		width: 100%;
		background: #f1ececdb;
		padding: 10px;
	}
	.itemNews .copy h4 {
		font-size: 12px;
		padding-bottom: 5px;
	}
	.itemNews .copy h3 {
		font-size: 14px !important;
		padding-bottom: 10px;
	}
	.itemNews .copy p {
		font-size: 10px;
		margin-bottom: 0;
	}
	
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px !important;
	}
	.container {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

/* =========BOX 1 product=========*/
.Box-List-product {
    width: calc(100% - 2px);
    padding: 15px 0;
}
    .Box-List-product .title {
        
        width: calc(100% - 2px);
        margin: 5px 1px;
    }
    .Box-List-product .image {
        width: 100% !important;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 5px;
        padding: 4px;
    }
.title-product {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-left: 0px;
    color: #222;
    min-height: 35px;
    width: 100%;
    padding: 10px 0px 25px 0px;
    background-color: transparent;
}

/* ========= attach file =========*/
.afi-document-icon {
    width: 100px;
}


.article:before,
.article:after {
    content: "";
    clear: both;
    display: table;
}

article {
    background: #f4f6f8;
    margin-bottom: 10px;
    padding: 1px 15px;
    
    
 }   
    
/* ========= Max Mega Menu =========*/    


.home .nav-affix .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #ffefc1;
/*  color: #333;*/
}
 
.home .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {

  color: #ddd;
}
.home .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {

  color: #f7a606;
}


.home .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-161 > a.mega-menu-link,
.home .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-321 > a.mega-menu-link,
.page .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-161 > a.mega-menu-link,
.page .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-321 > a.mega-menu-link {

/*  width: 160px;*/
    height: 36px;
    border: 1px solid #871a1a;
    background: #eb2b2b;
    border-radius: 26px;
    z-index: 9;
    padding: 2px 22px;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
    margin: 0px 10px 0px 20px;
    text-transform: none;
    text-align: center;
}
.home .nav-affix .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-161 > a.mega-menu-link,
.page .nav-affix .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-161 > a.mega-menu-link {
    color: #fff;
}
 
.home .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-161 > a.mega-menu-link:hover,
.page .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-161 > a.mega-menu-link:hover {
    border: 1px solid #871a1a;
    background: #ccc;
    color: #333;
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        background: linear-gradient(to bottom, rgba(200, 200, 200, 0.71), rgba(255, 255, 255, 0.18)) !important;
        color: #ff9600 !important;
        font-weight: normal;
        text-decoration: none;
        border-color: #44a76b !important;
    }
}

@media only screen and (max-width: 768px) {
   
    #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before {
        display: flex;
        content: "";
        font-family: dashicons;
        font-weight: normal;
        color: white;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 44px !important;
        margin: 13px 0px 0px 50px;
    }
    
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        padding: 80px 0px 0px 0px !important;
        background: #222222b5 !important;
        width: 98% !important;
    } 
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        padding: 0 25px !important;
        background: transparent;
        text-align: left;
        color: white;
        font-size: 14px;
        border-bottom: 1px solid #3b3939 !important;
    }

  }   
.page .nav-affix .top-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #ffefc9;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.18), rgba(200, 200, 200, 0.71));
    color: #00ff22 !important;
    font-weight: normal;
    text-decoration: none;
    border-color: #f7a606;
}

/* ========= Max Mega Menu =========*/   


.home-01 {
    min-height: 100VH;
    overflow: hidden;
    background: url(images/videos/bg-page-05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.dark-mask-20 {
    background: rgb(0 0 0 / 20%);
/*    background-image: linear-gradient(136deg, #cd2aa41c, #290c1a70);*/
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
body .home-01 .read-more {
    border: 1px solid #2e2e2e;
}
body .home-01 p {
    color: #979797;
}



/* ----------------------------------------------------------------
	Counter index chi so nhan su
-----------------------------------------------------------------*/
.counter-sec {
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(2px);
  padding: 0.625rem 0;
  margin: -5.5625rem 0 0;
  position: absolute;
	width: 100%;
	z-index: 9;
	bottom: 0px;
	color: #FFF;
}
.counter-sec ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.counter-sec ul li {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.69);
}
.counter-sec ul li span {
  display: block;
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 3.0625rem;
  letter-spacing: 0;
  color: #FFFFFF;
}
.d-none {
  display: none !important;
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}
/* ----------------------------------------------------------------
	Counter
-----------------------------------------------------------------*/


.counter {
	font-size: 42px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.counter-sec .counter {
    font-size: 35px;
    font-weight: 300;
}
.counter-sec .counter + h5 {
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
    color: #32ff01;
}
.counter-sec .counter.counter-lined + h5:before {
    display: block;
    position: relative;
    margin: 3px auto 14px auto;
    content: '';
    width: 30%;
    border-top: 1px solid #9f9f9f;
    opacity: 0.9;
}
.center { text-align: center !important; }
.counter.counter-small { font-size: 28px; }

.counter.counter-large { font-size: 56px; }

.counter.counter-xlarge {
	font-size: 64px;
	font-weight: 400;
}

.counter.counter-inherit {
	font-size: inherit;
	font-weight: inherit;
}

.counter + h5 {
	font-weight: 400;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
	margin-top: 10px;
}

.counter.counter-lined + h5:before {
	display: block;
	position: relative;
	margin: 20px auto 25px auto;
	content: '';
	width: 15%;
	border-top: 2px solid #444;
	opacity: 0.9;
}

.counter.counter-small + h5 { font-size: 13px; }

.counter.counter-large + h5,
.counter.counter-xlarge + h5 {
	font-size: 15px;
	font-weight: 300;
}

.widget .counter + h5 { opacity: 0.7; }

/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/


.col_full { width: 100%; }
.col_half,
.postcontent.bothsidebar { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth,
.sidebar { width: 22%; }
.col_three_fourth,
.postcontent { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body.stretched .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
/*	margin-bottom: 50px;*/
	margin-bottom: 20px;
	float: left;
}
.counter-sec .col_one_fourth
 {
	margin-bottom: 0px;
}
.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}

.postcontent.col_last,
.sidebar.col_last { float: right; }

.col_last {
	margin-right: 0 !important;
	clear: right;
}


/*=========== Add Home new============*/
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25%;
  }
}
ul.list-inline li {
    margin: 0 2.5rem 0.625rem 0;
    font-weight: 700;
    line-height: 1.5rem;
}
ul.list li {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.625rem;
    padding: 0 0 0 1.875rem;
    margin: 0 0 1rem;
    position: relative;
}
ul.list li span {
    display: block;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    color: rgba(0, 0, 0, 0.5);
}
ul.list li:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url(images/check.svg);
    background-size: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.25rem;
}





/*=========== Add Menu cap 4 ============*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  margin: 0px 0px 0px 30px;
}


@media (max-width: 767px){
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
/*		width: 40px;*/
/*		height: 0px !important;*/
/*
		display: inline-block;
		position: relative;
		outline: 0;
*/
	}
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
/*
        position: absolute;
		top: -45px;
		right: 5px;
*/
    }
}

.bg-head-page {
    background-size: cover;
    max-width: 1920px;
    margin: auto;
    margin-top: 0px;
    min-height: 350px;
}


/* ----------------------------------------------------------------
	Accordions
-----------------------------------------------------------------*/

.accordion { margin-bottom: 20px; }

.acctitle {
	display: block;
	position: relative;
	line-height: 24px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	cursor: pointer;
	border-top: 1px dotted #3c3232;
	padding: 10px 0 10px 20px;
}

.acctitlec {
	cursor: auto;
/*	background: #3d3c3c78 !important;*/
	background: #00000000 !important;
    border-radius: 10px; 
}

.acctitle:first-child { border-top: none; }

.acctitle i {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	text-align: center;
	font-size: 14px;
	line-height: 44px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none; }

.acctitlec i.acc-open { display: block; }

.acc_content {
	position: relative;
	padding: 0 0 15px 20px;
}


/* Accordion - with Title Background
-----------------------------------------------------------------*/

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
	background-color: #EEE;
	line-height: 44px;
	padding: 0 0 0 36px;
	margin-bottom: 5px;
	border-top: 0;
}

.accordion.accordion-bg .acctitle i {
	left: 14px;
	line-height: 44px;
}

.accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; }


/* Accordion - Bordered
-----------------------------------------------------------------*/

.accordion.accordion-border {
	border: 1px solid #DDD;
	border-radius: 4px;
}

.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
/*	border-color: #CCC;*/
	line-height: 44px;
/*	padding: 0 15px 0 36px;*/
	padding: 0 15px 0 15px;
	background: #00000059;
    border-radius: 10px;
}

.accordion.accordion-border .acctitle i {
	left: 14px;
	line-height: 44px;
}

.accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; }


/* Accordion - Large
-----------------------------------------------------------------*/

.accordion.accordion-lg .acctitle {
	font-size: 23px;
	line-height: 44px;
	padding-left: 30px;
	font-weight: 400;
}

.accordion.accordion-lg .acctitle i {
	width: 20px;
	font-size: 20px;
	line-height: 64px;
}

.accordion.accordion-lg .acc_content { padding: 10px 0 30px 30px; }







.accordion-toggle-icon {
  position: relative;
  display: inline-block;
  height: 2.75rem;
  width: 2.75rem;
  background-color: rgb(0, 44, 95);
  background-color: transparent;
  color: white;
  color: rgb(113, 113, 113);
  font-size: 1.125rem;
  padding: 0.5rem 1rem
}
.accordion-toggle-icon span {
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  }
.expander-body {
      background: rgb(244 244 244);
    margin-bottom: 2px;
}
.expander-body-inner {
  padding: 16px;
}
.expander-trigger {
  background: rgb(255, 255, 255);
  border: 0 solid #eee;
  border-bottom-width: 1px;
  border-radius: 0;
  display: block;
  font-family: "Noto Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  color: rgb(113, 113, 113);
  padding: 14px 36px 14px 16px;
  text-align: left;
  width: 100%;
  position: relative;
  -webkit-appearance: none
  
  /* SIX-4271: disable trigger in editmode */
}
.expander-trigger[aria-controls] {
    cursor: pointer;
  }
.expander-trigger:before,
.expander-trigger:after {
    content: '';
    background: rgb(222, 57, 25);
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    height: 1px;
    width: 9px;
  }
.expander-trigger:after {
    height: 9px;
    width: 1px;
    margin-top: -4px;
    margin-right: 4px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }

.expander-trigger[aria-expanded="true"]:after {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
.expander-trigger:nth-last-child(2)[aria-expanded="false"] {
    border-bottom-color: transparent;
  }
/* SIX-4271: adds support for author mode */
.accordion div.expander-trigger:before,
.accordion div.expander-trigger:after {
    display: none;
}
/* keyboard support / do not hide the focus, 
https://jira.six-group.net/browse/SIX-3965
removed line:
.accordion .expander-trigger:focus,
*/
.accordion .expander-body:focus {
  outline: 0;
}
@media (min-width: 64em) {
.expander-body-inner {
    padding: 30px;
    margin-bottom: 10px;
  }
.expander-trigger {
    padding-left: 30px;
  }
}


/* ---========== SP CTCK  ==============---*/

.card .card-header img {
    position: absolute;
    left: 120%;
}
.toggle .toggle-border .togglet .box-img {
	position: relative;
/*    block-size: 600px;*/
    -webkit-padding-start: 100px;
    padding-inline-start: 100px;
	left: 110% !important;
}
.toggle .toggle-border .togglet .box-img:hover {
	
	cursor: pointer;
    pointer-events: none;
    transition: inset-block-start .5s ease-in-out, transform .5s ease-in-out, opacity .5s ease-in-out;
}
.togglet .box-img:hover,
.accordion .acctitle .box-img:hover {
	cursor: pointer;
 /* pointer-events: none;*/
    transition: inset-block-start .5s ease-in-out, transform .5s ease-in-out, opacity .5s ease-in-out;
}
.togglet .box-img img:hover,
.accordion .acctitle .box-img img:hover {
    opacity: .85;
    transform: scale(1.02);
}
.toggle .box-img2 {
    width: 400px;
    height: 300px;
	background: #ccc;
    border: 1px solid #ccc;
	position: relative;
    block-size: 600px;
    -webkit-padding-start: 100px;
    padding-inline-start: 100px;
	left: 110% !important;
}

.toggle .togglet i,
.accordion.accordion-border i{
    position: absolute;
    top: 0;
    width: 420px;
/*    height: 300px;*/
	left: 110% !important;
	inset-block-start: var(--y-offset);
}
.accordion.accordion-border .acctitle i {
    left: 110% !important;
}


.accordion.accordion-border {
    border: 1px solid rgba(90, 90, 90, .38);
    border-radius: 18px;
    padding: 20px;
    cursor: pointer;
    transition: background-color .5s ease;
    -webkit-border-after: 1px solid rgba(90, 90, 90, .38);
    border-block-end: 1px solid rgba(90, 90, 90, .38);
}
.accordion.accordion-border {
/*	background: rgba(255, 255, 255, .08);*/
	background: linear-gradient(135deg, rgba(137, 137, 137, .2) 31.36%, rgb(255 2 240 / 12%) 76.4%), #000000bf;
}

.f4UV {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	margin: -63px auto;
    -webkit-margin-before: 0px;
    margin-block-start: 0px;
}
 .f4UV:after {
    pointer-events: none;
    content: "";
    position: absolute;
    block-size: 100%;
    inline-size: 100%;
    padding: 1px;
    border-radius: 18px;
	background: linear-gradient(135deg, rgba(137, 137, 137, .2) 31.36%, rgb(255 2 240 / 48%) 76.4%), #2e2e2e;
/*    background: linear-gradient(135deg, rgba(137, 137, 137, .2) 31.36%, rgb(255, 2, 240) 76.4%), #0d0d0d;*/
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
	     margin: -21px 0px 0px -21px;
}  
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}
 .card:after {
    pointer-events: none;
    content: "";
    position: absolute;
    block-size: 100%;
    inline-size: 100%;
    padding: 1px;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, rgba(137, 137, 137, .2) 31.36%, rgb(9 111 92) 76.4%), #262626d9;
/*    background: linear-gradient(135deg, rgba(137, 137, 137, .2) 31.36%, rgb(255, 2, 240) 76.4%), #0d0d0d;*/
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
} 


.accordion.accordion-border .box {
	max-block-size: 500px;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    opacity: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    }
.acctitle .topTitle {
    padding: 20px;
    cursor: pointer;
    transition: background-color .5s ease;
    -webkit-border-after: 1px solid rgba(90, 90, 90, .38);
    border-block-end: 1px solid rgba(90, 90, 90, .38);
}
.acctitle .sectionTitle {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: Sometype Mono, monospace;
    line-height: 22px;
    text-transform: uppercase;
}
.acctitle .sectionTitle:hover {
    color: #b956b1;
	transition: all ease-in .3s;
        -ms-flex-preferred-size: auto;
}
.acctitlec .sectionTitle {
    color: #b956b1;
}
.box-acc {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
/*
    cursor: pointer;
	margin: 5px 0px;
*/
	    height: 90%;
}
.box-acc .ac {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.AiAnimatedStack_optionDetails__mN5du {
    
}

@media (max-width: 767px){
   	.toggle .togglet i, .accordion.accordion-border i {
		display: none;
	}
	.postcontent1 .col_three_fifth {
   		width: 100%;
	}
}





















.toggle .togglet2 i {
    position: absolute;
/*    inset-block-start: var(--y-offset);*/
    padding: 10px;
    cursor: pointer;
    pointer-events: none;
    transition: inset-block-start .5s 
	ease-in-out, transform .5s 
	ease-in-out, opacity .5s 
	ease-in-out;
}
.toggle .togglet .box-img
 {
/*    inset-block-start: var(--y-offset);*/
}
.icon-remove-circle:before {
    content: "\e713";
	flex-shrink: 0;
    width: 500px;
    height: 330px;
    margin-left: 120%;
	transition: transform .2s ease-in-out;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 120%;
    content: "";
    background-image: url(images/dress/ai-tools.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.icon-ok-circle:before {
/*    content: "\e714";*/
	flex-shrink: 0;
    width: 500px;
    height: 330px;
    margin-left: 120%;
    transition: transform .2s ease-in-out;
}
.ok {
    content: "";
    background-image: url("images/dress/ai-tools.png");
	background-repeat: no-repeat;
    background-size: 350px;
	width: 500px;
    height: 350px;
}
.ok2 {
    content: "";
    background-image: url("images/dress/your-agents.png");
	background-repeat: no-repeat;
    background-size: 350px;
	width: 500px;
    height: 350px;
}
.ok:hover,
.act:hover {
	background-image: url("images/dress/ai-tools-active.png");
	background-repeat: no-repeat;
	background-size: 350px;
	width: 500px;
    height: 350px;
    opacity: .85;
    transform: scale(1.02);
}
.act {
    content: "";
    background-image: url("images/dress/ai-tools-active.png");
/*	img: url("images/dress/ai-tools-active.png"); */
	background-repeat: no-repeat;
    background-size: 350px;
	width: 500px;
    height: 350px;
}
.act2 {
    content: "";
    background-image: url("images/dress/your-agents-active.png");
	background-repeat: no-repeat;
    background-size: 350px;
	width: 500px;
    height: 350px;
}
/* Shop - 1 San pham
-----------------------------------------------------------------*/
.card .card-header .product-image:before {
    content: "";
/*    position: absolute;*/
    inset: 0;
    z-index: 3;
    pointer-events: auto;
    transform: rotate(90deg) scaleY(1.7) scaleX(.7);
    transform-origin: center;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.card .card-header .product-image {
    position: inherit;
    inset-block-start: var(--y-offset);
    padding: 10px;
    cursor: pointer;
    pointer-events: none;
    transition: inset-block-start .5s 
	ease-in-out, transform .5s 
	ease-in-out, opacity .5s 
	ease-in-out;
}

.product-1 .product-image.AiAnimatedStack_topLayer___Qz2e {
    opacity: .85;
}
.product-1 .product-image.AiAnimatedStack_active__2Kg9Z:hover {
    transform: scale(1.02);
}
.AiAnimatedStack_animationLayer___Qf9G:hover {
    opacity: .85;
    transform: scale(1.02);
}
.product-1 .product-image:hover {
    opacity: .85;
    transform: scale(1.02);
}

.dark-mask-90 {
    background: rgb(0 0 0 / 90%);
    width: 100%;
    height: 100%;
/*	height: 100VH;*/
    position: relative;
    top: 0;
    left: 0;
	color: #ababab;
}
.dark-mask-90-VH {
    background: rgb(0 0 0 / 90%);
    width: 100%;
	height: 100VH;
    position: relative;
    top: 0;
    left: 0;
	color: #ababab;
}
footer .dark-mask-90,
.home .dark-mask-90 {
    height: 100% !important;
}
.dark-mask-90 h1, h2, h3, h4, h5, h6 {
    color: #f1eded;
    clear: both;
    font-weight: 700;
    /* font-family: "Noto Sans", "Poppins", Helvetica, Arial, sans-serif; */
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Noto Sans", sans-serif;
}

	.dark-mask-90 .titleNoiDung1 {
		color: #f9f9f9;
		border-bottom: 1px solid #4b4b4b;
	}
	.dark-mask-90 .Box-List-NewsHome {
		border-bottom: 1px dotted #393939;
	}
	.dark-mask-90 a.Text_New_13 {
		color: #cfcab2;
	}
	.dark-mask-90 a.Text_New_13:hover {
		color: #dfa118;
		text-decoration: none;
	}
	.dark-mask-90 .Text_ChiTiet {
		font-size: 13px;
		color: #8d8d8d !important;
	}
/*
	.dark-mask-90 .Text_ChiTiet:hover {
		color: #dfa118;
		text-decoration: none;
	}
*/
	.dark-mask-90 .Text_ChiTiet:hover{
		font-size: 13px;
		color: #e1ba21 !important;
	}
	.dark-mask-90 .read-more {
		border: 1px solid #2e2e2e;
	}

#side-navigation .img-responsive {
    display: block;
    max-width: 60%;
    height: auto;
    margin: 5% 20% 0;
}
.ui-tabs-panel {
    font-weight: 500;
}