.home-row {
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-row .box-wrap {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.home-row .scroll-1 .logo {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
    text-align: center;
    padding: 15px 0px;
}

.home-row .scroll-1 .text-box-1 {
    position: absolute;
    left: 160px;
    color: #fff;
    top: 40%;
    display: none;
}

.home-row .scroll-1 .text-box-1 span {
    display: block;
}

.home-row .scroll-1 .text-box-1 span.text-1 {
    font-family: UTMBebas;
    font-size: 32px;
}

.home-row .scroll-1 .text-box-1 span.text-2 {
    font-family: UTMBebas;
    font-size: 96px;
    padding-left: 40px;
    font-style: italic;
}

.home-row .scroll-1 .text-box-1 span.text-3 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 20px;
}

.home-row .scroll-1 .text-box-2 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    display: none;
}

.home-row .scroll-1 .img-box {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: -1;
    /*padding-bottom: 56.25%;
			height: 0;*/
}

.home-row .scroll-1 .img-box.active {
    padding-bottom: 56.25%;
    height: 0;
}

.home-row .scroll-1 .img-box.active iframe {
    display: block;
}

.home-row .scroll-1 .img-box img {
    width: 100%;
    /*position: absolute;
				top: 0px;
				left: 0px;*/
}

.home-row .scroll-1 .img-box iframe {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.home-row .scroll-1 .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/video-icon.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
}

.home-row .scroll-1 .btn-video.active {
    /*visibility: hidden;*/
    opacity: 0;
}

.home-row .scroll-1 .btn-video.active:hover {
    opacity: 1;
}

.home-row .scroll-1 .btn-video:hover {
    cursor: pointer;
}

.home-row .scroll-7 .box-1 {
    float: left;
    width: 100%;
    position: relative;
    background: url(../images/trang-chu/Asset-2-20.jpg) no-repeat left top;
    -webkit-background-size: 100% 70%;
    -moz-background-size: 100% 70%;
    -o-background-size: 100% 70%;
    background-size: 100% 70%;
    padding: 45px 125px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.home-row .scroll-7 .box-1:before {
    content: "";
    display: block;
    width: 234px;
    height: 570px;
    background: url(../images/trang-chu/icon-diamond.png) left top;
    top: 10%;
    right: 0;
    left: auto;
    z-index: 1;
    position: absolute;
    max-height: 100%;
    opacity: 0.3;
}

.home-row .scroll-7 .box-1 .text-box {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.home-row .scroll-7 .box-1 .text-box .title {
    float: left;
    width: 100%;
    font-family: UTMBebas;
    color: #edd185;
    font-size: 53px;
    margin-bottom: 25px;
    text-align: center;
}

.home-row .scroll-7 .box-1 .text-box .title p {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#a77329), color-stop(#e6c292), color-stop(#b97e36), color-stop(#e4b06c), color-stop(#d2ae7e), color-stop(#d2934a), to(#a26f33));
    background: -webkit-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -moz-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -o-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: linear-gradient(to right, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.home-row .scroll-7 .box-1 .text-box .title span {
    font-size: 48px;
    color: #fff;
}

.home-row .scroll-7 .box-1 .text-box .des {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 30px;
}

.home-row .scroll-7 .box-1 .text-box .des .des-1 {
    float: left;
    width: 100%;
    padding: 0 10%;
    margin: 0 0 30px 0;
}

.home-row .scroll-7 .box-1 .text-box .des .des-2 {
    float: left;
    width: 100%;
    padding: 0 15%;
}

.home-row .scroll-7 .box-1 .text-box .des .des-2 .des-2-inner {
    position: relative;
}

.home-row .scroll-7 .box-1 .text-box .des .des-2 .text {
    width: 100%;
}

.home-row .scroll-7 .box-1 .text-box .des .des-2 p {
    margin: 0px;
    float: left;
    width: 50%;
}

.home-row .scroll-7 .box-1 .text-box .des .des-2 span {
    font-weight: bold;
}

.home-row .scroll-7 .box-1 .text-box .des .des-2 .read-more {
    display: block;
    text-align: center;
}

.home-row .scroll-7 .box-1 .text-box .des .des-2 .read-more a {
    text-transform: uppercase;
    color: #cba442;
    font-weight: bold;
}

.home-row .scroll-7 .box-1 .text-box .des .des-2 .read-more a:after {
    content: ">>";
    display: inline-block;
    margin-left: 5px;
    line-height: 1;
}

.home-row .scroll-7 .box-1 .text-box .des .des-2 .read-more a:hover {
    color: #fff;
}

.home-row .scroll-7 .box-1 .slider {
    float: left;
    width: 100%;
    overflow: hidden;
}

.home-row .scroll-7 .box-1 .slider .item {
    float: left;
    width: 100%;
    position: relative;
}

.home-row .scroll-7 .box-1 .slider .item>img {
    width: 100%;
    opacity: 0;
}

.home-row .scroll-7 .box-1 .slider .item .wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.home-row .scroll-7 .box-1 .slider .item .wrap .line {
    float: left;
    width: 20%;
    /*border-right: 1px solid #fff;*/
    height: 100%;
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
}

.home-row .scroll-7 .box-1 .slider .item .wrap .line.line:first-child {
    /*border-top: 40px solid transparent;*/
}

.home-row .scroll-7 .box-1 .slider .item .wrap .line.line:nth-child(2) {
    background-position: 25% 0 !important;
    /*border-bottom: 40px solid transparent;*/
}

.home-row .scroll-7 .box-1 .slider .item .wrap .line.line:nth-child(3) {
    background-position: 50% 0 !important;
    /*border-top: 40px solid transparent;*/
}

.home-row .scroll-7 .box-1 .slider .item .wrap .line.line:nth-child(4) {
    background-position: 75% 0 !important;
    /*border-bottom: 40px solid transparent;*/
}

.home-row .scroll-7 .box-1 .slider .item .wrap .line.line:nth-child(5) {
    background-position: 100% 0 !important;
    /*border-top: 40px solid transparent;*/
    border-right: none;
}

.home-row .scroll-7 .box-1 .slider .swiper-pagination {
    bottom: 105px;
    vertical-align: middle;
}

.home-row .scroll-7 .box-1 .slider .swiper-pagination .swiper-pagination-bullet {
    vertical-align: middle;
}

.home-row .scroll-7 .box-1 .slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #cba442;
    width: 12px;
    height: 12px;
}

.home-row .scroll-7 .wrap-box-2-3 {
    float: left;
    width: 100%;
    background: url(../images/trang-chu/Group40254.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}

.home-row .scroll-7 .box-2 {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 170px;
}

.home-row .scroll-7 .box-2 .text-box {
    float: left;
    width: 40%;
    padding-left: 125px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-row .scroll-7 .box-2 .text-box .title {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: UTMBebas;
    color: #edd185;
    font-size: 53px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.home-row .scroll-7 .box-2 .text-box .title p {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#a77329), color-stop(#e6c292), color-stop(#b97e36), color-stop(#e4b06c), color-stop(#d2ae7e), color-stop(#d2934a), to(#a26f33));
    background: -webkit-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -moz-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -o-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: linear-gradient(to right, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.home-row .scroll-7 .box-2 .text-box .title span {
    color: #fff;
    font-size: 48px;
}

.home-row .scroll-7 .box-2 .text-box .des {
    float: left;
    width: 100%;
    color: #fff;
    text-align: justify;
    line-height: 24px;
}

.home-row .scroll-7 .box-2 .slider {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 55%;
    overflow: hidden;
}

.home-row .scroll-7 .box-2 .slider:before {
    content: ' ';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 115px;
    height: 150px;
    background: #01304c;
    z-index: -1;
}

.home-row .scroll-7 .box-2 .slider .img-box {
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 650px;
}

.home-row .scroll-7 .box-2 .slider .img-box img {
    width: 100%;
}

.home-row .scroll-7 .box-2 .slider .swiper-button-prev {
    background: url(../images/trang-chu/prev-icon.png) no-repeat center center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    bottom: 34px;
    left: 0px;
    top: unset;
    width: 75px;
    height: 75px;
    padding: 10px;
}

.home-row .scroll-7 .box-2 .slider .swiper-button-next {
    background: #cba442 url(../images/trang-chu/next-icon.png) no-repeat center center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    bottom: 34px;
    top: unset;
    right: unset;
    left: 75px;
    width: 75px;
    height: 75px;
    padding: 10px;
}

.home-row .scroll-7 .box-3 {
    position: relative;
    float: left;
    width: 100%;
}

.home-row .scroll-7 .box-3 .row-box {
    float: left;
    width: 100%;
}

.home-row .scroll-7 .box-3 .row-box .slider {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 55%;
    z-index: 55;
    overflow: hidden;
}

.home-row .scroll-7 .box-3 .row-box .slider:before {
    content: ' ';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 115px;
    height: 150px;
    background: #01304c;
    z-index: -1;
}

.home-row .scroll-7 .box-3 .row-box .slider .img-box {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 650px;
}

.home-row .scroll-7 .box-3 .row-box .slider .img-box img {
    width: 100%;
}

.home-row .scroll-7 .box-3 .row-box .slider .swiper-button-prev {
    background: url(../images/trang-chu/prev-icon.png) no-repeat center center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    bottom: 34px;
    left: unset;
    right: 75px;
    top: unset;
    width: 75px;
    height: 75px;
    padding: 10px;
}

.home-row .scroll-7 .box-3 .row-box .slider .swiper-button-prev:hover {
    background: #cba442 url(../images/trang-chu/prev-icon.png) no-repeat center center;
}

.home-row .scroll-7 .box-3 .row-box .slider .swiper-button-next {
    background: url(../images/trang-chu/next-icon.png) no-repeat center center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    bottom: 34px;
    top: unset;
    right: 0px;
    width: 75px;
    height: 75px;
    padding: 10px;
}

.home-row .scroll-7 .box-3 .row-box .slider .swiper-button-next:hover {
    background: #cba442 url(../images/trang-chu/next-icon.png) no-repeat center center;
}

.home-row .scroll-7 .box-3 .row-box .text-box {
    float: right;
    width: 45%;
    padding: 0 8%;
    text-align: right;
}

.home-row .scroll-7 .box-3 .row-box .text-box .title {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: UTMBebas;
    color: #edd185;
    font-size: 53px;
    margin-bottom: 45px;
    text-align: right;
    text-transform: uppercase;
    margin-top: 40px;
}

.home-row .scroll-7 .box-3 .row-box .text-box .title p {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#a77329), color-stop(#e6c292), color-stop(#b97e36), color-stop(#e4b06c), color-stop(#d2ae7e), color-stop(#d2934a), to(#a26f33));
    background: -webkit-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -moz-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -o-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: linear-gradient(to right, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.home-row .scroll-7 .box-3 .row-box .text-box .title span {
    color: #fff;
    font-size: 48px;
}

.home-row .scroll-7 .box-3 .row-box .text-box .list-title {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    font-family: Montserrat;
    font-weight: bold;
    text-align: right;
    color: #fff;
}

.home-row .scroll-7 .box-3 .row-box .text-box .list-title .title-tab {
    float: right;
    padding: 0px 15px;
}

.home-row .scroll-7 .box-3 .row-box .text-box .list-title .title-tab.active {
    color: #cba442;
}

.home-row .scroll-7 .box-3 .row-box .text-box .list-title .title-tab:hover {
    cursor: pointer;
}

.home-row .scroll-7 .box-3 .row-box .text-box .list-title .title-tab:nth-child(2) {
    border-right: 1px solid #d0d0d0;
}

.home-row .scroll-7 .box-3 .row-box .text-box .item-des {
    float: left;
    width: 100%;
    text-align: justify;
    line-height: 30px;
    color: #fff;
}

.home-row .scroll-7 .box-3 .row-box .text-box .item-des .tab-content {
    float: left;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: none;
}

.home-row .scroll-7 .box-3 .row-box .text-box .item-des .tab-content.active {
    visibility: visible;
    opacity: 1;
    display: block;
}

.home-row .scroll-7 .box-4 {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 80px;
    display: none;
}

.home-row .scroll-7 .box-4 .title {
    position: absolute;
    top: 0px;
    left: 125px;
    font-size: 53px;
    font-family: UTMBebas;
    color: #fff;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #cba442;
    z-index: 9999;
}

.home-row .scroll-7 .box-4 .title span {
    font-size: 36px;
    font-family: MontserratLight;
}

.home-row .scroll-7 .box-4 .slider {
    float: left;
    width: 100%;
    position: relative;
}

.home-row .scroll-7 .box-4 .slider img {
    float: left;
    width: 100%;
}

.home-row .scroll-7 .box-4 .slider .read-more {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    background: url(../images/trang-chu/360.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 9999;
}

.home-row .scroll-7 .box-5 {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #002a43;
}

.home-row .scroll-7 .box-5 .slider {
    float: left;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.home-row .scroll-7 .box-5 .slider .item {
    background: #fff url(../images/trang-chu/Asset3.png) left bottom no-repeat;
}

.home-row .scroll-7 .box-5 .slider .img-box {
    float: right;
    width: 55%;
    max-height: 650px;
    overflow: hidden;
}

.home-row .scroll-7 .box-5 .slider .img-box img {
    width: 100%;
}

.home-row .scroll-7 .box-5 .slider .text-box {
    float: left;
    width: 40%;
    padding-left: 125px;
    text-align: left;
}

.home-row .scroll-7 .box-5 .slider .text-box .title {
    float: left;
    width: 100%;
    font-size: 53px;
    font-family: UTMBebas;
    color: #edd185;
    margin-bottom: 40px;
    text-transform: uppercase;
    margin-top: 60px;
}

.home-row .scroll-7 .box-5 .slider .text-box .title p {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#a77329), color-stop(#e6c292), color-stop(#b97e36), color-stop(#e4b06c), color-stop(#d2ae7e), color-stop(#d2934a), to(#a26f33));
    background: -webkit-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -moz-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -o-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: linear-gradient(to right, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.home-row .scroll-7 .box-5 .slider .text-box .title span {
    color: #004d71;
    font-size: 48px;
}

.home-row .scroll-7 .box-5 .slider .text-box .title-2 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: MontserratSemiBold;
    color: #439cb5;
}

.home-row .scroll-7 .box-5 .slider .text-box .des {
    float: left;
    width: 100%;
    line-height: 26px;
    text-align: justify;
}

.home-row .scroll-7 .box-5 .slider .swiper-button-next {
    background: url(../images/trang-chu/next-icon-2.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    bottom: 80px;
    right: 125px;
    width: 50px;
    top: unset;
}

.home-row .scroll-7 .box-5 .slider .swiper-button-prev {
    background: url(../images/trang-chu/prev-icon.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    bottom: 80px;
    right: 195px;
    width: 50px;
    top: unset;
    left: unset;
}

.home-row .scroll-7 .box-6 {
    position: relative;
    float: left;
    width: 100%;
    background: #013a58;
    overflow: hidden;
}

.home-row .scroll-7 .box-6 .slider {
    float: left;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.home-row .scroll-7 .box-6 .slider .item {
    background: url(../images/trang-chu/Asset-2-20.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-row .scroll-7 .box-6 .slider .item:before {
    content: "";
    display: block;
    width: 234px;
    height: 380px;
    background: url(../images/trang-chu/icon-diamond.png) left top;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 1;
    position: absolute;
    max-height: 100%;
    opacity: 0.3;
}

.home-row .scroll-7 .box-6 .slider .img-box {
    float: left;
    width: 55%;
    max-height: 650px;
    overflow: hidden;
}

.home-row .scroll-7 .box-6 .slider .img-box img {
    width: 100%;
}

.home-row .scroll-7 .box-6 .slider .text-box {
    float: right;
    width: 40%;
    color: #fff;
    padding-right: 100px;
    text-align: right;
}

.home-row .scroll-7 .box-6 .slider .text-box .title {
    float: left;
    width: 100%;
    font-size: 53px;
    font-family: UTMBebas;
    color: #edd185;
    margin-bottom: 50px;
    margin-top: 70px;
    text-transform: uppercase;
}

.home-row .scroll-7 .box-6 .slider .text-box .title p {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#a77329), color-stop(#e6c292), color-stop(#b97e36), color-stop(#e4b06c), color-stop(#d2ae7e), color-stop(#d2934a), to(#a26f33));
    background: -webkit-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -moz-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -o-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: linear-gradient(to right, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.home-row .scroll-7 .box-6 .slider .text-box .title span {
    color: #fff;
    font-size: 48px;
}

.home-row .scroll-7 .box-6 .slider .text-box .title-2 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: MontserratSemiBold;
    color: #439cb5;
}

.home-row .scroll-7 .box-6 .slider .text-box .des {
    float: left;
    width: 100%;
    line-height: 26px;
    text-align: justify;
}

.home-row .scroll-7 .box-6 .swiper-button-next {
    background: url(../images/trang-chu/next-icon.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    bottom: 80px;
    right: unset;
    left: 195px;
    width: 50px;
    top: unset;
}

.home-row .scroll-7 .box-6 .swiper-button-prev {
    background: url(../images/trang-chu/prev-icon-2.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    bottom: 80px;
    width: 50px;
    top: unset;
    left: 125px;
}

.home-row .scroll-7 .news {
    float: left;
    width: 100%;
    padding: 25px 125px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.home-row .scroll-7 .news .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-family: UTMBebas;
    color: #edd185;
    margin-bottom: 30px;
}

.home-row .scroll-7 .news .title span {
    font-size: 36px;
    color: #0a495a;
}

.home-row .scroll-7 .news .list-item {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.home-row .scroll-7 .news .list-item .item:hover .title {
    color: #0a495a;
}

.home-row .scroll-7 .news .list-item .item .img-box {
    float: left;
    width: 100%;
    display: inline-block;
}

.home-row .scroll-7 .news .list-item .item .img-box img {
    width: 100%;
}

.home-row .scroll-7 .news .list-item .item .date-time {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-family: MontserratSemiBold;
    color: #aeb8bb;
    margin-top: 15px;
}

.home-row .scroll-7 .news .list-item .item .title {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: MontserratSemiBold;
    text-align: left;
    color: #333;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 10px;
    line-height: 30px;
}

.home-row .scroll-7 .news .list-item .item .read-more {
    float: left;
    text-align: left;
    width: 100%;
    font-family: MontserratSemiBold;
    color: #cba442;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    background: url(../images/trang-chu/next-icon-2.png) no-repeat center right;
}

.home-row .scroll-7 .news .read-more {
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    background: #cba442;
    text-align: center;
    font-family: MontserratSemiBold;
    padding: 12px 45px;
}

.home-row .scroll-5 .box-1 {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/trang-chu/Asset-2-20.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-row .scroll-5 .box-1:before {
    content: "";
    display: block;
    width: 234px;
    height: 490px;
    background: url(../images/trang-chu/icon-diamond.png) left top;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 1;
    position: absolute;
    max-height: 100%;
    opacity: 0.3;
}

.home-row .scroll-5 .box-1 .content {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding-top: 4%;
}

.home-row .scroll-5 .box-1 .content .slider {
    float: left;
    width: 65%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.home-row .scroll-5 .box-1 .content .slider .slider-row-5 {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-row .scroll-5 .box-1 .content .slider .item {
    width: 100%;
    float: left;
}

.home-row .scroll-5 .box-1 .content .slider .item .img-box {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home-row .scroll-5 .box-1 .content .slider .item .img-box img {
    float: left;
    width: 100%;
}

.home-row .scroll-5 .box-1 .content .slider .swiper-button-next {
    background: url(../images/next-icon-1.png) no-repeat center center;
    bottom: 50px;
    right: 45px;
    top: unset;
    z-index: 999;
    height: 35px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.home-row .scroll-5 .box-1 .content .slider .swiper-button-next:hover {
    background: url(../images/next-icon-2.png) no-repeat center center;
}

.home-row .scroll-5 .box-1 .content .slider .swiper-button-prev {
    background: url(../images/prev-icon-1.png) no-repeat center center;
    bottom: 15px;
    right: 45px;
    top: unset;
    left: unset;
    z-index: 999;
    height: 35px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.home-row .scroll-5 .box-1 .content .slider .swiper-button-prev:hover {
    background: url(../images/prev-icon-2.png) no-repeat center center;
}

.home-row .scroll-5 .box-1 .content .text-box {
    float: right;
    width: 32%;
    padding-right: 5%;
}

.home-row .scroll-5 .box-1 .content .text-box .title {
    margin-top: 0;
    float: left;
    width: 100%;
    font-size: 46px;
    font-family: UTMBebas;
    font-weight: normal;
    color: #edd185;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-row .scroll-5 .box-1 .content .text-box .title p {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#a77329), color-stop(#ffe6c5), color-stop(#b97e36), color-stop(#fbce94), color-stop(#ffebd0), color-stop(#d2934a), to(#a26f33));
    background: -webkit-linear-gradient(left, #a77329, #ffe6c5, #b97e36, #fbce94, #ffebd0, #d2934a, #a26f33);
    background: -moz-linear-gradient(left, #a77329, #ffe6c5, #b97e36, #fbce94, #ffebd0, #d2934a, #a26f33);
    background: -o-linear-gradient(left, #a77329, #ffe6c5, #b97e36, #fbce94, #ffebd0, #d2934a, #a26f33);
    background: linear-gradient(to right, #a77329, #ffe6c5, #b97e36, #fbce94, #ffebd0, #d2934a, #a26f33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.home-row .scroll-5 .box-1 .content .text-box .title span {
    color: #fff;
    display: block;
}

.home-row .scroll-5 .box-1 .content .text-box .des {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 26px;
}

.home-row .scroll-5 .box-1 .content .text-box .read-more {
    float: left;
    display: inline-block;
    background: #004d71;
    font-family: MontserratSemiBold;
    font-size: 15px;
    color: #fff;
    padding: 15px 45px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.home-row .scroll-5 .box-1 .content .text-box .read-more:hover {
    background: #caa34a;
}

.home-row .scroll-6 .box-1 {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/trang-chu/Asset3.png) left bottom no-repeat;
}

.home-row .scroll-6 .box-1 .content {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-row .scroll-6 .box-1 .content .slider {
    float: right;
    width: 65%;
    max-height: 100%;
    position: relative;
    overflow: hidden;
}

.home-row .scroll-6 .box-1 .content .slider:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 120px;
    height: 100px;
    background: #fff;
    z-index: 99;
}

.home-row .scroll-6 .box-1 .content .slider .item {
    width: 100%;
}

.home-row .scroll-6 .box-1 .content .slider .item .img-box {
    width: 100%;
}

.home-row .scroll-6 .box-1 .content .slider .item .img-box img {
    width: 100%;
    height: auto;
}

.home-row .scroll-6 .box-1 .content .slider .swiper-button-next {
    background: url(../images/next-icon-1.png) no-repeat center center;
    bottom: 50px;
    left: 45px;
    right: unset;
    top: unset;
    z-index: 999;
    height: 35px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.home-row .scroll-6 .box-1 .content .slider .swiper-button-next:hover {
    background: url(../images/next-icon-2.png) no-repeat center center;
}

.home-row .scroll-6 .box-1 .content .slider .swiper-button-prev {
    background: url(../images/prev-icon-1.png) no-repeat center center;
    bottom: 15px;
    top: unset;
    left: 45px;
    z-index: 999;
    height: 35px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.home-row .scroll-6 .box-1 .content .slider .swiper-button-prev:hover {
    background: url(../images/prev-icon-2.png) no-repeat center center;
}

.home-row .scroll-6 .box-1 .content .text-box {
    float: left;
    width: 32%;
    padding-left: 125px;
}

.home-row .scroll-6 .box-1 .content .text-box .title {
    float: left;
    width: 100%;
    font-size: 46px;
    font-family: UTMBebas;
    font-weight: normal;
    color: #edd185;
    margin-bottom: 45px;
    margin-top: 60px;
}

.home-row .scroll-6 .box-1 .content .text-box .title p {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#a77329), color-stop(#e6c292), color-stop(#b97e36), color-stop(#e4b06c), color-stop(#d2ae7e), color-stop(#d2934a), to(#a26f33));
    background: -webkit-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -moz-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: -o-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    background: linear-gradient(to right, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.home-row .scroll-6 .box-1 .content .text-box .title span {
    display: block;
    text-align: left;
    color: #004d71;
}

.home-row .scroll-6 .box-1 .content .text-box .des {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 15px;
    color: #3c3c3c;
    margin-bottom: 20px;
    line-height: 26px;
}

.home-row .scroll-6 .box-1 .content .text-box .read-more {
    float: left;
    display: inline-block;
    background: #004d71;
    font-family: MontserratSemiBold;
    font-size: 15px;
    color: #fff;
    padding: 15px 45px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.home-row .scroll-6 .box-1 .content .text-box .read-more:hover {
    background: #caa34a;
}

.home-row .scroll-8 .box-1 {
    float: left;
    width: 100%;
    overflow: hidden;
}

.home-row .scroll-8 .box-1 .slider {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home-row .scroll-8 .box-1 .slider .slider-row-8 .item {
    width: 100%;
    position: relative;
}

.home-row .scroll-8 .box-1 .slider .slider-row-8 .item .img-box {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home-row .scroll-8 .box-1 .slider .slider-row-8 .item .img-box img {
    width: 100%;
}

.home-row .scroll-8 .box-1 .slider .slider-row-8 .item .text-box {
    position: absolute;
    top: 10%;
    right: 7%;
    width: 30%;
    z-index: 9999;
}

.home-row .scroll-8 .box-1 .slider .slider-row-8 .item .text-box .title {
    float: left;
    width: 100%;
    font-size: 50px;
    color: #004d71;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: UTMBebas;
}

.home-row .scroll-8 .box-1 .slider .slider-row-8 .item .text-box .des {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 15px;
}

@media only screen and (max-width: 1440px) and (min-width: 769px) {
    .home-row .scroll-7 .box-1 .text-box .title {
        font-size: 36px;
    }

    .home-row .scroll-7 .box-1 .text-box .title span {
        font-size: 36px;
    }

    .home-row .scroll-7 .box-2 .text-box .title {
        font-size: 36px;
    }

    .home-row .scroll-7 .box-2 .text-box .title span {
        font-size: 36px;
    }

    .home-row .scroll-7 .box-3 .row-box .text-box .title {
        font-size: 36px;
    }

    .home-row .scroll-7 .box-3 .row-box .text-box .title span {
        font-size: 36px;
    }

    .home-row .scroll-7 .box-4 .title {
        font-size: 36px;
    }

    .home-row .scroll-7 .box-4 .title span {
        font-size: 36px;
    }

    .home-row .scroll-7 .box-5 .slider .text-box {
        padding-left: 125px;
    }

    .home-row .scroll-7 .box-5 .slider .text-box .title {
        font-size: 36px;
    }

    .home-row .scroll-7 .box-5 .slider .text-box .title span {
        font-size: 36px;
    }

    .home-row .scroll-7 .box-6 .slider .text-box {
        padding-right: 40px;
        padding-left: 100px;
    }

    .home-row .scroll-7 .box-6 .slider .text-box .title {
        font-size: 36px;
    }

    .home-row .scroll-7 .box-6 .slider .text-box .title span {
        font-size: 36px;
    }

    .home-row .scroll-7 .news .title {
        font-size: 50px;
    }

    .home-row .scroll-7 .news .title span {
        font-size: 30px;
    }

    .home-row .scroll-7 .news .list-item .item .title {
        line-height: 22px;
    }

    .home-row .scroll-5 .box-1 .content .text-box {
        width: 32%;
        padding-right: 50px;
    }

    .home-row .scroll-5 .box-1 .content .text-box .title {
        font-size: 36px;
    }

    .home-row .scroll-5 .box-1 .content .text-box .des {
        font-size: 14px;
    }

    .home-row .scroll-6 .box-1 .content .text-box {
        width: 34%;
        padding-left: 100px;
    }

    .home-row .scroll-6 .box-1 .content .text-box .title {
        font-size: 35px;
    }

    .home-row .scroll-6 .box-1 .content .text-box .title span {
        font-size: 30px;
        margin-top: 10px;
    }

    .home-row .scroll-6 .box-1 .content .text-box .des {
        font-size: 14px;
    }

    .home-row .scroll-8 .box-1 .slider .slider-row-8 .item .text-box .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 769px) {
    .home-row .scroll-1 .text-box-1 span.text-1 {
        font-size: 26px;
    }

    .home-row .scroll-1 .text-box-1 span.text-2 {
        font-size: 64px;
    }

    .home-row .scroll-1 .text-box-1 span.text-3 {
        font-size: 18px;
    }

    .home-row .scroll-7 .box-1 .text-box .des {
        line-height: 24px;
    }

    .home-row .scroll-7 .box-2 .slider .text-box .item-des {
        line-height: 24px;
    }

    .home-row .scroll-7 .box-3 .row-box .slider .text-box .item-des {
        line-height: 24px;
    }

    .home-row .scroll-7 .box-4 .row-box .slider .text-box .item-des {
        line-height: 24px;
    }

    .home-row .scroll-7 .box-5 .slider .text-box .title {
        margin-bottom: 20px;
    }

    .home-row .scroll-7 .box-5 .slider .text-box .des {
        line-height: 24px;
    }

    .home-row .scroll-7 .box-5 .slider .swiper-button-prev {
        bottom: 15px;
    }

    .home-row .scroll-7 .box-5 .slider .swiper-button-next {
        bottom: 15px;
    }

    .home-row .scroll-7 .box-6 .slider .text-box .title {
        margin-bottom: 20px;
    }

    .home-row .scroll-7 .box-6 .slider .text-box .des {
        line-height: 24px;
    }

    .home-row .scroll-7 .box-6 .slider .swiper-button-prev {
        bottom: 15px;
    }

    .home-row .scroll-7 .box-6 .slider .swiper-button-next {
        bottom: 15px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
    .home-row .scroll-7 .box-1 .text-box .title {
        line-height: 44px;
    }
}

@media only screen and (max-width: 1365px) {
    .home-row .scroll-7 .box-1 .text-box .des .des-2 .des-2-inner {
        padding: 0 0 45px 0;
    }

    .home-row .scroll-7 .box-1 .text-box .des .des-2 p {
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .home-row .scroll-7 .box-1 .text-box .des .des-2 .read-more {
        left: 0;
        right: auto;
    }
}

.row-tai-appp {
    position: relative;
}

.row-tai-appp .banner-row {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: inherit;
    height: 100%;
}

@media (max-width: 1279px) {
    .row-tai-appp .banner-row {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        max-width: inherit;
        height: 100%;
    }
}

.row-tai-appp .title-row {
    color: #fff;
    font-family: UTMBebas;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 1.3;
    text-transform: uppercase;
}

.row-tai-appp .box-content-row {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

@media (max-width: 1279px) {
    .row-tai-appp .box-content-row {
        position: inherit;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 60px 0 60px;
    }
}

.row-tai-appp .content-row {
    margin-bottom: 43px;
}

@media (max-width: 1365px) {
    .row-tai-appp .content-row {
        margin-bottom: 20px;
    }
}

.row-tai-appp .qrcode {
    margin-bottom: 36px;
}

.row-tai-appp .img-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row-tai-appp .img-down a {
    display: inline-block;
    margin: 0 5px;
}

.row-tai-appp .img-down a .hover {
    display: none;
}

.row-tai-appp .img-down a:hover .normal {
    display: none;
}

.row-tai-appp .img-down a:hover .hover {
    display: block;
}