﻿/*Style chung start*/

@font-face {
    font-family: UTM_AVO;
    src: url(../fonts/utm-avo/utm-avo.eot);
    src: url(../fonts/utm-avo/utm-avo.woff) format("woff"), url(../fonts/utm-avo/utm-avo.ttf) format("truetype"), url(../fonts/utm-avo/utm-avo.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: UTM_AVO;
    src: url(../fonts/utm-avo/utm-avobold.eot);
    src: url(../fonts/utm-avo/utm-avobold.woff) format("woff"), url(../fonts/utm-avo/utm-avobold.ttf) format("truetype"), url(../fonts/utm-avo/utm-avobold.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}
body{
	font-family: 'UTM_AVO';
}
.title-all {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
}
.title-all a{
    color: #08004E;
}
.title-all a:hover{
   color: #d10216;
   text-decoration: none;
}

.line-title-all {
    display: block;
    text-align: center;
    margin-bottom: 35px;
}


/*Style chung end*/

#header {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 999;
    top: 0;
    /*min-height: 75px;*/
}

#header .logo {
    float: left;
    line-height: 70px;
}
#header .logo img {
    width: 154px;
}
#header .menu {
    float: right;
}

#header .menu ul {
    padding: 0;
    margin: 0;
}

#header .menu ul li {
    display: inline-block;
    position: relative;
}

#header .menu ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 24px 10px;
    display: inline-block;
}

#header .menu ul li a:hover {
    text-decoration: none;
    transition: none;
    color: #d10216;
    transition: none;
}
#header .menu ul.submenu {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-top: 5px solid #d10216;
    display: none;
}
#header .menu ul.submenu>li{
    display: block;
}
#header .menu ul.submenu>li>a {
    padding: 5px 0;
    font-weight: normal;
    text-transform: none;
    white-space: nowrap;
}
#header .menu ul.submenu>li>a:hover {
    border-bottom: none;
    padding-left: 10px;
}
#header .menu ul li:hover>ul{
    display: block;
}
.menu-lang {
    margin-left: 20px;
}
.submenu-lang {
    position: absolute;
    display: none;
}
.menu-lang img {
    height: 13px;
    width: auto;
}
.menu-lang a {
    padding: 0 !important;
}
.menu-lang:hover>ul{
    display: block;
}
.menu-lang-mobile {
    padding-left: 13px;
}
.menu-lang-mobile a {
    display: inline-block !important;
    padding: 2px !important;
}
#slider {
    width: 100%;
    box-shadow: 2px 2px 11px 3px #686392;
}

#slider #slider-home .left {
    float: left;
}

#slider #slider-home .left i.fa {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 50px;
}

#slider #slider-home .right {
    float: right;
}

#slider #slider-home .right i.fa {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 50px;
}

#adver-downslider {
    margin-top: -7%;
}

#adver-downslider .main-adver .item {
    padding: 0;
}

#adver-downslider .main-adver .item img {
    width: 100%;
    height: auto;
}

#adver-downslider .main-adver .item img:hover {
    filter: brightness(110%);
}

#road-succsess .main-box .no-space {
    padding: 0;
}

#road-succsess .main-box .no-space h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
#road-succsess .main-box .no-space h4 a{
    color:#333;
}
#road-succsess .main-box .no-space h4 a:hover{
    color:#d10216;
    text-decoration: none;
}

#road-succsess .dt-sc-ico-content .dt-sc-iconbox {
    display: inline-block;
    margin-bottom: 15px;
    min-height: 124px;
    position: relative;
    width: 100%;
    text-align: center;
}

#road-succsess .dt-sc-ico-content .dt-sc-iconbox::before {
    background: url(../images/icon-seperator.png) repeat-x;
    height: 10px;
    content: "";
    float: left;
    left: 0;
    position: absolute;
    top: 41.5%;
    width: 100%;
}

#road-succsess .dt-sc-ico-content .dt-sc-iconbox .icon {
    width: 125px;
    height: 125px;
    border: 5px solid #c1252d;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    background: #c1252d;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#road-succsess .dt-sc-ico-content .dt-sc-iconbox .icon::after {
    top: -7px;
    left: -7px;
    padding: 7px;
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.8);
    /* opacity: 0; */
}

#road-succsess .dt-sc-ico-content .dt-sc-iconbox:hover .icon:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#road-succsess .dt-sc-ico-content .dt-sc-iconbox img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

#road-succsess .dt-sc-ico-content .dt-sc-iconbox img::after {
    box-shadow: 0 0 0 4px #b6cb50;
}

#center-fitness #trungtamfinet .item {
    padding: 30px;
    text-align: center;
}

#center-fitness #trungtamfinet .item img {
    width: 100%;
    border-radius: 50%;
}

#center-fitness #trungtamfinet .item .title {
    color: #1a1c19;
    font-size: 14px;
    font-weight: bold;
}

#center-fitness #trungtamfinet .item .sapo {
    color: #666666;
    font-size: 14px;
}

#center-fitness .main-box {
    position: relative;
}

#center-fitness .main-box .prev {
    position: absolute;
    left: -10px;
    top: 33%;
    cursor: pointer;
}

#center-fitness .main-box .prev i.fa {
    font-size: 50px;
    color: #e4e3f1;
}

#center-fitness .main-box .next {
    position: absolute;
    right: -10px;
    top: 33%;
    cursor: pointer;
}

#center-fitness .main-box .next i.fa {
    font-size: 50px;
    color: #e4e3f1;
}

#time-learn .main-box {
    margin-top: 30px;
    background: #f4f4f4;
    padding: 20px;
    position: relative;
}

#time-learn .main-box .item {
    text-align: center;
    padding-bottom: 50px;
}

#time-learn .main-box .item img {
    width: 100%;
    box-shadow: 2px 2px 12px 0px #222;
}

#time-learn .main-box .item img:hover {
    filter: brightness(110%);
}

#time-learn .main-box .item .title {
    font-size: 14px;
    font-weight: bold;
    color: #1a1c19;
}

#time-learn .main-box .item .title:hover {
    color: #c1252d;
}

#time-learn .main-box .item .time {
    color: #666;
}

#time-learn .main-box .register-free {
    display: block;
    padding: 10px 30px;
    background: #c1252d;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 18px;
    white-space: nowrap;
}

#time-learn .main-box .register-free:hover {
    text-decoration: none;
    max-width: 320px;
}
#time-learn .main-box a.prev-lophoc{
    position: absolute;
    top:25%;
    cursor: pointer;
}
#time-learn .main-box a.next-lophoc{
    position: absolute;
    top:25%;
    right:20px;
    cursor: pointer;
}
#time-learn .customNavigation a i {
    font-size: 50px;
    color:#333;
}
.huanluyenvien{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    height: 550px;
    text-align: center;
    padding-top: 21%;
    padding:180px -15px 0;
}
.huanluyenvien .bg-a{
    border: 5px solid #fff;
    width: 40%;
    margin: 0 auto;
    padding: 4rem;
    background: rgba(172, 172, 172, 0.72);
}
.huanluyenvien .bg-a:hover{
    background: rgba(251, 251, 251, 0.81);
}
.huanluyenvien .bg-a:hover a{
    color: #c1252d;
}
.huanluyenvien .bg-a a{
    color: #fff;
    font-size: 26px;
}
.huanluyenvien .bg-a a:hover{
    color: #c1252d;
    text-decoration: none;
}
#huanluyenvien .main-box {
    margin-top: 25px;
}

#huanluyenvien .main-box .team-detail {
    background: #c1252d;
}

#huanluyenvien .main-box .team-detail:hover .dt-sc-social-icons {
    border: 1px solid #c1252d;
    border-top: 1px solid #fff;
}

#huanluyenvien .main-box .dt-sc-social-icons {
    background: #c1252d;
    padding: 0;
}

#customer-review {
    width: 100%;
    background: url("../images/bg-01.png");
    background-size: cover;
    background-position: center center;
}

#customer-review #ykienhocvien {
    padding: 37px;
    padding-bottom: 20px;
}

#customer-review #ykienhocvien .carousel-inner {
    padding-bottom: 20px;
}

#customer-review #ykienhocvien .item {
    text-align: center;
}

#customer-review #ykienhocvien .item .sapo {
    color: #999;
    text-align: center;
}

#customer-review #ykienhocvien .item .sapo p {
    margin: 0;
}

#customer-review #ykienhocvien .item img {
    width: 162px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
}

#customer-review #ykienhocvien .item hr {
    width: 100px;
}

#customer-review #ykienhocvien .item .name {
    font-weight: bold;
    text-align: center;
    color: #fff;
}

#customer-review #ykienhocvien .item .job {
    text-align: center;
    color: #fcfcfc;
}

#customer-review #ykienhocvien .carousel-indicators {
    bottom: -10px;
}

#customer-review #ykienhocvien .carousel-indicators li {
    background: white;
}

#customer-review #ykienhocvien .carousel-indicators li.active {
    background: #c1252d;
}

#news .main-box .item .images {
    position: relative;
}

#news .main-box .item .images a img {
    max-width: 100%;
}

#news .main-box .item .images a img:hover {
    filter: brightness(110%);
}

#news .main-box .item .images .date {
    position: absolute;
    top: 0;
    left: 0;
    background: #c1252d;
    width: 52px;
    height: 60px;
}

#news .main-box .item .images .date span {
    display: block;
    width: 86%;
    text-align: center;
    color: white;
    font-size: 20px;
    margin: 0 auto;
}

#news .main-box .item .images .date span:nth-of-type(1) {
    border-bottom: 1px solid #fff;
}

#news .main-box .item .title a {
    font-size: 16px;
    font-weight: bold;
    color: #1a1c19;
    height: 36px;
    display: block;
    overflow: hidden;
}

#news .main-box .item .title a:hover {
    color: #c1252d;
    text-decoration: none;
}

#news .main-box .item .line {
    background: #1a1c19;
    width: 60px;
    height: 5px;
    display: block;
    margin-bottom: 10px;
}

#news .main-box .item .sapo {
    font-size: 14px;
    color: #666;
    height: 80px;
}

#news .readmore {
    display: block;
    text-align: center;
    color: #fff;
    background: #c1252d;
    font-weight: bold;
    clear: left;
    padding: 10px 30px;
    width: 160px;
    text-transform: uppercase;
    margin: 25px auto;
}

#news .readmore:hover {
    text-decoration: none;
}

#uudai .main-box img {
    max-width: 100%;
    height: auto;
}

#doi-tac .main-box {
    padding: 30px 0;
}

#register-trial {
    background: #cccccc;
}

#register-trial .slogen {
    color: #c1252d;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    padding: 29px;
    margin: 0;
}

#register-trial .register {
    text-align: right;
}

#register-trial .register a {
    display: inline-block;
    font-size: 18px;
    color: #c1252d;
    border: 1px solid #c1252d;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 25px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin: 20px;
    margin-right: 0;
}

#register-trial .register a:hover {
    cursor: pointer;
}

#footer {
    width: 100%;
    background: #1e1e1e;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer .item {
    margin-bottom: 20px;
}

#footer .item .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#footer .item .sapo {
    color: #fefefe;
    margin-bottom: 20px;
}

#footer .bottom .item .title {
    padding: 15px;
    background: #c1252d;
    margin: 0;
    font-weight: bold;
}

#footer .bottom .item .sapo {
    margin-top: 20px;
}

#footer .bottom .item .social-icon {
    padding: 0;
    margin: 0;
}

#footer .bottom .item .social-icon li {
    list-style: none;
    display: inline-block;
}

#footer .bottom .item .social-icon li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-mxh.png);
}

#footer .bottom .item .social-icon li a.youtube {
    background-position-x: 73px;
    background-position-y: 1px;
}

#footer .bottom .item .social-icon li a.twitter {
    background-position-x: 31px;
}

#footer .bottom .center .form-dk input {
    margin-top: 20px;
    height: 38px;
    width: 100%;
    padding: 10px;
}

#footer .bottom .center .form-dk button {
    padding: 15px;
    background: #c1252d;
    margin: 0;
    font-weight: bold;
    border: none;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

#footer .bottom .right .even {
    padding: 10px;
    background: #fff;
    margin-top: 10px;
}

#footer .bottom .right .even .img {
    width: 126px;
    float: left;
    margin-right: 10px;
    display: block;
}

#footer .bottom .right .even .name .time {
    color: #c1252d;
    font-size: 16px;
}
#footer .bottom .right .even img{
    max-width: 100%;
}
#footer .bottom .right .even:nth-of-type(2) {
    background: #1e1e1e;
    border: 1px solid #ddd;
}

#footer .bottom .right .even:nth-of-type(2) .name h5 {
    color: #fff;
}

#footer-down {
    background: #000;
    line-height: 58px;
}

#footer-down .copyright {
    color: #999999;
    text-align: center;
    margin: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #333333;
    border-color: #337ab7;
}
.pagination>li>a, .pagination>li>span{
    color: #333;
}

/*Style chi tiết tin start*/
#chitiettin{
    margin-top: 70px;
}
#chitiettin .breadcrumb1 {
    padding: 15px 0;
}
#chitiettin .breadcrumb1 ul {
    padding: 0;
}
#chitiettin .breadcrumb1 ul li{
    list-style: none;
    display: inline-block;
}
#chitiettin .breadcrumb1 ul li a {
    color: #666;
    font-style: italic;
}
#chitiettin{
    /*font-family: 'UTM';*/
}
#chitiettin .detail-news .title {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
#chitiettin .detail-news .author{
    color: #666;
    margin: 10px 0;
}
#chitiettin .detail-news .author span{
    display: inline-block;
    padding: 0 10px;
}
#chitiettin .detail-news .sapo{
    margin-top: 15px;
}
#chitiettin .detail-news .content img{
    max-width: 100%;
    height: auto !important;
}
#chitiettin .sidebar{

}
#chitiettin .sidebar .register-get-news {
    text-align: center;
    background: #c1252d;
    margin-top: 10px;
}
#chitiettin .sidebar .register-get-news>a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding: 25px;
}
#chitiettin .sidebar .register-get-news>a:hover {
    text-decoration: none;
}
#chitiettin .sidebar .related-news {
    border: 1px solid #ddd;
    margin-top: 40px;
    margin-bottom: 20px;
}
#chitiettin .sidebar .related-news .title{
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
}
#chitiettin .sidebar .related-news .list-news{
    padding: 3%;
}
#chitiettin .sidebar .related-news .list-news .item-news {
    border: 1px solid #ddd;
    padding: 3%;
    margin-bottom: 15px;
}
#chitiettin .sidebar .related-news .list-news .item-news .images {
    position: relative;
}
#chitiettin .sidebar .related-news .list-news .item-news .images .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 60px;
    background: #c1252d;
    text-align: center;
    color: #fff;
    font-size: 19px;
}
#chitiettin .sidebar .related-news .list-news .item-news .images .date span:nth-of-type(1) {
    display: block;
    border-bottom: 1px solid #fff;
    width: 84%;
    margin: 0 auto;
}
#chitiettin .sidebar .related-news .list-news .item-news img{
    max-width: 100%;
    width: 100%;
}
#chitiettin .sidebar .related-news .list-news .item-news .title{
    text-align: left;
    border-bottom: none;
}
#chitiettin .sidebar .related-news .list-news .item-news .title>a{
    color: #1a1c19;
    text-transform: none;
    font-size: 16px;
}
#chitiettin .sidebar .related-news .list-news .item-news .title>a:hover{
    color: #c1252d;
    text-decoration: none;
}
#chitiettin .sidebar .fanpage-fb{
    margin-top: 20px;
}

/*Style chi tiết tin end*/

/*Style trang nhóm lớp học start*/
#group_lophoc{
    /*font-family: 'UTM'*/
}
#group_lophoc .sapo{
    color: #1a1c19;
    font-size: 14px;
}
#group_lophoc .line {
    width: 60px;
    height: 5px;
    background: #1a1c19;
    margin: 20px auto;
}
#group_lophoc .item .sub-item{
    border: 1px solid #ddd;
    padding: 10px;
}
#group_lophoc .item .images img{
    width: 100%;
    height: auto;
}
#group_lophoc .item .title>a{
    font-weight: bold;
    font-size: 16px;
    color: #1a1c19;
    text-decoration: none;
}
#group_lophoc .item .title>a:hover{
    text-decoration: none;
    color: #c1252d;
}
/*Style trang nhóm lớp học end*/

/*Style trang giới thiệu start*/
#page_intro .top1 {
    background: #ccc;
    padding: 20px 0;
    /*text-align: center;*/ 
}
#page_intro .top1 .title{
    text-transform: uppercase;
    font-weight: bold;
    color: #1a1c19;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}
#page_intro {
    background: #ccc;
    /*text-align: center;*/
}
#page_intro .middle{
    padding: 20px 0;
}
#page_intro .middle .title{
    text-transform: uppercase;
    font-weight: bold;
    color: #1a1c19;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}
#page_intro .ttfitness-page-gt{
    margin-top: 20px;
}
#page_intro .ttfitness-page-gt .item{
    background: #fff;
    padding: 30px;
}
#page_intro .ttfitness-page-gt .item img{
    width: 100%;
    border-radius: 50%;
}
#page_intro .ttfitness-page-gt .item .title{
    text-transform: none;
    font-size: 16px;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
}
#page_intro .ttfitness-page-gt .item .sapo{
    height: 80px;
    overflow: hidden;
}
#slider2 #slider-intro .left i.fa {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 50px;
}
#slider2 #slider-intro .right i.fa {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 50px;
}
/*Style trang giới thiệu end */
@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.faa-parent.animated-hover:hover>.faa-wrench,
.faa-wrench.animated,
.faa-wrench.animated-hover:hover {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial
}

.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-wrench.animated.faa-fast {
    -webkit-animation: wrench 1.2s ease infinite;
    animation: wrench 1.2s ease infinite
}

.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-wrench.animated.faa-slow {
    -webkit-animation: wrench 3.7s ease infinite;
    animation: wrench 3.7s ease infinite
}

.hotline {
    background: url(../images/hotline.png);
    background-size: cover;
    position: fixed;
    right: 0;
    z-index: 111;
    height: 100px;
    width: 300px;
    color: #fff;
    padding: 30px 0 0 45px;
    top: 60px
}

.hotline img {
    float: left;
    margin: 11px 18px 0 3px
}

.hotline p {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0
}

.hotline p:first-child {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.hotline .hotline-no {
    float: left
}

.hotline-mobile {
    background: url(../images/hotline-mobile.png);
    background-size: cover;
    position: fixed;
    z-index: 1111;
    height: 80px;
    width: 80px;
    padding-top: 28px;
    bottom: 20px
}

/*trongnq added 17/11/2017*/
/*style .stags trong trang chi tiết tin*/
.tags{
    border:1px solid #ddd;
    padding:1rem;
    margin-top: 1rem;
}
.tags .title{
    border-bottom: 3px solid #db2128;
    margin-bottom: 1rem;
    border-width: 2px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
.tags a{
    padding: 0.75rem;
    background: black;
    display: block;
    float: left;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tags a:hover{
    background: #db2128;
    text-decoration: none; 
}
/*style list tin 'có thể bạn quan tâm'*/
.list-other-news {
    border: 1px solid #ddd;
    margin-top: 1rem;
}
#chitiettin .detail-news .list-other-news .title {
    margin-bottom: 1rem !important;
    color:#db2128;
    padding: 1rem;
    font-size: 24px;
    background: #ddd;
}
.list-other-news ul li{
    margin-bottom:0.5rem;
}

.list-other-news ul li a {
    color: #000;
}
.list-other-news ul li a:hover{
    color:#db2128;
    text-decoration: none;
}
#slider-home img{
    /* height: 540px; */
    object-fit: fill;
}
#group_lophoc .main-box .item .title{
    height: 40px;
    overflow: hidden;
}
#group_lophoc .main-box .item .sapo{
    height: 60px;
    overflow: hidden;
}
#slider-lichhoc{
    position: relative;
}
#slider-lichhoc h2{
    text-align: center;
    color:#db2128;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#slider-lichhoc i{
    font-size: 55px;
    color: #fff;
    position: absolute;
    top:0;
}
#slider-lichhoc i.fa-angle-left{
    left:2rem;
}
#slider-lichhoc i.fa-angle-right{
    right:2rem;
}
#slider-lichhoc .item-img{
/*max-height:485px;*/
overflow:hidden;
display:block;
}
/*#slider-lichhoc img{
    max-height: 477px;
    object-fit: cover;
}*/
#slider-lichhoc a{
    color: #db2128;
}
#slider-lichhoc a:hover{
    text-decoration: none;
}
#slider-lichhoc a.left,#slider-lichhoc a.right{
    height: 53px;
}
#slider-lichhoc .carousel-control{
    opacity:1;
}