
body {
    font-family: 'HK Nova';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
}

main {
}

a:hover {
    text-decoration: none;
}

.img-100 {
    width: 100%
}

#hero {
    height: 100vh;
    position: relative;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.sc-head {
    position: absolute;
    width: 100%;
    padding: 10px;
    z-index: 999;
}

.logo-brand img {
    height: 50px;
}

.ul-ngonngu {
    background: #fff;
    padding: 5px 10px;
    margin: 0;
    border-radius: 20px;
    font-family: 'Arsenal';
    font-weight: bold;
    font-style: normal;
}

.ul-ngonngu li {
    display: inline-block;
    margin: 0 7px;
}

.ul-ngonngu li a {
    color: #888;
}

.ul-ngonngu li a.active {
    color: #F0731E;
}

header {
    position: fixed;
    top: 200px;
    left: 50px;
    z-index: 99;
}

.main-menu {
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.main-menu li {
    list-style: none;
    margin: 7px 0;
}

.main-menu li a {
    background: #f5f5f5;
    padding: 10px;
    display: inline-block;
    border-radius: 50%;
}

.main-menu li a:hover {
    background: #F0731E;
}

.main-menu li a.mn1:hover img {
    content: url('../img/mn1w.png');
}

.main-menu li a.mn2:hover img {
    content: url('../img/mn2w.png');
}

.main-menu li a.mn3:hover img {
    content: url('../img/mn3w.png');
}

.main-menu li a.mn4:hover img {
    content: url('../img/mn4w.png');
}

.main-menu li a.mn5:hover img {
    content: url('../img/mn5w.png');
}

.main-menu li a.mn6:hover img {
    content: url('../img/mn6w.png');
}

.main-menu li a.mn7:hover img {
    content: url('../img/mn7w.png');
}

.main-menu li a.mn8:hover img {
    content: url('../img/mn8w.png');
}


.main-menu li a img {
    width: 24px;
}

#sc01 {
    background: url("../img/white-bg.jpg");
    padding: 30px 0;
    background-size: cover;
    background-position: bottom right;
}

.sc-header {
    text-align: center;
}

.sc-header span.number {
    font-size: 114px;
    font-weight: bold;
    display: block;
    color: #F0731E;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #F0731E;
    font-family: 'Arsenal';
    font-weight: bold;
    font-style: normal;
}

.sc-header h2 {
    font-size: 40px;
    font-family: 'Arsenal';
    font-weight: bold;
    text-transform: uppercase;
}

.sc-header h2 span {
    background: #F0731E;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
}


.icon-scroll {
    position: relative;

}

.icon-scroll:before {

}

.icon-scroll:hover {
    cursor: pointer;
}

.icon-scroll {
    width: 26px;
    height: 45px;
    bottom: 10px;
    margin-top: 18px !important;
    border: 2px solid #F0731E;
    border-radius: 25px;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}

.icon-scroll-white{
    border: 2px solid #fff !important;

}

.icon-scroll-white:before{
    background: #fff !important;
}

@media (max-width: 767px) {
    .icon-scroll {
        position: relative
    }
}

.icon-scroll:before {
    position: absolute;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    background: #F0731E;
    margin-left: -3px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}

.sc01-item {
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin: 30px 0;
}

.sc01-item img.img-right-top {
    position: absolute;
    top: 0;
    right: 0;
}

.sc01-item .flex-contain {
    display: flex;
    flex-wrap: wrap;
}

.sc01-item .flex-left {
    width: 80px;
    height: 250px;
    background: #f0731e;
    padding: 10px;
    color: #fff;
    font-size: 21px;
    padding-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-bottom-left-radius: 4px;
    font-family: 'Arsenal';
    font-weight: bold;
    font-style: normal;
}

.sc01-item .flex-left.mau1, .sc01-item .notflex-cotain .head.mau1 {
    background: #8e8e8e !important;
}

.sc01-item .flex-left.mau2, .sc01-item .notflex-cotain .head.mau2{
    background: #171717 !important;
}

.sc01-item .notflex-cotain{}
.sc01-item .notflex-cotain .head{
    background: #f0731e;
    padding: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-bottom-left-radius: 4px;
    font-family: 'Arsenal';
    font-style: normal;
}
.sc01-item .notflex-cotain .body{
    padding: 20px;
    background: url("../img/caro-bg.png");
    background-size: cover;
    background-position: center;
    overflow-y: scroll;
    height: 250px;
}


.sc01-item .flex-right {
    width: calc(100% - 80px);
    padding: 20px;
    background: url("../img/caro-bg.png");
    background-size: cover;
    background-position: center;
    overflow-y: scroll;
    height: 250px;
}

.sc01-item .flex-right ul {
    padding: 0 0 0 20px;
    margin: 0
}

.sc01-item .flex-right ul li {
}

#sc02 {
    background: url("../img/sc02-bg.jpg");
    padding: 30px 0;
    background-size: cover;
    background-position: bottom right;
}

.mat-bang1-cotain {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.mat-bang1-cotain .item {
    width: 33.3333%;
    padding: 20px;
}

.mat-bang2-cotain {
    display: flex;
    flex-wrap: wrap;
    margin-top: -59px !important;
    width: 65%;
    left: 0;
    right: 0;
    margin: auto;
}

.mat-bang2-cotain .item {
    width: 50%;
    padding: 20px;
}

.mat-bang1-cotain .item a, .mat-bang2-cotain .item a {
    display: block;
}

.container-flex {
    display: flex;
    flex-wrap: wrap;


}

.container-flex .sc03-item-flex1 {
    width: 50%;
    background: url("../img/sc03-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 50px;
}

.container-flex .sc03-item-flex1 .sc-header span.number {
    font-size: 114px;
    font-weight: bold;
    display: block;
    color: #fff;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

.container-flex .sc03-item-flex1 .sc-header {
    text-align: left !important;
    color: #fff !important;
    margin-left: 20%;
}

.container-flex .sc03-item-flex2 {
    width: 25%;
    background: url("../img/360-tower1.jpg");
    background-size: cover;
    background-position: center;
    padding: 50px;
    position: relative;
}

.container-flex .sc03-item-flex2 a.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.31);
    left: 0;
    top: 0;
}

.container-flex .sc03-item-flex3 a.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.31);
    left: 0;
    top: 0;
}

.container-flex .sc03-item-flex2 span.name-tower, .container-flex .sc03-item-flex3 span.name-tower {
    position: absolute;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    padding: 5px 20px;
    left: 50%;
    margin-left: -50px;
    border-radius: 50px;
    text-transform: uppercase;
}

.container-flex .sc03-item-flex2 a.xem-360, .container-flex .sc03-item-flex3 a.xem-360 {
    position: absolute;
    bottom: 40%;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 20px;
    left: 50%;
    margin-left: -74px;
    border-radius: 5px;
    text-transform: uppercase;
}

.container-flex .sc03-item-flex2 a.xem-360:hover, .container-flex .sc03-item-flex3 a.xem-360:hover {
    border: 1px solid #f0731e;
    color: #fff;
    background: #f0731e;
}

.container-flex .sc03-item-flex2 a.xem-360 img, .container-flex .sc03-item-flex3 a.xem-360 img {
    width: 25px;
    margin-top: -2px;
    margin-left: 7px;
}


.container-flex .sc03-item-flex3 {
    width: 25%;
    background: url("../img/360-tower2.jpg");
    background-size: cover;
    background-position: center;
    padding: 50px;
    position: relative;
}

#sc06 {
    background: url("../img/sc06-bg.jpg");
    padding: 50px 0;
    background-size: cover;
    background-position: center;
}


#sc06 .sc-header span.number {
    font-size: 114px;
    font-weight: bold;
    display: block;
    color: #fff !important;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff !important;
}

#sc06 .sc-header {
    color: #fff !important;
}

#sc04 {
    padding: 50px 0;

}

.swiper-container-hinhanh {
}

.swiper-container-hinhanh .swiper-slide img.image-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
}

.swiper-container-hinhanh .swiper-slide {
    position: relative;
    height: 400px;
    border-radius: 5px;
}

.swiper-container-hinhanh .swiper-slide a.cover {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 15px;
    color: #fff;
    left: 0;
    top: 0;
}

.swiper-container-hinhanh .swiper-slide h3 {
    font-size: 23px;
    margin: 40px 0 0 0;
    position: absolute;
    left: 0;
    text-shadow: 1px 1px #555;
    right: 0;
    padding: 15px;
    color: #fff;
}

.swiper-container-hinhanh .swiper-slide a.xemchitiet {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    transition: 0.3s;
}

.swiper-container-hinhanh .swiper-slide:hover a.xemchitiet {
    margin-left: 20px;
}

#sc07 {
    background: url("../img/sc07-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    color: #fff;
}

.footer-link {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-link h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f0731e;
    margin-top: 30px;
    font-family: 'Arsenal';
    font-weight: bold;
    font-style: normal;
}

.footer-link a {
    display: block;
    color: #fff;
    margin: 10px 0;
}
.footer-link a:hover{
    opacity: 0.8;
}
.footer-social {
    color: #fff;
}

.footer-social ul {
    padding: 0;
    margin: 20px 0 0 20px;
    display: inline-block;
}

.footer-social ul li {
    display: inline-block;
    margin: 0px 3px;
}

.footer-social ul li a {
    color: #222;
    padding: 7px 11px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 19px;
}

.footer-social ul li a i {
    width: 17px;
    display: inline-block;
}

.sc07-number {
    font-size: 114px;
    font-weight: bold;
    display: block;
    color: #fff !important;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff !important;
    margin-top: -40px;
    font-family: 'Arsenal';
    font-weight: bold;
    font-style: normal;
}

.sc07-contact .media i {
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
}

.sc07-contact .contact-contain {
    background: #F0731E;
    padding: 15px;
    border-radius: 4px;
}
.sc07-contact a{
    color: #fff;
}
.sc07-contact a:hover{
    color: #fff;
    opacity: 0.8;
}
.form-dk .form-group {
    margin-bottom: 10px;
}

.form-dk input {
    height: 46px;
    outline: none;
    border: none;
}
.form-dk textarea{
    outline: none;
    border: none;
}
.form-dk .btn-dk {

    background: transparent;

    border: 1px solid #fff;

    color: #fff;
}
.form-dk .btn-dk:hover{
    background: rgba(255, 255, 255, 0.2);
}
.contact-contain h2 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Arsenal';
    font-weight: bold;
    font-style: normal;
}

@media (max-width: 800px) {
    .sc01-item .flex-left {
        font-size: 18px;
    }

    #hero {
        height: 720px;
    }

    .sc-header span.number. .sc07-number {
        font-size: 60px;
    }

    .sc-header h2 {
        font-size: 28px;
    }

    .sc-header h2 span {
        display: inline-block;
        margin: 9px 0;
    }

    .container-flex .sc03-item-flex1 {
        width: 100%;
        padding: 50px;
    }

    .container-flex .sc03-item-flex2 {
        width: 50%;
        padding: 50px;
        height: 250px;
    }

    .container-flex .sc03-item-flex3 {
        width: 50%;
        padding: 30px;
        height: 250px;
    }
}

.fb-fix {
    position: fixed;
    right: 0;
    top: 119px;
    z-index: 99;
}
.socialfix img{
    width: 35px;
}
.socialfix:hover{
    opacity: 0.7;
}
.ytb-fix {
    position: fixed;
    right: 0;
    top: 153px;
    z-index: 99;
}
.phone-fix {
    position: fixed;
    right: 0;
    top: 187px;
    z-index: 99;
}
#hero{
    position: relative;
    text-align: center;
    padding-top: 40px;
}
.hero-container {

    width: 100% !important;
    text-align: center;
    color: #fff;
}
.hero-container h2{
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Arsenal';
    font-weight: bold;
    text-shadow: 1px 1px #555;
}

.hero-container p{
    font-size: 18px;
    text-shadow: 1px 1px #555;
}
.hero-form{
    background: rgba(255, 255, 255, 0.4);
    padding: 20px 20px 15px 20px;
    margin-bottom: 40px;
}
.hero-form .form-group{
    margin-bottom: 6px;
}
.hero-form .form-group input{
    border-radius: 0;
}
.hero-form .form-group textarea{
    border-radius: 0;
    height: 82px;
}
.hero-form  .btn-dk{
    background: #F0731E;
    color: #fff;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    height: 38px;
}
.hero-form  .btn-dk:hover{
    background: #ff9019;
}
.hero-container img{
    width: 210px;
}
@media (max-width: 900px) {
    .hero-container {
        /* width: 80%; */
        /* left: 25px; */
        /* padding-top: 60px; */
        /* top: 29px; */
        /* right: 0; */
        /* margin: auto; */
        /* position: absolute; */
        /* text-align: center; */
        /* color: #fff; */
    }

    .hero-container img{
        width: 140px;
    }

    .contact-contain h2{
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .hero-container h2{
        font-weight: bold;
        font-size: 28px;
        text-transform: uppercase;
    }
    .hero-container p{
        font-size: 16px;
    }
    .hero-container img{
        width: 100px;
    }

    #myVideo {
        display: none;
    }

    #hero{
        background: url("../img/hero-banner.jpg");
        background-position: center;
        background-size: cover;
    }
}
.row-pad {
    margin-left: -5px;
    margin-right: -5px;
}
.row-pad .col-lg-6, .row-pad .col-6{
    padding-left: 5px;
    padding-right: 5px;
}

.swiper-container-giaithuong img.img-giaithuong {
    position: relative;
    padding: 5px;
}
.swiper-container-giaithuong img.leed {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}




#confirm {
    text-align: center;
    margin-top: 58px;
}
#confirm .body{
    background-color: rgba(248, 248, 248, 0.8);
    padding: 40px;
}
@media (max-width: 767px) {
    #confirm {
        padding: 60px 15px;
    }
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}

.inlinesvg .svg svg {
    display: inline;
}

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}