﻿body {
    font-family: Roboto;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 22px;
}

body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body a {
    text-decoration: none;
    transition: .5s ease-in-out;
    color: #333;
}

body b,
body strong {
    font-family: RobotoBold;
    font-weight: normal;
}

body img {
    max-width: 100%;
}

body div:after,
ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.title,
.itemTitle,
.pageTitle,
.pageTitle1,
.pageTitle2,
.pageTitle3,
.pageTitle4,
.pageTitle5 {
    font-weight: normal;
    margin: 0;
    color: #333;
    line-height: 0;
}

.title a,
.itemTitle a {
    font-weight: normal;
    color: #333;
}

.description {
    max-width: 100%;
    margin: auto;
}

.guiThongTin .btnClick button  {
    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;
}

#ContactUsIndex input,#ContactUsIndex textarea{
    padding-left: 54px !important;
}

.khungAnh iframe {
    width: 100%;
    height: 100%;
}

.slick-arrow {
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slick-dots li button {
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slick-list .item {
    vertical-align: top;
}

.slick-slider a,
.slick-slider button {
    outline: 0 !important;
}

.fancybox-caption a {
    text-decoration: none;
}

.noidung h1,
.noidung h2,
.noidung h3,
.noidung h4,
.noidung h5,
.noidung h6 {
    line-height: normal;
}

.noidung a {
    text-decoration: underline;
    color: #00e;
}

.noidung * {
    max-width: 100% !important;
}

@keyframes roundScale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: .8;
    }
    47% {
        transform: scale(.6);
        -webkit-transform: scale(.6);
        opacity: 0;
    }
    53% {
        transform: scale(.6);
        -webkit-transform: scale(.6);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: .8;
    }
}

@-webkit-keyframes roundScale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: .8;
    }
    47% {
        transform: scale(.6);
        -webkit-transform: scale(.6);
        opacity: 0;
    }
    53% {
        transform: scale(.6);
        -webkit-transform: scale(.6);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: .8;
    }
}

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

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

.btn_top {
    position: fixed;
    z-index: 100;
    bottom: 60px;
    right: 14px;
    cursor: pointer;
    display: none;
    opacity: .8;
    font-size: 42px;
    color: #f00;
}

.btn_top:hover {
    opacity: 1;
}

.noidung.TextSize table {
    max-width: 100% !important;
    margin: auto;
    border: 3px solid black;
  
}
.noidung.TextSize h2{
    font-weight: bold;
}

.noidung.TextSize .youtube-iframe-wrap {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.noidung.TextSize .youtube-iframe-wrap:before {
    display: block;
    content: "";
    padding-bottom: 56.25%;
}

.noidung.TextSize .youtube-iframe-wrap iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gioiThieuChung .description table {
    max-width: 100% !important;
    margin: auto;
}

.gioiThieuChung .description .youtube-iframe-wrap {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.gioiThieuChung .description .youtube-iframe-wrap:before {
    display: block;
    content: "";
    padding-bottom: 56.25%;
}

.gioiThieuChung .description .youtube-iframe-wrap iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form .box {
    position: relative;
}

input,
select,
textarea {
    outline: 0;
    background: none;
    border: none;
    width: 100%;
    padding: 0 10px !important;
    height: 34px;
    line-height: 34px;
}

select {
    padding: 0 0 0 10px;
}

textarea {
    padding: 5px 10px;
    width: 100% !important;
    line-height: 22px !important;
    float: left;
}

.khungAnh {
    position: relative;
    z-index: 1;
}

.khungAnh:before {
    content: "";
    /*display: block;*/
    padding-bottom: calc(9/16*100%);
}

.khungAnhCrop,
.khungAnhCrop0 {
    display: inline-block;
    height: 100%;
    left: 0;
    overflow: hidden;
    /*position: absolute;*/
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

.khungAnhCrop0 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.khungAnhCrop0 img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit:contain; ';
}

.khungAnhCrop img {
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    font-family: 'object-fit:cover; ';
}

.khungAnhCrop img.wide {
    height: 100%;
    max-width: none;
}

.khungAnhCrop img.tall {
    max-height: none;
    width: 100%;
}

.thongKe {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 2px;
    margin: 12px 0 15px;
}

.thongKe .left {
    float: left;
}

.thongKe .left .thongKeNgay {
    float: left;
    font: 13px/26px Roboto;
    color: #999;
}

.thongKe .left .thongKeNgay .ngan {
    padding: 0 8px;
}

.thongKe .right {
    float: right;
}

.thongKe .right .coChu {
    float: left;
    margin-right: 5px;
}

.thongKe .right .coChu a {
    font: 13px/26px Roboto;
    color: #999;
    float: left;
    margin-right: 3px;
}

.thongKe .right .coChu a.NormalSize {
    margin-right: 8px;
}

.thongKe .right .coChu a.SmallSize,
.thongKe .right .coChu a.LargeSize {
    width: 20px;
    height: 20px;
    background-color: #e8e8e8;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
}

.thongKe .right .coChu a.SmallSize i,
.thongKe .right .coChu a.LargeSize i {
    line-height: 20px;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.thongKe .right .coChu a.SmallSize:hover,
.thongKe .right .coChu a.LargeSize:hover {
    background-color: #2d2f8c;
    color: #fff;
}

.thongKe .right .coChu a:hover {
    color: #2d2f8c;
}

.thongKe .right .fbPlugin {
    float: left;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
}

.thongKe .right .fbPlugin .fb_iframe_widget_fluid {
    display: inline-block !important;
}

.commonCuoiChiTietTin {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 0;
    margin-top: 15px;
}

.commonCuoiChiTietTin .left {
    float: left;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}

.commonCuoiChiTietTin .left a {
    font: 13px/26px Roboto;
    color: #999;
    float: left;
    margin-right: 25px;
}

.commonCuoiChiTietTin .left a i {
    font-size: 12px;
}

.commonCuoiChiTietTin .left a:hover {
    color: #2d2f8c;
}

.commonCuoiChiTietTin .left a.email i {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
}

.commonCuoiChiTietTin .right {
    float: right;
    margin-top: 5px;
    height: 26px;
}

.commonCuoiChiTietTin .right .fbPlugin {
    float: left;
    margin-right: 7px;
    margin-left: -4px;
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}

.commonCuoiChiTietTin .right .fbPlugin .fb_iframe_widget_fluid {
    display: inline-block !important;
}

.commonCuoiChiTietTin .right .shareSocial {
    float: left;
    margin-right: -5px;
}

.fbPlugin .fb_iframe_widget_fluid {
    display: inline-block;
}

.fb-like {
    transform: translateY(4px);
}

.fb-share-button {
    transform: translateY(-4px);
}

@media(max-width:1199px) {
    .noidung img {
        height: auto !important;
    }
    .outsite_table {
        overflow-x: auto;
    }
    .btn_top {
        display: none !important;
    }
}

@media(max-width:767px) {
    .thongKe .right .fbPlugin {
        display: none;
    }
    .thongke_ngay {
        width: 100%;
        border-bottom: 1px solid #666;
        margin-left: 0;
        padding-left: 25px;
        background: url(Pic/date_ct.png) no-repeat left 5px top 6px;
    }
    .thongke_luotxem {
        margin-left: 5px;
        padding-left: 25px;
    }
    .commonCuoiChiTietTin .fl {
        padding: 0 5px;
        width: 100%;
        border-bottom: 1px solid #666;
    }
    .commonCuoiChiTietTin .fl .fr {
        display: inline-block;
        margin-left: 15px;
        float: none;
    }
    .commonCuoiChiTietTin>.fr {
        float: left;
        padding: 0 5px;
    }
    .commonCuoiChiTietTin a.email {
        margin-left: 0;
    }
    .commonCuoiChiTietTin a.print {
        margin-right: 0;
    }
}
