body {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    margin: 0 auto
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #c3c3c3;
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #c3c3c3;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-resizer {
    background-color: #666;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoBold.woff') format('woff'),
        url('../fonts/RobotoBold.ttf') format('truetype'),
        url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoRegular.woff') format('woff'),
        url('../fonts/RobotoRegular.ttf') format('truetype'),
        url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/LatoBold.eot');
    src: url('../fonts/LatoBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LatoBold.woff') format('woff'),
        url('../fonts/LatoBold.ttf') format('truetype'),
        url('../fonts/LatoBold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBlack';
    src: url('../fonts/LatoBlack.eot');
    src: url('../fonts/LatoBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LatoBlack.woff') format('woff'),
        url('../fonts/LatoBlack.ttf') format('truetype'),
        url('../fonts/LatoBlack.svg#LatoBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/LatoRegular.eot');
    src: url('../fonts/LatoRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LatoRegular.woff') format('woff'),
        url('../fonts/LatoRegular.ttf') format('truetype'),
        url('../fonts/LatoRegular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/LatoLight.eot');
    src: url('../fonts/LatoLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LatoLight.woff') format('woff'),
        url('../fonts/LatoLight.ttf') format('truetype'),
        url('../fonts/LatoLight.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoHeavy';
    src: url('../fonts/LatoHeavy.eot');
    src: url('../fonts/LatoHeavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LatoHeavy.woff') format('woff'),
        url('../fonts/LatoHeavy.ttf') format('truetype'),
        url('../fonts/LatoHeavy.svg#LatoHeavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoMedium';
    src: url('../fonts/LatoMedium.eot');
    src: url('../fonts/LatoMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LatoMedium.woff') format('woff'),
        url('../fonts/LatoMedium.ttf') format('truetype'),
        url('../fonts/LatoMedium.svg#LatoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SVNMotionPicture';
    src: url('../fonts/SVNMotionPicture.eot');
    src: url('../fonts/SVNMotionPicture.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SVNMotionPicture.woff') format('woff'),
        url('../fonts/SVNMotionPicture.ttf') format('truetype'),
        url('../fonts/SVNMotionPicture.svg#SVNMotionPicture') format('svg');
    font-weight: normal;
    font-style: normal;
}


ul#main-nav a {
    font-family: 'LatoRegular';
}

#bandoiframe iframe {
    width: 100% !important;
}

.over-hide {
    overflow: hidden
}

.desc .view {
    margin: 10px 0;
    background-color: #fff;
    border-radius: 50px;
    bottom: 0;
    padding: 3px 7px;
    display: inline-block;
}

.desc .view i {
    -webkit-transform: rotate(0deg);
    position: relative;
    top: 2px;
    left: 0px;
}

.desc .view:hover i {
    -webkit-transform: rotate(-180deg);
}

.back-to-top {
    position: fixed;
    z-index: 123;
    right: -60px;
    bottom: -60px;
    text-align: center;
    color: #EC000A !Important;
    text-decoration: none !Important;
    font-weight: bold;
    font-size: 14px;
}

.phantrang {
    margin-left: 15px;
    text-align: center;
}

.pagination>li>a.current {
    background: #ddd
}

.anim-05 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link-transpare-border {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.link-transpare-border:hover:before {
    border: 5px solid rgba(255, 255, 255, 0.4);
}

.tooltip-inner {
    border-radius: 0 !important
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}

header {
    top: 0;
    z-index: 123;
    width: 100%;
    background: white;
    position: relative;
    z-index: 99;
}

header .wrap-top {
    padding: 20px 0;
}

header #lang-bar {
    text-align: right;
    margin-bottom: 5px;
}


header nav {
    z-index: 12;
    width: 100%;
    position: absolute;
    background: url(../img/bgmenu.png) no-repeat;
    background-size: cover;
    box-shadow: 0px -1px 1px #4FB77E;
}

ul#main-nav {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    z-index: 2;
    display: table;
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul#main-nav>li:hover>div>a,
ul#main-nav li.active>div>a {
    color: #fff;
}

ul#main-nav>li:hover,
ul#main-nav li.active {
    /* background-color: #E25922; */
}

ul#main-nav>li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    flex-grow: 1;
    padding: 0;
    margin: 0;
}

ul#main-nav>li:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFDE00;
    content: "";
    right: -4px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    position: absolute;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul#main-nav>li:last-child:after,
ul#main-nav>li:nth-child(3):after {
    display: none
}

ul#main-nav li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul#main-nav li a:hover {
    color: rgb(253, 253, 253) !important;
}

ul#main-nav>li a {
    color: #F9F9F9;
    font-size: 15px;
    position: relative;
    font-weight: normal;
    padding: 18px 0px 20px 0;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

ul#main-nav li:hover>a {
    color: #fff;
}

ul#main-nav>li a:hover,
ul#main-nav>li.active>a {
    text-decoration: none;
    color: #fff;
}

ul#main-nav>li ul {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 1000px;
    left: 0;
    max-width: 300px;
    z-index: 2;
    text-align: left;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul#main-nav>li ul ul {
    left: 100%;
    top: 0;
}

ul#main-nav>li ul li {
    padding: 10px 5px;
    min-width: 200px;
    position: relative;
    background-color: #009846;
    border-bottom: 1px solid rgba(247, 247, 247, 0.32);
}

ul#main-nav>li ul li a {
    padding-left: 5px;
    text-transform: inherit;
    color: #F5F5F5;
    padding: 5px !important;
    line-height: 16px;
    font-size: 15px;
    text-transform: capitalize;
    float: none;
}

ul#main-nav>li:hover>ul {
    display: block !important;
    opacity: 1;
}

ul#main-nav li:hover>ul {
    display: block !important;
}

#page-wrapper {
    position: relative;
    z-index: 23;
    background-color: #fff;
}

.video-wrapper iframe {
    width: 100% !Important;
    left: 0;
    right: 0;
    position: absolute;
    height: 100% !important;
    border: 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 37.55%;
    height: 0;
}

.zoomContainer {
    z-index: 120
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

ul#light-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#light-gallery li .inner {
    padding: 3px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
}

.grid-item {
    margin-bottom: 16px;
}

.col-8 {
    padding-left: 8px;
    padding-right: 8px
}

.row-8 {
    margin-left: -8px;
    margin-right: -8px;
}

.news-content .header .date {
    font-style: italic;
    font-size: 13px;
    margin: 5px 2px;
    color: #8a8888;
    font-size: 11pt;
}

body a:hover {
    text-decoration: none;
}

.titletintuc {
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    color: #000000;
    font-size: 18pt;
    margin-bottom: 15px;
    background: url(../img/gachdup.png) left bottom no-repeat;
}

.hinhtintucone img {
    width: 100%;
}

.tentintucone a {
    font-family: 'RobotoBold';
    color: #2F2F2F;
    font-size: 12pt;
    display: inline-block;
    padding: 15px 0 5px 0px;
}

.motatintucone {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    color: #555555;
    font-size: 10pt;
}

.xemthemttone a {
    display: inline-block;
    padding: 11px 15px;
    text-transform: uppercase;
    color: #2F2F2F;
    background: #fdfdff;
    border: 2px solid #333333;
    margin-top: 30px;
    margin-bottom: 10px;
}

.dvtintuccroll {
    padding: 15px 0px;
}

.tintuccroll {
    padding-left: 0px;
}

.hinhtintuccroll {
    width: 45%;
    float: left;
    padding: 10px;
    border: 1px solid #D1D1D1;
}

.noidungtintuccroll {
    width: 55%;
    float: left;
    padding-left: 15px;
}

.noidungtintuccroll a {
    font-family: LatoBold;
    color: #333333;
    font-size: 16px;
    display: inline-block;
    padding: 0px 0 5px 0px;
    text-transform: uppercase;
}

.motatintuccroll {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    color: #555555;
    font-size: 15px;
    font-family: LatoRegular;
}

.baovideo .embed-responsive-16by9 {
    padding-bottom: 55.25%;
}

.ttbaivietkhac {
    text-transform: uppercase;
    font-size: 14pt;
    color: black;
    font-family: 'RobotoBold';
    border-bottom: 1px solid #CCCCCC;
    padding: 3px 0px;
    margin-bottom: 10px;
}

.baivietkhac a:hover {
    color: red;
}

.hinhcon {
    display: none;
}

.colvideo {
    margin: 10px 0;
}

.tenvideo {
    padding: 15px 0 15px 0;
    text-align: center;
}

.tenvideo a {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 16px;
    color: #272727;
    font-family: LatoBold;
}

div.breadcrumb {
    margin: 10px 0;
    float: left;
    width: 100%;
    font-family: 'RobotoRegular';
    background: #F3F3F3;
    padding: 10px 0;
    position: relative;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    display: none;
}

#inner {
    padding-left: 10px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

#inner li:nth-last-child(1) span {
    display: none;
}

#inner li {
    display: inline-block;
    float: left;
    list-style: none;
}

#inner a {
    padding: 0 10px;
}

div.breadcrumb a {
    color: #000;
}

div.breadcrumb a:hover {
    color: #f15a25;
}

#owl-video {
    margin-top: 10px;
}

.fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 95px !important;
    padding: 10px 10px 5px 10px !important;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0.3) !important
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px !important
}

.fancybox-thumbs>ul {
    display: flex;
    align-items: center;
    justify-content: center;

}

.share_toolbox_nss {
    display: flex;
    align-items: center;
    justify-content: start;
}

.zalo-share-button {
    height: 26px !important;
    background: #03A5FA;
    margin-top: -5px;
    padding: 3px 0;
}

.tintuc_box {
    margin: 15px 0;
}

.tintuc_name {
    padding: 10px 0 5px 0;
}

.tintuc_name a {
    text-transform: uppercase;
    color: #272727;
    font-family: RobotoBold;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date_news {
    color: #999999;
    font-family: RobotoRegular;
    font-size: 13px;
}

.tintuc_describe {
    color: #4F4F4F;
    font-family: RobotoRegular;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    margin: 10px 0 0 0;
}


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.img_ {
    position: relative;
    overflow: hidden;
}

.img_ img {
    margin: 0 auto;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.img_:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

header nav.fixeds_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wrap-top-row {}

.banner {
    width: 40%;
}

.wrap-top-right {
    /* width: 40%; */
}

#social-air span {
    text-transform: uppercase;
    font-family: 'LatoRegular';
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding: 0px 5px 0;
}

#social-air a {
    position: relative;
    margin: 0px 1px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.42)), color-stop(0.5, transparent));
}

.hotline {
    padding: 10px 0 0 20px;
    border-top: 1px solid #ffffff6e;
    border-left: 1px solid #ffffff6e;
    position: relative;
    margin: 20px 0 0;
}

.hotline:before {
    position: absolute;
    content: '';
    left: -19px;
    top: -19px;
    width: 38px;
    height: 38px;
    background: url(../img/hot.png) no-repeat;
}

.hotline p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: LatoRegular;
    text-shadow: 2px 2px 1px #000;
}

.hotline p span {
    color: #ffde00;
    font-family: LatoHeavy;
}

.logo {
    width: 200px;
    position: relative;
    text-align: center;
}

.logo img {
    position: absolute;
    top: -150px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#social-air {
    justify-content: flex-end;
}

.gioithieu {
    padding: 40px 0;
    position: relative;
}

.gioithieu:before {
    position: absolute;
    content: '';
    left: 0;
    top: -110px;
    width: 155px;
    height: 242px;
    background: url(../img/cachua.png);
    z-index: 99;
}

.gioithieuname {
    font-size: 30px;
    text-transform: uppercase;
    color: #363636;
    font-family: LatoRegular;
}

.gioithieuname span {
    display: block;
    position: relative;
    font-family: SVNMotionPicture;
    font-size: 55px;
    text-transform: capitalize;
    color: #009846;
    padding: 0 0 15px 70px;
    line-height: 60px;
}

.gioithieuname span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
    width: 200px;
    background: #52B880;
}

.gioithieumota {
    font-size: 16px;
    font-family: LatoRegular;
    color: #2e2e2e;
    line-height: 30px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0 30px 0;
}

.gioithieuxemthem a {
    padding: 15px 30px 13px 30px;
    border-radius: 45px;
    background: #009846;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: LatoMedium;
    display: inline-block;
}

.gioithieuhinh {
    width: 50%;
    float: left;
    padding: 13px 5px;
    position: relative;
}

.gioithieuhinh:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bgh1.png);
    z-index: 99;
}

.gioithieuhinh:nth-child(2):after {
    background: url(../img/bgh2.png);
}

.pro_index {
    padding: 40px 0;
    position: relative;
}

.pro_index:before {
    position: absolute;
    content: '';
    left: 0;
    top: -90px;
    width: 329px;
    height: 238px;
    background: url(../img/la.png);
    z-index: 99;
}

.title_pro {
    text-align: center;
    margin: 15px 0;
    text-transform: uppercase;
    color: #fff;
    font-family: LatoLight;
    font-size: 30px;
}

.title_pro span {
    display: block;
    padding: 0 0 20px 0;
    font-family: SVNMotionPicture;
    font-size: 55px;
    text-transform: capitalize;
    color: #009846;
    position: relative;
    line-height: 50px;
}

.title_pro span:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 1px;
    width: 190px;
    background: #52B880;
}

.pro {
    margin: 15px 0;
    background: #fff;
    padding: 10px;
    text-align: center;
}

.name_pro {
    padding: 15px 0 0 0;
}

.name_pro a {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 16px;
    color: #272727;
    font-family: LatoBold;
}

.price_pro {
    padding: 0 0 5px 0;
}

.price_pro,
.price_pro a {
    color: #d70000;
    font-family: LatoBlack;
    font-size: 15px;
}

.taisao_index {
    padding: 30px 0 50px;
}

.title_why {
    text-align: center;
    margin: 15px 0;
    text-transform: uppercase;
    color: #fff;
    font-family: LatoLight;
    font-size: 30px;
}

.title_why span {
    display: block;
    padding: 0 0 20px 0;
    font-family: SVNMotionPicture;
    font-size: 55px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    line-height: 50px;
}

.title_why span:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 1px;
    width: 190px;
    background: #fff;
}

.taisao_box {
    background: #FFDE00;
    border-radius: 60px;
    align-items: center;
}

.taisao_img {
    border-radius: 50%;
    border: 10px solid #fff;
    /* border-left: 10px solid #fff; */
    border-right: 1px solid #fff;
    width: 38%;
    height: 105px;
    text-align: center;
    padding: 20px 0 0 0;
}

.taisao_img img {
    max-width: 90%;
    width: auto !important;
    margin: 0 auto;
}

.taisao_name {
    color: #151515;
    font-size: 28px;
    font-family: SVNMotionPicture;
    text-transform: capitalize;
    display: -webkit-box;
    width: 62%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    flex-grow: 1;
    line-height: 32px;
}

.title_index {
    text-align: center;
    margin: 15px 0;
    text-transform: uppercase;
    color: #333333;
    font-family: LatoLight;
    font-size: 30px;
}

.title_index span {
    display: block;
    padding: 0 0 20px 0;
    font-family: SVNMotionPicture;
    font-size: 55px;
    text-transform: capitalize;
    color: #009846;
    position: relative;
    line-height: 50px;
}

.title_index span:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 1px;
    width: 190px;
    background: #009846;
}

.album_index {
    padding: 30px 0;
}

#block-album {
    padding: 45px 0;
}

.album-box {
    margin: 40px 0;
}

.album-box div:nth-child(1) {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
}

.album-box div:nth-child(2) {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
}

.album-box div:nth-child(3) {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
}

.album-col {
    width: 100%;
}

.album-col-big {
    float: left;
}

.album-item {
    position: relative;
    overflow: hidden;
}

.album-img {
    position: relative;
}

.album-text {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.album-item:hover .album-text {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.album-text h3 {
    text-align: center;
}

.album-text h3 a {
    font-family: LatoBlack;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.album-first,
.album-cut {
    width: calc((100% - 50px)/3);
    justify-content: space-between;
}

.flexbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.flexbox-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.flexbox-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quangcao_index {
    position: relative;
    text-align: center;
}

.quangcao_index:before {
    position: absolute;
    content: '';
    right: 0;
    top: -235px;
    width: 183px;
    height: 385px;
    background: url(../img/toi.png);
    z-index: 99;
}

.quangcao_index img {
    margin: 0 auto;
}

.media_index {
    padding: 30px 0;
    position: relative;
}

.media_index:before {
    position: absolute;
    content: '';
    left: 0;
    top: -50px;
    width: 151px;
    height: 203px;
    background: url(../img/cai.png);
    z-index: 99;
}

.media_row {
    margin: 0 -15px;
}

.media_news {
    width: 55%;
    padding: 0 15px;
}

.media_video {
    width: 45%;
    padding: 0 15px;
}

.newsd .hinhtintuccroll {
    float: right;
}

.newsd .noidungtintuccroll {
    padding: 0 15px 0 0;
}

footer {
    position: relative;
}

.footer1 {
    padding: 40px 0 30px;
    width: 50%;
    float: left;
}

.footer2 {
    width: 50%;
    right: 0;
    top: 0;
    position: absolute;
}

.tencty {
    font-size: 60px;
    color: #009846;
    font-family: SVNMotionPicture;
    margin-bottom: 10px;
    line-height: 55px;
}

.chinhsach a {
    color: #Fff;
    display: block;
    padding: 5px 0;
    font-family: 'RobotoRegular';
}

.thongtin div {
    padding: 5px 0;
    color: #a3a3a3;
    font-family: 'LatoRegular';
    font-size: 14px;
}

.thongtin div i {
    margin-right: 12px;
    font-size: 17px;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #242424;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 6px 0;
}

.mxhft {
    margin: 10px 0;
}

.mxhft a {
    margin: 0 10px 0 0;
}

.coppyright {
    padding: 10px 0;
    font-family: 'LatoRegular';
    font-size: 15px;
    color: #ffffff;
}

.thongke span {
    color: #009846;
}

.thongke {
    padding: 10px 0;
    font-family: 'LatoRegular';
    font-size: 15px;
    color: #ffffff;
}

.ttft1 {
    text-transform: uppercase;
    font-family: LatoRegular;
    font-size: 14px;
    color: #ffffff;
}

header nav.fixeds_nav .logo img {
    top: -45px;
    width: 110px;
}

.colpro_in .pro {
    border: 1px solid #ccc;
}

.grecaptcha-badge {
    right: -200px;
}
.logorp {
    display: none;
}