@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('../fonts/UTMHelvetIns.eot');
    src: url('../fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('../fonts/UTMHelvetIns.woff')
    format('woff2'), url('../fonts/UTMHelvetIns.woff') format('woff'), url('../fonts/UTMHelvetIns.ttf')
    format('truetype'), url('../fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VLHELLVINAHANDSCRIPT';
    src: url('../fonts/VLHELLVINAHANDSCRIPT.OTF');
}
@font-face {
    font-family: 'VLKALEKOROUNDBOLD';
    src: url('../fonts/VLKALEKOROUNDBOLD.OTF');
}
@font-face {
    font-family: 'RobotoSlab_Bold';
    src: url('../fonts/RobotoSlab-Bold.ttf');
}
@font-face {
    font-family: 'RobotoSlab_Regular';
    src: url('../fonts/RobotoSlab-Regular.ttf');
}
@font-face {
    font-family: 'ROBOTO_BOLD';
    src: url('../fonts/ROBOTO-BOLD_0.TTF');
}
@font-face {
    font-family: 'ROBOTO_REGULAR';
    src: url('../fonts/ROBOTO-REGULAR_1.TTF');
}
@font-face {
    font-family: 'ROBOTO_ITALIC';
    src: url('../fonts/ROBOTO-ITALIC_0.TTF');
}
@font-face {
    font-family: 'UVNHongHaHep_B';
    src: url('../fonts/UVNHongHaHep_B.TTF');
}
@font-face {
    font-family: 'VLGREATVIBES';
    src: url('../fonts/VLGREATVIBES.OTF');
}
@font-face {
  font-family: 'UVNVAN';
  src: url('../fonts/UVNVan_R.TTF');
}
p {
    margin: 0px;
}

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

a:hover,
a:focus {
    color: #0d7cd6;
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}

.fixed {
    position: fixed !important;
    top: 0px;
    z-index: 99;
    width: 100%;
}
.clearfix-130{
    clear: both;
    height: 130px;
}
.clearfix-100{
    clear: both;
    height: 100px;
}
.clearfix-80{
    clear: both;
    height: 80px;
}
.clearfix-60{
    clear: both;
    height: 60px;
}
.clearfix-55{
    clear: both;
    height: 55px;
}
.clearfix-50{
    clear: both;
    height: 50px;
}
.clearfix-45{
    clear: both;
    height: 45px;
}
.clearfix-40{
    clear: both;
    height: 40px;
}
.clearfix-35{
    clear: both;
    height: 35px;
}
.clearfix-30{
    clear: both;
    height: 30px;
}
.clearfix-32{
    clear: both;
    height: 32px;
}
.clearfix-25{
    clear: both;
    height: 25px;
}
.clearfix-20{
    clear: both;
    height: 20px;
}
.clearfix-15{
    clear: both;
    height: 15px;
}
.clearfix-12{
    clear: both;
    height: 12px;
}
.clearfix-10{
    clear: both;
    height: 10px;
}
.clearfix-5{
    clear: both;
    height: 5px;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: arial;
    color: #000;
}

del {
    font-size: 12px;
    color: #999;
}

/*===========All=============*/ 
.w_100 {
    width: 100%;
}

.w_40 {
    width: 40%;
}

.w_60 {
    width: 60%;
}

/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
.img_logo_mb{
    max-height: 60px;
    max-width: 70%
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
.mg-15{
    margin-right: -15px;
    margin-left: -15px;
    
}
.mg-15::after{
    display: block;
    clear: both;
    content: "";
}
.pd-15{
    padding-left: 15px;
    padding-right: 15px;
}
.mg-10{
    margin-right: -10px;
    margin-left: -10px;
    
}
.mg-10::after{
    display: block;
    clear: both;
    content: "";
}
.pd-10{
    padding-left: 10px;
    padding-right: 10px;
}
.row-flex{
    display: flex;
    flex-wrap: wrap;
}
@media (max-width:991px){ 
.flex-reverse{
    display: flex;
    flex-direction: column-reverse;
}
}
.ttnew_right_top h3{
        font-family: ROBOTO_BOLD;
    font-size: 18px;
    color: #3c6e3a;
    text-decoration: underline !important;
    text-transform: capitalize;
}
