@font-face {
    font-family: chipmong-bold;
    src: url(/fonts/Gotham-Black.woff2?15ab757ab8af453e517da021f68ca2a9) format("woff2"), url(/fonts/Gotham-Black.woff?340b137edee8dfc897c076d088161180) format("woff"), url(/fonts/Gotham-Bold.ttf?8faba3db5e37f5f5e3bb9e10cb6a74aa) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: chipmong;
    src: url(/fonts/Gotham-Book.woff2?679493ad279b18fc516f70bf07b13b6b) format("woff2"), url(/fonts/Gotham-Book.woff?322d42975b8429d2c06e29fbc7b636e8) format("woff"), url(/fonts/Gotham-Book.ttf?a1be49e098a30657ecf6cfbb7f8466ca) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: chipmong-kh;
    src: url(/fonts/Battambang-Regular.woff2?c66ea87f9a43f999c13dabec8e90f281) format("woff2"), url(/fonts/Battambang-Regular.woff?c2de3b2657813c5d141084eda4ef9c74) format("woff"), url(/fonts/Battambang-Regular.ttf?a876b4974efdc9078a1bc3e42b8bd557) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: chipmong-kh-bold;
    src: url(/fonts/Bayon.ttf?ea677caf10b7227edf7eba5604851ca2) format("truetype");
    font-weight: 400;
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: chipmong-bold, chipmong-kh-bold
}

html {
    scroll-behavior: smooth
}

body {
    font-family: chipmong-kh, chipmong;
    font-weight: 700;
    height: 100vh
}

.container-fluid {
    padding: 0
}

.container {
    max-width: 1920px;
    width: 85%
}

.style-flex {
    justify-content: center
}

.flex-end,
.style-flex {
    display: flex;
    align-items: center
}

.flex-end {
    justify-content: flex-end
}

.text-gray {
    color: #aaa !important
}

.text-primary {
    color: #131314 !important
}

.one-line {
    -webkit-line-clamp: 1
}

.two-line {
    -webkit-line-clamp: 2
}

.three-line {
    -webkit-line-clamp: 3
}

.five-line {
    -webkit-line-clamp: 5
}

.six-line {
    -webkit-line-clamp: 6
}

.five-line,
.one-line,
.six-line,
.three-line,
.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.blog .title h4 {
    font-size: 18px
}

.blog .date {
    font-size: 14px;
    font-family: chipmong-kh, chipmong
}

.title-page {
    padding: 10% 0;
    width: 70%;
    margin: 0 auto
}

.title-page h1.title,
.title-page p.sub-title {
    color: #fff
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.st-4 {
    padding-top: 4%
}

.mst-4 {
    margin-top: 4%
}

.sy-6 {
    padding-top: 7%;
    padding-bottom: 6%
}

.sy-5 {
    padding-top: 4%;
    padding-bottom: 5%
}

.sy-3 {
    padding-top: 3%;
    padding-bottom: 3%
}

.sb-6 {
    padding-bottom: 6%
}

p {
    margin-bottom: 0
}

a {
    text-decoration: none !important;
    color: #131314
}

.dropdown-item:active {
    background-color: transparent
}

.line-left:after {
    text-align: left;
    padding: 5px
}

.line-center:after,
.line-left:after {
    border-bottom: 5px solid #ffa100;
    width: 60px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0
}

.line-center:after {
    text-align: center;
    margin: auto;
    padding: .725rem
}

h6.sub-title {
    font-size: 22px;
    color: #aaa
}

h1.title {
    font-size: 45px
}

.title {
    color: #131314;
    text-transform: uppercase
}

.title.title-border {
    padding-bottom: 10%
}

.title.title-border:after {
    border-bottom: 5px solid #ffa100;
    width: 10%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    padding: .725rem
}

.table {
    color: #000
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 1px
}

.view-more a {
    font-family: chipmong-kh-bold, chipmong-bold, "sans-serif";
    font-size: 20px
}

.view-more a span {
    transition: .3s
}

.view-more a i {
    padding: 5px 0 0 10px;
    font-size: 18px
}

.view-more a:hover span {
    padding-right: 10px
}

.dropdown-toggle:after {
    display: none
}

.line:after {
    width: 60px;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px
}

.button a.btn-orange,
.line:after {
    background-color: #ffa100;
    display: inline-block
}

.button a.btn-orange {
    font-family: chipmong-kh-bold, chipmong-bold, "sans-serif";
    font-size: 24px;
    padding: 10px 30px;
    color: #fff;
    border-radius: 4px
}

.orange {
    color: #ffa100
}

.shadow-img {
    box-shadow: 0 6px 13px 1px rgba(0, 3, 102, .2);
    transition: .4s
}

.shadow-img:hover {
    box-shadow: 0 6px 13px 1px rgba(0, 3, 102, .05)
}

.center {
    display: flex
}

.center .content-center {
    display: flex;
    vertical-align: middle;
    width: 100%
}

.box-content {
    padding-left: 6%
}

.box-content h6.sub-title {
    font-weight: 700;
    color: #aaa
}

.box-content h1.title {
    color: #131314;
    font-weight: 700;
    position: relative
}

.box-content .room .sub-title {
    color: #aaa
}

.box-content .room .value {
    font-family: chipmong-kh-bold, chipmong-bold, "sans-serif"
}

.box-content .room .value span.cap {
    padding-right: 15px
}

.box-content .room .label {
    font-weight: 700
}

.gallery {
    position: relative
}

.gallery a.view:before {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: .3s
}

.gallery .content,
.gallery a.view:before {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.gallery .content {
    bottom: 0;
    padding: 5%
}

.gallery .content h4.title {
    bottom: 15px;
    font-size: 30px
}

.gallery .content .text-body p {
    top: 15px
}

.gallery .content .text-body p,
.gallery .content h4.title {
    position: relative;
    color: #fff;
    transition: .4s
}

.gallery:hover .content,
.gallery:hover a.view:before {
    opacity: 1;
    visibility: visible
}

.gallery:hover .content h4.title {
    bottom: 0
}

.gallery:hover .content .text-body p {
    top: 0
}

.gallery .modal {
    top: 15%;
    padding-right: 0 !important
}

.gallery .modal-header .close {
    position: absolute;
    right: 25px;
    top: 23px;
    height: 40px;
    width: 40px;
    opacity: 1;
    color: #fff;
    padding: 10px;
    background-color: #003664;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery .modal-dialog.display {
    width: 60%;
    max-width: 1920px
}

.gallery .modal-dialog.display .modal-content {
    overflow-y: scroll
}

.gallery .modal-dialog.display .modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.gallery .modal-dialog.display .modal-content::-webkit-scrollbar {
    width: 0;
    background-color: transparent
}

.gallery .modal-dialog.display .modal-content::-webkit-scrollbar-thumb {
    background-color: transparent
}

.breadcrumb-wrap .breadcrumb {
    padding: .75rem 0
}

.gallery-img .card {
    background: #fff;
    color: #444;
    border-radius: 2px
}

.gallery-img .card-image {
    background: #fff;
    display: block;
    padding-top: 100%;
    position: relative;
    width: 100%
}

.gallery-img .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.btn-smooth a img {
    animation-name: scroll;
    animation-duration: 1.6s;
    animation-iteration-count: infinite
}

@keyframes scroll {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(26px)
    }
}

.loading-o {
    width: 100%;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.loading-o .lds-ellipsis {
    display: flex;
    position: relative;
    width: 80px;
    height: 80px
}

.loading-o .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #131314;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.loading-o .lds-ellipsis div:first-child {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.loading-o .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.loading-o .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 .6s infinite
}

.loading-o .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(24px)
    }
}

.image-c {
    position: relative
}

.image-c,
.image-c img {
    display: block;
    width: 100%
}

.image-c img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.list-point .list-item .item {
    color: #aaa;
    font-size: 18px;
    font-weight: 700;
    padding-left: 10%
}

.list-point .list-item .item span.border {
    color: #fff;
    border-radius: 50% !important;
    border-color: #ffa100 !important;
    background: #ffa100;
    width: 18px;
    height: 18px;
    position: relative;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    margin-right: .5rem
}

.list-point .list-item .item span.border i {
    font-size: 13px
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item {
    font-size: 20px;
    font-weight: 700;
    font-family: chipmong-kh-bold, chipmong-bold, sans-serif
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active span,
.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    font-size: 20px
}

@media only screen and (max-width: 1024px) {
    .breadcrumb-wrap .breadcrumb {
        height: 60px
    }

    .breadcrumb-wrap .breadcrumb .breadcrumb-item.active span,
    .breadcrumb-wrap .breadcrumb .breadcrumb-item a {
        font-size: 20px
    }

    .container {
        max-width: 1920px;
        width: 95%
    }

    h1.title {
        font-size: 40px
    }

    .gallery .content,
    .gallery a.view:before {
        opacity: 1;
        visibility: visible
    }

    .gallery .content {
        padding: 5%
    }

    .gallery .content h4.title {
        bottom: 0;
        font-size: 24px
    }

    .gallery .content .text-body.six-line {
        -webkit-line-clamp: 3
    }

    .gallery .content .text-body p {
        top: 0;
        font-size: 14px
    }

    .gallery .modal-dialog.display {
        width: 85%
    }

    .blog .title h4 {
        font-size: 16px
    }
}

@media only screen and (max-width: 768px) {
    .title-page h1.title {
        font-size: 30px;
        margin: 0
    }

    .title-page .sub-title {
        font-size: 14px
    }

    .breadcrumb-wrap .breadcrumb {
        height: 50px
    }

    .breadcrumb-wrap .breadcrumb .breadcrumb-item.active span,
    .breadcrumb-wrap .breadcrumb .breadcrumb-item a {
        font-size: 16px
    }

    .title-page {
        width: 100%
    }

    h1.title {
        font-size: 32px
    }

    .view-more a,
    .view-more a i,
    h6.sub-title {
        font-size: 16px
    }

    .gallery .modal-dialog.display .modal-body {
        font-size: 14px
    }

    .list-point .list-item .item {
        padding-left: 0;
        font-size: 16px
    }

    .button a.btn-orange {
        font-size: 16px;
        padding: 5px 15px;
        border-radius: 2px
    }
}

@media only screen and (max-width: 668px) {
    .gallery .modal-header .close {
        height: 30px;
        width: 30px;
        font-size: 16px
    }

    .gallery .modal {
        top: 10%
    }

    .gallery .modal .modal-dialog.display .modal-body .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .gallery .modal .modal-dialog.display .modal-body .col-6 .image {
        width: 60%;
        margin: 0 auto 15px
    }
}

@media only screen and (max-width: 576px) {
    .title-page h1.title {
        font-size: 24px
    }

    .gallery .modal .modal-dialog.display {
        margin: .5rem auto
    }

    .gallery .modal .modal-dialog.display .modal-header {
        padding: 10px !important
    }

    .gallery .modal .modal-dialog.display .modal-header h4 {
        margin: 0
    }

    .gallery .modal .modal-dialog.display .modal-body .col-6 .image {
        width: 75%
    }
}

@media only screen and (max-width: 480px) {
    .button a.btn-orange {
        font-size: 13px
    }
}

@media only screen and (max-width: 376px) {
    .gallery .modal .modal-dialog.display .modal-body .col-6 .image {
        width: 90%
    }
}

/*# sourceMappingURL=customize.css.map*/