.container {
    width: 1170px;
    margin: 0 auto;
}

.dn {
    display: none;
}

.masterPage {
    padding: 30px 0;
}

.masterPage1 {
    padding-top: 40px;
}

.masterMain {
    width: calc(100% - 380px);
    margin-right: 20px;
    float: left;
    min-height: 20px;
}

.sideBar {
    width: 360px;
    float: left;
}

@media screen and (max-width: 768px) {
    .slicksp .slick-arrow.slick-next{
        right: 3% !important;
    }
    .slicksp .slick-arrow.slick-prev{
        left: 0% !important;
    }
}


.kienThucDS .itemTitle , .kienThucDS .itemDescription{
    text-align: left;

}
.kienThucDS .itemTitle a{
    text-transform: none;
}


.datCauHoi .btnClick{
    height: 36px;
    font: 15px / 36px Roboto;
    color: #2d2f8c;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #2d2f8c;
    color: #fff;
    text-transform: uppercase;
}

.sideBar>div:nth-child(1)~div {
    margin-top: 30px;
}

.pageTitle1 {
    font: 20px/24px RobotoBold;
    color: #2d2f8c;
}

.pageTitle2 {
    font: 30px/44px RobotoBold;
    color: #2d2f8c;
    text-transform: uppercase;
    margin-top: 25px;
}

.noidung {
    font: 15px/22px Roboto;
}

.fbComment {
    margin: 25px 0;
    width: 100%;
}

.fbComment .title {
    font: 20px/28px RobotoBold;
    color: #2d2f8c;
    margin-bottom: 8px;
}

.fbComment .content {
    border: 1px solid #e2e2e2;
    padding: 5px 3px;
    background: #fff;
}

.fbComment .fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

.headerFix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 20;
}

.topBox {
    background-color: #2d2f8c;
    position: relative;
    z-index: 10;
}

.topBox .text {
    float: left;
    font: 14px/30px Roboto;
    color: #fff;
}

.topRight {
    float: right;
}

.topRight .hotline {
    float: left;
    font: 15px/30px RobotoMedium;
    color: #fff;
    background-color: #f00;
    padding: 0 15px;
}

.topRight .hotline span {
    background: url(Pic/phoneIcon1.png) left center no-repeat;
    padding-left: 24px;
}

.topRight .hotline:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -ms-filter: brightness(120%);
    -moz-filter: brightness(120%);
}

.language {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-left: 20px;
}

.language li {
    float: left;
    font: 14px/30px RobotoBold;
    color: #c6c7ff;
}

.language li:after {
    content: '/';
    visibility: visible;
    margin: 0 5px;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    display: inline-block;
}

.language li:last-child:after {
    content: none;
}

.language li.active a {
    color: #fff;
}

.language a {
    font: 14px/30px RobotoBold;
    color: #c6c7ff;
}

.language a:hover {
    color: #fff;
}

.headerBox {
    padding: 12px 0;
    border-bottom: 2px solid #cecbc1;
    position: relative;
    z-index: 22;
    background-color: #fff;
}

.headerBox .logo {
    float: left;
    max-height: 70px;
}

.headerBox .logo img {
    max-height: 70px;
}

.headerRight {
    float: right;
    margin-top: 26px;
}

.headerRight>.searchBox {
    float: left;
    position: relative;
    margin-top: 1px;
}

.headerRight>.searchBox .searchIcon {
    font-size: 16px;
    width: 15px;
    display: block;
}

.headerRight>.searchBox .box {
    position: absolute;
    width: 220px;
    right: 0;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    opacity: 0;
    pointer-events: none;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    z-index: 1;
}

.headerRight>.searchBox input {
    font: 15px/30px Roboto;
    border: 1px solid #d3d3d3;
    width: 100%;
    padding-right: 30px;
    background-color: #fff;
    border-radius: 4px;
}

.headerRight>.searchBox .searchBtn {
    font-size: 16px;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    z-index: 2;
    position: absolute;
}

.headerRight>.searchBox .searchBtn i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
}

.headerRight>.searchBox.active .box {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
    opacity: 1;
    pointer-events: auto;
}

.headerRight>.searchBox.active .searchIcon i:before {
    content: '';
}



.slideBox .khungAnh:before {
    padding-bottom: calc(600/1900*100%);
}

.slideBox .slick-dots {
    display: none !important;
}

.slideBox .slick-arrow {
    position: absolute;
    z-index: 4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: calc(50% - 25px);
    background-color: rgba(45, 47, 140, .5);
    font-size: 0;
    color: #c0c1dd;
}

.slideBox .slick-arrow:before {
    content: '';
    font-family: FontAwesome;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    margin-right: -2px;
}

.slideBox .slick-arrow:hover {
    background-color: #2d2f8c;
    color: #fff;
}

.slideBox .slick-arrow.slick-next {
    right: 20px;
}

.slideBox .slick-arrow.slick-prev {
    left: 20px;
}

.slideBox .slick-arrow.slick-prev:before {
    content: '';
    margin-left: -2px;
    margin-right: 0;
}

.bannerBox .khungAnh:before {
    padding-bottom: calc(300/1900*100%);
}

.bannerBox .text {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    width: 100%;
}

.bannerBox .text1 {
    font: 30px/40px RobotoBold;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 3px 3px #666;
}

.bannerBox .text2 {
    font: 16px/24px Roboto;
    color: #fff;
    text-shadow: 2px 3px 3px #666;
    margin-top: 5px;
}

.breadCrumbBox {
    background-color: #eee;
    padding: 9px 0;
}

.breadCrumbBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadCrumbBox li {
    float: left;
}

.breadCrumbBox a {
    font: 15px/24px Roboto;
}

.breadCrumbBox a:after {
    content: '';
    font-family: FontAwesome;
    visibility: visible;
    padding: 0 10px;
    display: inline-block;
}

.breadCrumbBox li:last-child a:after {
    content: none;
}

.breadCrumbBox a:hover,
.breadCrumbBox a.active,
.breadCrumbBox li.active a {
    color: #2d2f8c;
}

.SplitPages {
    font-size: 0;
    margin: 20px 0 -10px;
    text-align: center;
}

.SplitPages a {
    display: inline-block;
    font: 16px/24px RobotoBold;
    text-align: center;
    margin: 0 10px;
    vertical-align: top;
}

.SplitPages a:last-child {
    margin-right: 0;
}

.SplitPages a:first-child {
    margin-left: 0;
}

.SplitPages a:hover,
.SplitPages a.hientai {
    color: #2d2f8c;
}

.SplitPages .dau {
    font-size: 0;
}

.SplitPages .dau:before {
    content: '';
    font-family: FontAwesome;
    font-size: 15px;
}

.SplitPages .truoc {
    font-size: 0;
}

.SplitPages .truoc:before {
    content: '';
    font-family: FontAwesome;
    font-size: 15px;
}

.SplitPages .cuoi {
    font-size: 0;
}

.SplitPages .cuoi:before {
    content: '';
    font-family: FontAwesome;
    font-size: 15px;
}

.SplitPages .sau {
    font-size: 0;
}

.SplitPages .sau:before {
    content: '';
    font-family: FontAwesome;
    font-size: 15px;
}

.footerBox {
    padding: 30px 0 20px;
    background-color: #004ca0;
    position: relative;
    z-index: 21;
}

.footerBox .contactInfo {
    float: left;
    width: calc(500/1170*100%);
    margin-right: 35px;
}

.footerBox .contactInfo .title {
    font: 22px/24px RobotoBold;
    color: #fff;
    text-transform: uppercase;
}

.footerBox .contactInfo .info {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.footerBox .contactInfo .info li {
    font: 14px/24px Roboto;
    color: #f3f3f3;
    padding-left: 26px;
    position: relative;
}

.footerBox .contactInfo .info li i {
    position: absolute;
    left: 0;
    top: 4px;
}

.footerBox .contactInfo .info li a,
.footerBox .contactInfo .info li span {
    font: 14px/24px Roboto;
    color: #f3f3f3;
}

.footerBox .contactInfo .info li a:hover {
    color: #f00;
}

.footerBox .contactInfo .info li.add {
    margin-top: 7px;
}

.footerBox .contactInfo .info li.fax i {
    font-size: 0;
    background: url(Pic/phoneIcon2.png) no-repeat;
    width: 15px;
    height: 14px;
}

.footerBox .moreInfo {
    float: right;
    width: calc(336/1170*100%);
    font: 15px/24px Roboto;
    color: #fff;
}

.footerBox .moreInfo .box {
    margin-bottom: 15px;
}

.footerBox .moreInfo .logoBCT {
    max-height: 43px;
    float: left;
    margin-right: 20px;
}

.footerBox .moreInfo .logoBCT img {
    max-height: 43px;
}

.footerBox .social {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    float: left;
    margin-top: 1px;
}

.footerBox .social li {
    float: left;
    width: 40px;
    margin-right: 10px;
}

.footerBox .social li a {
    width: 40px;
    height: 40px;
    background-color: #0060ca;
    border-radius: 50%;
    display: block;
}

.footerBox .social li a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.footerBox .social li a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -ms-filter: brightness(120%);
    -moz-filter: brightness(120%);
}

.menuBottomBox {
    width: calc(265/1170*100%);
    float: left;
}

.menuBottomBox .title {
    font: 22px/24px RobotoBold;
    color: #fff;
    text-transform: uppercase;
}

.menuBottomBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 19px;
}

.menuBottomBox ul li {
    font: 15px/24px Roboto;
    color: #fff;
    padding-left: 13px;
    position: relative;
}

.menuBottomBox ul li:nth-child(1)~li {
    margin-top: 7px;
}

.menuBottomBox ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}

.menuBottomBox ul li a,
.menuBottomBox ul li span {
    font: 15px/24px Roboto;
    color: #fff;
}

.menuBottomBox ul li a:hover {
    color: #f00;
}

.homeTop {
    background-color: #fafafa;
    padding: 25px 0 10px;
}

.newsHome {
    width: calc(100% - 407/1170*100% - 30px);
    margin-right: 30px;
    float: left;
}

.newsHome .title {
    margin-bottom: 32px;
}

.newsHome .title span {
    font: 24px/32px RobotoBold;
    color: #2d2f8c;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.newsHome .title span:before {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #2d2f8c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.newsHome .col1 {
    float: left;
    width: calc(370/770*100%);
    margin-right: 30px;
}

.newsHome .col1 .khungAnh:before {
    padding-bottom: calc(247/370*100%);
}

.newsHome .col1 .itemTitle {
    margin-top: 10px;
    max-height: 52px;
    overflow: hidden;
}

.newsHome .col1 .itemTitle a {
    font: 18px/25px RobotoBold;
    float: left;
    text-align: left;
    text-transform: none;
}
.newsHome .itemDetail{
    padding: 0;
}

.newsHome .col1 .itemTitle a:hover {
    color: #2d2f8c;
}

.newsHome .col1 .itemDescription {
    font: 15px/22px Roboto;
    color: #666;
    margin-top: 10px;
    max-height: 112px;
    overflow: hidden;
}

.newsHome .col1 .slick-dots {
    font-size: 0;
    margin-top: 8px;
}

.newsHome .col1 .slick-dots li {
    float: left;
    height: 10px;
    overflow: hidden;
}

.newsHome .col1 .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 6px 0 0;
    font-size: 0;
    border: none;
    vertical-align: top;
    position: relative;
    background-color: #c8c9f0;
}

.newsHome .col1 .slick-dots li.slick-active button,
.newsHome .col1 .slick-dots li:hover button {
    background-color: #2d2f8c;
}

.newsHome .col1 .slick-arrow {
    display: none !important;
}

.newsHome .col2 {
    float: left;
    width: calc(100% - 370/770*100% - 30px);
}

.newsHome .col2 .itemBox {
    padding: 5px 0;
    border-top: 1px solid #eee;
}

.newsHome .col2 .itemBox:first-child {
    padding-top: 0;
    border-top: none;
}

.newsHome .col2 .itemBox:last-child {
    padding-bottom: 0;
}

.newsHome .col2 .khungAnh {
    float: left;
    width: calc(90/370*100%);
    margin-right: 15px;
}

.newsHome .col2 .khungAnh:before {
    padding-bottom: calc(79/118*100%);
}

.newsHome .col2 .itemDetail {
    float: left;
    width: calc(100% - 90/370*100% - 15px);
    min-height: 80px;
}

.newsHome .col2 .itemTitle {
    margin-top: -5px;
    max-height: 68px;
    overflow: hidden;
    text-align: left;
}

.newsHome .col2 .itemTitle a {
    font: 15px/22px RobotoBold;
    text-transform: none;
}

.newsHome .col2 .itemTitle a:hover {
    color: #2d2f8c;
}

.videoHome {
    width: calc(407/1170*100%);
    float: left;
}

.videoHome .title {
    margin-bottom: 32px;
}

.videoHome .title a,
.videoHome .title span {
    font: 24px/32px RobotoBold;
    color: #2d2f8c;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.videoHome .title a:before,
.videoHome .title span:before {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #2d2f8c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.videoHome .title a:hover,
.videoHome .title span:hover {
    color: #f00;
}

.videoHome .title a:hover:before,
.videoHome .title span:hover:before {
    background-color: #f00;
}

.videoHome .groupItem {
    background-color: #f1f1f6;
    padding: 20px;
}

.videoHome .itemBox {
    display: none;
}

.videoHome .itemBox.active {
    display: block;
}

.videoHome .itemBox.video .khungAnh .icon .bg {
    background: rgba(45, 47, 140, .9) url(Pic/videoIcon0.png) no-repeat center center;
    background-size: 15px auto;
}

.videoHome .khungAnh:before {
    padding-bottom: calc(186/330*100%);
}

.videoHome .khungAnh:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 5;
    visibility: visible;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.videoHome .khungAnh .icon {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    z-index: 6;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.videoHome .khungAnh .icon .bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    height: 42px;
    width: 42px;
    z-index: 6;
    display: block;
    background: rgba(45, 47, 140, .9) url(Pic/thIcon.png) no-repeat center center;
    background-size: 12px auto;
    border-radius: 50%;
}

.videoHome .khungAnh .icon .border {
    height: 60px;
    width: 60px;
    display: block;
    border: 1px solid #fff;
    animation: roundScale 1.6s linear infinite;
    -webkit-animation: roundScale 1.6s linear infinite;
    border-radius: 50%;
}

.videoHome .khungAnh:hover:after {
    opacity: 0;
}

.videoHome .itemTitle {
    margin-top: 10px;
    max-height: 46px;
    overflow: hidden;
    height: 46px;
}

.videoHome .itemTitle a {
    font: 15px/22px RobotoBold;
}

.videoHome .itemTitle a:hover {
    color: #2d2f8c;
}

.videoHome .tab {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
    margin-top: 5px;
}

.videoHome .tab li {
    display: inline-block;
    width: 80px;
    margin: 0 5px;
    vertical-align: top;
}

.videoHome .tab li a {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
}

.videoHome .tab li img {
    width: 38px;
    height: 38px;
    position: absolute;
    top: calc(50% - 19px);
    left: calc(50% - 19px);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.videoHome .tab li.active img,
.videoHome .tab li:hover img {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    image-rendering: auto;
}

.productHome {
    padding: 30px 0 20px;
}

.productHome .title {
    text-align: center;
    margin-bottom: 25px;
}

.productHome .title a,
.productHome .title span {
    font: 24px/32px RobotoBold;
    color: #2d2f8c;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.productHome .title a:before,
.productHome .title span:before {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #2d2f8c;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;
    z-index: 5;
    bottom: 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.productHome .title a:hover,
.productHome .title span:hover {
    color: #f00;
}

.productHome .title a:hover:before,
.productHome .title span:hover:before {
    background-color: #f00;
}

.productHome .description {
    font: 15px/22px Roboto;
    color: #666;
    margin-top: 10px;
    text-align: center;
}

.productHome .productDS {
    margin-top: 20px;
}

.productBottom {
    padding: 40px 0 20px;
    background-color: #fafafa;
}

.productBottom .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.productBottom .title a,
.productBottom .title span {
    font: 22px/28px RobotoBold;
    color: #2d2f8c;
    text-transform: uppercase;
}

.productBottom .title a:hover,
.productBottom .title span:hover {
    color: #f00;
}

.productBottom .productDS {
    margin-top: 20px;
}

.productBottom .slick-dots {
    display: none !important;
}

.productBottom .slick-arrow {
    position: absolute;
    z-index: 4;
    width: 27px;
    height: 27px;
    top: -57px;
    background-color: #c7c7c7;
    color: #fff;
    font-size: 0;
    border-radius: 3px;
}

.productBottom .slick-arrow:before {
    content: '';
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 27px;
    display: block;
}

.productBottom .slick-arrow:hover {
    background-color: #2d2f8c;
    color: #fff;
}

.productBottom .slick-arrow.slick-next {
    right: 0;
}

.productBottom .slick-arrow.slick-next:before {
    transform: translateX(1px);
    -webkit-transform: translateX(1px);
}

.productBottom .slick-arrow.slick-prev {
    right: 32px;
}

.productBottom .slick-arrow.slick-prev:before {
    content: '';
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
}

.productDS .filter {
    text-align: center;
    font-size: 0;
    margin-bottom: 30px;
}

.productDS .filter input,
.productDS .filter select {
    font: 15px/40px Roboto;
    border: 1px solid #2d2f8c;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    width: 400px;
    margin-right: 17px;
    height: 40px;
}

.productDS .filter a {
    font: 15px/40px RobotoBold;
    color: #fff;
    border-radius: 4px;
    background-color: #2d2f8c;
    height: 40px;
    padding: 0 25px;
    display: inline-block;
    text-transform: uppercase;
}

.productDS .filter a:hover {
    background-color: #f00;
}

.productDS .groupItem {
    font-size: 0;
}

.productDS .itemBox {
    padding-bottom: 25px;
    width: calc((100% - 78px)/4);
    margin-right: 26px;
    display: inline-block;
    vertical-align: top;
}

.productDS .itemBox:nth-child(4n) {
    margin-right: 0;
}

.productDS .itemBox:nth-child(4)~.itemBox {
    margin-top: 26px;
}

.productDS .itemBox:hover {
    box-shadow: 0 2px 10px #d3d3d3;
}

.productDS .itemBox:hover .itemDescription {
    display: none;
}

.productDS .itemBox:hover .itemMore {
    display: table;
}

.khungAnh {
    background: url(Pic/bgkhungAnh1.png) no-repeat;
    background-size: 100% 100%;
}

.slicksp .khungAnh:before {
    padding-bottom: calc(182/272*100%);
}


.itemDetail {
    padding: 0 15px;
}

.itemTitle {
    margin-top: 10px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.itemTitle a {
    font: 18px/24px RobotoBold;
    text-transform: uppercase;
}
.itemTitle a:hover {
    color: #2d2f8c;
}

.itemDescription {
    font: 15px/22px Roboto;
    margin-top: 10px;
    text-align: center;
    max-height: 46px;
    height: 46px;
    overflow: hidden;
}

.itemMore {
    height: 36px;
    font: 15px/36px Roboto;
    text-transform: uppercase;
    color: #fff;
    margin: 20px auto 0;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #2d2f8c;
    display: none;
    width: 30%;
    min-width: 120px;
    white-space: nowrap;
    text-align: center;
}

.productDS .itemMore:hover {
    background-color: #f00;
}

.productDS .itemMore i {
    margin-right: 8px;
}

.productDS .slick-list {
    margin: 0 -13px;
}

.productDS .slick-list .itemBox {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.productDS .item {
    padding: 5px 13px;
}

.slicksp .slick-dots {
    display: none !important;
}

.slicksp .slick-arrow {
    position: absolute;
    z-index: 4;
    width: 17px;
    height: 48px;
    top: calc((100% - 48px - 114px)/2);
    font-size: 0 !important;
    color: #999;
}

.slicksp .slick-arrow:before {
    content: '';
    font-family: FontAwesome;
    font-size: 48px;
}

.slicksp .slick-arrow:hover {
    color: #2d2f8c;
}

.slicksp .slick-arrow.slick-next {
    right: -47px;
}

.slicksp .slick-arrow.slick-prev {
    left: -47px;
}

.slicksp .slick-arrow.slick-prev:before {
    content: '';
}
.slicksp .slick-arrow{
    font-family: FontAwesome;
    font-size: 48px;
}
.thuVienHome {
    background-color: #fafafa;
    padding: 30px 0 20px;
}

.videoHome1 {
    float: left;
    width: calc(770/1170*100%);
    margin-right: 30px;
}

.videoHome1 .title {
    margin-bottom: 32px;
}

.videoHome1 .title a,
.videoHome1 .title span {
    font: 24px/32px RobotoBold;
    color: #2d2f8c;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.videoHome1 .title a:before,
.videoHome1 .title span:before {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #2d2f8c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.videoHome1 .title a:hover,
.videoHome1 .title span:hover {
    color: #f00;
}

.videoHome1 .title a:hover:before,
.videoHome1 .title span:hover:before {
    background-color: #f00;
}

.videoHome1 .itemBox {
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    float: left;
}

.videoHome1 .itemBox:nth-child(5n) {
    margin-right: 0;
}

.videoHome1 .itemBox:nth-child(5)~.itemBox {
    display: none;
}

.videoHome1 .itemBox:nth-child(1) {
    width: 100% !important;
    margin-right: 0;
}

.videoHome1 .itemBox:nth-child(1) .khungAnh:after {
    background: url(Pic/bgTitle1.png) left bottom no-repeat;
    background-size: 100% auto;
}

.videoHome1 .itemBox:nth-child(1) .itemDetail {
    display: block;
}

.videoHome1 .itemBox:nth-child(1) .time {
    display: none;
}

.videoHome1 .itemBox:nth-child(1)~.itemBox {
    margin-top: 20px;
}

.videoHome1 .khungAnh:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 5;
    visibility: visible;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.videoHome1 .khungAnh .icon {
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    z-index: 6;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.videoHome1 .khungAnh .icon .bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    height: 38px;
    width: 38px;
    z-index: 6;
    display: block;
    background: rgba(45, 47, 140, .9) url(Pic/videoIcon2.png) no-repeat left 15px center;
    background-size: 12px auto;
    border-radius: 50%;
}

.videoHome1 .khungAnh .icon .border {
    height: 56px;
    width: 56px;
    display: block;
    border: 1px solid #fff;
    animation: roundScale 1.6s linear infinite;
    -webkit-animation: roundScale 1.6s linear infinite;
    border-radius: 50%;
}

.videoHome1 .khungAnh:hover:after {
    opacity: 0;
}

.videoHome1 .itemDetail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 9;
}

.videoHome1 .itemTitle {
    padding: 0 20px 15px;
}

.videoHome1 .itemTitle a {
    font: 20px/28px RobotoBold;
    color: #fff;
    text-transform: none;
}

.videoHome1 .itemTitle a:hover {
    color: #f00;
}

.videoHome1 .time {
    font: 13px/20px Roboto;
    color: #999;
    margin-top: 5px;
}

.QAHome {
    float: left;
    width: calc(100% - 770/1170*100% - 30px);
}

.QAHome .title {
    margin-bottom: 32px;
}

.QAHome .title a,
.QAHome .title span {
    font: 24px/32px RobotoBold;
    color: #2d2f8c;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.QAHome .title a:before,
.QAHome .title span:before {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #2d2f8c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.QAHome .title a:hover,
.QAHome .title span:hover {
    color: #f00;
}

.QAHome .title a:hover:before,
.QAHome .title span:hover:before {
    background-color: #f00;
}

.QAHome .content {
    background-color: #f1f1f6;
    padding: 20px 20px 56px;
}

.QAHome .content .khungAnh:before {
    padding-bottom: calc(221/330*100%);
}

.QAHome .content .text {
    font: 15px/22px Roboto;
    margin-top: 15px;
    text-align: center;
}

.QAHome .content .itemTitle {
    text-align: center;
}

.QAHome .content .itemTitle span,
.QAHome .content .itemTitle a {
    font: 20px/30px RobotoBold;
    text-transform: uppercase;
}

.QAHome .content .itemTitle a:hover {
    color: #2d2f8c;
}

.QAHome .content .itemDescription {
    font: 15px/24px Roboto;
    margin-top: 20px;
}

.QAHome .content .more {
    height: 36px;
    font: 15px/36px Roboto;
    text-transform: uppercase;
    color: #fff;
    display: table;
    margin: 30px auto 0;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #2d2f8c;
}

.QAHome .content .more:hover {
    background-color: #f00;
}

.QAHome .content .more i {
    margin-right: 8px;
}

.logoSP {
    padding: 30px 0;
}

.logoSP .khungAnh {
    border: 1px solid #e8e8e8;
    height: 60px;
}


.logoSP .khungAnh:before {
    padding-bottom: calc(53/123*100%);
}

.logoSP .slick-list {
    margin: 0 -5px;
}

.logoSP .item {
    padding: 0 5px;
}

.logoSP .slick-dots {
    display: none !important;
}

.logoSP .slick-arrow {
    position: absolute;
    z-index: 4;
    width: 10px;
    height: 30px;
    top: calc(50% - 15px);
    font-size: 0;
    color: #999;
}

.logoSP .slick-arrow:before {
    content: '';
    font-family: FontAwesome;
    font-size: 30px;
}

.logoSP .slick-arrow:hover {
    color: #2d2f8c;
}

.logoSP .slick-arrow.slick-next {
    right: -39px;
}

.logoSP .slick-arrow.slick-prev {
    left: -39px;
}

.logoSP .slick-arrow.slick-prev:before {
    content: '';
}

.tabDM {
    overflow: hidden;
}

.tabDM .content {
    border-bottom: 1px solid #e9e9e9;
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 3px;
}

.tabDM .li.active a {
    color: #2d2f8c;
}

.tabDM .li.active a:before {
    opacity: 1;
}

.tabDM a {
    font: 15px/22px RobotoBold;
    text-transform: uppercase;
    color: #555;
    position: relative;
}

.tabDM a:hover {
    color: #2d2f8c;
}

.tabDM a:hover:before {
    opacity: 1;
}

.tabDM a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 7px;
    width: 100%;
    border-top: 1px solid #2d2f8c;
    background: url(Pic/attr1.png) top center no-repeat;
    opacity: 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.tabDM .owl-carousel.owl-drag .owl-item:last-child {
    margin-right: 0 !important;
}

.tabDM .owl-carousel .owl-stage {
    margin: 0 auto;
    overflow: visible;
}

.tabDM .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.boxNews .title {
    font: 16px/40px Roboto;
    background: #2d2f8c url(Pic/sun.png) no-repeat left center;
    border-radius: 5px 5px 0 0;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
}

.SplitPages a:hover, .SplitPages .active{
    color: #2d2f8c;
}



.newsDS {
    font-size: 0;
    margin-top: 30px;
}

.newsDS .itemBox {
    display: inline-block;
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    vertical-align: top;
}

.newsDS .itemBox:nth-child(3n) {
    margin-right: 0;
}

.newsDS .itemBox:nth-child(3)~.itemBox {
    margin-top: 20px;
}

.newsDS .khungAnh:before {
    padding-bottom: calc(173/260*100%);
}

.newsDS .itemTitle {
    max-height: 74px;
    overflow: hidden;
    margin-top: 10px;
}

.newsDS .itemTitle a {
    font: 16px/24px RobotoBold;
}

.newsDS .itemTitle a:hover {
    color: #2d2f8c;
}

.newsDS .itemDescription {
    font: 15px/22px Roboto;
    color: #666;
    max-height: 68px;
    overflow: hidden;
    margin-top: 7px;
    float: left;
    text-align: left;
}
.newsDS .khungAnhCrop img{
    max-height: 200px;
}


.newsDS .itemMore {
    font: 14px/21px Roboto;
    color: #2d2f8c;
    margin-top: 7px;
    display: inline-block;
    background: none;
    margin: 0px;
    text-transform: none;
    padding: 0px;
    text-align: left;
}

.newsDS .itemMore:hover {
    color: #f00;
}

.newsTop {
    margin-top: 25px;
}
.newsTop .itemDescription{
    float: left;
    text-align: left;
}
.newsTop .khungAnh {
    float: left;
    width: calc(409/840*100%);
    margin-right: 20px;

}
.newsTop .khungAnhCrop img{
    max-height: 250px;
}

.newsTop .khungAnh:before {
    padding-bottom: calc(273/409*100%);
}

.newsTop .itemDetail {
    float: left;
    width: calc(100% - 409/840*100% - 20px);
}

.newsTop .itemTitle {
    max-height: 77px;
    overflow: hidden;
    margin-top: -5px;
}

.newsTop .itemTitle a {
    font: 18px/25px RobotoBold;
    float: left;
    text-transform: none;
    text-align: left;
}

.newsTop .itemTitle a:hover {
    color: #2d2f8c;
}

.newsTop .itemDescription {
    font: 15px/22px Roboto;
    color: #666;
    max-height: 134px;
    overflow: hidden;
    margin-top: 10px;
}

.newsTop .itemMore {
    height: 36px;
    font: 14px/36px Roboto;
    color: #fff;
    display: inline-block;
    padding: 0 25px;
    border-radius: 4px;
    background-color: #2d2f8c;
    margin-top: 22px;
}

.newsTop .itemMore:hover {
    background-color: #f00;
}

.newsRight1 {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding-bottom: 7px;
}

.newsRight1 .title {
    margin: -1px -1px 0;
}

.newsRight1 .title span {
    font: 16px/40px Roboto;
    background: #2d2f8c url(Pic/sun.png) no-repeat left center;
    border-radius: 5px 5px 0 0;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.newsRight1 .groupItem {
    padding: 15px 15px 10px;
}

.newsRight1 .itemBox {
    border-bottom: 1px dashed #d5d4d4;
    padding: 15px 0;
}

.newsRight1 .itemBox:first-child {
    padding-top: 0;
}

.newsRight1 .itemBox:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.newsRight1 .itemBox:nth-child(5)~.itemBox {
    display: none;
}

.newsRight1 .khungAnh {
    float: left;
    width: calc(96/270*100%);
    margin-right: 13px;
}

.newsRight1 .khungAnh:before {
    padding-bottom: calc(64/96*100%);
}

.newsRight1 .itemDetail {
    float: left;
    width: calc(100% - 96/270*100% - 13px);
}

.newsRight1 .itemTitle {
    max-height: 68px;
    overflow: hidden;
    margin-top: -3px;
    height: 70px;
}

.newsRight1 .itemTitle a {
    font: 15px/22px RobotoBold;
    text-align: left;
    float: left;
    text-transform: none;
    transition: all 0.3s ease;
}

.newsRight1 .itemTitle a:hover {
    color: #2d2f8c;
}

.newsRight1 .more {
    font: 14px/22px Roboto;
    color: #2d2f8c;
    float: right;
    margin-right: 15px;
}

.newsRight1 .more:hover {
    color: #f00;
}

.videoRight1 {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding-bottom: 7px;
}

.videoRight1 .title {
    margin: -1px -1px 0;
}

.videoRight1 .title a {
    font: 16px/40px Roboto;
    background: #2d2f8c url(Pic/sun.png) no-repeat left center;
    border-radius: 5px 5px 0 0;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.videoRight1 .title a:hover {
    background-color: #f00;
}

.videoRight1 .groupItem {
    padding: 15px 15px 3px;
}

.videoRight1 .khungAnh:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 5;
    visibility: visible;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.videoRight1 .khungAnh .icon {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    z-index: 6;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.videoRight1 .khungAnh .icon .bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    height: 42px;
    width: 42px;
    z-index: 6;
    display: block;
    background: rgba(45, 47, 140, .9) url(Pic/videoIcon0.png) no-repeat center center;
    background-size: 15px auto;
    border-radius: 50%;
}

.videoRight1 .khungAnh .icon .border {
    height: 60px;
    width: 60px;
    display: block;
    border: 1px solid #fff;
    animation: roundScale 1.6s linear infinite;
    -webkit-animation: roundScale 1.6s linear infinite;
    border-radius: 50%;
}

.videoRight1 .khungAnh:hover:after {
    opacity: 0;
}

.videoRight1 .itemTitle {
    margin-top: 10px;
}

.videoRight1 .itemTitle a {
    font: 15px/22px RobotoBold;
}

.videoRight1 .itemTitle a:hover {
    color: #2d2f8c;
}

.videoRight1 .slick-list {
    margin: 0 -10px;
}

.videoRight1 .item {
    padding: 0 10px;
}

.videoRight1 .slick-dots {
    display: none !important;
}

.videoRight1 .slick-arrow {
    position: absolute;
    z-index: 4;
    width: 30px;
    height: 30px;
    top: calc(50% - 25px - 18px);
    background-color: rgba(159, 159, 159, .5);
    color: #fff;
    font-size: 0;
    border-radius: 4px 0 0 4px;
}

.videoRight1 .slick-arrow:before {
    content: '';
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 30px;
    display: block;
}

.videoRight1 .slick-arrow:hover {
    background-color: rgba(45, 47, 140, .5);
}

.videoRight1 .slick-arrow.slick-next {
    right: -1px;
}

.videoRight1 .slick-arrow.slick-next:before {
    transform: translateX(1px);
    -webkit-transform: translateX(1px);
}

.videoRight1 .slick-arrow.slick-prev {
    left: -1px;
    border-radius: 0 4px 4px 0;
}

.videoRight1 .slick-arrow.slick-prev:before {
    content: '';
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
}

.fbLink a {
    font: 16px/40px Roboto;
    background-color: #2d2f8c;
    border-radius: 4px;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
}

.fbLink a:hover {
    background-color: #f00;
}

.fbLink a i {
    margin-left: 5px;
}

.baiVietOther {
    margin-top: 30px;
}

.baiVietOther .title {
    font: 20px/28px RobotoBold;
    color: #2d2f8c;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

.newsOther .slick-list {
    margin: 0 -15px;
}

.newsOther .slick-slide>div:last-child .itemBox {
    border-bottom: none;
    padding-bottom: 0;
}

.newsOther .item {
    padding: 0 15px;
}

.newsOther .itemBox {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.newsOther .khungAnh {
    float: left;
    width: calc(138/405*100%);
    margin-right: 15px;
}

.newsOther .khungAnh:before {
    padding-bottom: calc(82/138*100%);
}

.newsOther .itemDetail {
    float: left;
    width: calc(100% - 138/405*100% - 15px);
}

.newsOther .itemTitle {
    margin-top: -4px;
    max-height: 74px;
    overflow: hidden;
}

.newsOther .itemTitle a {
    font: 16px/24px RobotoBold;
}

.newsOther .itemTitle a:hover {
    color: #2d2f8c;
}

.newsOther .slick-dots {
    display: none !important;
}

.newsOther .slick-arrow {
    position: absolute;
    z-index: 4;
    width: 27px;
    height: 27px;
    top: -38px;
    background-color: #c7c7c7;
    color: #fff;
    font-size: 0;
    border-radius: 3px;
}

.newsOther .slick-arrow:before {
    content: '';
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 27px;
    display: block;
}

.newsOther .slick-arrow:hover {
    background-color: #2d2f8c;
    color: #fff;
}

.newsOther .slick-arrow.slick-next {
    right: 0;
}

.newsOther .slick-arrow.slick-next:before {
    transform: translateX(1px);
    -webkit-transform: translateX(1px);
}

.newsOther .slick-arrow.slick-prev {
    right: 32px;
}

.newsOther .slick-arrow.slick-prev:before {
    content: '';
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
}

.tagDetail {
    padding: 30px 0 10px;
    border-bottom: 1px solid #e6e6e6;
    display: none;
}

.tagDetail .text {
    float: left;
    font-size: 14px;
    margin-right: 10px;
    color: #666;
}

.tagDetail .text i {
    line-height: 30px;
}

.tagDetail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: calc(100% - 30px);
}

.tagDetail ul li {
    float: left;
    margin-right: 7px;
}

.tagDetail ul li a {
    background-color: #f4f4f4;
    border-radius: 3px;
    border: 1px solid #ececec;
    padding: 0 10px;
    height: 30px;
    font: 13px/30px Roboto;
    color: #666;
    display: block;
    margin-bottom: 5px;
}

.tagDetail ul li a:hover {
    background-color: #2d2f8c;
    color: #fff;
}

.kienThucDS .filter {
    text-align: center;
    font-size: 0;
    margin-bottom: 30px;
}

.kienThucDS .filter input,
.kienThucDS .filter select {
    font: 15px/40px Roboto;
    border: 1px solid #2d2f8c;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 110px - 34px)/2);
    margin-right: 17px;
    height: 40px;
}

.kienThucDS .filter a {
    font: 15px/40px RobotoBold;
    color: #fff;
    border-radius: 4px;
    background-color: #2d2f8c;
    height: 40px;
    display: inline-block;
    text-transform: uppercase;
    width: 110px;
}

.kienThucDS .filter a:hover {
    background-color: #f00;
}

.kienThucDS .itemBox {
    border-bottom: 1px solid #e8e8e8;
    padding: 25px 0;
}

.kienThucDS .itemBox:first-child {
    padding-top: 0;
}

.kienThucDS .itemBox:last-child {
    border-bottom: none;
}

.kienThucDS .khungAnh {
    float: left;
    width: calc(254/840*100%);
    margin-right: 20px;
}

.kienThucDS .khungAnh:before {
    padding-bottom: calc(170/254*100%);
}

.kienThucDS .itemDetail {
    float: left;
    width: calc(100% - 254/840*100% - 20px);
}

.kienThucDS .itemTitle {
    margin-top: -5px;
    max-height: 46px;
    overflow: hidden;
    margin-bottom: 8px;
}

.kienThucDS .itemTitle a {
    font: 18px/24px RobotoBold;
}

.kienThucDS .itemTitle a:hover {
    color: #2d2f8c;
}

.kienThucDS .type {
    font: 13px/20px Roboto;
    color: #2d2f8c;
    margin-right: 12px;
    text-transform: uppercase;
}
.productDS .btnClick{
    font: 15px / 40px RobotoBold;
    color: #fff;
    border-radius: 4px;
    background-color: #2d2f8c;
    height: 40px;
    padding: 0 25px;
    display: inline-block;
    text-transform: uppercase;
}
.productDS .khungAnhCrop0 img{
    max-height:200px
}

.productDS .itemTitle {
    margin-top: 10px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.productDS .itemMore {
    height: 36px;
    font: 15px / 36px Roboto;
    text-transform: uppercase;
    color: #fff;
    margin: 20px auto 0;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #2d2f8c;
    display: none;
    width: 50%;
}

.kienThucDS .type:hover {
    color: #f00;
}

.kienThucDS .filter .btnClick , .hoiDapDS .filter .btnClick,.thuVienDS .filter .btnClick{
    font: 15px / 40px RobotoBold;
    color: #fff;
    border-radius: 4px;
    background-color: #2d2f8c;
    height: 40px;
    display: inline-block;
    text-transform: uppercase;
    width: 110px;
    padding: 0;
}


.kienThucDS .time {
    font: 13px/20px Roboto;
    color: #999;
}

.kienThucDS .itemDescription {
    font: 15px/22px Roboto;
    color: #666;
    margin-top: 7px;
    max-height: 46px;
    overflow: hidden;
}

.kienThucDS .itemMore {
    text-transform: none;
    height: 36px;
    font: 15px/36px Roboto;
    color: #2d2f8c;
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 30px;
    border-radius: 2px;
    background-color: #e3e3e3;
}

.kienThucDS .itemMore:hover {
    background-color: #2d2f8c;
    color: #fff;
}

.productRight1 {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
.productRight1 .item{

    padding: 10px;
}
.productRight1 .title {
    margin: -1px -1px 0;
}

.productRight1 .title a {
    font: 16px/40px Roboto;
    background: #2d2f8c url(Pic/sun.png) no-repeat left center;
    border-radius: 5px 5px 0 0;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.productRight1 .title a:hover {
    background-color: #f00;
}

.productRight1 .groupItem {
    padding: 15px;
}

.productRight1 .khungAnh {
    background-color: #e7e8ee;
    background-size: 100% 100%;
}

.productRight1 .khungAnh:before {
    padding-bottom: calc(182/272*100%);
}



.productRight1 .itemTitle {
    margin-top: 10px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.productRight1 .itemTitle a {
    font: 18px/24px Roboto;
    text-transform: uppercase;
}

.productRight1 .itemTitle a:hover {
    color: #2d2f8c;
}

.productRight1 .itemMore {
    height: 36px;
    font: 15px/36px Roboto;
    color: #2d2f8c;
    display: table;
    margin: 10px auto 0;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #2d2f8c;
    color: #fff;
    text-transform: uppercase;
}

.productRight1 .itemMore:hover {
    background-color: #f00;
}

.productRight1 .slick-list {
    margin: 0 -10px;
}

.productRight1 .item {
    padding: 0 10px;
}

.productRight1 .slick-dots {
    display: none !important;
}

.productRight1 .slick-arrow {
    position: absolute;
    z-index: 4;
    width: 30px;
    height: 30px;
    top: calc(50% - 40px - 18px);
    background-color: rgba(159, 159, 159, .5);
    color: #fff;
    font-size: 0;
    border-radius: 4px 0 0 4px;
}

.productRight1 .slick-arrow:before {
    content: '';
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 30px;
    display: block;
}

.productRight1 .slick-arrow:hover {
    background-color: rgba(45, 47, 140, .5);
}

.productRight1 .slick-arrow.slick-next {
    right: -1px;
}

.productRight1 .slick-arrow.slick-next:before {
    transform: translateX(1px);
    -webkit-transform: translateX(1px);
}

.productRight1 .slick-arrow.slick-prev {
    left: -1px;
    border-radius: 0 4px 4px 0;
}

.productRight1 .slick-arrow.slick-prev:before {
    content: '';
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
}

.datCauHoi {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.datCauHoi .title {
    margin: -1px -1px 0;
}

.datCauHoi .title span {
    font: 16px/40px Roboto;
    background: #2d2f8c url(Pic/sun.png) no-repeat left center;
    border-radius: 5px 5px 0 0;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.datCauHoi .form {
    padding: 10px 15px 15px;
}

.datCauHoi .box {
    margin-bottom: 8px;
}

.datCauHoi .text {
    font: 15px/26px Roboto;
}

.datCauHoi .text span {
    color: #cf1814;
}

.datCauHoi input,
.datCauHoi select,
.datCauHoi textarea {
    height: 36px;
    font: 15px/36px Roboto;
    border: 1px solid #ddd;
    background-color: #efefef;
    border-radius: 4px;
}

.datCauHoi textarea {
    height: 100px !important;
    line-height: 22px;
}

.datCauHoi .text1 {
    font: 15px/36px Roboto;
    margin-right: 7px;
    float: left;
    letter-spacing: -.5px;
}

.datCauHoi .text1 span {
    color: #cf1814;
}

.datCauHoi .code input {
    float: left;
    width: 74px;
    margin-right: 8px;
    text-align: center;
}

.datCauHoi .code .capcha {
    background-color: #82a1fb;
    border-color: #82a1fb;
    text-align: center;
    font-family: RobotoMedium;
    color: #fff;
    pointer-events: none;
}

.datCauHoi .refresh {
    float: right;
    font: 15px/36px Roboto;
    color: #2d2f8c;
}

.datCauHoi .refresh i {
    line-height: 36px;
}

.datCauHoi .refresh:hover {
    color: #f00;
}

.datCauHoi .btnClick {
    margin-top: 15px;
    text-align: center;
}

.datCauHoi .btnClick a {
    height: 36px;
    font: 15px/36px Roboto;
    color: #2d2f8c;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #2d2f8c;
    color: #fff;
    text-transform: uppercase;
}

.datCauHoi .btnClick a:hover {
    background-color: #f00;
}

.hoiDapDS .title {
    font: 16px/40px Roboto;
    background: #2d2f8c url(Pic/sun.png) no-repeat left center;
    border-radius: 5px 5px 0 0;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.hoiDapDS .filter {
    text-align: center;
    font-size: 0;
    margin-bottom: 30px;
}

.hoiDapDS .filter input,
.hoiDapDS .filter select {
    font: 15px/40px Roboto;
    border: 1px solid #2d2f8c;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-right: 17px;
    height: 40px;
}

.hoiDapDS .filter a {
    font: 15px/40px RobotoBold;
    color: #fff;
    border-radius: 4px;
    background-color: #2d2f8c;
    height: 40px;
    padding: 0 25px;
    display: inline-block;
    text-transform: uppercase;
}

.hoiDapDS .filter a:hover {
    background-color: #f00;
}

.hoiDapDS .tabCate {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hoiDapDS .tabCate li {
    float: left;
    margin-right: 5px;
}

.hoiDapDS .tabCate li a {
    font: 15px/54px RobotoBold;
    text-transform: uppercase;
    padding: 0 20px;
    border-radius: 5px;
    display: block;
    background-color: #e3e3e3;
    text-align: center;
    height: 50px;
}

.hoiDapDS .tabCate li a:hover {
    background-color: #2d2f8c;
    color: #fff;
}

.hoiDapDS .tabCate li a i {
    font-size: 12px;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.hoiDapDS .tabCate li:last-child {
    margin-right: 0;
    float: right;
}

.hoiDapDS .groupItem {
    margin-top: 10px;
}

.hoiDapDS .itemBox {
    padding: 15px 20px;
    background-color: #eee;
}

.hoiDapDS .itemBox:nth-child(2n) {
    background-color: #f9f9f9;
}

.hoiDapDS .itemBox:nth-child(1)~.itemBox {
    margin-top: 1px;
}

.hoiDapDS .itemBox.active .itemMore .open {
    display: none;
}

.hoiDapDS .itemBox.active .itemMore .close {
    display: inline;
}

.hoiDapDS .itemBox.active .itemContent {
    display: block;
}

.hoiDapDS .itemTitle span {
    font: 15px/22px RobotoBold;
    color: #2d2f8c;
}

.hoiDapDS .itemDescription {
    font: 15px/22px Roboto;
    margin-top: 7px;
}

.hoiDapDS .itemDescription span {
    font-family: RobotoBold;
    font-style: italic;
}

.hoiDapDS .info {
    margin-top: 10px;
}

.hoiDapDS .itemMore {
    font: 13px/24px Roboto;
    color: #2d2f8c;
    float: left;
    font-style: italic;
    text-shadow: 0 0 0;
}

.hoiDapDS .itemMore .close {
    display: none;
}

.hoiDapDS .itemMore:hover {
    color: #f00;
}

.hoiDapDS .itemMore i {
    margin-left: 4px;
}

.hoiDapDS .author {
    font: 14px/24px RobotoBold;
    float: right;
}

.hoiDapDS .itemContent {
    font: 15px/24px Roboto;
    margin-top: 10px;
    display: none;
}

.hoiDapDS .itemContent .text {
    font-family: RobotoBold;
    color: #f00;
}

.hoiDapDS1 .itemBox {
    border-bottom: 1px dashed #cecece;
    padding: 15px 0 10px;
}

.hoiDapDS1 .itemBox:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.hoiDapDS1 .itemBox:first-child {
    padding-top: 0;
}

.hoiDapDS1 .itemBox.active .itemMore .open {
    display: none;
}

.hoiDapDS1 .itemBox.active .itemMore .close {
    display: inline;
}

.hoiDapDS1 .itemBox.active .itemContent {
    display: block;
}

.hoiDapDS1 .stt {
    float: left;
    background: url(Pic/stt1.png) no-repeat;
    width: 30px;
    height: 35px;
    margin-right: 15px;
    font: 14px/22px Roboto;
    color: #fff;
    text-align: center;
    padding-top: 2px;
}

.hoiDapDS1 .itemDetail {
    float: left;
    width: calc(100% - 45px);
}

.hoiDapDS1 .itemTitle {
    margin-top: -4px;
}

.hoiDapDS1 .itemTitle span {
    font: 15px/22px RobotoBold;
    float: left;
    text-align: left;
}

.hoiDapDS1 .info {
    margin-top: 3px;
}
.hoiDapDS .itemMore{
    background: none !important;
}
.hoiDapDS .itemTitle ,.hoiDapDS .itemDescription{
    text-align: left;
    height: auto;
}

.hoiDapDS1 .itemMore , .hoiDapDS .itemMore{
    font: 13px / 24px Roboto;
    color: #2d2f8c;
    float: left;
    font-style: italic;
    text-shadow: 0 0 0;
    display: block;
    background: white;
    text-align: left;
    padding: 0px;
    margin: 0px;
    width: 50%;
}
.hoiDapDS1 .itemMore span , .hoiDapDS .itemMore span{
    text-transform: none;
}
.hoiDapDS1 .itemTitle{
    height: auto;
}
.hoiDapDS1 .itemMore .close {
    display: none;
}

.hoiDapDS1 .itemMore:hover {
    color: #f00;
}

.hoiDapDS1 .itemMore i {
    margin-left: 4px;
}

.hoiDapDS1 .itemContent {
    font: 15px/24px Roboto;
    margin-top: 10px;
    display: none;
}

.hoiDapDS1 .itemContent .text {
    font-family: RobotoBold;
    color: #f00;
}

.thuVienDS .title {
    font: 16px/40px Roboto;
    background: #2d2f8c url(Pic/sun.png) no-repeat left center;
    border-radius: 5px 5px 0 0;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.thuVienDS .filter {
    text-align: center;
    font-size: 0;
    margin-bottom: 30px;
}

.thuVienDS .filter input,
.thuVienDS .filter select {
    font: 15px/40px Roboto;
    border: 1px solid #2d2f8c;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    width: 650px;
    margin-right: 17px;
    height: 40px;
}

.thuVienDS .filter a {
    font: 15px/40px RobotoBold;
    color: #fff;
    border-radius: 4px;
    background-color: #2d2f8c;
    height: 40px;
    padding: 0 25px;
    display: inline-block;
    text-transform: uppercase;
}

.thuVienDS .filter a:hover {
    background-color: #f00;
}

.thuVienDS .groupItem {
    margin-top: 20px;
    font-size: 0;
}

.thuVienDS .itemBox {
    display: inline-block;
    width: calc((100% - 90px)/3);
    margin-right: 30px;
    vertical-align: top;
}

.thuVienDS .itemBox:nth-child(3n) {
    margin-right: 0;
}

.thuVienDS .itemBox:nth-child(3)~.itemBox {
    margin-top: 25px;
}

.thuVienDS .khungAnh {
    border-radius: 4px;
    overflow: hidden;
}

.thuVienDS .khungAnh:before {
    padding-bottom: calc(247/370*100%);
}

.thuVienDS .khungAnh:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 5;
    visibility: visible;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.thuVienDS .khungAnh .icon {
    width: 52px;
    height: 52px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    z-index: 6;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.thuVienDS .khungAnh .icon .bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    height: 38px;
    width: 38px;
    z-index: 6;
    display: block;
    background: rgba(45, 47, 140, .9) url(Pic/thIcon.png) no-repeat center center;
    background-size: 12px auto;
    border-radius: 50%;
}

.thuVienDS .khungAnh .icon .border {
    height: 52px;
    width: 52px;
    display: block;
    border: 1px solid #fff;
    animation: roundScale 1.6s linear infinite;
    -webkit-animation: roundScale 1.6s linear infinite;
    border-radius: 50%;
}

.thuVienDS .khungAnh:hover:after {
    opacity: 0;
}

.thuVienDS .itemTitle {
    margin: 10px 0 0;
    max-height: 46px;
    overflow: hidden;
}
.thuVienDS .itemDetail{
    padding:0px;
}
.thuVienDS .itemTitle a {
    font: 15px/22px RobotoBold;
    text-align: left;
    float: left;
    text-transform: none;
}

.thuVienDS .itemTitle a:hover {
    color: #2d2f8c;
}

.thuVienDS.video .khungAnh:before {
    padding-bottom: calc(9/16*100%);
}

.thuVienDS.video .khungAnh .icon .bg {
    background: rgba(45, 47, 140, .9) url(Pic/videoIcon3.png) no-repeat left 15px center;
    background-size: 12px auto;
}

.thuVienDS .slick-list {
    margin: 0 -15px;
}

.thuVienDS .slick-list .itemBox:nth-child(n) {
    width: 100%;
    margin-right: 0;
    margin-top: 0 !important;
}

.thuVienDS .item {
    padding: 0 15px;
}

.thuVienDS .slick-dots {
    display: none !important;
}

.thuVienDS .slick-arrow {
    position: absolute;
    z-index: 4;
    width: 27px;
    height: 27px;
    top: -57px;
    background-color: #c7c7c7;
    color: #fff;
    font-size: 0;
    border-radius: 3px;
}

.thuVienDS .slick-arrow:before {
    content: '';
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 27px;
    display: block;
}

.thuVienDS .slick-arrow:hover {
    background-color: #2d2f8c;
    color: #fff;
}

.thuVienDS .slick-arrow.slick-next {
    right: 0;
}

.thuVienDS .slick-arrow.slick-next:before {
    transform: translateX(1px);
    -webkit-transform: translateX(1px);
}

.thuVienDS .slick-arrow.slick-prev {
    right: 32px;
}

.thuVienDS .slick-arrow.slick-prev:before {
    content: '';
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
}

.videoChiTiet {
    max-width: 100%;
    width: 100%;
    margin: 25px auto 30px;
}

.videoChiTiet .khungAnh:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 5;
    visibility: visible;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.videoChiTiet .khungAnh .btnPlay {
    width: 84px;
    height: 84px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    z-index: 6;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.videoChiTiet .khungAnh .btnPlay .icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    height: 62px;
    width: 62px;
    z-index: 6;
    display: block;
    background: rgba(45, 47, 140, .9) url(Pic/videoIcon2.png) no-repeat left 24px center;
    background-size: 21px auto;
    border-radius: 50%;
}

.videoChiTiet .khungAnh .btnPlay .border {
    height: 84px;
    width: 84px;
    display: block;
    border: 1px solid #fff;
    animation: roundScale 1.6s linear infinite;
    -webkit-animation: roundScale 1.6s linear infinite;
    border-radius: 50%;
}

.videoChiTiet .khungAnh:hover:after {
    opacity: 0;
}

.videoDetail .noidung .youtube-iframe-wrap {
    display: none;
}

.dsHinhAnh {
    margin-top: 25px;
    margin-bottom: 30px;
}

.dsHinhAnh .itemBox {
    float: left;
    width: calc((100% - 60px)/3);
    margin-right: 30px;
}

.dsHinhAnh .itemBox:nth-child(3n) {
    margin-right: 0;
}

.dsHinhAnh .itemBox:nth-child(3)~.itemBox {
    margin-top: 30px;
}

.dsHinhAnh .khungAnh:before {
    padding-bottom: calc(173/260*100%);
}

.dsHinhAnh .khungAnh:after {
    visibility: visible;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    z-index: 5;
    opacity: 0;
    background: rgba(0, 0, 0, .5) url(Pic/cong.png) center center no-repeat;
}

.dsHinhAnh .khungAnh:hover:after {
    opacity: 1;
}

.chiNhanh .title {
    font: 22px/28px RobotoBold;
    text-transform: uppercase;
}

.chiNhanh .description {
    font: 15px/24px Roboto;
    margin-top: 10px;
}

.chiNhanh .groupItem {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chiNhanh .itemBox {
    width: calc(50% - 15px);
    /*margin-right: 30px;*/
    box-shadow: 0 0 7px #d3d3d3;
    float: left;
}

/*.chiNhanh .itemBox:nth-child(2n+1) {*/
/*    margin-right: 0;*/
/*}*/

/*.chiNhanh .itemBox:nth-child(1)~.itemBox {*/
/*    margin-top: 30px;*/
/*}*/

/*.chiNhanh .itemBox:nth-child(1) {*/
/*    width: 100%;*/
/*}*/

/*.chiNhanh .itemBox:nth-child(1) .khungAnh {*/
/*    display: block;*/
/*    width: 50%;*/
/*    float: left;*/
/*}*/

/*.chiNhanh .itemBox:nth-child(1) .itemDetail {*/
/*    width: 50%;*/
/*    float: left;*/
/*}*/

.chiNhanh .khungAnh {
    display: none;
}

.chiNhanh .khungAnh:before {
    padding-bottom: calc(230/585*100%);
}

.chiNhanh .itemDetail {
    position: relative;
    padding: 57px 25px 20px;
    min-height: 230px;
}

.chiNhanh .itemTitle {
    position: absolute;
    left: 25px;
    top: 0;
    z-index: 1;
    font: 15px/40px RobotoBold;
    text-transform: uppercase;
    padding: 0 25px;
    background-color: #2d2f8c;
    color: #fff;
}

.chiNhanh ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chiNhanh ul li {
    font: 15px/22px Roboto;
    padding-left: 27px;
    position: relative;
    margin-top: 8px;
}

.chiNhanh ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #b1b1b1;
    font-size: 14px;
    top: 2px;
    left: -1px;
}

.chiNhanh ul li a {
    font: 15px/22px Roboto;
}

.chiNhanh ul li a:hover {
    color: #2d2f8c;
}

.chiNhanh ul li.add i {
    font-size: 0;
    background: url(Pic/mapIcon1.png) no-repeat;
    width: 15px;
    height: 16px;
}

.chiNhanh ul li.map {
    position: absolute;
    left: 25px;
    bottom: 20px;
    z-index: 1;
    color: #2d2f8c;
}

.chiNhanh ul li.map a {
    color: #2d2f8c;
}

.chiNhanh ul li.map a:hover {
    color: #f00;
}

.chiNhanh ul li.map i {
    font-size: 0;
    background: url(Pic/mapIcon2.png) no-repeat;
    width: 15px;
    height: 16px;
    top: 2px;
    left: -1px;
}

.bannerContact {
    background: url(Pic/bannerContact.png) no-repeat;
    margin-top: 40px;
    background-size: cover;
}

.bannerContact .container {
    position: relative;
    padding-bottom: calc(285/1900*100%);
}

.bannerContact .text {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    left: 0;
    z-index: 1;
    font: 30px/46px RobotoBold;
    color: #2d2f8c;
}

.bannerContact .text a {
    font-size: 40px;
    color: #cf1814;
}

.bannerContact .text2 {
    display: block;
    margin-left: 243px;
}

.infoContact {
    margin-top: 40px;
}

.infoContact .col1 {
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
}

.infoContact .col1 .title {
    font: 22px/32px RobotoBold;
    color: #2d2f8c;
}

.infoContact .col1>.text {
    font: 15px/22px Roboto;
    margin-top: 5px;
}

.infoContact .col2 {
    float: left;
    width: calc(50% - 15px);
}

.infoContact iframe {
    width: 100%;
    height: 487px;
}

.form_contact .form {
    margin-top: 20px;
}

.form_contact .box {
    margin-bottom: 10px;
    position: relative;
}

.form_contact .box.add {
    margin-right: 0;
}

.form_contact .box.content {
    margin-bottom: 2px;
    width: 100%;
}

.form_contact input,
.form_contact textarea {
    height: 40px;
    font: 15px/40px Roboto;
    color: #333;
    border: 1px solid #d9d9d9;
    width: 100% !important;
    padding-left: 54px;
    border-radius: 4px;
}

.form_contact .box.content textarea {
    height: 156px !important;
    line-height: 22px;
}

.form_contact .box:before {
    content: '';
    display: block;
    width: 38px;
    height: calc(100% - 2px);
    background: #e8e8e8 url(Pic/name_icon.png) no-repeat center top 11px;
    position: absolute;
    left: 1px;
    top: 1px;
}

.form_contact .box.mail:before {
    background: #e8e8e8 url(Pic/mail_icon_2.png) no-repeat center top 13px;
}

.form_contact .box.phone:before {
    background: #e8e8e8 url(Pic/phone_icon_2.png) no-repeat center top 11px;
}

.form_contact .box.add:before {
    background: #e8e8e8 url(Pic/add_icon_1.png) no-repeat center top 11px;
}

.form_contact .box.content:before {
    background: #e8e8e8 url(Pic/content_icon.png) no-repeat center top 8px;
    height: 154px;
}

.form_contact .btn_click {
    margin-top: 10px;
    float: left;
}

.form_contact .btn_click a {
    float: left;
    height: 40px;
    font: 15px/40px RobotoBold;
    color: #fff;
    background: #2d2f8c;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 0 30px;
}

.form_contact .btn_click a:hover {
    background: #f00;
}

.form_contact input[type=text]::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

.form_contact input[type=text]::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.form_contact input[type=text]:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.form_contact input[type=text]:-moz-placeholder {
    color: #333;
    opacity: 1;
}

.form_contact textarea::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

.form_contact textarea::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.form_contact textarea:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.form_contact textarea:-moz-placeholder {
    color: #333;
    opacity: 1;
}

.boxSearch {
    position: relative;
}

.boxSearch input {
    font: 15px/46px Roboto;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    width: 100%;
    padding: 0 46px 0 20px;
    height: 46px;
}

.boxSearch a {
    font: 15px/46px Roboto;
    color: #666;
    width: 46px;
    height: 46px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.boxSearch a i {
    line-height: 46px;
}

.boxSearch a:hover {
    color: #2d2f8c;
}

.textSearch {
    font: 24px/32px Roboto;
    margin-bottom: 25px;
    margin-top: 25px;
}

.textSearch span {
    color: #2d2f8c;
    font-family: RobotoBold;
}

.searchDS .itemBox {
    border: 1px solid #eee;
    padding: 5px;
    width: calc(50% - 15px);
    margin-right: 30px;
    float: left;
}

.searchDS .itemBox:nth-child(2n) {
    margin-right: 0;
}

.searchDS .itemBox:nth-child(2)~.itemBox {
    margin-top: 20px;
}

.searchDS .khungAnh {
    float: left;
    width: calc(173/560*100%);
    margin-right: 15px;
}

.searchDS .itemDetail {
    float: left;
    width: calc(100% - 173/560*100% - 15px);
    margin-top: 7px;
}

.searchDS .cate {
    font: 14px/21px Roboto;
    color: #2d2f8c;
    text-shadow: 0 0 0;
}

.searchDS .cate:hover {
    color: #f00;
}

.searchDS .itemTitle {
    max-height: 50px;
    overflow: hidden;
    margin-top: 5px;
}

.searchDS .itemTitle a {
    font: 15px/24px RobotoBold;
}

.searchDS .itemTitle a:hover {
    color: #2d2f8c;
}

.shortDetail .col1 {
    width: calc(570/1170*100%);
    margin-right: 30px;
    float: left;
}

.shortDetail .col1 .khungAnh {
    background-color: #e7e8ee;
}

.shortDetail .col1 .khungAnh:before {
    padding-bottom: calc(380/570*100%);
}

.shortDetail .col1 .khungAnh img {
    max-width: 500px;
    max-height: 400px;
}

.shortDetail .col2 {
    width: calc(100% - 570/1170*100% - 30px);
    float: left;
}

.shortDetail .col2 .title {
    font: 24px/32px RobotoBold;
    text-transform: uppercase;
    color: #2d2f8c;
    margin-bottom: 15px;
}

.shortDetail .col2 .code {
    font: 15px/22px Roboto;
}

.shortDetail .col2 .code span {
    font-family: RobotoBold;
}

.shortDetail .col2 .description {
    margin-top: 7px;
}

.shortDetail .col2 .description .text {
    font: 15px/22px RobotoBold;
}

.shortDetail .col2 .description .nd {
    font: 15px/22px Roboto;
    border: 1px solid #e0e0e0;
    padding: 10px 20px 15px;
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
    box-shadow: 0 1px 1px 0 #d3d3d3;
}

.shortDetail .col2 .description .nd:before {
    content: '';
    background: url(Pic/attr2.png) no-repeat;
    width: 17px;
    height: 8px;
    top: -8px;
    left: 43px;
    z-index: 1;
    position: absolute;
}

.shortDetail .col2 .bottom {
    margin-top: 20px;
}

.shortDetail .col2 .bottom .fbPlugin {
    float: left;
    margin-top: 10px;
    margin-right: 50px;
}

.shortDetail .col2 .bottom .fbPlugin .fb_iframe_widget_fluid {
    display: inline-block !important;
}

.shortDetail .col2 .contact {
    height: 40px;
    font: 15px/40px Roboto;
    color: #2d2f8c;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #2d2f8c;
    color: #fff;
    text-transform: uppercase;
}

.shortDetail .col2 .contact:hover {
    background-color: #f00;
}

.shortDetail .col2 .contact i {
    margin-left: 4px;
}

.fullDetail {
    margin-top: 30px;
    overflow: hidden;
}

.fullDetail .tab {
    background-color: #e9e9e9;
    border-radius: 5px 5px 0 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.fullDetail .tab li {
    display: inline-block;
}

.fullDetail .tab li:last-child a {
    border-right: 1px solid #fff;
}

.fullDetail .tab li.active a {
    background-color: #2d2f8c;
    color: #fff;
    border-color: #2d2f8c;
}

.fullDetail .tab a {
    font: 16px/40px Roboto;
    text-transform: uppercase;
    border-left: 1px solid #fff;
    padding: 0 25px;
    display: block;
}

.fullDetail .tab a:hover {
    background-color: #2d2f8c;
    color: #fff;
    border-color: #2d2f8c;
}

.fullDetail .boxContent {
    border: 1px solid #dfdfdf;
    padding: 25px;
    margin-bottom: 30px;
    position: relative;
}

.fullDetail .tabContent {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fullDetail .tabContent.active {
    position: static;
    opacity: 1;
    pointer-events: auto;
}

.newsDS1 .groupItem {
    margin-top: 20px;
}

.newsDS1 .khungAnh:before {
    padding-bottom: calc(160/270*100%);
}

.newsDS1 .itemTitle {
    margin: 10px 0 5px;
    max-height: 46px;
    overflow: hidden;
}

.newsDS1 .itemTitle a {
    font: 15px/22px RobotoBold;
    text-transform: none;
    float: left;
    text-align: left;
}

.newsDS1 .itemTitle a:hover {
    color: #2d2f8c;
}
.newsDS1 .itemDetail{
    padding: 0px;
}

.newsDS1 .itemMore {
    font: 13px/24px Roboto;
    font-style: italic;
    color: #2d2f8c;
    display: contents;
    text-transform: none;
}

.newsDS1 .itemMore:hover {
    color: #f00;
}

.newsDS1 .itemMore i {
    margin-left: 4px;
}

.newsDS1 .slick-list {
    margin: 0 -15px;
}

.newsDS1 .item {
    padding: 0 15px;
}

.newsDS1 .slick-dots {
    display: none !important;
}

.newsDS1 .slick-arrow {
    position: absolute;
    z-index: 4;
    width: 27px;
    height: 27px;
    top: -57px;
    background-color: #c7c7c7;
    color: #fff;
    font-size: 0;
    border-radius: 3px;
}

.newsDS1 .slick-arrow:before {
    content: '';
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 27px;
    display: block;
}

.newsDS1 .slick-arrow:hover {
    background-color: #2d2f8c;
    color: #fff;
}

.newsDS1 .slick-arrow.slick-next {
    right: 0;
}

.newsDS1 .slick-arrow.slick-next:before {
    transform: translateX(1px);
    -webkit-transform: translateX(1px);
}

.newsDS1 .slick-arrow.slick-prev {
    right: 32px;
}

.newsDS1 .slick-arrow.slick-prev:before {
    content: '';
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
}

.slideWidthThumb {
    width: 840px;
    max-width: 100%;
    margin: 20px auto 0;
}

.slideWidthThumb .slideFor {
    overflow: hidden;
}

.slideWidthThumb .slideFor .khungAnh .icon {
    width: 84px;
    height: 84px;
}

.slideWidthThumb .slideFor .khungAnh .icon .bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    height: 62px;
    width: 62px;
    background-size: 21px auto;
    background-position: left 24px center;
}

.slideWidthThumb .slideFor .khungAnh .icon .border {
    height: 84px;
    width: 84px;
}

.slideWidthThumb .slick-dots {
    display: none !important;
}

.slideWidthThumb .slick-arrow {
    position: absolute;
    z-index: 4;
    width: 20px;
    height: 20px;
    top: 12px;
    background-color: #c7c7c7;
    color: #fff;
    font-size: 0;
    border-radius: 3px;
}

.slideWidthThumb .slick-arrow:before {
    content: '';
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 20px;
    display: block;
}

.slideWidthThumb .slick-arrow:hover {
    background-color: #2d2f8c;
    color: #fff;
}

.slideWidthThumb .slick-arrow.slick-next {
    right: 0;
}

.slideWidthThumb .slick-arrow.slick-next:before {
    transform: translateX(1px);
    -webkit-transform: translateX(1px);
}

.slideWidthThumb .slick-arrow.slick-prev {
    right: 25px;
}

.slideWidthThumb .slick-arrow.slick-prev:before {
    content: '';
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
}

.slideWidthThumb .slideNav {
    padding-top: 40px;
    overflow: hidden;
}

.slideWidthThumb .slideNav .slick-list {
    margin: 0 -15px;
}

.slideWidthThumb .slideNav .item {
    padding: 0 15px;
}

.slideWidthThumb .slideNav .itemTitle {
    margin: 10px 0 0;
    max-height: 46px;
    overflow: hidden;
}

.slideWidthThumb .slideNav .itemTitle a {
    font: 15px/22px RobotoBold;
}

.slideWidthThumb .slideNav .itemTitle a:hover {
    color: #2d2f8c;
}

.slideWidthThumb .khungAnh:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 5;
    visibility: visible;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.slideWidthThumb .khungAnh .icon {
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    z-index: 6;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    pointer-events: none;
}

.slideWidthThumb .khungAnh .icon .bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    height: 38px;
    width: 38px;
    z-index: 6;
    display: block;
    background: rgba(45, 47, 140, .9) url(Pic/videoIcon2.png) no-repeat left 15px center;
    background-size: 12px auto;
    border-radius: 50%;
}

.slideWidthThumb .khungAnh .icon .border {
    height: 56px;
    width: 56px;
    display: block;
    border: 1px solid #fff;
    animation: roundScale 1.6s linear infinite;
    -webkit-animation: roundScale 1.6s linear infinite;
    border-radius: 50%;
}

.slideWidthThumb .khungAnh:hover:after {
    opacity: 0;
}

.gioiThieuTop {
    background: #f5f5ff url(Pic/uonLuon.png) top center no-repeat;
    background-size: 1903px auto;
    padding: 70px 0 65px;
}

.gioiThieuChung .picture {
    text-align: center;
}

.gioiThieuChung .title {
    font: 30px/40px RobotoBold;
    text-transform: uppercase;
    color: #2d2f8c;
    text-align: center;
    margin-top: 50px;
}

.gioiThieuChung .description {
    font: 15px/24px Roboto;
    background: url(Pic/attr3.png) top center no-repeat;
    padding-top: 53px;
    margin-top: 25px;
    text-align: center;
}

.thongSo {
    margin-top: 40px;
    font-size: 0;
}

.thongSo .itemBox {
    display: inline-block;
    margin-right: 85px;
}

.thongSo .itemBox:last-child {
    margin-right: 0;
}

.thongSo img {
    float: left;
    margin-right: 20px;
}

.thongSo .itemDetail {
    float: left;
}

.thongSo .text1 {
    font: 28px/36px RobotoBold;
    color: #2d2f8c;
}

.thongSo .text2 {
    font: 16px/24px Roboto;
    color: #888;
}

.suMenhTamNhin .suMenh {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

.suMenhTamNhin .suMenh .khungAnh:before {
    padding-bottom: calc(727/950*100%);
}

.suMenhTamNhin .suMenh .detail {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    right: calc(-633px/2);
    height: 633px;
    width: 633px;
    border: 10px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}

.suMenhTamNhin .suMenh .detail .content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    height: 555px;
    width: 555px;
    border-radius: 50%;
    background-color: #eb0c15;
}

.suMenhTamNhin .suMenh .detail .content .boxContent {
    width: 50%;
    padding: 0 20px 0 60px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    left: 0;
}

.suMenhTamNhin .suMenh .detail .content .boxContent .title {
    font: 30px/40px RobotoBold;
    color: #fff;
    text-transform: uppercase;
}

.suMenhTamNhin .suMenh .detail .content .boxContent .description {
    font: 15px/22px Roboto;
    color: #fff;
    margin-top: 15px;
    text-align: justify;
    height: 224px;
    overflow: hidden;
}

.suMenhTamNhin .tamNhin {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

.suMenhTamNhin .tamNhin .khungAnh:before {
    padding-bottom: calc(727/950*100%);
}

.suMenhTamNhin .tamNhin .detail {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    left: calc(-590px/2);
    height: 580px;
    width: 590px;
    border: 10px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}

.suMenhTamNhin .tamNhin .detail .content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    height: 555px;
    width: 555px;
    border-radius: 50%;
    background-color: #2d2f8c;
}

.suMenhTamNhin .tamNhin .detail .content .boxContent {
    width: 50%;
    padding: 0 60px 0 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    right: 0;
}

.suMenhTamNhin .tamNhin .detail .content .boxContent .title {
    font: 30px/40px RobotoBold;
    color: #fff;
    text-transform: uppercase;
}

.suMenhTamNhin .tamNhin .detail .content .boxContent .description {
    font: 15px/22px Roboto;
    color: #fff;
    margin-top: 15px;
    text-align: justify;
    height: 224px;
    overflow: hidden;
}

.giaTriCotLoi {
    padding: 50px 0;
}

.giaTriCotLoi .title {
    font: 30px/40px RobotoBold;
    color: #2d2f8c;
    text-transform: uppercase;
    text-align: center;
}

.giaTriCotLoi .description {
    font: 15px/24px Roboto;
    text-align: center;
    margin-top: 15px;
}

.giaTriCotLoi .groupItem {
    margin-top: 30px;
}

.giaTriCotLoi .itemBox {
    position: relative;
    background-color: #3538a6;
    border-radius: 10px;
    padding: 95px 12px 20px;
}


.giaTriCotLoi .listanh .itemBox {

    margin-top:34px;
}
.giaTriCotLoi .khungAnh {
    width: 124px;
    height: 124px;
    border: 6px solid #3538a6;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: -62px;
    left: calc(50% - 62px);
}

.giaTriCotLoi .khungAnh:before {
    padding-bottom: 100%;
}

.giaTriCotLoi .itemTitle {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.giaTriCotLoi .itemTitle:before {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;
    z-index: 5;
}

.giaTriCotLoi .itemTitle span {
    font: 22px/24px Roboto;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.giaTriCotLoi .itemDescription {
    font: 15px/24px Roboto;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    height: 98px;
    overflow: hidden;
}

.giaTriCotLoi .slick-list {
    margin: 0 -20px;
}

.giaTriCotLoi .item {
    padding: 62px 20px 0;
}

.giaTriCotLoi .slick-dots {
    display: none !important;
}

.giaTriCotLoi .slick-arrow {
    position: absolute;
    z-index: 4;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px + 31px);
    background-color: #999;
    color: #fff;
    font-size: 0;
    border-radius: 50%;
}

.giaTriCotLoi .slick-arrow:before {
    content: '';
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 32px;
    display: block;
}

.giaTriCotLoi .slick-arrow:hover {
    background-color: #2d2f8c;
    color: #fff;
}

.giaTriCotLoi .slick-arrow.slick-next {
    right: -63px;
}

.giaTriCotLoi .slick-arrow.slick-next:before {
    transform: translateX(1px);
    -webkit-transform: translateX(1px);
}

.giaTriCotLoi .slick-arrow.slick-prev {
    left: -63px;
}

.giaTriCotLoi .slick-arrow.slick-prev:before {
    content: '';
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
}

.trietLyKinhDoanh {
    padding: 50px 0 90px;
    background: #edf2fd url(Pic/bg1) left center no-repeat;
}

.trietLyKinhDoanh .title {
    font: 30px/40px RobotoBold;
    color: #2d2f8c;
    text-transform: uppercase;
    text-align: center;
}

.trietLyKinhDoanh .description {
    font: 15px/24px Roboto;
    text-align: center;
    margin-top: 15px;
}

.trietLyKinhDoanh .groupItem {
    margin-top: 30px;
    font-size: 0;
}

.trietLyKinhDoanh .itemBox {
    display: inline-block;
    width: calc(50% - 18px);
    margin-right: 36px;
    vertical-align: top;
}

.trietLyKinhDoanh .itemBox:nth-child(2n) {
    margin-right: 0;
}

.trietLyKinhDoanh .itemBox:nth-child(2n) .itemDetail {
    float: left;
    border-radius: 60px 60px 60px 0;
}

.trietLyKinhDoanh .itemBox:nth-child(2n) .itemDetail:before {
    left: 0;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

.trietLyKinhDoanh .itemBox:nth-child(2)~.itemBox {
    margin-top: 34px;
}

.trietLyKinhDoanh .itemBox:nth-child(4n+2) .itemDetail {
    background-color: #0fa0d8;
}

.trietLyKinhDoanh .itemBox:nth-child(4n+2) .itemDetail:before {
    background: url(Pic/attr5.png) no-repeat;
}

.trietLyKinhDoanh .itemBox:nth-child(4n+3) .itemDetail {
    background-color: #2d2f8c;
}

.trietLyKinhDoanh .itemBox:nth-child(4n+3) .itemDetail:before {
    background: url(Pic/attr6.png) no-repeat;
}

.trietLyKinhDoanh .itemBox:nth-child(4n+4) .itemDetail {
    background-color: #932990;
}

.trietLyKinhDoanh .itemBox:nth-child(4n+4) .itemDetail:before {
    background: url(Pic/attr7.png) no-repeat;
}

.trietLyKinhDoanh .itemDetail {
    background-color: #10aba2;
    padding: 40px 30px;
    float: right;
    width: 383px;
    border-radius: 60px 60px 0 60px;
    position: relative;
}

.trietLyKinhDoanh .itemDetail:before {
    content: '';
    background: url(Pic/attr4.png) no-repeat;
    width: 61px;
    height: 42px;
    position: absolute;
    bottom: -41px;
    right: 0;
}

.trietLyKinhDoanh .itemTitle {
    font: 18px/24px RobotoBold;
    text-transform: uppercase;
    color: #fff;
}

.trietLyKinhDoanh .itemDescription {
    font: 15px/22px Roboto;
    color: #fff;
    margin-top: 10px;
}

.camKet {
    padding: 50px 0;
}

.camKet .title {
    font: 30px/40px RobotoBold;
    color: #2d2f8c;
    text-transform: uppercase;
    text-align: center;
}

.camKet .description {
    font: 15px/24px Roboto;
    text-align: center;
    margin-top: 15px;
}

.camKet .content {
    margin-top: 35px;
}

.lichSu .title {
    font: 30px/40px RobotoBold;
    color: #2d2f8c;
    text-transform: uppercase;
    text-align: center;
}

.lichSu .description {
    font: 15px/24px Roboto;
    text-align: center;
    margin-top: 15px;
}

.lichSu .content {
    margin-top: 35px;
}

.thongBao {
    max-width: 100%;
    width: 660px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.thongBao .text {
    font: 30px/30px RobotoBold;
    margin-top: 35px;
    color: #2d2f8c;
}

.thongBao .content {
    font: 16px/24px Roboto;
    color: #333;
    margin-top: 20px;
}

.thongBao .content span {
    font-family: RobotoBold;
}

.thongBao .content .tel {
    color: #f00;
    font-family: RobotoBold;
}

.thongBao .home {
    height: 40px;
    padding: 0 30px;
    text-align: center;
    font: 15px/40px RobotoBold;
    display: table;
    background-color: #2d2f8c;
    border-radius: 4px;
    margin: 30px auto 0;
    color: #fff;
}

.thongBao .home:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -ms-filter: brightness(120%);
    -moz-filter: brightness(120%);
}

.hotline_header {
    position: fixed;
    width: 190px;
    z-index: 19;
    height: 130px;
    right: 0;
    top: 30%;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    display: none;
}

.hotline_header:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
    -ms-filter: brightness(130%);
    -moz-filter: brightness(130%);
    -o-filter: brightness(130%);
}

.anhhotline {
    content: "";
    width: 61px;
    height: 61px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    z-index: 6;
    position: absolute;
    top: 15px;
    left: calc(50% - 32.5px);
    background: #2fa3e6;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.anhhotline img {
    width: auto;
    height: 46.16%;
    position: relative;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.anhhotline1 {
    width: 105px;
    height: 105px;
    position: absolute;
    z-index: 2;
    border-color: #2fa3e6;
    left: 40.5px;
    top: -7.5px;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #2fa3e6;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.anhhotline2 {
    background-color: #2fa3e6;
    width: 81px;
    height: 81px;
    margin-top: 13px;
    margin-left: calc(50% - 34.5px);
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 40px;
    left: -10px;
}

.chu_so_hotline {
    height: 40px;
    line-height: 40px;
    display: block;
    margin-top: 140px;
    z-index: 20;
    background: #f00;
    border-radius: 5px;
    text-align: center;
}

.chu_so_hotline .chuhotline {
    font-family: RobotoBold;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    float: left;
    height: 40px;
    overflow: hidden;
    padding-left: 11px;
}

.chu_so_hotline .sohotline {
    font-family: RobotoBold;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    margin-left: 3px;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.phonering-alo-phone.phonering-alo-static {
    opacity: .6;
}

.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
    opacity: 1;
}

.phonering-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color: #f00;
    opacity: .5;
}

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

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #f00;
    opacity: .5;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color: #ccc;
    opacity: .5;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color: #f00;
    opacity: .5;
}

.phonering-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 37px;
    left: 12px;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(190, 26, 26, .47);
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(190, 26, 26, .47);
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: rgba(190, 26, 26, .47);
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, .5);
    opacity: .75 !important;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color: rgba(190, 26, 26, .47);
}

.phonering-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, .1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color: #f00;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #f00;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color: #ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color: #f00;
}

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

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

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

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

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

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

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

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

@media(max-width:1199px) {
    .hotline_header {
        width: 140px;
        display: block;
        top: auto;
        bottom: 65px;
        right: -12px;
    }
}

@media(max-width:767px) {
    .hotline_header {
        top: auto;
        bottom: calc(50% - 50px);
        right: -12px;
    }
}

.popUp {
    pointer-events: none;
    opacity: 0;
    z-index: 301;
    position: fixed;
    transition: .5s ease-in-out;
}

.popUp.active {
    pointer-events: auto;
    opacity: 1;
}

.popUp .bg {
    position: fixed;
    z-index: 333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}

.popUp .popupContent {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 5;
    z-index: 999;
    position: fixed;
}

.popUp .popupContent .btnClose {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.popUp .popupContent .btnClose:hover {
    color: #b4d342;
}

.popUp.binhLuan .top {
    border: 1px solid #e6e6e6;
    width: calc(100% - 40px);
    padding: 20px 19px;
    margin: 0 auto;
}

.popUp.binhLuan .khungAnh {
    float: left;
    width: calc(162/420*100%);
    margin-right: 15px;
    background-color: #e7e8ee;
}

.popUp.binhLuan .khungAnh img {
    max-width: 112px;
}

.popUp.binhLuan .khungAnh:before {
    padding-bottom: calc(108/162*100%);
}

.popUp.binhLuan .itemDetail {
    float: left;
    width: calc(100% - 162/420*100% - 15px);
}

.popUp.binhLuan .itemTitle {
    font: 18px/24px RobotoBold;
}

.popUp.binhLuan .itemCode {
    font: 15px/22px Roboto;
}

.popUp.binhLuan .itemCode span {
    font-family: RobotoBold;
}

.popUp.binhLuan .btnClick {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.popUp.binhLuan .btnClick a {
    font: 15px/40px RobotoBold;
    background-color: #ebecf9;
    border: 1px solid #2d2f8c;
    border-radius: 4px;
    margin: 0 7px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 167px;
}

.popUp.binhLuan .btnClick a:hover {
    color: #fff;
    background-color: #2d2f8c;
}

.popUp.binhLuan .bottom {
    margin-top: 35px;
}

.popUp.binhLuan .bottom a {
    display: block;
    background-color: #ebebeb;
    font: 15px/40px Roboto;
    text-align: center;
    height: 40px;
}

.popUp.binhLuan .bottom span {
    font: 20px/40px RobotoMedium;
    color: #d31a22;
    padding-left: 24px;
    background: url(Pic/phoneIcon3.png) left center no-repeat;
    margin-left: 10px;
}

.popUp.binhLuan .popupContent {
    width: 500px;
    max-width: calc(100% - 20px);
    padding: 35px 0 0;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}

.popUp.binhLuan .popupContent .btnClose {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 19px;
    height: 19px;
    background-color: #f5f5f5;
    text-align: center;
    color: #999;
    font-size: 0;
    background: url(Pic/close1.png) no-repeat;
}

.popUp.binhLuan .popupContent .btnClose i {
    line-height: 30px;
    font-size: 20px;
    font-size: 0;
}

.popUp.binhLuan .popupContent .btnClose:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -ms-filter: brightness(120%);
    -moz-filter: brightness(120%);
}

.popUp.binhLuan .popupContent .form {
    margin: 25px -30px 0;
    padding: 15px 30px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.popUp.binhLuan .popupContent .form .box {
    margin-bottom: 10px;
}

.popUp.binhLuan .popupContent .form .box input {
    height: 40px;
    font: 15px/40px Arial;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
}

.guiThongTin {
    padding-bottom: 15px;
}

.guiThongTin>.text {
    font: 15px/22px Roboto;
}

.guiThongTin .form {
    margin-top: 20px;
    border: 1px solid #e1e1e1;
    padding: 20px;
}

.guiThongTin .title {
    font: 18px/24px RobotoBold;
    margin-bottom: 13px;
    color: #2d2f8c;
}

.guiThongTin .box {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
}

.guiThongTin .box:nth-child(2n) {
    margin-right: 0;
}

.guiThongTin .box:nth-child(2)~.box {
    margin-top: 10px;
}

.guiThongTin .box.nd {
    width: 100%;
    margin-right: 0;
}

.guiThongTin .box .text {
    font: 15px/22px Roboto;
    margin-bottom: 7px;
}

.guiThongTin .box .text span {
    color: #f00;
}

.guiThongTin input,
.guiThongTin textarea {
    font: 15px/36px Roboto;
    height: 36px;
    border: 1px solid #e1e1e1;
}

.guiThongTin textarea {
    height: 100px;
}

.guiThongTin .btnClick {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
    /*float: left;*/
    /*width: 100%;*/
}

.guiThongTin .btnClick a {
    font: 15px/40px RobotoBold;
    background-color: #2d2f8c;
    border-radius: 4px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
}

.guiThongTin .btnClick a:hover {
    background-color: #f00;
}

.popUpLuuY {
    width: 1170px;
    position: fixed;
    background-color: rgba(0, 4, 255, .7);
    padding: 20px;
    border-radius: 5px;
    bottom: 10px;
    left: calc(50% - 585px);
    z-index: 20;
    font: 15px/22px Roboto;
    text-align: center;
    color: #fff;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.popUpLuuY.popUpNews {
    width: 840px;
}

.popUpLuuY.active {
    opacity: 1;
    pointer-events: auto;
}

.popUpLuuY .close {
    font-size: 16px;
    top: 3px;
    right: 5px;
    position: absolute;
    color: #fff;
}

.media {
    width: 100%;
    margin: 15px auto;
}

.media audio {
    width: 100%;
}

.media .text {
    margin-bottom: 5px;
}