ul,
ol {
    list-style: none;
    padding: 0;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-orange {
    background-color: #df5c40;
}

.bg-charcoal {
    background-color: #464646;
}

.bg-jade {
    background-color: #008370;
}

.bg-grey {
    background-color: rgb(242, 242, 242);
}

.bg-grey {
    background-color: rgb(242, 242, 242);
}

.bg-brown {
    background-color: #2d1800;
}

.bg-lighbrown {
    background-color: rgba(56, 43, 30, 1);
}

.bg-red {
    background-color: #e90606;
}

.border-red {
    border: #e90606 1px solid;
}

.title {
    font-weight: 400;
    letter-spacing: 0.75px;
    font-family: 'Chakra Petch', sans-serif;
}

.title-1 {
    font-size: 13px;
}

.title-2 {
    font-size: 15px;
}

.text-uppercase {
    text-transform: uppercase;
}

.m-0 {
    margin: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.p-0 {
    padding: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.p-10 {
    padding: 10px;
}

.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ph-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-30 {
    padding-bottom: 30px;
}

.p-15 {
    padding: 15px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-25 {
    padding-left: 25px;
}

.bigger {
    font-size: 120%;
}

.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.font-blue {
    color: #0072bc;
}

.font-white {
    color: #FFFFFF!important;
}

.font-red,
a.font-red {
    color: #e90606;
}

.font-light,
a.font-light {
    color: #f0f0f0;
}

.font-grey,
a.font-grey {
    color: #9c9c9c;
}

.font-sm {
    font-size: 13px;
}

.font-size-1 {
    font-size: 40px;
}

.font-size-2 {
    font-size: 25px;
}

.border-less {
    border: none!important;
}

.border-bottom {
    border-bottom: #e0e0e0 1px solid;
}

.border-top {
    border-bottom: #e0e0e0 1px solid;
}

.border-right {
    border-right: #e0e0e0 1px solid;
}

.border-left {
    border-left: #e0e0e0 1px solid;
}
.border-radius-10 {
    border-radius: 10px;
}

.flex-box {
    display: flex;
}

.uppercase {
    text-transform: uppercase;
}


/*NGOC ANH EDIT*/

.w-60 {
    width: 60%;
    margin: auto;
}

.font-garamond {
    font-family: "Cormorant Garamond", serif;
}

.font-5 {
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 600;
}

.text-left {
    text-align: left;
}

.partner-list .item {
    max-width: 250px !important;
    width: 100%;
}

.partner-list .item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partner-list .item img:hover {
    -webkit-filter: none;
    filter: none;
    cursor: pointer;
}

.link-footer li:first-child {
    margin-top: 0;
}

.link-footer li {
    margin: 15px 0;
}

.link-footer li>a {
    color: #fff;
}

.totop {
    background: transparent;
}

.totop a {
    font-size: 30px;
    color: #fabe70;
    padding: 0;
}

.hidden {
    display: none;
}

.list-services li>a {
    color: #333;
}

.footer p {
    font-size: 14px;
}

.publicTabs li.active,
.publicTabs li:hover,
.publicTabs li:focus {
    border-bottom: 2px solid #fff;
}

.list-items-disc {
    list-style: disc;
    list-style-position: inside;
}