@font-face {
	font-family: 'Conv_SFUHELVETICABOLD';
	src: url('../fonts/SFUHELVETICABOLD.eot');
	src: local('☺'), url('../fonts/SFUHELVETICABOLD.woff') format('woff'), url('../fonts/SFUHELVETICABOLD.ttf') format('truetype'), url('../fonts/SFUHELVETICABOLD.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_SFUHELVETICALIGHT';
	src: url('../fonts/SFUHELVETICALIGHT.eot');
	src: local('☺'), url('../fonts/SFUHELVETICALIGHT.woff') format('woff'), url('../fonts/SFUHELVETICALIGHT.ttf') format('truetype'), url('../fonts/SFUHELVETICALIGHT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: url(../images/bg.png);
	font-family: 'Conv_SFUHELVETICALIGHT';
}

.wraper {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#content {
	padding: 0 10px;
	background: #fff;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 3px 3px 1px rgba(161, 161, 161, 1);
	-moz-box-shadow: 0px 3px 3px 1px rgba(161, 161, 161, 1);
	box-shadow: 0px 3px 3px 1px rgba(161, 161, 161, 1);
}

.sologan {
	text-align: center;
	font-size: 20px;
	color: #ff0000;
	font-family: 'Conv_SFUHELVETICABOLD';
	text-transform: uppercase;

}
.sologan h2{
	color:#000
}

.tel-top {
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.header {
	background: url(../images/bg-top.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;

	border-bottom: 4px solid #027ecf
}

.main-menu {
	background: rgba(255, 255, 255, 0.31);
	margin-top: 20px;
}

.img-slider img {
	width: 100%;
	height: auto;
}

.sologan2 {
	text-align: center;
	background: rgba(255, 255, 255, 0.85);
	padding: 30px;
	display: inline-block;
	border-radius: 10px;
}

.title-sologan2 {
	font-size: 45px;
	color: #027ecf;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Conv_SFUHELVETICABOLD';
}

.body-sologan2 {
	text-transform: uppercase;
	font-weight: 700;
}

.abc {
	height: 329px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.heading-block-main {
	color: #027ecf;
	text-transform: uppercase;
	border-bottom: 2px solid #027ecf;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: 'Conv_SFUHELVETICABOLD';
}

.heading-block-main a {
	color: #027ecf;
}

.heading-block-main .fa {
	margin-right: 5px;
}

.left-menu {
	padding: 0;
	margin: 0;
}

.left-menu li a {
	font-size: 18px;
	color: #333;
	background: #fff;
	width: 100%;
	padding: 3px 10px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	height: 32px;
	font-family: 'Conv_SFUHELVETICABOLD';
	margin-bottom:5px
}

.left-menu li a:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 16px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	right: 100%;
	top: 0;
}

.left-menu li a:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	left: 100%;
	top: 0;
}

.left-menu ul {
	padding: 0
}

.left-menu ul li a {
	background: none;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Conv_SFUHELVETICALIGHT';
}

.left-menu ul li {
	border-bottom: 1px dashed #2aaafd;
}

.left-menu ul li:last-child {
	border-bottom: none;
}

.left-menu ul li a:before {
	content: '\f0da';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 32px;
}

.left-menu ul li a:after, .left-menu ul li a:before {
	border: none;
}

.menu-sp {
	background: #027ecf;
	position: relative;
	padding: 10px 25px;
	margin-bottom: 40px;
}

.menu-sp:after {
	content: '';
	width: 0;
	height: 0px;
	border-top: 4px solid transparent;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 4px solid transparent;
	bottom: 0;
	right: 0;
	position: absolute;
}

.menu-sp:before {
	content: '';
	width: 0;
	height: 0px;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff;
	bottom: 0;
	left: 0;
	position: absolute;
}

.mrg-top {
	margin-top: 20px;
}

.block-left-menu {
	position: relative;
	background: #027ecf;
	width: 100%;
	height: 8px;
}

.block-left-menu:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid #027ecf;
	border-right: 4px solid #027ecf;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	position: absolute;
	right: 100%;
}

.block-left-menu:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid #027ecf;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #027ecf;
	position: absolute;
	left: 100%;
}

[class^="col-"], [class*=" col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.grid-sp .img {
	background: #ddd;
	padding: 1px;
	border-radius: 4px;
}

.grid-sp .img img {
	border-radius: 4px;
width: 100%;
}

.grid-sp a {
	color: #333
}

.footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	position: relative;
	margin-top: 20px;
	padding: 20px 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.heading-footer {
	font-size: 14px;
	font-family: 'Conv_SFUHELVETICABOLD';
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.footer-menu {
	padding: 0;
}

.footer-menu a {
	color: #fff;
}

.footer-menu a:hover {
	color: #01579B
}

.footer-menu li {
	margin-bottom: 5px;
}

.socialList li .fa {
	margin-right: 0
}

.socialList li a {
	color: #fff;
	background-color: #01579B
}

.copyright {
	color: #333;
	text-align: center;
	padding: 5px 0
}

.copyright span a {
	color: #027ecf !important;
}

.block-left {
	border: 1px dashed #027ecf;
	border-radius: 10px;
	position: relative;
	padding: 32px 15px 15px 15px;
	margin-bottom: 40px;
}

.heading-block-left {
	background: #027ecf;
	height: 32px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	width: 100%;
	position: relative;
}
.heading-block-left .fa{
	margin-right: 7px;
}
.heading-block-left:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border-top: 16px solid transparent;
	border-right: 10px solid #027ecf;
	border-bottom: 16px solid transparent;
	border-left: 10px solid transparent;
	top: 0;
	right: 100%;
}

.heading-block-left:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border-top: 16px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid #027ecf;
	top: 0;
	left: 100%;
}

.pdd030 {
	padding: 0 30px;
	position: absolute;
	top: -16px;
	z-index: 100;
	left: 0;
	right: 0;
}

.support {
	text-align: center;
	margin-bottom: 20px;
	color: #333;
}

.support .img img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding: 2px;
	border: 1px solid #027ecf;
}

.support .title a {
	color: #027ecf;
	font-size: 16px;
	font-family: 'Conv_SFUHELVETICABOLD';
}

.support .phone, .support .phone a {
	color: #ff0000
}
.grid-news{
	margin-bottom: 30px;
}
.grid-news .img {
	position: relative;
}

.grid-news .img img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.grid-news .time {
	position: absolute;
	background-color: #027ecf;
	top: 5px;
	left: 5px;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}

.grid-news .title a {
	color: #027ecf;
	font-size: 14px;
	font-family: 'Conv_SFUHELVETICABOLD';
}

.mrgb30 {
	margin-bottom: 30px
}

.doi-tac {
	padding: 0 25px;
	margin-bottom: 30px;
}

.doi-tac img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}

.dmsp img {
	width: 100%;
	height: auto;
}

.dmsp .img {
	border: 1px solid #ddd;
	border-radius: 3px;
	position: relative;
}

.dmsp .title {
	text-transform: uppercase;
	background: url(../images/bg-dmsp.png) no-repeat;
	background-size: 100% 100%;
	padding: 7px 0;
	color: #fff;
	bottom: 0;
	text-align: center;
	display: inline-block;
	bottom: -12px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}
.dmsp .title a{
	color: #fff;
}
.dmsp-block {
	margin-bottom: 30px;
}

.dmsp {
	padding-bottom: 20px;
}
.wsmenu-list .current{
	background: #7cb9e8;
}
.google-map iframe{
	border:3px solid #ccc !important;
}
.box-contact{
	background:#ebebeb;
	margin: 30px 0;
	display: inline-block;
	width: 100%;
	padding: 30px 170px;
}
textarea {
  resize: vertical;
}
.lh32{
	line-height: 32px;
}
.other-news, .other-news a{
	color: #027ecf !important
}
#detail img{
	border-radius: 5px;
	border:1px solid #ddd;
}
.border-dashed{
	border-bottom: 1px dashed #ddd;
	padding: 5px 0;
}
.color-red{
	color: red
}
.padding-5{
	padding: 5px 0;
}
.tab-content{
	border:1px solid #ddd;
	padding: 20px;
}
.nav-tabs{
	border-bottom: none;
}
.smallogo img{
	height: 40px;
	width: auto;
}
.box-search{
  width:100%;
  height: 50px;
  float:right
}

.container-2{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;

}

.container-2 input#keyword{
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  font-size: 10pt;
  color: #262626;
  float:right;
  padding-left: 35px;
  font-size: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}

.container-2 input#keyword::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-2 input#keyword:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-2 input#keyword::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-2 input#keyword:-ms-input-placeholder {  
   color: #65737e;  
}

.container-2 .icon{
  position: absolute;
  top: 50%;
  font-size: 30px;
  z-index: 1;
  right:0;
  color: #4f5b66;
}

.container-2 input#keyword:focus, .container-2 input#keyword:active{
  outline:none;
  width: 300px;
    font-size: 14px;
}
 
.container-2:hover input#keyword{
width: 300px;
  font-size: 14px;
}
 
.container-2:hover .icon{
  color: #93a2ad;
}
.goidien_hotline {
    height: 35px;
    background: red;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
    display: none;
}
.goidien:nth-child(1) {
    border-right: 1px solid #fff;
}
.goidien {
    width: 50%;
    float: left;
    padding-top: 5px;
    height: 35px;
    text-align: left;
}
.goidien_hotline a {
    color: #fff!important;
}
.goidien_hotline img {
    width: 30%;
    max-width: 35px;
    vertical-align: middle;
}
.news-lq-sp {
    margin-bottom: 10px;
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 10px;
}
.news-lq-sp .img img {
    float: left;
    width: 78px;
    height: auto;
    margin-right: 10px;
}
.groups-menu{
	padding:0
}
.groups-menu li:before{
	content:'\f085';
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right:10px;
}
.groups-menu li{
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:700;
	border-bottom:1px dashed #ddd;
	padding-bottom:10px;
}
.groups-menu li:last-child{
	margin-bottom:0;
	border-bottom:none
}
.groups-menu a{
	color:#000 !important;
	font-size:18px;
	    font-family: 'Conv_SFUHELVETICABOLD';
}
.breadcrumbs-wrap{
	margin-bottom:20px
}
#search {
    font-size: 20px;
    cursor: pointer;
    padding: 8px 0;
    display: table;
    position: relative;
    padding-left: 5px;
	z-index:99999
}
#search:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 1px;
    background: #ddd;
    display: inline-block;
    left: 0;
    top: 14px;
}
.search-box .search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 53, 53, .92);
    display: none;
    z-index: 99999;
}
.search-box .search .form-group {
    position: fixed;
    top: 50%;
    left: 25%;
    width: 50%;
    height: 60px;
}
#search_form_shops .form-group {
    margin-bottom: 4px;
}
.search-box .form-control {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border-radius: 0;
    border: none;
}
.search-box .btn-search {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 60px;
    box-shadow: none;
    background: none;
    border: none;
}
.search-box .search .search-close {
    color: #fff;
    position: fixed;
    top: 90px;
    right: 19%;
    font-size: 36px;
    cursor: pointer;
}

.call-mobile1 {
	position: fixed;
	bottom: 52px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border-radius: 40px;
	color: #fff;
	left: 20px;
	z-index: 99999
}

.chat-zalo {
	border-radius: 99px;
	background: #0595ff;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff!important;
	text-transform: uppercase;
	font-weight: 700
}

.fone {
	font-size: 22px;
	color: red;
	line-height: 40px;
	font-weight: 700;
	padding-left: 45px;
	margin: 0 0
}

.fix_tel {
	position: fixed;
	bottom: 15px;
	right: 0;
	z-index: 999
}

.fix_tel a {
	text-decoration: none;
	display: block
}

.tel {
	background: #eee;
	width: 205px;
	height: 40px;
	position: relative;
	overflow: hidden;
	background-size: 40px;
	border-radius: 28px;
	border: solid 1px #ccc
}

.ring-alo-phone {
	background-color: transparent;
	cursor: pointer;
	height: 80px;
	position: absolute;
	transition: visibility .5s ease 0s;
	visibility: hidden;
	width: 80px;
	z-index: 200000!important
}

.ring-alo-phone.ring-alo-show {
	visibility: visible
}

.ring-alo-phone.ring-alo-hover,
.ring-alo-phone:hover {
	opacity: 1
}

.ring-alo-ph-circle {
	animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, .4);
	border-radius: 100%;
	height: 70px;
	left: 10px;
	opacity: .1;
	position: absolute;
	top: 12px;
	transform-origin: 50% 50% 0;
	transition: all .5s ease 0s;
	width: 70px
}

.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
	animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim!important
}

.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
	animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim!important
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone:hover .ring-alo-ph-circle {
	border-color: red;
	opacity: .5
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
	border-color: #baf5a7;
	opacity: .5
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
	border-color: red;
	opacity: .5
}

.ring-alo-ph-circle-fill {
	animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
	background-color: #000;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 30px;
	left: 30px;
	opacity: .1;
	position: absolute;
	top: 33px;
	transform-origin: 50% 50% 0;
	transition: all .5s ease 0s;
	width: 30px
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone:hover .ring-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, .5);
	opacity: .75!important
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
	background-color: rgba(117, 235, 80, .5);
	opacity: .75!important
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, .5);
	opacity: .75!important
}

.ring-alo-ph-img-circle {
	animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 30px;
	left: 30px;
	opacity: 1;
	position: absolute;
	top: 33px;
	transform-origin: 50% 50% 0;
	width: 30px
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone:hover .ring-alo-ph-img-circle {
	background-color: red
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
	background-color: #75eb50
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
	background-color: red
}

@keyframes ring-alo-circle-anim {
	0% {
		opacity: .1;
		transform: rotate(0) scale(.5) skew(1deg)
	}
	30% {
		opacity: .5;
		transform: rotate(0) scale(.7) skew(1deg)
	}
	100% {
		opacity: .6;
		transform: rotate(0) scale(1) skew(1deg)
	}
}

@keyframes ring-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}
}

@keyframes ring-alo-circle-fill-anim {
	0% {
		opacity: .2;
		transform: rotate(0) scale(.7) skew(1deg)
	}
	50% {
		opacity: .2;
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		opacity: .2;
		transform: rotate(0) scale(.7) skew(1deg)
	}
}

.ring-alo-ph-img-circle a img {
	padding: 1px 0 0 1px;
	width: 30px;
	position: relative;
	top: -1px
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
	background-color: red
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
	border-color: red
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
	background-color: #baf5a7
}

.fone {
	color: red
}

.tel {
	background-color: #eee
}

.fix_tel {
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	bottom: 5px;
	left: 5px
}
.footer-menu a{
	color:#fff !important;
}
.footer a{
	color: #ffeb3b
}
.footer a:hover{
	font-weight: 700;
	color: #ffeb3b !important;
}


#news-bodyhtml h1::before,
#news-bodyhtml h2::before,
#news-bodyhtml h3::before,
#news-bodyhtml h4::before,
#news-bodyhtml h5::before,
#news-bodyhtml h6::before {
	display: block;
	content: " ";
	height: 70px;
	margin-top: -70px;
	visibility: hidden
}

#news-bodyhtml h1:focus,
#news-bodyhtml h2:focus,
#news-bodyhtml h3:focus,
#news-bodyhtml h4:focus {
	outline: 0
}
.danh-sach {
	border: 2px solid #000;
	padding: 10px;
	background: #f3f3f3;
	margin-bottom: 20px;
	border-radius: 6px
}

.danh-sach .fa {
	margin-right: 10px
}

.head-danh-sach {
	background: 0 0;
	border: none;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	padding: 5px 0
}

.js-toc {
	margin-bottom: 10px;
	max-height: 300px;
	overflow-y: scroll
}

ol.toc-list {
	padding-left: 25px;
	list-style-type: decimal;
	margin-bottom: 0;
	margin-bottom: 5px
}

ol.toc-list:last-child {
	margin-bottom: 0
}

ol.toc-list>li:last-child {
	margin-bottom: 0
}

ol.toc-list a {
	width: 100%;
	background: linear-gradient(to right, #ddd 50%, #f3f3f3 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all.25s ease;
	padding: 7px 3px;
	display: inline-block
}

ol.toc-list .is-active-link {
	background-position: left bottom
}

ol.toc-list>li>a {
	font-weight: 700;
	color: #000
}

ol.toc-list>li>ol.toc-list>li>a {
	font-weight: 400
}

.is-position-fixed {
	position: fixed!important;
	top: 50px;
	z-index: 99
}

.is-position-fixed .js-toc {
	max-height: 400px!important;
	width: 200px!important;
	visibility: visible!important;
	transition: .25s;
	visibility: hidden;
	overflow: hidden;
	overflow-y: scroll
}

.picaso {
	transition: .25s
}

.transition--300 {
	transition: all .3s ease-in-out
}

.btn-danh-sach-close {
	border: none;
	background: 0 0;
	position: absolute;
	top: 13px;
	right: 0;
	width: 40px;
	padding: 0;
	display: none
}

.btn-danh-sach-show {
	position: fixed;
	top: 50px;
	font-size: 20px;
	border: 2px solid #000;
	padding: 10px;
	background: #f3f3f3;
	line-height: 1;
	border-radius: 7px;
	z-index: 9;
	display: none;
	opacity: .7;
	transform: .25s
}

.btn-danh-sach-show:hover {
	opacity: 1;
	transform: .25s
}

.is-position-fixed .btn-danh-sach-close,
.is-position-fixed .btn-danh-sach-show {
	display: block
}

#accordion .panel {
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: #ebebeb;
	margin-top: 10px
}

.accordion-page .arrow-acc:before {
	content: '\f068';
	margin-right: 6px;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 15px;
	right: 20px
}

.accordion-page .arrow-acc.collapsed:before {
	content: '\f067';
	margin-right: 6px
}

.accordion-des {
	padding: 20px;
	background: #fafafa
}

.arrow-acc {
	font-size: 20px;
	width: 100%;
	display: inline-block;
	padding: 5px 20px;
	background: #FF6600;
	color: #fff!important;
	position: relative
}

.arrow-acc.collapsed {
	background: #ebebeb;
	color: #000!important
}

#accordion .panel {
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: #ebebeb;
	margin-top: 10px
}