@font-face {
    font-family: staccato;
    src: url('../fonts/UTMStaccato.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: swiss;
    src: url('../fonts/UTMSwissCondensed.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: ongdo;
    src: url('../fonts/UTMOngDoGia.ttf') format('truetype');
    font-style: normal;
}

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

body {
    background: url(../imgs/pattern-02.png) top left/70px, #900000 !important;
    font-family: swiss, sans-serif;
    font-size: 15px;
}


/* #content-lp section{width: 100%;display: inline-block;float: left;position: relative;} */

#content-lp section .container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.color-fff79e {
    color: #fff79e;
}

.close {
    position: fixed;
    top: 25px;
    right: 25px;
    color: #fff;
    font-size: 1.8rem;
    opacity: 1;
}


/* #content-lp .lp-header .lp-logo{text-align: center;padding-top: 30px;padding-bottom: 15px;}
#content-lp .lp-header .lp-logo img{max-width: 200px;} */


/* nav {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #da2031;
    justify-content: center;
} */


/* 
nav .img-logo {
    max-width: 230px;
}

nav ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    margin-left: 30px;
}

nav ul li {
    padding: 10px 20px;
    margin: 0;
    float: left;
}

nav ul li a {
    font-size: 15px;
    color: #fff79e !important;
    text-transform: uppercase;
    position: relative;
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

nav ul li a:hover {
    color: #fff !important;
}

nav ul li a:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #fff;
}

nav.desktop-f {
    z-index: 99999999;
    position: relative;
} */

.fixMenu {
    position: fixed;
    top: -200px;
    left: 0;
    z-index: 9999999;
    border-bottom: 1px solid #fff79e;
}

.fixMenu.unhide {
    top: 0;
    -webkit-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.fixMenu.unhide .img-logo {
    max-width: 230px;
}

.lp-top-banner {
    position: relative;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.lp-top-banner .lp-top-image-wrap {
    display: flex;
    justify-content: center;
}

.lp-top-banner .lp-top-image-wrap>img:nth-child(4n+1) {
    position: relative;
    width: 100%;
    height: calc(100% * 973 / 1920) !important;
    z-index: 0;
}

.lp-top-banner .lp-top-image-wrap>img:nth-child(4n+2) {
    position: absolute;
    bottom: 70px;
    width: calc(100% * 1217 / 1920);
    z-index: 2;
}

.lp-top-banner .lp-top-image-wrap>img:nth-child(4n+3) {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 28%;
    z-index: 1;
}

.lp-top-banner .lp-top-image-wrap>img:nth-child(4n+4) {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45%;
    z-index: 1;
}

.lp-top-title {
    line-height: 1.6em;
    color: #fff79e;
    /* position: absolute; */
    /* top: 15%; */
    /* left: 0; */
    /* width: 100%; */
    /* z-index: 10; */
    margin-bottom: 40px;
}

.lp-top-title__top {
    font-family: staccato, sans-serif;
    font-size: 50px;
    text-align: center;
    padding-bottom: 30px;
}

.lp-top-title__bottom {
    font-family: swiss, sans-serif;
    font-size: 24px;
    text-align: center;
}

.lp-top-video {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9c358;
    border-top: 3px solid #fff79e;
    z-index: 1;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.lp-top-video__text {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: justify;
    text-align-last: center;
    line-height: 1.8;
    color: #f40000;
    width: 70%;
    position: relative;
    z-index: 10;
}

.lp-top-video__text p {
    line-height: 1.8;
}

.lp-top-video>img {
    position: absolute;
}

.lp-top-video>img:nth-child(4n+2) {
    top: 10px;
    left: 10px;
    height: 90%;
}

.lp-top-video>img:nth-child(4n+3) {
    bottom: 15px;
    width: 15px;
    height: 15px;
}

.lp-top-video>img:nth-child(4n+4) {
    top: 10px;
    right: 10px;
    height: 90%;
}

.lp-dong-vang {
    padding-bottom: 80px;
    background: url("../imgs/line.png") center bottom/70% no-repeat;
}

.lp-section-title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.lp-section-title__top {
    /* font-family: ongdo, sans-serif; */
    font-size: 28px;
    color: #fff79e;
    padding-bottom: 15px;
    text-align: center;
}

.lp-kim-ngan-tai .lp-section-title__top {
    color: #fff;
}

.lp-nhan-tron .lp-section-title__top {
    color: #fff;
}

.lp-section-title__bottom {
    font-family: swiss, sans-serif;
    font-size: 16px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-transform: uppercase;
    margin-top: -6px;
}

.lp-section-title__bottom li {
    width: calc(100% / 3 - 2px);
    text-transform: uppercase;
    position: relative;
    float: left;
    color: #fff79e;
}

.lp-kim-ngan-tai .lp-section-title__bottom li {
    color: #fff;
}

.lp-nhan-tron .lp-section-title__bottom li {
    color: #fff;
}

.lp-section-title__bottom li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    border-right: 1px solid #fff79e;
}

.lp-kim-ngan-tai .lp-section-title__bottom li::after {
    border-right: 1px solid #fff;
}

.lp-nhan-tron .lp-section-title__bottom li::after {
    border-right: 1px solid #fff;
}

#su-tich-ngay-than-tai .lp-section-title__bottom li::after {
    border-right: 1px solid #fff;
}

.lp-section-title__bottom li:last-child::after {
    border-right: 0;
}

.kim-hoi-phat-loc,
.kim-hoi-chieu-tai {
    position: relative;
    display: inline-block;
    padding-bottom: 100px;
    width: 100%;
}

.kim-hoi-phat-loc__content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
}

.kim-hoi-chieu-tai__content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
    text-align: right;
}

.lp-dong-vang {
    position: relative;
}

.lp-dong-vang-details .lp-sub-title {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #fff79e;
    z-index: 3;
    position: relative;
    padding-bottom: 10px;
}

.lp-dong-vang-details .lp-san-pham-title {
    margin-left: 15%;
    display: inline-block;
    /* font-family: ongdo, sans-serif; */
    font-size: 26px;
    color: #fff79e;
    z-index: 3;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
    word-spacing: 2px;
    letter-spacing: 2px;
}

.lp-dong-vang-details .lp-san-pham-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: url("../imgs/line-dot.png") right/contain repeat-x;
    left: 0;
    bottom: 0;
}

.lp-dong-vang-details .lp-san-pham-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: url("../imgs/dot.png") right/contain no-repeat;
    left: 0;
    bottom: 0;
}

.lp-dong-vang-details .lp-san-pham-content {
    width: 65%;
    display: inline-block;
    text-align: center;
}

.lp-dong-vang-details .lp-san-pham-content .lp-san-pham-content__text {
    text-align: justify;
    font-size: 16px;
    color: #fff;
    line-height: 1.6em;
}

.lp-dong-vang-details .kim-hoi-chieu-tai__content .lp-san-pham-content__text {
    text-align: justify;
    -moz-text-align-last: right;
    text-align-last: right;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.lp-dong-vang-details .lp-san-pham-content>img {
    width: 80%;
    padding-top: 20px;
}

.lp-dong-vang-details .kim-hoi-chieu-tai__content .lp-san-pham-content>img {
    width: 70%;
    padding-top: 20px;
}

.kim-hoi-phat-loc__content+img {
    position: absolute;
    bottom: 2%;
    right: 20%;
    width: 23%;
    z-index: 2;
}

.kim-hoi-phat-loc__content+img+img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

.kim-hoi-chieu-tai__content+img {
    position: absolute;
    top: 13%;
    left: 17%;
    width: 23%;
    z-index: 3;
}

.kim-hoi-chieu-tai__content+img+img {
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 100%;
    z-index: 2;
}

.lp-dong-vang__text {
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: inline-block;
}

.lp-kim-than-tai {
    position: relative;
}

.lp-kim-than-tai__text-top {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
    color: #fff79e;
}

.than-tai-dai-phat {
    position: relative;
    display: inline-block;
    padding-bottom: 100px;
    width: 100%;
}

.than-tai-thinh-vuong {
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    width: 100%;
}

.than-tai-dai-phat__content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
}

.than-tai-thinh-vuong__content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
    text-align: right;
}

.than-tai-dai-phat__content+img {
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 46%;
    z-index: 2;
}

.than-tai-thinh-vuong__content+img {
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 50%;
    z-index: 3;
}

.lp-dong-vang-details .than-tai-thinh-vuong__content .lp-san-pham-content__text {
    text-align: justify;
    -moz-text-align-last: right;
    text-align-last: right;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.lp-dong-vang-details .than-tai-dai-phat__content .lp-san-pham-content {
    width: 40%;
    display: inline-block;
}

.lp-kim-ngan-tai {
    /* background: url("../imgs/back-kim-ngan-tai.jpg") center/cover no-repeat; */
    background-size: cover;
    background-attachment: fixed;
    padding: 20px 0px 50px;
}

@media(max-width: 767px) {
    .lp-kim-ngan-tai {
        padding: 0px 16px;
    }
}

.lp-kim-ngan-tai__text {
    text-align: right;
}

.lp-kim-ngan-tai__text_content {
    width: 70%;
    text-align: justify;
    -moz-text-align-last: right;
    text-align-last: right;
    margin-right: 0;
    margin-left: 30%;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
}

.lp-nhan-tron {
    padding-bottom: 30px;
}

@media(max-width: 767px) {
    .lp-nhan-tron {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.lp-nhan-tron__text {
    text-align: center;
}

.lp-nhan-tron__text_content {
    width: 100%;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
    margin-right: 0;
    margin-left: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    padding-bottom: 15px;
}

.lp-hop-qua {
    width: 100%;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 40px;
    background: url("../imgs/kim-hoi-21.png") center left/35% no-repeat, url("../imgs/kim-hoi-23.png") center right/35% no-repeat, #fcc275;
}

.lp-hop-qua .lp-hop-qua_title+div {
    text-align: right;
}

.lp-hop-qua .lp-hop-qua_title+div img {
    padding-right: 30px;
}

.lp-hop-qua_title {
    font-size: 24px;
    font-family: swiss, sans-serif;
    color: #e31d3a;
    text-align: center;
    margin-bottom: -25px;
}

.lp-hop-qua_title span {
    display: block;
    font-size: 16px;
    padding-top: 10px;
}

.lp-hop-qua .container {
    position: relative;
}

.lp-hop-qua .box .text {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 5%;
    color: #e31d3a;
    font-size: 18px;
}

.lp-hop-qua .box .text span {
    display: block;
    padding-top: 7px;
}

#su-tich-ngay-than-tai {
    background: url("../imgs/su-tich-ngay-than-tai.jpg") center/cover no-repeat;
    padding: 100px 0px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: center top;
}

@media(max-width: 767px) {
    #su-tich-ngay-than-tai {
        padding: 30px 15px;
    }
}

.su-tich-ngay-than-tai_title {
    /* width: 60%; */
    margin-right: auto;
    color: #fff79e;
    /* font-family: ongdo, sans-serif; */
    font-size: 26px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.su-tich-ngay-than-tai_title_small {
    font-size: 16px;
    margin-top: 20px;
}

.su-tich-ngay-than-tai_content {
    width: 60%;
    margin-right: auto;
    color: #fff;
    text-align: justify;
    font-size: 16px;
}

.lp-footer {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff79e;
}

.lp-footer_text {
    color: #fff79e;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4em;
    padding-bottom: 20px;
}

.lp-footer_contact a {
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
    background: #fff79e;
    color: #e31d3a;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: MyriadRegular, sans-serif;
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-right: 5px;
}

.lp-footer_contact a:hover {
    background: #fff;
}

.lp-footer a {
    color: #fff79e
}

.lp-icon-arrow {
    font-size: 2.3rem;
    display: inline-block;
    position: relative;
    line-height: 0;
    width: auto;
    height: 2px;
    top: 1px;
    margin-left: 4px;
}

.lp-footer_text1 {
    color: #fff79e;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4em;
    padding-bottom: 10px;
    margin-top: 30px;
}

.lp-footer_text2 p {
    color: #fff79e;
    font-size: 14px;
    line-height: 1.4em;
}

.tit_htpp {
    font: 30px MyriadRegular, monospace;
    color: #FFF79E;
    text-align: center;
    margin-top: 30px;
}

.htpp {
    font: 16px MyriadRegular, monospace;
    color: #FFF79E;
}

td {
    vertical-align: top;
}

table,
th,
td {
    border: 2px solid #FFF79E;
    padding: 5px;
    line-height: 1.5em;
}

table {
    border-collapse: collapse;
}

.danhsachhtpp_t {
    font: 16px MyriadRegular, monospace;
    color: #FFF79E;
    margin: 5px 0 0 10px;
}

.danhsachhtpp {
    padding: 10px 0;
    display: inline-block;
    text-align: center;
}

.danhsachhtpp ul {
    width: 80%;
    margin: 0 10%;
    line-height: 1.4em;
    padding: 0;
    text-align: justify;
}

.danhsachhtpp ul li {
    width: calc(100% / 6);
    display: inline-block;
    list-style: none;
    padding: 0 5px;
}

.danhsachhtpp ul li:before {
    content: "\261E";
    padding-right: 5px;
    color: #fff79e;
}

.danhsachhtpp ul li:nth-last-child(1):before {
    content: "";
}

.danhsachhtpp ul li:nth-last-child(2):before {
    content: "";
}

.danhsachhtpp ul li a {
    font: 16px MyriadRegular, monospace;
    color: #fff79e;
    cursor: pointer;
    text-decoration: none;
}

.lp-menu ul li.icon a {
    font-size: 24px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.content_1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.desktop {
    display: block;
}

.desktop-f {
    display: flex;
}

.mobile {
    display: none;
}

.mobile-i {
    display: none;
}

.over-body-attr {
    overflow: hidden !important;
}

.mobile-popup {
    display: none;
}

.menu-close {
    width: 45px;
    height: 45px;
}

.open-menu {
    cursor: pointer;
    margin-left: 10px;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff79e;
    margin: 6px 0;
    transition: 0.4s;
}


/* Rotate first bar */

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}


/* Fade out the second bar */

.change .bar2 {
    opacity: 0;
}


/* Rotate last bar */

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.hoa-tiet {
    position: absolute;
    width: 10%;
}

.lp-dong-vang>.hoa-tiet:nth-child(7n+4) {
    top: 20px;
    left: 10px;
}

.lp-dong-vang>.hoa-tiet:nth-child(7n+5) {
    top: 15px;
    right: 20px;
}

.lp-dong-vang>.hoa-tiet:nth-child(7n+6) {
    top: 100%;
    left: 10px;
}

.lp-dong-vang>.hoa-tiet:nth-child(7n+7) {
    top: 90%;
    right: 15px;
}

.lp-kim-than-tai>.hoa-tiet {
    width: 13%;
}

.lp-kim-than-tai>.hoa-tiet:nth-child(4n+3) {
    bottom: 20px;
    left: 0;
}

.lp-kim-than-tai>.hoa-tiet:nth-child(4n+4) {
    bottom: 40px;
    right: 15px;
}

.wrap_iframe111 {
    padding: 70px 0px;
}

.iframe111 {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}

.iframe111 iframe {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}

@media(max-width: 767px) {
    .wrap_iframe111 {
        padding: 30px 0px 10px;
    }
    .iframe111 {
        padding-bottom: 80%;
    }
}

.price_gold {
    padding: 40px 0;
}

.price_gold .lp-sub-title {
    text-align: center;
    color: #fff;
    margin-top: -8px;
    margin-bottom: 10px;
    width: 100% !important;
}

.price_gold .lp-sub-title1 {
    text-align: center;
    color: #fff;
    max-width: 600px;
    margin: 0px auto 20px;
}

.price_gold table {
    border: 2px solid #F00;
    width: 100%;
    border: none;
    border-radius: 6px;
    overflow: hidden;
}

.price_gold table tr {}

.price_gold table tr td:first-child,
.price_gold table tr:first-child td {
    color: #00F;
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
}

.price_gold table tr td {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 10px;
    text-align: center;
    color: #f00;
    font-weight: 700;
    font-size: 55px;
    font-family: 'Open Sans';
}

.price_gold.price_gold_jsc table tr td {
    background: #00274be7;
    border: 2px solid #CC9900;
    color: #fff;
    font-size: 32px;
    text-align: left;
    font-weight: 600;
}

.price_gold.price_gold_jsc table tr td.text-center{
    text-align: center;
}

.price_gold.price_gold_jsc table tr:nth-child(2n) td{
    background: #00274b;
}

.price_gold.price_gold_jsc table tr th {
    background: #005387;
    border: 2px solid #CC9900;
    color: #fff;
    font-size: 32px;
    font-weight: 700 !important;
    padding: 5px 10px;
}

.price_gold table tr:first-child td {
    background: #003150;
    color: #fff200;
}

.price_gold_jsc table tr:last-child {
    /* display: none; */
}

.price_gold_jsc table tr.sjc_price_hide{
    display: none;
}

@media(max-width: 767px) {
    .price_gold table tr td:first-child,
    .price_gold table tr:first-child td {
        font-size: 13px !important;
    }
    .price_gold table tr td {
        font-size: 18px !important; 
    }
    .price_gold.price_gold_jsc table tr td{
        font-size: 18px !important;
    }
}

.block-stat {
    text-align: center;
    margin-bottom: 6px;
}

.block-stat ul {
    margin: 0;
    padding: 6px 10px 8px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    background: rgb(255, 226, 7);
    background: -moz-linear-gradient(top, rgba(255, 226, 7, 1) 30%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 226, 7, 1) 30%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 226, 7, 1) 30%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe207', endColorstr='#ffffff', GradientType=0);
    border-radius: 6px;
}

.block-stat ul li {
    display: inline-block;
    color: #fff;
    margin: 1px 10px;
    color: #C93F3F;
}

.block-stat ul li img {
    margin-right: 6px;
    position: relative;
    top: -1px;
    width: 15px;
}

.block-stat ul li strong {
    font-family: arial, helvetica, sans-serif;
}

div.pop_up_T,
.bootstrap-dialog-header,
.modal-header.noborder>h4,
h4#title_menu {
    background: none repeat scroll 0 0 padding-box var(--main-color);
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-weight: 300;
    padding: 14px 0px 14px 14px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px;
}

.a {
    text-shadow: none;
    color: #fff;
    background: url(../images/icon.png) no-repeat scroll -149px -494px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 21px !important;
    width: 16px;
    opacity: 1;
    text-indent: -99999px;
}