
html,body{

    font-family: "Muli", Arial, Helvetica, sans-serif;
    font-size:14px;
    padding:0px;
    margin:0px;
    color: #515151;
}
h1,h2,h3,h4,h5,h6{
    line-height:normal;	
    font-weight: normal;
    font-family: "Muli-B";
}
a{
    text-decoration:none;	
}

b, strong{
    font-family: "Muli-B"; font-weight: normal;
}

img{
    border:none;	
    max-width:100%;
}
#page{
    background: #FFF;
}
.c, .c5, .c10, .c15, .c20, .c30, .c3, .c2 ,.c80{
    clear: both;
}
.c {
    height: 0px;
}
.c2 {
    height: 2px;
}
.c3 {
    height: 3px;
}
.c5 {
    height: 5px;
}
.c10 {
    height: 10px;
}
.c15 {
    height: 15px;
}
.c20 {
    height: 20px;
}
.c30 {
    height: 30px;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.top-page{
    height:46px;
    background:#7e2929;
}
.logo{
    float: left;
    position: absolute;
    z-index: 999;
    opacity:1;
    transition: opacity 0.6s ease 0s;
}

.logo img{
    width:100%;
    transition: width 0.6s ease 0s;
}
.toppage-item{
    float: left;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
}

.search-pc{
    float: right;
    margin-top: 4px;
    width: 235px;
    position: relative;
}

.submit-search-pc{
    position: absolute;
    right: 10px;
    top: 5px;

}

.search-pc .kw{
    width: 100%;
    height: 38px;
    border: none;
    padding: 0px 3px;
    float: left;
    background:#bb3434;
    border-radius: 20px;
}
.search-pc .fa{
    color: #FFF;
}

.kw::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF;
}
.kw::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
}
.kw:-ms-input-placeholder { /* IE 10+ */
    color: #FFF;
}

.menubar{
    background: #1b2f57;
    width: 100%;
    height:43px;
    width:100%;
    font-size: 14px;
}
.menumobile{
    background:#0059bd;
    height:42px;
}
.header{
    background: #FFF;
    position: fixed;
    top:0px;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 1px 3px #999;
    transition:height 0.5s ease 0s;
    height:87px;
}

.social-top{
    float:right;
    margin-top:28px;
}

.fixed-menu{
    height:50px;
}

.fixed-menu .logo img{
    width: 50%;
}

.fixed-menu .nav li a{
    line-height: 50px;
}
.fixed-menu .dangkytuvan{
    margin-top: 2px;
}
.fixed-menu  .hotline{
    margin-top: 2px;
}
.fixed-menu  .social-top{
    margin-top: 8px;
}



.menu-title{
    background: #29a7e1;
    color: #FFF;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.nav{
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    position: relative;
    /*margin-top: 18px;*/
    width: 100%;
}
.nav > li{
    list-style:none;
    display:inline-block;
    position:relative;
    float:left;
    font-size: 15px;
    font-weight: normal;
    font-family: "Muli-B";
}
.nav li:first-child{
    border-left:none;
}
.nav li a{
    text-decoration: none;
    color: #3d3d3d;
    display: inherit;
    padding: 0px;
    line-height: 87px;
    padding: 0px 12px;
    transition:line-height 0.5s;

}

.nav > li:hover a{
    color:#0095d9;
}
.nav > li.active a{
    color:#0095d9;
}

.nav li ul{
    position:absolute;
    top:100%;
    left:0;	
    width:220px;
    text-align:left;
    display:none;
    background: #7e2929;
    padding:0px;
    opacity:.95;
    z-index:999999;
    font-weight:normal;
}
.nav li ul > li{
    width:100%;
    list-style:none;
    border: none !important;
    text-transform:none;	
    line-height:normal;
    position:relative;
}
.nav li ul > li a{
    padding: 8px 10px;
    display: block;
    color: #FFF !important;
    line-height: 18px;	
    border-bottom:solid 1px #DDD !important;
}
.nav li ul > li a:hover{
    background: #ffcd00 !important;	
}
.nav li ul ul{
    left:100%;
    top:-1px;	
}

.menubar-mobile .nav{
    text-align:left;
}
.menubar-mobile .nav li{
    border-left:solid 1px #6dc2ef;
    font-size:18px;
}
.menubar-mobile .nav li a{
    padding:0px 10px;	
}

.lang{
    float: right;
    border: none;
    margin-top: 10px;
    margin-left: 20px;
}
.lang  .vi{
    background:url(../images/flag-vi.png) no-repeat;
    width:33px; 
    height:22px;
    display:block;
    margin-right:5px;
    float: left;
}
.lang  .en{
    background:url(../images/flag-en.png) no-repeat;
    width:33px; 
    height:22px;
    display:block;
    margin-right:5px;
    float: left;
}
.flag-vi{
    float: right;
    background:url(../images/flag-vi.png) no-repeat;
    width:33px; 
    height:22px;
    margin-right: 10px !important;
}
.flag-en{
    float: right;
    background:url(../images/flag-en.png) no-repeat;
    width:33px; 
    height:22px;
    margin-right: 10px !important;
}
.news-name{
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: normal;
    color: #0095d9;
    text-align: center;
    font-family: "khuctamca";
    width: 100%;
}
.news-name a{
    color:#0095d9;
    text-decoration:none;
}


.createdate{
    margin: 5px 0px;
    font-size: 13px;
    color: #999;
}
.btn-viewmore{
    display: block;
    background: #8a2d2d;
    padding: 12px 20px;
    color: #FFF;
    float: left;
}
.btn-viewmore .fa{
    color: #e8ad09;
}
.intro-detail{
    font-size:14px;	
}
.footer{
    font-size: 14px;
}

.news-name-other{
    margin: 0px;
    margin: 0px;
}
.news-name-other a{
    text-decoration: none;
    color: #333;
}

.title-other-news{
    font-size: 24px;
    color: #494949;
    margin: 0px;
    padding: 0px;
    float: left;

}
.other-article-title{
    text-transform: uppercase;
}
.other-article{
    padding:0px;
    margin:0px;	
}
.other-article li{
    list-style:none;	
    padding:3px 0px;
}
.other-article li a{
    color:#333;
    text-decoration:none;
}
.other-article li a i.fa{
    margin-right:5px;	
    color:#ec3539;
    font-size:16px;
}
.other-article li a:hover{
    text-decoration:underline;	
}

.other-article span{
    color: #0054a6;
}

.crumb {
    padding: 3px 0px 10px 0px;
    border-bottom: solid 1px #CCC;
}
.crumb a{
    color:#666;
    text-decoration:none;	
}
.crumb a:hover{
    text-decoration:underline;	
}

.title-page{
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: normal;
    color: #0095d9;
    text-align: center;
    font-family: "khuctamca";
    text-transform: uppercase;
}
.title-page a{
    color:#0095d9;
}



.sub-title-page{
    font-size: 30px;
    color: #5c5c5c;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 10px;
    text-align: right;
}
.sub-title-page a{
    color: #5c5c5c;
}

.cat-item-info{
    line-height:22px;
}

.img-circle img{
    display: block;
    border-radius: 50%;
}
.paging{
    display:block;
    padding: 20px 10px;
    background: #ececec;
}
.clicked{
    padding: 5px;
    color: #FFF;
    background: #29a7e1;
    border: solid 1px #999;
    margin-right: 10px;
    border-radius: 3px;
}
.page{
    padding:2px 4px;
    text-decoration:none;
    color:#333;
}
.page:hover{
    color: #FFF;
    background: #13203b;
}
.page.active{
    color: #FFF;
    background: #13203b !important;
}
.paging a{
    padding: 10px 10px;
    color: #333;
    border: solid 1px #999;
    margin-right: 10px;
    border-radius: 3px;
    background: #FFF;
}
.clicked {
    background: #13203b !important;
    color: #FFF !important;
}
.paging a:first-child{
}
.content-detail{

    text-align: justify;
}
.content-detail img{
    max-width: 100%;
    height: auto !important;
    box-shadow: 0px 2px 3px #CCC;
}

.content-detail table{
    min-width:650px;
}

.error{
    border:#FF0000 solid 1px;	
}
.info-wrapper{
    background: url(/images/info-bg.png) center center no-repeat;
    background-size: cover;
    padding: 20px 0px;
}

.info-home-title{
    margin: 0px;
    padding: 0px;
    font-family: "khuctamca";font-weight: normal;
    font-size: 36px;
    text-align: center;
    color: #0095d9;
    width: 100%;
    text-transform: uppercase;

}
.info-home-title span{
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    font-family: "khuctamca";
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.info-home-title a{
    color: #5c5c5c;
}
.intro-info{
    margin-bottom:30px;
    background: #ebebeb;
    text-align: justify;
    line-height: 22px;
}

.intro-info-active{
    background: #0095d9;
    color: #FFF;
    box-shadow:0px 2px 6px #999;
}
.intro-info-active .info-icon{
    background: #0095d9 !important;
}

.intro-info-active .info-item-name{
    color: #FFF !important;
}

.info-icon{
    overflow:hidden;
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: -60px;
    border-radius: 50%;
    background: #ebebeb;
    padding: 10px;
}
.info-icon img{
    display: block;
    border-radius: 50%;
    box-shadow: 0px 1px 10px #999;
}

.menu-footer{
    padding: 10px 0px;
    font-family: "R-r";
}
.menu-footer a{
    display: block;
    width: 100%;
    padding: 5px 0px;
    color: #FFF;
    text-decoration: none;
}
.linksmo{
    float: left;
    width: 100%;
}
.linksmo a{
    display: block;
    float: left;
}
.title-left{
    margin: 0px;
    padding: 0px;
    font-family: Lato-L;font-weight: normal;
    font-size: 21px;
    background: url(../images/flower.png) #1b2f57 no-repeat 3px center;
    padding: 9px 0px 7px 40px;
    /* padding-left: 40px; */
    color: #FFF;
    border-radius: 5px 5px 0px 0px;
}
.title-left a{
    text-transform: uppercase;
    color: #FFF;
}
.menuleft{
    padding:0px;
    margin:0px;	
    padding-bottom: 10px;
    background:#0095d9;
    border-radius:0px 0px 20px 20px;
    font-family:"R-m";

}
.menuleft .fa{
    color: #FFF;
    float: left;
    margin-right:5px;
}
.menuleft ul{
    list-style: none;
    margin: 0px;
    padding:0px;
}
.menuleft li{
    list-style: none;
    margin: 0px;
    padding:0px;
    border-bottom: solid 1px #DDD;
    padding-left: 15px;
    padding-right: 10px;
}
.menuleft li:last-child{
    border-bottom: none;
}
.menuleft li a{
    color: #FFF;
    padding: 10px 0px;
    width: 100%;
    display: block;
    font-size: 15px;
}

.menuleft li:hover{
    color: #0095d9;
    background:#f5d7bf;
}
.menuleft li:hover a{
    color: #0095d9;
}

.menuleft .active{
    background:#f5d7bf;
}
.menuleft .active a{
    color: #ef5994;
    font-weight: bold;
}


.menuleft li ul{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}
.menuleft li ul li{
    padding-left: 0px;
    list-style-type:square;
}
.menuleft li ul li a{
    border-bottom: none;
    padding: 5px 0px;
}
.menuleft li ul .actived{
}
.menuleft .actived a{
    color: #ef5994;
}




.linhvuc-item span{
    width: 100%;
    float: left;
    background: #0054a6;
    font-size: 20px;
    color: #FFF;
    font-family: Helve-B;
    text-align: center;
}

.linhvuc-item {
    width: 100%;
    position: relative;
    background: #0054a6;
    text-align: center;
    height: 238px;
    padding-left: 10px;
}

.menufooter{
    padding: 0px;
    margin: 0px;
}
.menufooter li{
    list-style: none;
    padding-bottom: 10px;
    font-family: Arial;
}
.menufooter li a{
    color: #DDD;
}
.menufooter li .fa{
    color: #FFF;
    font-weight: bold;    
}

.title-cat-home{
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: normal;
    color: #0095d9;
    text-align: center;
    font-family: "khuctamca";
    text-transform: uppercase;
}
.title-cat-home a{
    color: #0095d9;
}

.news-name-home{
    margin: 0px;
    padding: 0px;
    font-size:18px;
    font-family: Helve-B;
    min-height:48px;
}
.news-name-home a{
    color: #292929;
    font-size:18px;
}

.news-name-home a:hover{
    color: #0095d9;

}

.intro-news-home{
    line-height: 24px;
    color: #303030;
    min-height: 150px;
}

.news-home-hover{
    background: #fcf3ec;
}
.news-home-hover:hover{
    background: #FFF;
    box-shadow: 0px 0px 15px #EEE;
}

.album{
    padding: 4px;
    border:solid 1px #CCC;
}
.album img{
    display: block;
}
.video-photo{
    padding: 4px;
    border:solid 1px #CCC;
}
.video-photo img{
    display: block;
}
.video-home-name{
    margin: 0px;
    padding: 0px;
    background: #344b7d;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
.video-home-name a{
    color: #FFF;
}
#button-btt{
    position: fixed;
    right: 10px;
    bottom: 20px;
    color: #0059bd;
    background: #1b2f57;
    padding: 10px;
}
#button-btt a{
    color: #FFF;
}
.view-detail{
    padding: 15px 10px;
    text-align: center;
    display: block;
    border-radius: 25px;
    color: #4e4e4e;
    background: #f5d7bf;
    margin: 0px 20px;
}
.view-detail:hover{
    color: #FFF;
    background: #0095d9;
}



.dangky{
	/*
    background: #f2f2f2 url(/images/dangky-bg.jpg) no-repeat center center;
	*/
    padding: 10px;

}

.newsletter{
	
    background: #f2f2f2 url(/uploaded/Senmedia/anh-lien-he.png) no-repeat right center;
	
    padding: 20px;
    padding-right: 30px;
}
.newsletter-input {
    position: relative;
    width: 100%;
}
.newsletter-input input {
    float: left;
    height: 40px;
    width: 100%;
    padding-right: 10px;
    max-width: 360px;
    border-radius: 20px;
    border:solid 2px #0095d9;
    padding-left: 15px;
    margin-right: 10px;
    margin-bottom:10px;
}
.newsletter-input a {
    float: left;
    display: block;
    background: #0095d9;
    padding: 11px 20px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    width: 150px;
    border-radius: 20px;
}

.newsletter-label{
    color: #4d4d4d;
    font-size: 35px;
}
.newsletter-label span{
    display: block;
    width: 100%;
    font-size: 25px;
}
.error{
    border: solid 1px #FF0000 !important;
}

.line-title{
    float: left;
    width: 40px;
    height: 3px;
    background: #0095d9;
}

.line-frm{
    float: left;
    width: 100%;

}
.txt-contact{
    width: 100%;
    height: 40px;
    border: solid 1px #EEE;
    background: #f9f9f9;
    border-radius: 3px;
    margin-bottom: 15px;
    padding-left: 3px;
}
.btn-send{
    margin-top: 10px;
    width: 100%;
    background: #0095d9;
    color: #FFF;
    padding: 12px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    border:none;
    text-align: center;
    font-size: 18px;
}
.contact-title{
    margin: 0px;
    padding: 0px;
    font-family: "LG-B";font-weight: normal;
    font-size: 26px;
    color: #0095d9;
}

.logo-mobile {
    float: right;
    width: 50%;
    text-align: right;
    margin-right:10px;
}
.menu-mobile {
    float: left;
    margin-left: 10px;
    padding: 8px 9px;
    background: #0095d9;
    color: #FFF;
    border-radius: 5px;
    margin-top: 10px;
}

.search-mobile{
    width: 100%;
    position: relative;
    display: none;
}
.search-mobile input{
    width: 100%;
    height: 30px;
}
.m-search-icon{
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}
.show-search-mobile, .hotline-mobile, .mobile-download{
    float: right;
    color: #000;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 16px;
    margin-top: 23px;
}

.news-home-wrapper{

    padding: 20px 0px;

}

.dangkytuvan{
    background: url(/images/icon-dangky.png) #ff0000 no-repeat 10px 6px;
    float: right;
    color: #FFF;
    font-size: 15px;
    margin-left: 10px;
    padding: 13px 20px;
    border-radius: 5px;
    margin-top: 20px;
    font-family: "Muli-B";
    padding-left: 40px;
    transition: margin 0.5s;
}
.dangkytuvan a{
    color: #FFF;
}

.hotline{
    background: #0095d9;
    float: right;
    color: #FFF;
    font-size: 15px;
    margin-left: 10px;
    padding: 13px 20px;
    border-radius: 5px;
    margin-top: 20px;
    font-family: "Muli-B";
    transition: margin 0.5s;
}
.hotline a{
    color: #FFF;
}


.title-news-detail{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.homeslide-prev,.homeslide-next{
    position:absolute;
    top:50%;
    z-index: 9;
    margin-top: -30px;
    cursor: pointer;
}

.homeslide-next{
    left:10px;
    background: url(../images/arrow/arrow-slide-left.png) no-repeat;
    width:24px;
    height:48px;
}
.homeslide-prev{
    right:10px;
    background: url(../images/arrow/arrow-slide-right.png) no-repeat;
    width:24px;
    height:48px;
}

.title-line{
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}
.title-line span{
    display: block;
    height: 3px;
    background: #ffcd00;
    width: 50px;
}
.footer-title{
    font-family: "Muli-B";
    font-size: 20px;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    color: #0095d9;
}
.footer-text{
    line-height: 25px;
}


.menutab{
    width: 100%;
    font-family:"R-m";
}
.tab-item{
    padding: 20px 0px;
    text-align: center;
}

.tab-item a{
    font-size: 15px;
    color: #4d4d4d;
}

.menutab .actived {
    background: #FFF;
}
.menutab .actived a{
    color: #7e2929;
}

.leader-line{
    font-family: "LG-B"; font-weight:bold;
    color: #535353;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
}
.leader-line span{
    display: inline-block;
    background: #FFF;
    padding-right:10px;
}

/*Modal*/
.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
@media (min-width: 32em) {
    .modal-box { width: 40%; }
}

.modal-box header,
.modal-box .modal-header {
    padding: 20px;
    border-bottom: none;
    background: #0054a6;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    font-family: Helve-B;
    font-size: 16px;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { 
    padding: 0px; 
}
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) !important;
}
a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    color: #bbb;
}
a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}
/*---*/

.leader-name span{
    display:block;
    width:100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:normal;
    color: #535353;
}

.leader-name{
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight:normal;
    color: #7e2929;
}
.leader-name a{
    color: #7e2929;
}
.leader-intro{
    font-weight:normal;
    font-size: 16px;
    color: #535353;
}

.leader-content{
    color: #505050;
    line-height: 22px;
}

.cat-content{
    text-align: justify;
}

.cat-content a{
    font-family: Helve-B;
    font-size: 16px;
    color: #0054a6;
}

.download-name{
    margin:0px;
    padding:0px;
    font-size:16px;
    font-weight:normal;
    font-family:Helve-M;
}

.download-name a{
    color:#093367;
}
.icon-view{
    background:url(/images/icon-view.png) left center no-repeat;
    padding-left:35px;
    line-height:30px;
}
.icon-down{
    background:url(/images/icon-down.png) left center no-repeat;
    padding-left:35px;
    line-height:30px;
    float:right;
}
.img-new {
    display: block;
    overflow: hidden;
}
.img-new a{
    display: block;
}
.img-new img{
    display: block;
}
.div-scroll{
    width:100%;
    overflow:auto;
    padding-right:2px;	
}

.tab-round{
    padding:10px 100px;
}

.tab-name{
    color:#666;
    font-size:20px;
    font-family:Helve-B;
    padding:8px 22px;
    float:left;
    margin-left:20px;
    margin-bottom: -2px;
    cursor:pointer;
}

.tab-name a{
    color:#666;
}

.tab-active{
    border:solid 2px #0054a6;
    border-bottom:none;
    color:#111;
    background: #FFF;
}

.form_success{
    color:#0095d9;
    font-family:"R-m";
    font-size:18px;
    width:100%;
    margin-top:90px;
    text-align:center;
}

.slide-next{
    float: right;
    font-size: 20px;
    color: #999;
    margin-right: 5px;
}
.slide-prev{
    float: right;
    font-size: 20px;
    color: #999;
}


.service-home-item{
    border-radius: 10px;
    box-shadow: 0px 0px 15px #DDD;
    margin: 10px;
    padding-top: 1px;
    background: #FFF;
    overflow: hidden;
}

.service-name-home{
    padding:10px 0px;
    margin:0px;
    font-weight: normal;
    font-size: 18px;
    font-family: "Muli-B";
    text-align: center;
    color: #FFF;
    background: #0095d9;
}
.service-name-home a{
    color: #FFF;
}


.service-line{
    text-align: center;
}

.news-home-item{
    position: relative;
    box-shadow: 0px 0px 10px #CCC;
    padding: 15px;
}

.news-home-tab{
    text-align: center;
}

.news-home-tab a{
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    color: #5c5c5c; 
    margin: 0 1px;
    min-width: 120px;

    font-weight: normal;
    font-size: 16px;

}

.news-home-tab a:hover{
    border-bottom: solid 2px #ffcd00;
}

.news-tab{
    top: 20px;
    left: 0px;
    width: 100%;

    position: absolute;
    visibility: hidden;
}

.news-tab-active{
    border-bottom: solid 2px #ffcd00;

}

[class*='news-pagination-'] {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
}

.right-header{
    float:right;
    margin-right: 20px;
}
.btn-close{
    padding:5px;
    background:rgba(0,0,0,0.3);
}

.text-service-list{
    max-width:600px;
    padding:0px 20px;	
    width:100%;
}
.title-cat-service{
    font-family:LG-B, Tahoma, Geneva, sans-serif;
    text-transform:uppercase;
    font-size:30px;
    color:#5c5c5c;
    font-weight:normal;	
    margin:0px;
    border-bottom:solid 1px #e2e2e2;
    padding-bottom:10px;
}
.title-cat-service a{
    color:#5c5c5c;	
    position:relative;
}
.title-cat-service a:after{
    content:"";
    position:absolute;
    bottom:-12px;
    left:0px;
    width:100%;
    background:#ffcd00;
    height:3px;	
}
.btn-view-detail-service{
    background:#8a2d2d;
    display:inline-block;
    padding:10px 35px;
    color:#FFF;	
    -webkit-border-radius:4px;
    border-radius:4px;
}
.btn-view-detail-service .fa{
    padding-left:10px;
    color:#ffcd00;
}
.title-other-service{
    font-family:LG-B, Tahoma, Geneva, sans-serif;
    text-transform:uppercase;
    font-size:24px;
    color:#5c5c5c;
    text-align:center;
    width:100%;
    overflow:hidden;

}
.title-other-service span{
    position:relative;
}
.title-other-service span:after{
    content:"";
    position:absolute;
    left:calc(100% + 10px);
    bottom:5px;
    border-bottom:solid 2px #ffcd00;
    height:1px;
    width:1200px;	
}
.title-other-service span:before{
    content:"";
    position:absolute;
    left:-1210px;
    bottom:5px;
    border-bottom:solid 2px #ffcd00;
    height:1px;
    width:1200px;	
}
.other-service-image{
    -webkit-border-radius:10px;
    border-radius:10px;
    overflow:hidden;	
}
.other-service-name{
    margin:0px;	
    font-family:LG-B, Tahoma, Geneva, sans-serif;
    text-transform:uppercase;
    font-size:20px;
    color:#5c5c5c;
    text-align:center;
    padding-top:10px;
}
.other-service-name a{
    color:#5c5c5c;
}

.article-home-wrapper{
	background:#EEE;
}
/*
.article-home-wrapper:before{
    content:'';
    position: absolute;
    right: -50px;
    top: -50px;
    background: url(/images/bg-home2.png)  no-repeat left top;
    width: 400px; height: 500px;
}
*/

.img-article{
    padding: 20px;
    text-align: center;
}
.img-article img{
    box-shadow: 0px 0px 10px #DDD;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}

.article-intro{
    font-style: italic;
    line-height: 22px;
    text-align: center;
}

.article-name-home{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
.article-info-home{
    font-weight: normal;
    font-size: 15px;
    text-align: center;
}

.footer-map{
    position: relative;
}
.footer-map-info{
    position: absolute;
    height: 99%;
    width: 320px;
    background: #0095d9;
    left: 8%;
    color: #FFF;
    font-family: "R-r";
    padding: 30px;
    font-size: 15px;
}




.article-name{
    margin: 0px;
    padding: 0px;
    font-family: "R-b";
    font-size: 20px;
    color: #4a4a4a;
    text-align: center;
}

.article-home-hover{
    background: #f3f3f3;
}
.article-home-hover:hover{
    background: #FFF;
    box-shadow: 0px 0px 15px #EEE;
}
.leader-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 2px #0095d9;
    background:#FFF;
    z-index: 99;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -40px;
    transition: background 1s ;
}

.leader-icon img{
    transition: filter 0.1s ;
}

.leader-icon:hover{
    background:#0095d9;
}
.leader-icon:hover img{
    filter: brightness(0) invert(1);

}

.button-prev, .button-next{
    display: block;
    padding: 10px 13px;
    color: #CCC;
    position: absolute;
    top: 50%;
    z-index: 99999;
    background: #ebebeb;
    opacity: 0.8;
    border-radius: 50%;
}

.button-next{
    left:-20px;
}

.button-prev{
    right:-20px !important;
}

.swiper-pagination{
    bottom: 0px;
    text-align: center;
    width: 100%;
}


.swiper-slide-active .slide-home-item{
    top: -100px;
}

.slide-home-item{
    transition: top 1s;
    position: absolute;
    top: 0px;
}

.view-more{

    float: left;
    padding: 15px 30px;
    background: #0095d9;
    color: #FFFF;

    font-size: 16px;

    text-align: center;
    display: block;
    border-radius: 25px;
}

.info-home{
    padding:0px 100px;
}


.form-label{
    color: #4d4d4d;
    font-size: 30px;
}
.form-label span{
    display: block;
    width: 100%;
    font-size: 22px;
}

.info-item-name{
    font-family: "Muli-B"; font-weight: normal;
    margin:0px; font-size:16px;
    color: #0095d9;
}

.info-home-pad{
    padding: 0px 20px;
    text-align: center;
}

.cat-home-intro{
    font-family: "Muli-B";
    padding: 0px;
}

.service-home-intro{
    padding: 20px;
    min-height: 200px;
}
.service-home-intro:hover{
    background: #f1e2dd;
}

.service-home-image img{
    display: block;
}


.doingubacsy{
    background: url(/images/bg-home.png) #EEE no-repeat left top;
    padding: 20px 0px;
}
.article-info{
    display: none;
    width: 100%;

    padding: 20px;
    padding-top:0px;
    text-align: center;
    line-height: 22px;
    position:relative;
}


.duan-name-home{
    margin:5px 0px;
    padding:0px;
    font-family:"R-m"; font-weight:normal;
    text-align:center;
}
.duan-name-home a{


}

.duan-home-active{
    opacity:0;
    transition: opacity 1s;
    position:absolute;
    top:200px;
    min-width: 600px;
    left: 50%;
    margin-left: -300px;    
    
}
.swiper-slide-active .duan-home-active{
    opacity:1;
}

.img-duan{
    transition: transform 1s;

}

.img-duan img{
    border-radius: 50%;
    display: block;
}

.swiper-slide-active .img-duan{
    transform: scale(1.3);
    z-index: 999999;

}


.regis{
    
    background: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 10px;
    min-height: 320px;
    top: 60px;
    position: absolute;
    right: 0px;
    width: 350px;
    z-index: 999;
    
}

.service-item-top{
    position: absolute;
    left: 0px;
    top:0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);    
    padding: 10px;
}

.service-item-top img{
    display: block;
}
.service-top-name{
    margin: 0px;
    padding: 0px;

    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    display: table;
    vertical-align: middle;
    border: solid 1px #FFF;
}

.service-top-name span{
    display: block;
    border: solid 1px #FFF;
    padding: 10px;
    
}

.service-top-name a{
    display: block;
    color: #FFF;
    font-family: "Muli-B";
    font-size: 18px;
    display:table-cell;
    vertical-align:middle;        

}

html {
  scroll-behavior: smooth;
}