
html,body{
    font-family: "Muli", Arial, Helvetica, sans-serif;
    font-size:16px;
    padding:0px;
    margin:0px;
    color: #222;
}
h1,h2,h3,h4,h5,h6{
    line-height:normal;	
    margin: 5px 0px;
    padding: 0px;
}
a{
    text-decoration:none;	
}
b, strong{
    font-weight: normal;
    font-family: "Muli-B";
}
img{
    border:none;	
    max-width:100%;
}
a img{

display: block;

}
#page{
    background: #FFF;
    max-width:1920px;
    margin:0 auto;
    overflow:hidden;
}
.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;
}
.c50 {
    height: 50px;
}
.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;
}
.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}



/* hotline call now */
.widget_wbt_call_now_widget { 
    
    display: block; 
    width: 40px; 
    position: fixed; 
    bottom: 80px; 
    right: 25px; 
    z-index: 999999; 
    padding: 0px; 
    margin-bottom: 0px;
    
}

.widget_wbt_call_now_widget ul { display: block; width: 100%; padding-left: 0; margin-bottom: 0;}
.widget_wbt_call_now_widget ul li { display: block; width: 45px; position: relative; margin-bottom: 10px; cursor: pointer;}
.widget_wbt_call_now_widget ul li a { text-decoration: none;display: block;}
.widget_wbt_call_now_widget ul li .fa { background-color: #ed1c24; display: block; width: 45px; height: 45px; text-align: center; line-height: 36px; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #888; color: #fff; font-weight: 700; border-radius: 50%; position: relative; z-index: 2; border: 2px solid #fff;}
.widget_wbt_call_now_widget ul li .fa-hotline { background:  url(/images/icon-call.png) center center no-repeat; background-size:100%; }
.widget_wbt_call_now_widget ul li .fa-zalo { background:  url(/images/icon-zalo.png) center center no-repeat; background-size:100%; }
.widget_wbt_call_now_widget ul li .fa-messenger { background:  url(/images/icon-messenger.png) center center no-repeat; background-size:100%; }
.widget_wbt_call_now_widget ul li .fa-facebook { background: #369be5;}
.widget_wbt_call_now_widget ul li .fa-form { background: #FFF url(/images/form-ico.png) center center no-repeat; background-size:100%; }



.animated.infinite { animation-iteration-count: infinite;}
.tada { animation-name: tada;}
.animated { animation-duration: 1s; animation-fill-mode: both; }
.widget_wbt_call_now_widget ul li span { 
    
    display: inline-block; padding: 0; background-color: #eb6628; color: #fff; border: 2px solid #fff; border-radius: 20px; height: 40px; line-height: 36px; position: absolute; top: 3px; right: 15px;  z-index: 0; width: 0; overflow: hidden; -webkit-transition: all 1s; transition: all 1s; background-color: #ff6a00; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #888; font-weight: 400; white-space: nowrap; opacity: 0; 
    
}


@media only screen and (min-width: 960px) {
    .widget_wbt_call_now_widget ul li:hover span { width: 215px; padding-left: 10px; padding-right: 30px; opacity: 1;}
}

@media only screen and (max-width: 959px) { 
    .widget_wbt_call_now_widget ul { display: flex !important ; }
    .widget_wbt_call_now_widget ul li~li { margin-left: 10px !important;}
    .widget_wbt_call_now_widget ul li { margin-bottom: 0px !important; }
    .widget_wbt_call_now_widget { bottom: 15px !important ; left: 15px !important; }
}

@keyframes tada {
  0% { transform: scale3d(1,1,1);}
  10%, 20% { transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%, 50%, 70%, 90% { transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%, 60%, 80% { transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% { transform: scale3d(1,1,1);}
}

.more-text{
    float:right;
    cursor:pointer;
}

.search-pc{
    display: none;
    width: 240px;
    position: absolute;
    bottom: -50px;
    right: 0px;
    z-index: 999;
}
.submit-search-pc{
    float: right;
    color: #374458;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 5px;
}
.search-pc .kw{
    width: 100%;
    height: 35px;
    border: solid 1px #CCC;
    padding: 0px 10px;
    outline: none;
    float: left;
    color:#333;
    border-radius: 25px;
    background: #FFF;
}
.search-pc .fa{
    color: #374458;
}
.search-icon{

}
.search-pc .closeX {
    position: absolute;
    color: #666;
    width: 22px;
    height: 22px;
    text-align: center;
    border: solid 1px #CCC;
    background: #FFF;
    border-radius: 10px;
    line-height: 20px;
    right: -15px;
    top: -8px;
}

.toppage{
    background: #1C649F;
    padding: 10px 0px 10px 0px;
    font-family: 'Muli-M', sans-serif;
    font-size: 14px;
    color: #FFF;
    float: right;
    width: 100%;
}
.toppage a{
    font-family: 'Muli-M', sans-serif;
    color: #FFF;
}

.toppage-item{
    float: left;
    margin-right: 25px;
    padding-left: 27px;
    line-height: 23px;
}

.header{
    background: #FFF;
    border-bottom: solid 1px #CCC;
}

.logo{
    float: left;
}
.logo img, .logo-mobile img{
    display:block;
	max-height:80px;
}
.banner{
    float: left;
}
.logo-mobile{
    float:left;
    margin-left:10px;
    margin-top:5px;
}
.menubar{
    float: right;
    text-align: center;
}
.menu-title{
    background: #29a7e1;
    color: #FFF;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}
.nav{
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-family: "Muli-B",Arial;
    max-width: 1200px;
    margin: 0 auto;
	/*
    text-transform: uppercase;
	*/
}
.nav > li{
    list-style:none;
    display:inline-block;
    position:relative;
    float:left;
    font-size: 15px;
    font-weight: normal;
    height: 88px;
    line-height:88px;
    margin: 0px 2px;
}
.nav li:first-child{
    border-left:none;
}
.nav > li > a{
    text-decoration: none;
    display: inherit;
    padding: 0px;
    padding: 0px 7px;
    font-weight: normal;
    color: #333;
}
.nav > li:hover > a{
    color: #ff7600;

}
.nav > li.active > a{
    color: #ff7600;

}
.nav li ul{
    position:absolute;
    top:100%;
    left:0;
    width: 250px;
    text-align:left;
    display:none;
    padding:0px;
    opacity:.98;
    z-index:999999;
    font-weight:normal;
    background: #FFF;
    border:solid 1px #CCC;
    font-family: "Muli-SB";
	/*
    text-transform:uppercase;	
	*/
    font-size: 13px;
}
.nav li ul > li{
    width:100%;
    list-style:none;
    float: left;
    text-align: left;
    border: none !important;
    line-height:normal;
    position:relative;
}
.nav li ul > li a{
    padding: 0px 10px;
    display: block;
    color: #222;
    line-height: 18px;
    padding: 12px 10px;
    border-top: solid 1px #DDD;
}
.nav >li> ul > li:hover{
    background: #1C649F;
	
}
.nav >li> ul > li:hover a 
{
	color: #FFF;
}
.nav >li> ul > li:hover li a 
{
	color: #333;
}
.nav li ul ul{
    left:100%;
    top:-1px;	
}

.mega-menu{
    width: 100% !important;
    left: 0px !important;
    background: rgba(0,0,0,0.8) !important;
    padding: 10px 0px !important;

}
.mega-menu-item{
    padding:10px 0px;
    line-height:initial !important;
    border-bottom: solid 1px #333;
    padding-left:10px;
}
.mega-menu-item a{
    color: #FFF ;
}
.mega-menu-item:hover{
    background: #555;
}
.mega-menu-item-link:hover{
}
.mobile-bar{
    background: #1C649F;
	float:right;
	margin:10px;
    padding: 3px;
	border-radius:5px;
}
.lang-flag{
    float: right;
    margin-top: 2px;
    border: none;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.img-poster img{
    display: block;
}
.news-name{
    font-size:18px;	
    padding:0px;
    margin:0px;
    color:#373737;
    font-family: "Muli-SB"; font-weight: normal;
}
.news-name a{
    color:#373737;
    text-decoration:none;
}
.news-name a:hover{
    color:#1C649F;
}


.author-name{
    font-size:16px;	
    padding:0px;
    margin:0px; 
    color:#1C649F;
    font-family: "Muli-B"; font-weight: normal;
}
.author-name a{
    color:#1C649F;
    text-decoration:none;
}
.author-name a:hover{
    color:#f7c14d;
}
.author-intro{
    
    text-align: justify;
}
.author-intro ul{
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    text-align: left;
    color: #666;
}
.author-intro ul li{
    margin: 3px 0px;
}
.author-detail-content{
    background: #ebebeb; margin: 0px 100px; padding: 0px; margin-top: -100px; 
}
.video-name{
    font-size:14px;	
    padding:0px;
    margin:0px;
    color:#1C649F;
    font-weight: normal;
}
.video-name a{
    color:#1C649F;
    text-decoration:none;
}

.service-name{
    font-size:28px;	
    padding:0px;
    margin:0px;
    color:#323232;
    font-family: "Muli-B";
    text-align: center;
    text-transform: uppercase;
}
.service-name a{
    color:#323232;
    text-decoration:none;
}

.news-name-left{
    padding:0px;
    margin:0px;
    color:#1C649F;
    font-family: "Muli-B";font-weight: normal;
    font-size: 15px;
}
.news-name-left a{
    color:#1C649F;
    text-decoration:none;
}

.createdate{
    margin: 5px 0px;
    color: #999;
    font-size: 12px;
}

.footer{
    /*background: url("/images/footer-bg.png") #4b4b4b ; color: #bababa; */
	/* background: url("/images/footer-bg.png") #E0E0E0  ; */
	background: #E0E0E0  ; 
	color: #424143 ;
}
.footer a{
	/*
    color:#bababa;	
	*/
	color:#424143;	
}
.news-name-other{
    margin: 0px;
    margin: 0px;
}
.news-name-other a{
    text-decoration: none;
    color: #333;
    font-weight: normal;
}
.title-other-news{
    margin: 0px;
    padding: 0px;
    font-family: "Muli-SB";
    font-weight: normal;
    font-size: 20px;
    color: #333;
    width: 100%;
	text-transform:uppercase;
	border-bottom: solid 1px #CCC;
}

.other-article-title{
    text-transform: uppercase;
}
.other-article{
    padding:0px;
    margin:0px;	
}
.other-article li{
    list-style:none;	
    padding:5px 0px;
}
.other-article li a{
    color:#333;
    text-decoration:none;
}
.other-article li .fa{
    margin-right:5px;	
    color:#999;
    font-size:13px;
}
.other-article li a:hover{
    text-decoration:underline;	
}
.other-article span{
    color: #eb7203;
}

.crumb {
    padding: 3px 0px;
    padding-top: 5px;
    font-size: 12px;
    font-family: "Muli-M";
}
.crumb a{
    color:#373737;
    text-decoration:none;	
}
.crumb a:last-of-type{
    color: #333;
}
.title-page{
    margin: 0px;
    padding: 0px;
    font-family: "Muli-B";
    font-weight: normal;
    font-size: 28px;
    color: #333;
    width: 100%;
	/*
    text-transform: uppercase;
	*/
 }
.title-page a{
    color:#1C649F;

}

.title-page span{
    display:inline-block;
    position:relative;
}

.paging{
    display:block;
    padding: 10px 10px;

}

.page{
    /* padding: 2px 4px; */
    text-decoration: none;
    color: #333;
    border: solid 1px #666;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0px 3px;
    border-radius: 50%;
    line-height: 33px;
}
.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;
}

.paging a:first-child{
}

.clicked{
    color: #FFF;
    background: #1C649F;
    border: solid 1px #1C649F;

}

.content-detail{
    text-align: justify;
    position:relative;
	line-height: 24px;
}
.content-detail img{
    max-width:100%;
    height: auto !important;
}
.content-detail table{
    min-width:450px;
}

.cat-home-item{
    background: #FFF;
    padding: 20px;
}
.cat-home-img{
    position: relative;
    border:solid 1px #EEE;
	min-height:228px;
}

.cat-home-name{
    color: #545454;
    text-transform: uppercase;
    font-family: "Muli-SB";
    font-size: 16px;
}
.cat-home-name a{
    color: #545454;
    
}
.cat-home-sub-name{
    font-family: "Muli-SB";
    color: #FFF;
    background: #1C649F;
    padding: 10px 30px;
    border-radius: 15px 15px 0px 0px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}


.error{
    border:#FF0000 solid 1px !important;	
}

.menu-footer{
    border-top :solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    padding: 10px 0px;
}
.menu-footer a{
    font-size: 13px;
    color: #333;
    margin-right: 20px;
    text-decoration: none;
}
.linksmo{
    float: right;
}
.linksmo img{
    float: left;
    margin-right: 5px;
}
.linksmo a{
    color: #333;
    margin-bottom: 5px;
    display:inline-block;
    width:34px;
    height:34px;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    line-height:34px;
    margin-right:5px;
}
.linksmo a.fa-facebook{
    color:#4b76bd;
    border:solid 2px #4b76bd;
}
.linksmo a.fa-youtube{
    color:#fc3831;
    border:solid 2px #fc3831;
}

.linksmo a.fa-twitter{
    color:#1da1f2;
    border:solid 2px #1da1f2;
}

.linksmo a.fa-pinterest{
    color:#fb5245;
    border:solid 2px #fb5245;
}
.linksmo a.fa-instagram{
    color:#8941a7;
    border:solid 2px #8941a7;
}

.title-left{
    margin: 0px;
    padding: 0px;
    background: #1C649F;
    font-size: 18px;
    font-family: R-b;
    padding: 10px;
    padding-left: 20px;
    text-transform:uppercase;
    color: #FFF ; 
}
.title-left a{
    color: #FFF;
}
.menuleft{
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    color: #58595b;
    border:solid 1px #EEE;
}
.menuleft .fa{
    font-size: 13px;
}
.menuleft ul{
    list-style: none;
    margin: 0px;
    padding:0px;
}
.menuleft li{
    list-style: none;
    margin: 0px;
    padding:0px;
    border-bottom: solid 1px #EEE;

}
.menuleft li:last-child{
    border-bottom: none;
}

.menuleft li a:hover{
    color:#1C649F;
}


.menuleft li a{
    color: #222;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
}

.menuleft > .actived{
    background: #EEE;
}
.menuleft > .actived > a{
    color: #333;
    font-family: "Muli-B";
}

.menuleft .actived ul{
    background: #EEE;
    display:block;
}
.menuleft .actived .actived a{
    color: #1C649F;
}
.deactived{
    display:none;
}


.menuleft li ul{
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    background:#EEE;
    display:none;
}
.menuleft li ul li{
    padding-left: 0px;
    list-style-type:square;
}
.menuleft li ul li a{
    border-bottom: none;
    padding: 8px 0px;
    font-size:14px;
    color:#333;
}
.album img{
    display: block;
}
.video-photo{
    padding: 4px;
    border:solid 1px #CCC;
}
.video-photo img{
    display: block;
}
#button-btt{
    position: fixed;
    right: 10px;
    bottom: 42px;
    color: #0059bd;
    background:#CCC;
    padding: 10px;
    opacity:0.8;
	z-index:999;
}
#button-btt a{
    color: #FFF;
}
.view-detail{
    display: block;
    color: #333;
    float: left;
    font-size: 14px;
    margin-top: 10px;
    font-family: "Muli-SB";
}
.view-detail:hover{
    text-decoration:underline;
}

.view-more-btn{
    display: block;
    color: #333;
    background: #ededed;
    padding: 10px;
    font-family: "Muli-B";
    float: left;
    width: 50%;
    text-align: center;
}
.txt-contact{
    width: 100%;
    height: 40px;
    border: solid 1px #CCC;
    background: #FFF;
    border-radius: 3px;
    color:#333;
    padding-left:2px;
    margin-bottom: 8px;
}
.btn-send{
    width: 100%;
    padding: 10px;
    border:none;
    text-align: center;
    font-size: 15px;
    display: block;
    cursor: pointer;
    background:#f36224;
    color:#FFF;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Muli-SB";
}

.btn-dangky{
    width: 100%;
    padding: 9px;
    border:solid 1px #CCC;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 255px;
    background:#0076c2;
    color:#FFF;
    float:right;
    text-transform:uppercase;

}

.contact-title{
    margin: 0px;
    padding: 0px;
    font-family: Muli-B;
    font-weight: normal;
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.contact-name{
    margin: 0px;
    padding: 0px;
	font-family: Muli-SB;
    font-size: 30px;
    font-weight: normal;
    color: #333;
	/*
    text-transform: uppercase;
	*/
	text-align:center;
}

.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;
}
.hotline-mobile{
    float: right;
    color: #f7c14d;
    font-family: "Muli-B";
    margin-top: 4px;
    font-size: 16px;
}
.hotline-mobile a{
    color: #f7c14d;
}
.title-news-detail{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
.intro-detail{
	font-family:"Muli-M"; font-weight:normal;
	line-height:24px;
}

.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;
}
.newsHot{
    font-size: 16px;
    background: #f4f4f4; padding: 8px 0px;
    color: #515151;
}
.newsHot a{
    color: #eb7203;
}
.title-line{
    background: #1C649F;
    height: 3px;
    width: 120px;
    margin: 0 auto;
}

.footer-title{
    margin: 0px;
    font-family: Muli-SB;
    font-size: 15px;
	text-align: left;
	/*
    text-transform: uppercase;
	color:#FFF !important;
	*/
    color:#1f639a !important;
    
}

.footer-title .fa{
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display:none;
    transition: 0.5s;
}

.title-mobile-highlight .fa{
    transform: rotate(225deg);
}

.menutab{
    width:100%;
	background:#1C649F;
}
.menutab-item{
    padding: 15px 20px;
    text-align: center;
	margin:0px 5px;
	font-family: "Muli-SB"; font-weight: normal;
	font-size: 16px;
}
.menutab-item a{ 
    color: #FFF;
	line-height: 33px;
}
.tab-item{
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    color: #58595b;
    padding: 5px 5px;
    border-right: solid 1px #CCC;
    margin: 10px 0px;
}

.tab-item:last-child{
    border-right: none;

}

.tab-item:hover{
    color: #FFF;
}
.menutab .actived {
    background: #FFF;
    color: #1C649F;
    font-family: "Muli-B";
}
.menutab-item.actived a {
    color: #1c649f;
}
.tab-title{
    margin: 0px;
    padding: 0px;
    font-family: "Muli-B";
    font-weight: normal;
    font-size: 24px;
    color: #1C649F;
    width: 100%;
}
.slide-home{
	min-height:530px;
}
.slide-home-item{
    position: absolute;
    bottom: 160px;
    left: -800px;
    color: #FFF;
    float: left;
}
.slide-home-item h2{
    margin:0px;
    padding:0px;
    font-family:Roboto-B;
    font-size:45px;
    float: left;
    text-transform: uppercase;
}
.slide-home-desc{
    float: left;
    font-family:Roboto-B;
    font-size:20px;
    max-width: 600px;
}
.slide-detail{
    display: block;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    padding: 13px 30px;
    color: #FFF;
    background: #eb7203;
    position: absolute;
    bottom: -100px;
}
.swiper-slide-active .slide-home-item{
    transition:All 2s ease;
    -webkit-transition:All 2s ease;
    -moz-transition:All 2s ease;
    -o-transition:All 2s ease;
    transform: translateX(800px);
}
.swiper-slide-active .slide-detail{
    transition:All 2s ease;
    -webkit-transition:All 2s ease;
    -moz-transition:All 2s ease;
    -o-transition:All 2s ease;
    transform: translateY(-200px);
}

.div-scroll{
    width:100%;
    overflow:auto;
    padding-right:2px;	
}
.video-home-name{
    margin: 0px;
    padding: 0px;
    padding: 10px;
    background: #efeff0;
}
.video-home-name a{
    color: #58595b;
    font-family: Arial;
    font-size: 14px;
}
/*Modal*/
.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.6) !important;
}
/*---*/

.btn {
    font-size: 3vmin;
    padding: 0.75em 1.5em;
    background-color: #DDD;
    border: 1px solid #bbb;
    color: #222;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn:hover {
    background-color: #1C649F;
    color: #FFF;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn-small {
    padding: .75em 1em;
    font-size: 0.8em;
}


.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 60%;
    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;
    max-width: 1100px;
    background:#FFF;
}
.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}
.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: 10px 20px; }
.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}
a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}
a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #CCC;
}
.form-error{
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    color: #FF0000;
}
.form-success{
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    color: #009846;
}

.message-success{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);	
    z-index:9999;
    background:#FFF;
    width:400px;
    box-shadow:0px 0px 10px #333;
    color:#060;
    text-align:center;
    padding:30px;
    display:none;
}
.message-success .success-ok{
    background:#060;
    color:#FFF;
    display:inline-block;
    padding:10px 30px;
}

.comment-success{
    color:#060;
    padding:10px;
}

.title-info-home{
    margin: 5px 0px;
    padding: 0px;
    font-size: 30px;
    color: #333;
    text-align: center;
	/*
    text-transform: uppercase;
	*/
    font-family: "Muli-B";font-weight: normal;
}
.title-cat-home{
    margin: 5px 0px;
    padding: 0px;
    font-size: 24px;
    color: #333;
	/*
    text-transform: uppercase;
	*/
    text-align: center;
    font-family: "Muli-B";font-weight: normal;
}
.title-cat-home a{
    color: #FFF;
}
.rtb-home .title-cat-home
{
	color: #FFF
}

.btn-search-mobile{
    display:block;
    position:absolute;
    color:#1c4d99;
    top:5px;
    right:10px;
}    
.view-more-home{
    float: right;
    text-align: center;
    color: #FFF;
    background: #1C649F;
    display: block;
    padding: 7px 35px;
    font-family: "Muli-SB";
    border-radius: 25px;
    
}

.manufacture-item{
    padding: 8px;
    background: #FFF;
    border:solid 1px #EEE;
    box-shadow: 0px 0px 3px #999;
}
.manufacture-item:hover{
    box-shadow: 0px 0px 10px #888;
}
.manufacture-item img{
    display: block;
}

.product-item{
    position: relative;
    overflow: hidden;
    border: solid 1px #CCC;
}
.product-item img{
    display: block;
}

.product-item-overlay{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    display: none;
}

.product-home-info{
    position: absolute;
    width: 100%;
    bottom: -200px;
    padding: 10px;
    color: #FFF;
    z-index: 9;
    transition: all 0.5s;
    font-size: 14px;
    font-family: Arial;
}
.product-home-info ul{
    margin: 0px;
    padding: 0px;
}
.product-home-info ul li{
    margin: 6px 0px;
}

.product-home-info-active{
    bottom: 0px;
}

.product-name{
    margin: 5px 0px;
    padding: 0px;
    font-family: "Muli-B";
    color: #333;
    font-weight: normal;
    font-size: 16px;
}
.product-name a{
    color: #333;
}
.product-name a:hover{
    color: #1C649F;
}

.cat-item-name{
    margin: 5px 0px;
    padding: 0px;
    font-family: "Muli-B";
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.cat-item-name a{
    color: #333;
}
.cat-item-name a:hover{
    color: #1C649F;
}

.pro-tags{
    position: absolute;
    right: 10px;
    top: 10px;
}

.pro-tags .hot{
    width: 40px;
    height: 40px;
    background: url(/images/icon/hot.png) no-repeat;
    background-size: contain;
}

.pro-tags .new{
    width: 40px;
    height: 40px;
    background: url(/images/icon/new2.gif) no-repeat;
    background-size: contain;
}

.discount-tags{
    position: absolute;
    right: 10px;
    top: 5px;
    width: 38px;
    height: 38px;
    background: url(/images/icon/discount.png) no-repeat;
    background-size: contain;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    font-family: Arial;
}

.news-home-name{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: Muli-B;
}

.news-home-name a{
    color: #333;
}

.swiper-slide-active .img-duan{
    transform: scale(1.3);
    z-index: 999999;
    position: absolute;	
}


.album-name{
    margin: 0px;
    padding: 14px;
    font-size: 16px;
    background: #ebebeb;
    font-weight: normal;
    font-family: Muli-B;
    text-align: center;
}
.album-name a{
    color: #444;
}

.menufooter{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

.menufooter li{
    list-style: none;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.menufooter li a{
    color: #1f639a;
    margin: 0px;
    font-family: Muli-SB;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
}

.menufooter li a:hover{
    color: #1f639a;
}

.menuboxfooter{
    margin: 0px;
    padding: 0px;
}

.menuboxfooter li{
    list-style: none;
    float: left;
    padding: 5px 0px;
    width: 100%;
    text-align: left;
}

.menuboxfooter li a{
    color: #424143;
}

.menuboxfooter li a:hover{
    color: #1f639a;
}

.product-code{
    float: left;
    line-height: 22px;
}
.price{
    float:left;
    color: #1C649F;
    font-size: 16px;
    margin-left: 10px;
}

.pricekm{
    color:#f7c14d ;
    float:left;
    font-size:16px;
    font-family: "Muli-B"; font-weight: normal;
    
}

.product-name-detail{
    margin:0px;
    padding:0px;
    font-size:24px;
    font-weight:normal;
    color:#414042;
    font-family: "Muli-B"; font-weight: normal;
}

.attr-item{
    float:left;
    width:100%;
    font-size: 15px;
    margin-bottom:5px;
    color:#58595b;
}
.attr-name{
    font-family:Muli-B; font-weight:normal;
    float:left;
    margin-right:5px;
    font-size:15px;
}

.attr-name span{
    color:#1C649F;
    font-size:18px;
    line-height: 14px;
}

.attr-value{

    float:left;
    margin-right:5px;
    font-size:15px;
}

.pro-detail-intro{
    border:solid 1px #CCC; padding:10px 15px;line-height:20px; 
    background: #ebebeb;
}
.pro-detail-intro ul{
    padding:0px;
    line-height: 22px;
    margin:0px;
    margin-left:20px;
}

.price-detail{
    margin-right:10px;
    float: left;
    color: #1C649F;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
}
.pricekm-detail{
    color: #ff6c00;
    float: left;
    font-size: 20px;
    font-family: "Muli-B";
    font-weight: normal;
    margin-right:20px;
    line-height: 18px;
}

.product-detail-label{
    float:left;
    line-height: 40px;
}
.addcart-btn{
    font-family:"Muli-B";
    float: left;
    background: #1C649F;
    display: block;
    color: #FFF;
    padding: 12px 50px 12px 50px;
}
.addcart-btn:hover{
    box-shadow: 0px 0px 6px #666;
}

.muangay-btn, .buy-now{
    font-family:"Muli-B";
    float: left;
    background: #f7c14d;
    display: block;
    color: #FFF;
    padding: 12px 30px;
    margin-left:20px;
}
.muangay-btn:hover ,.buy-now:hover {
    box-shadow: 0px 0px 6px #666;
}

.buy-now-added{
    font-family:"R-b";
    float: left;
    background: #008e18 15px 7px no-repeat;
    display: block;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 20px;
    margin-left:20px;
}

.news-home-intro{
    text-align: justify;
}

.title-cat-line{
    width: 150px;
    background: #1C649F;
    height: 2px;
    margin-top: -2px;
}

.page-name{
    margin:0px;
    padding:0px;
    font-size:24px;
}
.box-left{
    padding: 20px;
    padding-bottom: 0px;
    border: solid 1px #EEE;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    background: #FFF;
}

.menu-mobile {
    display: block;
    float: left;
    color: #FFF;
}
.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #FFF;
    margin-left: 10px;	

}
/*
.content-detail a{
    color:#333;
}
*/
.content-detail a:hover{
    color:#1C649F;
}

.star-rate{
    background: url(/images/star-rate.jpg) center top no-repeat;
    height: 17px;
    width: 100%;
}

.rate1 .rate2{
    background-position-y: -38px;
}
.rate3{
    background-position-y: -55px;
}
.rate4{
    background-position-y: -72px;
}
.rate5{
    background-position-y: -90px;
}

.view-hover{
    display: none; position: absolute; bottom: 20px; 
    left: 0px;
    width: 100%;
    padding: 0px 20px;
}

.price-color{
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
    padding:3px;
    border: solid 1px transparent;
}

.price-color span{
    display:block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.content-pro h3{
    font-family:"R-b"; font-weight:normal;
    color:#1C649F;
    font-size:16px;
}

.content-pro figcaption{
    text-align:center;
}

.content-pro figure{
    margin:0px;
    text-align:center;
}



.tab-content{
    display:none;
}

.thumb-next, .thumb-prev{
    text-align:center;
    background: #EEE;
}


.name-faq{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: "Muli-B"; font-weight: normal;
    background: #efeff0;
    border-radius: 4px;
    padding: 12px 8px;
    cursor: pointer;
    float: left;
    width:  calc(100% - 45px);
}
.faqcontent{
    display: none;
    width:  calc(100% - 45px);
    float: right;
}

.faq-icon{
    background: url(/images/icon-faq.png) left top no-repeat;
    width: 30px;
    height: 25px;
    float: left;
    margin-right: 10px;
}
.faq-active .name-faq{
    background: #1C649F;
    color: #FFF;
}

.faq-active .faq-icon{
    background: url(/images/icon-faq-active.png) left top no-repeat;
}


.arrow-div {
    position: relative;
    background: #efeff0;
    border: 1px solid #DDDDDD;
}
.arrow-div:after, .arrow-div:before {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #efeff0;
    border-width: 10px;
    margin-left: -10px;
}
.arrow-div:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #DDDDDD;
    border-width: 11px;
    margin-left: -11px;
}
.choose-price{
    border:solid 1px #0076c2;
}

.comment-title{
    margin: 0px;
    padding: 0px;
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    color: #333;
    width: 100%;
    text-align: center;
}

.rate-summary{
    font-family: 'Muli-B', sans-serif;
    font-size: 22px;
    color: #58595b;
    width: 100%;
    text-align: center;
}


.rated-bar{
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
    background: #cccccc;
    margin: 6px;
}
.rated-bar-percent{
    display: block;
    background:#fe9727;
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
}


.rate-text{
    font-family: 'Muli-B', sans-serif;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.star{
    width:130px;
    height:24px;
    margin:0 auto;
    background:url("/images/star-unrate.png") no-repeat left center;

}
.star-rated{
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    margin: 0 auto;
    background: url(/images/star-rated.png) no-repeat left center;

}

.btn-show-comment{
    display:inline-block;
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    background: #005aa0;
    border-radius:3px;
    color: #FFF;
    padding: 9px 30px;
    border: none;
    cursor:pointer;
}

.btn-comment{
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    background: #db3832;
    border-radius:3px;
    color: #FFF;
    padding: 9px 20px;
    border: none;
}

.txt-comment{
    width:100%;
    height:36px;
    border-radius:3px;
    border:solid 1px #CCC;
    padding-left:5px;
}

.pagination{
    margin:0px;
    padding:0px;
}

.like-comment{
    color:#1C649F;
}


.btn-contact{
	background: #1C649F;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #222;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Muli-SB";
    font-size: 16px;
}
.ullist {
    height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {

    padding: 0px;
    margin: 0px;
    margin-top:5px;
    color: #1C649F;
    font-size: 16px;
}
.ullist li p {
    margin: 0px;
    padding: 5px 0px;

}

.ullist li {
    border-bottom:dashed 1px #DDD;

}

.ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
}

#loadMoreProduct{
    display:block;
    background:#DDD;
    color:#1C649F;
    padding:10px 20px;
    text-align:center;
    margin:0 auto;
    border-radius:5px;
    width:220px;
}
.search-mobile-bar{
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top:5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #EEE;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #FFF;
}

.submit-search-mobile {
    float: right;
    color: #1C649F;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}
.form-title{
    font-family:"Muli-B";
    font-size:24px;
    font-weight:normal;
    text-transform:uppercase;
    width:100%;
}
.form-dangky{
    padding:20px 200px; 
    border-radius:10px; 
}

.header-mobile{
    background:#FFF;
    border-bottom:solid 1px #1C649F;
	min-height:62px;

}
.kw-mobile{
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 10px;
    color:#333;
    padding-left:5px;

}
.mobile-footer-bar{
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #FFF;
    box-shadow: 0px -1px 3px #1C649F;
    z-index:9999;
}
::placeholder {
    color: #222;
    opacity: 1; /* Firefox */
}

.fb_customer_chat_bounce_in_v2{
    bottom: 60px !important;
}

.longPageNavigation{
    background: #EEE;
}

.longPageNavigationDiv{
	padding: 10px;
	background: #EEE;
    float: left;
    padding-right:20px;
    width:100%;
}

.longPageNavigationDiv a{
    color:#333;
}

.longPageNavigationDiv ul{
    padding-left: 10px;
	margin:0px;
}
.longPageNavigationDiv ul li{
    list-style:none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3{
    padding-left: 20px;
}


.form-group{
    padding:10px 0px;
    border-bottom:dotted 1px #CCC;
}
.error_lbl{
    border:solid 1px #F00;
}

.box-dieukhoan{
    overflow-y: auto;
    height: 150px;
    padding-right: 5px;
}

.btn-payment{
    background: #cc0000;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #FFF;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0px 1px 5px #1C649F;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.box-thanh-toan-ngan-hang{
    margin:0px;
    background:#EEE; padding:10px;
    padding-left: 35px;
}

.box-thanh-toan-ngan-hang li{
    padding:5px 0px;
}

.video-content{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.img-article{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: solid 5px #f46226;
    box-shadow: 0px 0px 10px #CCC;
}
.img-article img{
    display: block;
}
.article-name{
    margin: 0px;
    padding: 0px;
    font-family: "Muli-B";
    font-size: 16px;
    color: #333;
}
.article-name a{
    color: #333;
}
.article-next, article-prev {
    float: left;
    outline: none;
}

/*---*/

.article-wrapper{
    padding: 20px 0px;
    background: #efeff0;
}

.info-image{
    padding: 0px 20px;
    position: relative;
}

.info-video{
    padding: 20px;
    background: rgba(221,221,221,0.5);
    position: relative;
	min-height:330px;
}

.service-wrapper{
    padding: 20px 0px;
    background: url('/images/chuong-trinh-dao-tao-bg.jpg') center center;
    background-size: cover;
    
}

.rtb-home{
    padding: 20px 60px;
    background: #1C649F;
    color: #FFF;
}

.video-home-item{
    position:relative;
}
.image-info-home {
    filter: invert(100);
}
.playicon{
    opacity:0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
.playicon:hover{
    opacity:0.9;

}
.play-video{
    opacity:0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
.play-video:hover{
    opacity:0.9;

}
.play-video {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -49px;
    margin-top: -47px;
}

.btn-next, .btn-prev{
    font-size: 26px;
    padding: 0px 14px 3px 12px;
    background: #DDD;
    border-radius: 50%;
    color: #999;
    float: left;
    outline: none;
    margin: 0px 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-20px);
}

.btn-next {
    right: -40px;
    
}
.btn-prev {
    left: -40px;
}

.btn-next:hover, .btn-prev:hover{
    background: #1C649F;
    color: #FFF;
}

.article-item-img{
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 100px;
}

.item-overlay{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.header-fixed {
    position: fixed;
    z-index: 999;
    top: 0px;
    width: 100%;
}
.header-fixed .nav > li{
    height: 60px;
    line-height:58px;
}
.header-fixed .logo{
	margin-top: 0px;
}
.header-fixed .logo img{
    height: 50px;
}
.header-fixed .icon-home{
	margin-top: 16px;
}

.header-fixed .btn-dang-ky-hoc{
	margin-top:7px;
}

.cat-content{
    line-height: 28px;
}

.muc-tieu-khoa-hoc{
    padding: 20px 100px;
	color: #FFF;
}

.thong-tin-khoa-hoc{
    padding: 20px 50px;
    color: #FFF;
}

.sub-service-img{
       border: 1px solid #1d639f;
    text-align: center;
    background: #fff;
	    border-radius: 10px;
}
.sub-service-img img{
    
}

.sub-service-name{
    font-family: "Muli-SB";
    color: #FFF;
	height: 40px;
    
}
.service-item
{
	background: #1C649F;
	  color: #FFF;
}
.sub-service-item{
    border:solid 2px #1d639f;
    border-radius: 10px;
        background: #1d639f;
    position: relative;
}
.sub-service-stt{
    position: absolute;
    top: -30px;
    left: 50%;
    background: #f16324;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-family: "Muli-B";
    color: #FFF;
    font-size: 20px;
    line-height: 50px;
    transform: translateX(-25px);
}
.sub-service-intro{
    min-height: 200px;
    background: #1d639f;
    padding:15px 20px;
    color: #FFF;
}
.service-box {
    height: 180px;
    overflow-y: auto;
	padding: 0px 10px 0px 0px;
    scrollbar-gutter: stable;
}
.service-box::-webkit-scrollbar {
    height: 4px;
	width: 5px;
	padding-left: 5px;
}

/* Thanh ná»n scrollbar */
.service-box::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

/* Thanh kĂ©o */
.service-box::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #ff7a18, #ffb347);
    border-radius: 10px;
	width:3px;
}


.news-hot-home{
    border:solid 2px #1C649F;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    min-height: 250px;
}

.news-hot-home:hover{
    background: #1C649F;
	color:#FFF;
}
.news-hot-home:hover img {
    filter: brightness(300%);
}

.news-home-item{
    overflow: hidden;
    border-radius: 8px;
    display: block;
}
.dangky{
	
    background:  #1C649F no-repeat center center;
    background-size: cover;
    padding: 0px;
	color:#FFF;
}


.btn-dang-ky-hoc{
	display: block;
    float: right;
    background: #f46226 10px center no-repeat;
    border-radius: 40px;
    padding: 7px 15px;
   
   
    text-align: center;
    color: #FFF;
    font-family: "Muli-SB";
    text-transform: uppercase;
}

.longPageTOC{
	text-align: center;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-family: "Muli-SB";
}
.longPageTOC span{
    text-transform: initial;
	font-family: "Muli";
	cursor:pointer;
	font-size: 13px;
}
.paging1{
	
	text-align:center;
}

.service-book-context{
	padding:0px 100px;
}

.btn-dangky-mob{
	position: fixed;
    bottom: 14px;
    right: 5px;
    background: #1C649F;
    padding: 0;
    color: #111;
    z-index: 999;
    border-radius: 30px;
    font-size: 12px;
    font-family: "Muli-SB";
    box-shadow: 0px 0px 6px #999;
}

.img-dangky-mob{
	background: #FFF;
    border-radius: 50%;
    border: solid 2px #FFF;
    display: block;
    float: left;
	width: 46px;
    height: 46px;	
}

.link-dangky-mob{
	    color: #111;
    display: block;
    float: left;
    margin-left: 6px;
    line-height: 45px;
    margin-right: 10px;
}

.daily-item{
    /* border: solid 1px #CCC; */
    border-radius: 20px;
    padding: 20px;
    font-size: 14px;
	color: #FFF;
    background: #1C649F;
    box-shadow: 0px 0px 5px #CCC;
}

.daily-name{
	font-size: 18px;
    padding: 0px;
    margin: 0px;
    color: #FFF;
    font-family: "Muli-SB";
    font-weight: normal;
}
.daily-name a {
    color: #FFF;
    text-decoration: underline;
}
.align-center
{
	align-items:center
}
.menutab-item  img{
	display:none;
}
.service-name
{
	color: #FFF;
}
.service-name.svname-item {
	color: #333;
}
.footer-text tr, .thongtinkhoahoc-box tr{
	display:flex;
}
.footer-text td:nth-child(1){
	width: 25px!important;
}
.footer-text td:nth-child(2),
.thongtinkhoahoc-box td:nth-child(2){
	width: calc(100% - 30px)!important;
}
.footer-text td:nth-child(1) img {
    width: 20px !important;
    height: auto !important;
	    margin-top: 3px;
}
.thongtinkhoahoc-box td:nth-child(1) img {
    width: 27px !important;
    height: auto !important;
		
}
.thongtinkhoahoc-box td:nth-child(1){
	width: 30px!important;
}