#footer-section {
	font-weight:600;
}
#footer-section .footer-group,
#footer-section .footer-group > .inside,
#footer-section .footer-group > .inside > [ class*="row-fs-" ] {
	position:relative;
}
#footer-section,
#footer-section .text-default {
	font-size:15px;
	line-height:25px;
}
#footer-section .text-min {
	font-size:12px;
	line-height:25px;
}

/**/

.footer-menu-section,
.footer-menu-group,
.footer-menu-group > [ class*="menu-" ] {
	position:relative;
}
.footer-menu-group > .menu-head {
	display:block;
	padding: 0 20px 0 0 !important;
	cursor:pointer !important;
}
.footer-menu-group > .menu-head:before {
	position:absolute;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size:10px;
	content: "\f078";
	top:0;
	right:0;
}
.footer-menu-group > .menu-body {}

/* ***** FOOTER DESKTOP ***** */

#footer-section-desktop {
	padding:90px 0;
	background-color:rgba(0,0,0,1);
}

/* all project */
#footer-section-desktop .fs-all-project,
#footer-section-desktop .fs-head {
	position:relative;
}
#footer-section-desktop .fs-all-project .footer-menu-section,
#footer-section-desktop .fs-head .footer-menu-section {
	z-index:1;
}
#footer-section-desktop .fs-all-project .footer-register-section,
#footer-section-desktop .fs-head .footer-menu-right-section {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}
#footer-section-desktop .fs-all-project .footer-menu-group > .menu-head,
#footer-section-desktop .fs-head .footer-menu-group > .menu-head {
	display:inline-block;
	background:none !important;
	margin:0 0 30px 0 !important;
}

#footer-section-desktop .fs-all-project .footer-menu-section .footer-menu-group:before,
#footer-section-desktop .fs-all-project .footer-menu-section .footer-menu-group:after,
#footer-section-desktop .fs-head .footer-menu-section .footer-menu-group:before,
#footer-section-desktop .fs-head .footer-menu-section .footer-menu-group:after {
	position:absolute;
	width:100%;
	left:0;
	right:0;
	content:"";
}
#footer-section-desktop .fs-all-project .footer-menu-section .footer-menu-group:before,
#footer-section-desktop .fs-head .footer-menu-section .footer-menu-group:before {
	top:54px;
	border-top:1px solid rgba(255,255,255,0.1);	
}
#footer-section-desktop .fs-all-project .footer-menu-section .footer-menu-group:after,
#footer-section-desktop .fs-head .footer-menu-section .footer-menu-group:after {
	bottom:0;
	border-bottom:1px solid rgba(255,255,255,0.1);	
}
#footer-section-desktop .fs-all-project .footer-menu-section .footer-menu-group.panel-open:before,
#footer-section-desktop .fs-all-project .footer-menu-section .footer-menu-group.panel-open:after,
#footer-section-desktop .fs-head .footer-menu-section .footer-menu-group.panel-open:before,
#footer-section-desktop .fs-head .footer-menu-section .footer-menu-group.panel-open:after {
	border-color:rgba(255,255,255,1);	
}
#footer-section-desktop .fs-all-project .footer-menu-section .footer-menu-group:before,
#footer-section-desktop .fs-all-project .footer-menu-section .footer-menu-group.panel-open:before,
#footer-section-desktop .fs-head .footer-menu-section .footer-menu-group:before,
#footer-section-desktop .fs-head .footer-menu-section .footer-menu-group.panel-open:before {
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}


/* --- menu --- */
#footer-section-desktop .fs-menu {
	/*border-top:1px solid rgba(255,255,255,0.1);
	padding-top:20px;
	margin-top:20px;*/
	padding-top:25px;
}
#footer-section-desktop .fs-menu,
#footer-section-desktop .fs-copyright {
	display:table;
	width:100%;
}
#footer-section-desktop .fs-menu > [ class*="col-" ],
#footer-section-desktop .fs-copyright > [ class*="col-" ] {
	position:relative;
	display:inline-block;
	float:left;
	width:50%;
}
#footer-section-desktop .fs-menu > .col-menu {
	text-align:left;
}
#footer-section-desktop .fs-menu > .col-social {
	text-align:right
}
#footer-section-desktop .fs-menu > .col-social .social-media-group {
	float:right;
}

.social-media-group {
	position:relative;
	display:table;
	width:auto;
}
.social-media-group > [ class*="col-" ] {
	position:relative;
	display:inline-block;
	float:left;
}
.social-media-group > .col-text {
	padding-right:20px;
}

/* --- copyright ---  */
#footer-section-desktop .fs-copyright {
	margin-top:30px;
	line-height:0;
}

/* copyright */
#footer-section-desktop .fs-copyright .text-call {
	position:relative;
	display:inline-block;
	font-size:30px;
	line-height:30px;
	font-weight:600 !important;
	margin-top:5px !important;
}

/* application download */
.application-download-section
.application-download-section > [ class*="col-" ] {
    position: relative;
}
.application-download-section > .col-text {
	text-align:center;
	padding:5px 30px 0 0;
	text-transform:uppercase !important;
	word-spacing: 5px;
}

ul.application-download-group {
	display:table;
	clear:both;
	width:auto;
}
ul.application-download-group > li {
	position:relative;
	display:inline-block;
	float:left;
}
ul.application-download-group > li:before,
ul.application-download-group > li:after {
	position:absolute;
	content:"";
	border:thin solid rgba(255,255,255,0.1);
	border-top:none !important;
	border-bottom:none !important;
	height:40px;
	top:50%;
	margin-top:-20px;
}
ul.application-download-group > li:before {
	left:0;
	border-right:none !important;
}
ul.application-download-group > li:after {
	right:0;
	border-left:none !important;
}
ul.application-download-group > li + li:before {
	display:none !important;
}
.box-application-download {
	position:relative;
	display:block;
	width:140px;
	height:50px;
	background-color:rgba(0,0,0,1);
	/* background-size:110px 27px; */
	background-size:80% auto;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:5px;
}
#app-store.box-application-download {
	background-image:url(../../../assets/images/application/download-appstore.png);
}
#google-play.box-application-download {
	background-image:url(../../../assets/images/application/download-googleplay.png);
}

#footer-section-desktop .fs-copyright > .col-application {
	padding-top:35px;
}
#footer-section-desktop .application-download-section {
    display: table;
    width: auto;
	float:right;
}
#footer-section-desktop .application-download-section > [ class*="col-" ] {
    display: inline-block;
    float: left;
}
#footer-section-desktop ul.application-download-group > li {
	padding:0 10px;
}
#footer-section-desktop .application-download-section > .col-text .text-min {
	line-height:20px !important;
}

/* ***** FOOTER MOBILE ***** */

#footer-section-mobile {
	/*padding:90px 0;*/
	background-color:rgba(0,0,0,1);
}
#footer-section-mobile > .inside.container {
	width:100%;
}

#footer-section-mobile .row-fs-application,
#footer-section-mobile .row-fs-copyright {
	background-color:rgba(255,255,255,1);
	color:rgba(0,0,0,1);
	width:calc( 100% + 60px );
	margin-left:-30px;
	margin-right:-30px;
	padding:0 20px;
	text-align:center;
}
#footer-section-mobile .row-fs-application {
	padding-top:25px;
}
#footer-section-mobile ul.application-download-group {
	margin:0 auto;
}
#footer-section-mobile ul.application-download-group > li + li {
	margin-left:5px;
}
#footer-section-mobile .box-application-download {
    width: 120px;
    height: 40px;
    background-size: 90px 22px;
    border-radius: 5px;
}

#footer-section-mobile .row-fs-menu {
	padding-top:40px;
}
#footer-section-mobile ul.project-list-menu,
#footer-section-mobile ul.project-list-menu > li {
	position:relative;
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
}
#footer-section-mobile ul.project-list-menu > li {
    position: relative;
    display: block;
    border: 1px solid rgba(255,255,255,0.15);
    border-left: none;
    border-right: none;    
}
#footer-section-mobile ul.project-list-menu > li + li {
	border-top:none !important;
}
#footer-section-mobile ul.project-list-menu a {
	position:relative;
	display:block;
	width:100%;
    color: rgba(255,255,255,1) !important;
	padding: 12px 30px 10px 0 !important;
}
#footer-section-mobile ul.project-list-menu > li .title {
    font-size: 15px;
    line-height: 25px;
	font-weight:700;
}
#footer-section-mobile ul.project-list-menu > li .text {
	font-size: 10px;
	line-height:15px;
    letter-spacing: 0.3px;
	font-weight:700;
	color: rgba(112,112,112,1);
	padding-left:10px !important;
}
#footer-section-mobile ul.project-list-menu > li .title,
#footer-section-mobile ul.project-list-menu > li .text {
	display:inline-block !important;
}
#footer-section-mobile ul.project-list-menu > li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    top: 10px;
    right: 10px;
	height:10px;
	line-height:10px;
	top:50%;
	margin-top:-5px;
    color: rgba(255,255,255,0.4);
    font-size: 10px;
}


#footer-section-mobile .row-fs-contact {
	padding:30px 0 40px 0;
	text-align:center;
}
#footer-section-mobile .social-media-group {
	display:block !important;
	width:100% !important;
}
#footer-section-mobile .social-media-group > [ class*="col-" ] {
	display:block !important;
	float:none !important;
	width:100% !important;
	padding:0 !important;
}
#footer-section-mobile .social-media-group > .col-social {
	margin-top:10px !important;
}

#footer-section-mobile .row-fs-copyright {
	padding-top:10px;
	padding-bottom:25px;
}
#footer-section-mobile .row-fs-copyright .text-min {
	font-size:10px;
	letter-spacing:0.3px;
}


/* ***** SOCIAL ***** */

ul.box-social,
ul.box-social > li {
	position:relative;
	list-style:none !important;
	margin:0;
	padding:0;
}
ul.box-social {
	display:table;
	width:auto;
	margin:0 auto;
}
ul.box-social > li {
	display:inline-block;
	float:left;
}
ul.box-social > li + li {
	margin-left:7px;
}
ul.box-social > li > .list-social {
	position:relative;
	display:block;
	width:45px;
	height:45px;
	font-size:20px;
	line-height:45px;
	text-align:center;
	color:rgba(255,255,255,1);
	background-color:rgba(16,16,16,0);
	border:1px solid rgba(16,16,16,0.2);
	border-radius:100%;
}
ul.box-social > li > .list-social:hover {
	color:rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);	
}
ul.box-social > li > .list-social,
ul.box-social > li > .list-social:hover {
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}

ul.box-social i {
	position:relative;
	line-height:20px;
	margin-top:-2px;
	/*display:none !important;*/
}
ul.box-social .social-line .ficon-social-line-name {
	font-size:22px;
}

/* --- social bg color --- */

ul.box-social.theme-bg {}
ul.box-social.theme-bg,
ul.box-social.theme-bg .list-social {
	color:#fff !important;
	border:none !important;
}

/* facebook */
ul.box-social.theme-bg .social-facebook { background-color: rgba(56,100,191,1); }
ul.box-social.theme-bg .social-facebook:hover { background-color: rgba(68,114,211,1); }

/* line */
ul.box-social.theme-bg .social-line { background-color: rgba(37,175,0,1); }
ul.box-social.theme-bg .social-line:hover { background-color: rgba(45,200,4,1); }

/* messenger */
ul.box-social.theme-bg .social-messenger { background-color: rgba(0,132,255,1); }
ul.box-social.theme-bg .social-messenger:hover { background-color: rgba(0,162,255,1); }

/* youtube */
ul.box-social.theme-bg .social-youtube { background-color: rgba(199,49,49,1); }
ul.box-social.theme-bg .social-youtube:hover { background-color: rgba(215,57,57,1); }

/* tel */
ul.box-social.theme-bg .tel {
	background-color:rgba(10,1,67,1);
	font-size:13px;
}
ul.box-social.theme-bg .tel:hover { background-color:rgba(32,17,96,1); }

/* --- social border --- */

ul.box-social[ class*="theme-border" ] .list-social {
	border-width:1px;
	line-height: 43px;
}

/* --- social border white --- */
ul.box-social.theme-border.white .list-social {
	border-color: rgba(255,255,255,0.3) !important;
	background-color: rgba(255,255,255,0);
	color: rgba(255,255,255,1) !important;
}
ul.box-social.theme-border.white .list-social:hover {
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1) !important;
}

/* --- social border black --- */
ul.box-social.theme-border.black .list-social {
	border-color: rgba(0,0,0,0.3) !important;
	background-color: rgba(0,0,0,0);
	color: rgba(0,0,0,1) !important;
}
ul.box-social.theme-border.black .list-social:hover {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1) !important;
}

/* --- social border color + hover color --- */

/* facebook */
ul.box-social.theme-border.color .social-facebook {
	background-color: rgba(56,100,191,0);
	color: rgba(56,100,191,1) !important;
}
ul.box-social.theme-border.color .social-facebook,
ul.box-social.theme-border.white .social-facebook:hover,
ul.box-social.theme-border.black .social-facebook:hover {
	border-color: rgba(56,100,191,1) !important;
}
ul.box-social.theme-border.color .social-facebook:hover,
ul.box-social.theme-border.white .social-facebook:hover,
ul.box-social.theme-border.black .social-facebook:hover {
	background-color: rgba(56,100,191,1);
	color: rgba(255,255,255,1) !important;
}

/* instagram */
ul.box-social.theme-border.color .social-instagram {
	background-color: rgba(192,5,97,0);
	background: linear-gradient( 45deg, rgba(240,155,74,0) , rgba(192,5,97,0) , rgba(184,3,179,0) );
	color: rgba(191,6,98,1) !important;
}
ul.box-social.theme-border.color .social-instagram,
ul.box-social.theme-border.white .social-instagram:hover,
ul.box-social.theme-border.black .social-instagram:hover {
	border-color: rgba(191,6,98,1) !important;
}
ul.box-social.theme-border.color .social-instagram:hover,
ul.box-social.theme-border.white .social-instagram:hover,
ul.box-social.theme-border.black .social-instagram:hover {
	background-color: rgba(192,5,97,1);
	background: linear-gradient( 45deg, rgba(240,155,74,1) , rgba(192,5,97,1) , rgba(184,3,179,1) );
	color: rgba(255,255,255,1) !important;
}

/* youtube */
ul.box-social.theme-border.color .social-youtube {
	background-color: rgba(222,44,44,0);
	color: rgba(222,44,44,1) !important;
}
ul.box-social.theme-border.color .social-youtube,
ul.box-social.theme-border.white .social-youtube:hover,
ul.box-social.theme-border.black .social-youtube:hover {
	border-color: rgba(222,44,44,1) !important;
}
ul.box-social.theme-border.color .social-youtube:hover,
ul.box-social.theme-border.white .social-youtube:hover,
ul.box-social.theme-border.black .social-youtube:hover {
	background-color: rgba(222,44,44,1);
	color: rgba(255,255,255,1) !important;
}

/* messenger */
ul.box-social.theme-border.color .social-messenger {
	background-color: rgba(0,132,255,0);
	color: rgba(0,132,255,1) !important;
}
ul.box-social.theme-border.color .social-messenger,
ul.box-social.theme-border.white .social-messenger:hover,
ul.box-social.theme-border.black .social-messenger:hover {
	border-color: rgba(0,132,255,1) !important;
}
ul.box-social.theme-border.color .social-messenger:hover,
ul.box-social.theme-border.white .social-messenger:hover,
ul.box-social.theme-border.black .social-messenger:hover {
	background-color: rgba(0,132,255,1);
	color: rgba(255,255,255,1) !important;
}

/* line */
ul.box-social.theme-border.color .social-line {
	background-color: rgba(37,175,0,0);
	color: rgba(37,175,0,1) !important;
}
ul.box-social.theme-border.color .social-line,
ul.box-social.theme-border.white .social-line:hover,
ul.box-social.theme-border.black .social-line:hover {
	border-color: rgba(37,175,0,1) !important;
}
ul.box-social.theme-border.color .social-line:hover,
ul.box-social.theme-border.white .social-line:hover,
ul.box-social.theme-border.black .social-line:hover {
	background-color: rgba(37,175,0,1);
	color: rgba(255,255,255,1) !important;
}

/* ***** PROJECT LIST ***** */

.cpn-menu-prolist-section,
.cpn-menu-prolist-section > .inside {
	position:relative;
}

.menu-prolist-cate-row,
.menu-prolist-cate-row > .inside,
.menu-prolist-cate-row > .inside > .col {
	position:relative;
}
.menu-prolist-cate-row {
	display:table;
	width:100%;
	clear:both;
	padding:50px 0;
	border-style: solid;
	border-width:1px;
	border-left:none !important;
	border-right:none !important;
}
.menu-prolist-cate-row,
.textcolor-black .menu-prolist-cate-row {
	border-color:rgba(0,0,0,1);
}
.textcolor-white .menu-prolist-cate-row {
	border-color:rgba(255,255,255,1);
}
.menu-prolist-cate-row + .menu-prolist-cate-row {
	border-top:none !important;
}
.menu-prolist-cate-row > .inside {
	display:table-row;
	width:100%;
	height:100%;
}
.menu-prolist-cate-row > .inside > .col {
	display:table-cell;
	vertical-align:top;
}
.menu-prolist-cate-row > .inside > .col.col-cate {
	width:250px;
}
.menu-prolist-cate-row > .inside > .col.col-detail {
	width:calc( 100% - 250px );
}

.menu-prolist-cate-row > .inside > .col.col-cate {}

/* --- project brand --- */

.menu-prolist-brand-row,
.menu-prolist-brand-row > .inside {
	position:relative;
}
.menu-prolist-brand-row + .menu-prolist-brand-row {
	padding-top:20px;
	margin-top:20px;
	border-top-style: dashed;
	border-top-width:1px;
}
.menu-prolist-brand-row + .menu-prolist-brand-row,
.textcolor-black .menu-prolist-brand-row + .menu-prolist-brand-row {
	border-top-color:rgba(0,0,0,0.2);
}
.textcolor-white .menu-prolist-brand-row + .menu-prolist-brand-row {
	border-top-color:rgba(255,255,255,0.2);
}
.menu-prolist-brand-row > .inside .brand-title {
	font-size:105%;
}

/* --- project name --- */

.menu-prolist-name-row,
ul.menu-prolist-name-group,
ul.menu-prolist-name-group > li {
	position:relative;
}
ul.menu-prolist-name-group,
ul.menu-prolist-name-group > li {
	list-style:none !important;
	margin:0;
	padding:0;
}
ul.menu-prolist-name-group {
	display:table;
	width:100%;
	clear:both;
}
ul.menu-prolist-name-group > li {
	display:inline-block;
	float:left;
	width:50%;
}
ul.menu-prolist-name-group > li > .menu {
	position:relative;
	display:inline-block;	
	font-weight:400;
	/*padding-left:15px;*/
}
ul.menu-prolist-name-group > li > a.menu {
	cursor:pointer !important;
}
/*ul.menu-prolist-name-group > li > .menu:before {
	position:absolute;
	top:10px;
	left:0;
	width: 5px !important;
    height: 5px !important;
    border-radius: 100%;
	content:"";
	opacity:0.15;
}*/
ul.menu-prolist-name-group > li > .menu > .status {
	position:relative;
	padding-left:10px;
	font-size:80%;
	opacity:0.5;
	text-transform:lowercase !important;
	letter-spacing:0.5px;
}
ul.menu-prolist-name-group > li > .menu,
ul.menu-prolist-name-group > li > .menu:hover {
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}


ul.menu-prolist-name-group > li > .menu,
ul.menu-prolist-name-group > li > .menu > .status,
.textcolor-black ul.menu-prolist-name-group > li > .menu,
.textcolor-black ul.menu-prolist-name-group > li > .menu > .status {
	color:rgba(12,12,12,1) !important;
}
.textcolor-white ul.menu-prolist-name-group > li > .menu,
.textcolor-white ul.menu-prolist-name-group > li > .menu > .status {
	color:rgba(255,255,255,1) !important;
}
/*ul.menu-prolist-name-group > li > .menu:before,
.textcolor-black ul.menu-prolist-name-group > li > .menu:before {
	background-color:rgba(0,0,0,1);
}
.textcolor-white ul.menu-prolist-name-group > li > .menu:before {
	background-color:rgba(255,255,255,1);
}*/


/* on footer */
.footer-menu-section .menu-prolist-cate-row:first-child {
	border-top:none !important;
}
footer-menu-section .menu-prolist-cate-row:last-child {
	border-bottom:none !important;
}
.footer-menu-section ul.menu-prolist-name-group > li > .menu {
	font-size:14px;
	line-height:25px;
	opacity:0.8;
}
.footer-menu-section ul.menu-prolist-name-group > li > .menu:hover {
	opacity:1;
}
.footer-menu-section ul.menu-prolist-name-group > li > .menu > .status {
	opacity:0.5;
}


/* lg more */
@media (min-width:1200px) and (max-width:1649px) {

#footer-section-desktop .fs-copyright > .col-copyright {
	width: 450px;
}
#footer-section-desktop .fs-copyright > .col-application {
	width: calc(100% - 450px);
}
#footer-section-desktop {
    padding: 60px 0;
}
#footer-section, #footer-section .text-default {
    font-size: 14px;
    line-height: 25px;
}
ul.slot-text-group.min-spacing.min-font {
    font-size: 11px;
}

}

/* md */
@media (min-width:992px) and (max-width:1199px) {

#footer-section-desktop {
    padding: 60px 0 50px 0;
}
#footer-section, #footer-section .text-default {
    font-size: 12px;
    line-height: 20px;
}
#footer-section ul.slot-text-group.min-spacing.min-font,
#footer-section ul.slot-text-group.extra-min-spacing.min-font,
#footer-section .text-min {
    font-size: 10px;
}

#footer-section-desktop .fs-copyright > .col-copyright {
	width:480px;
}
#footer-section-desktop .fs-copyright > .col-application {
	width:calc( 100% - 480px );
}
#footer-section-desktop .fs-copyright .text-call {
    font-size: 25px;
    line-height: 25px;
}
#footer-section-desktop .fs-menu > .col-menu .slot-text-row + .slot-text-row {
	margin-top:3px;
}

#footer-section-desktop .fs-all-project .footer-menu-section .footer-menu-group:before,
#footer-section-desktop .fs-head .footer-menu-section .footer-menu-group:before {
	top:49px;
}

.menu-prolist-cate-row > .inside > .col.col-cate {
    width: 200px;
}
.menu-prolist-cate-row > .inside > .col.col-detail {
    width: calc( 100% - 200px );
}

#footer-section-desktop .fs-menu>.col-menu {
	width: calc(100% - 400px);
}
#footer-section-desktop .fs-menu>.col-social {
	width: 400px;
}

/* social */
.social-media-group > .col-text {
    padding-right: 15px;
}
ul.box-social > li > .list-social {
    width: 40px;
    height: 40px;
	font-size: 15px;
}
ul.box-social[ class*="theme-border" ] .list-social {
    line-height: 38px;
}

/* application */
.application-download-section > .col-text {
    padding: 0 20px 0 0;
    word-spacing: 2px;
}
.application-download-section > .col-text>.text-min+.text-min {
	font-size: 10px;
}
.box-application-download {
    width: 100px;
	height: 36px;
	background-size: 90% auto;
}

/* copyright */
#footer-section-desktop .fs-copyright {
    margin-top: 20px;
}

}

/* sm - xs */
@media (max-width:991px) {
}

/* sm */
@media (min-width:768px) and (max-width:991px) {

#footer-section-desktop .fs-menu > [ class*="col-" ],
#footer-section-desktop .fs-copyright > [ class*="col-" ],
#footer-section-desktop .social-media-group > [ class*="col-" ] {
	width:100% !important;
	float:none !important;
	display:block !important;
	padding:0 !important;
	text-align:center !important;
}

#footer-section-desktop .fs-all-project,
#footer-section-desktop .fs-head {
	display:none;
}

#footer-section-desktop .fs-menu,
#footer-section-desktop .fs-copyright {
	width:100% !important;
	float:none !important;
	display:block !important;
}
/*#footer-section-desktop .fs-menu > .col-menu {
	display:none !important;
}*/
#footer-section-desktop .fs-menu {
	border-top:none !important;
	padding:0 !important;
	margin:0 !important;
}
#footer-section-desktop .fs-menu > .col-menu {
	padding-bottom:20px !important;
	margin-bottom:20px !important;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#footer-section-desktop .fs-menu > .col-menu ul.slot-text-group {
	margin:0 auto;
}
#footer-section-desktop .fs-menu > .col-social {
	width:100% !important;
	float:none !important;
	display:block !important;
	text-align:center;
}
#footer-section-desktop .social-media-group  {
	float:none !important;
	margin:0 auto;
}
#footer-section-desktop .social-media-group > .col-social {
	margin-top:15px;
}
#footer-section-desktop .fs-application,
#footer-section-desktop .fs-application > .row-fs-application {
	display:table !important;
	width:100% !important;
}
#footer-section-desktop .fs-copyright > .col-application {
	display:none !important;
}
#footer-section-desktop .fs-application {
	margin:30px auto 0 auto;
	padding:20px 0 !important;
	border: 1px solid rgba(255,255,255,0.1);
	border-left:none;
	border-right:none;
	width:100% !important;
}
#footer-section-desktop .application-download-section {
	margin:0 auto;
	float:none;
}
#footer-section-desktop ul.application-download-group > li:last-child:after {
	display:none !important;
}
}

/* xs */
@media (max-width:767px) {

#footer-section-desktop {
	display:none !important;
}
#footer-section-mobile {
	display:block !important;
}

.menu-prolist-cate-row,
.menu-prolist-cate-row > .inside,
.menu-prolist-cate-row > .inside > .col {
	display:block !important;
	width:100% !important;
	height:auto !important; 
}
.menu-prolist-cate-row {
    padding: 25px 0;
}
.menu-prolist-cate-row > .inside > .col.col-cate {
	padding-bottom:20px;
}
.menu-prolist-cate-row > .inside > .col.col-cate .topic-group .normal-topic {
    font-size: 22px;
    line-height: 30px;
}

}

/* xs more */
@media (max-width:350px) {
}