<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html.openmenu{
    pointer-events: none;
    overflow: hidden !important;
    height: 100% !important;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*fixed IOS*/
html.openmenu body{
    height: 100% !important;
    position: relative;
    overflow: hidden !important;
    margin-top: 0 !important;
}
/*======================================================================*/
/*================================ICON==================================*/
/*======================================================================*/
.menu_mobile{
    margin-right: 10px;
}
.menu_mobile .icon_menu {
    width: 25px;
    height: 17px;
    cursor: pointer;
    text-transform: uppercase;
    pointer-events: auto;
    position: relative;
}
.menu_mobile .icon_menu:before,
.menu_mobile .icon_menu:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #818285;
    position: absolute;
    left:0px;
    -webkit-transition: transform 0.2s linear, top 0.2s linear 0.3s;
    -o-transition: transform 0.2s linear, top 0.2s linear 0.3s;
    transition: transform 0.2s linear, top 0.2s linear 0.3s;
}
.menu_mobile.showmenu .icon_menu:before,
.menu_mobile.showmenu .icon_menu:after{
    -webkit-transition: transform 0.2s linear 0.3s, top 0.2s linear;
    -o-transition: transform 0.2s linear 0.3s, top 0.2s linear;
    transition: transform 0.2s linear 0.3s, top 0.2s linear;
}
.menu_mobile .icon_menu:before{
    top: 0;
}
.menu_mobile .icon_menu:after {
    top: 16px;
}
.menu_mobile.showmenu .icon_menu:before{
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_mobile.showmenu .icon_menu:after {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_mobile .icon_menu .style_icon{
    content: "";
    width: 100%;
    height: 2px;
    background: #818285;
    position: absolute;
    left:0px;
    top: 8px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu_mobile.showmenu .icon_menu .style_icon{
    opacity: 0;
    visibility: hidden;
}
/*======================================================================*/
/*=============================CONTENT==================================*/
/*======================================================================*/
.menu_mobile .divmm {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 50;
}
.menu_mobile .divmm .mmContent {
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 60;
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    overflow-y: auto;
    pointer-events: none;
    background: #ffffff;
    border-top:solid 5px #f36f21;
}
.menu_mobile .divmm .mmContent.no-over{
    overflow-y:hidden;
}
.menu_mobile .divmm .divmmbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 51;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    pointer-events: auto;
}
.menu_mobile .divmm.show .divmmbg {
    opacity: 1;
    visibility: visible;
}
/*======================================================================*/
/*======================MENU LOAI 1=====================================*/
/*======================================================================*/
.mmMenu {
    background: #ffffff;
    pointer-events: auto;
    max-height: 100%;
    overflow-y: auto;
}
.mmMenu&gt;ul.mmMain{
    border-bottom: solid 10px #ededed;
}
.mmMenu&gt;ul&gt;li{
    border-bottom:solid 1px rgba(0,0,0,0.2);
    overflow: hidden;
}
.mmMenu&gt;ul&gt;li:last-child{
    border-bottom:none;
}
.mmMenu&gt;ul&gt;li&gt;a,
.mmMenu&gt;ul&gt;li&gt;.m-sub&gt;a {
    display: block;
    padding: 14px 15px;
}
.mmMenu&gt;ul.mmMain.v2&gt;li&gt;a,
.mmMenu&gt;ul.mmMain.v2&gt;li&gt;.m-sub&gt;a {
    display: block;
    padding: 14px 15px;
    font-weight: bold;
}
.mmMenu&gt;ul.mmMain.v2&gt;li&gt;a&gt;span,
.mmMenu&gt;ul.mmMain.v2&gt;li&gt;.m-sub&gt;a&gt;span{
    padding-left: 30px;
    position: relative;
}
.mmMenu&gt;ul.mmMain.v2&gt;li&gt;a&gt;span:before,
.mmMenu&gt;ul.mmMain.v2&gt;li&gt;.m-sub&gt;a&gt;span:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmMenu&gt;ul&gt;li:hover&gt;a,
.mmMenu&gt;ul&gt;li:hover&gt;.m-sub&gt;a{
    background: #f36f21;
    color:#ffffff;
}
.mmMenu&gt;ul&gt;li&gt;.m-sub{
    position: relative;
}
.mmMenu&gt;ul&gt;li&gt;.m-sub&gt;.button-submenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-left: solid 1px rgba(0,0,0,0.2);
    cursor: pointer;
    font-size: 26px;
    line-height: 34px;
    color:#666666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mmMenu&gt;ul&gt;li&gt;.m-sub&gt;.button-submenu:before{
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mmMenu&gt;ul&gt;li&gt;.m-sub&gt;.button-submenu.show:before{
    content: "\f107";
}
.mmMenu&gt;ul&gt;li:hover&gt;.m-sub&gt;.button-submenu{
    color:#ffffff;
}
/*=====LEVEL 2=====*/
.mmMenu&gt;ul&gt;li&gt;ul{
    position: relative;
    z-index: 1;
    background: #f5f5f5;
}
.mmMenu&gt;ul&gt;li&gt;ul&gt;li&gt;a,
.mmMenu&gt;ul&gt;li&gt;ul&gt;li&gt;.m-sub&gt;a {
    display: block;
    padding: 14px 15px;
    padding-left: 35px;
}
.mmMenu&gt;ul&gt;li&gt;ul&gt;li:hover&gt;a,
.mmMenu&gt;ul&gt;li&gt;ul&gt;li:hover&gt;.m-sub&gt;a {
    color:#da251c;
}
.mmMenu&gt;ul&gt;li&gt;ul&gt;li{
    border-top:solid 1px #e5e5e5;
}
.mmMenu&gt;ul&gt;li&gt;ul&gt;li&gt;.m-sub{
    position: relative;
}
.mmMenu&gt;ul&gt;li&gt;ul&gt;li&gt;.m-sub&gt;.button-submenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-left: solid 1px #e5e5e5;
    cursor: pointer;
    font-size: 26px;
    line-height: 34px;
    color:#666666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mmMenu&gt;ul&gt;li&gt;ul&gt;li&gt;.m-sub&gt;.button-submenu:before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mmMenu&gt;ul&gt;li&gt;ul&gt;li&gt;.m-sub&gt;.button-submenu.show:before{
    content: "\f107";
}
/*====LEVEL 3====*/
.mmMenu&gt;ul&gt;li&gt;ul&gt;li&gt;ul{
    position: relative;
    z-index: 1;
    background: #e5e5e5;
}
.mmMenu&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a,
.mmMenu&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;.m-sub&gt;a {
    display: block;
    padding: 14px 15px;
    padding-left: 35px;
}
.mmMenu&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li:hover&gt;a,
.mmMenu&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li:hover&gt;.m-sub&gt;a {
    color:#da251c;
}
/*======================================================================*/
/*======================MENU LOAI 2=====================================*/
/*======================================================================*/
.menu_mobile.menu_2 .mmMenu ul.mmMain li ul{
    display: none;
}
.mmMenu .m-ab {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 61;
    overflow-y: auto;
    -webkit-transition: opacity 0.5s ease , visibility 0.5s ease , transform 0.5s ease;
    -moz-transition: opacity 0.5s ease , visibility 0.5s ease , transform 0.5s ease;
    -o-transition: opacity 0.5s ease , visibility 0.5s ease , transform 0.5s ease;
    transition: opacity 0.5s ease , visibility 0.5s ease , transform 0.5s ease;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
    visibility: hidden;
}
.mmMenu .m-ab.active{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.mmMenu .m-ab .m-ab-title a{
    display: block;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.mmMenu .m-ab .m-ab-title {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mmMenu .m-ab .m-ab-title span{
    padding-left: 25px;
    position: relative;
}
.mmMenu .m-ab .m-ab-title span:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmMenu .m-ab .m-ab-arrow a{
    display: block;
    padding: 14px 20px;
    text-transform: none;
    background: #f36f21;
    color:#ffffff;
    text-transform: uppercase;
}
.mmMenu .m-ab li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mmMenu .m-ab li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 13px 20px;
    padding-left: 40px;
    position: relative;
    font-weight: normal;
}
.mmMenu .m-ab li a:before{
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0da';
    left:20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmMenu .m-ab li:hover a{
    color:#ff0000;
}
.mmMenu .m-ab li .m-sub{
    position: relative;
}
.mmMenu .m-ab li .button-submenu{
    position: absolute;
    right:0;
    top: 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}
.mmMenu .m-ab li .button-submenu:before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mmMenu .m-ab ul ul{
    display: none;
}
/*======================================================================*/
/*===========================MENU SHOW LEFT=============================*/
/*======================================================================*/
.menu_mobile.show_left .divmm .mmContent {
    padding-left: 0;
    padding-right: 50px;
    margin: 0 auto 0 0;
    direction: rtl;
    -webkit-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
}
.menu_mobile.show_left .divmm .mmContent .mmMenu .m-ab {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    border-right: 1px solid rgba(0,0,0,0.1);
    left: 0;
    right: 50px;
}
.menu_mobile.show_left .divmm.show .mmContent .close-mmenu,
.menu_mobile.show_left .divmm .mmContent .close-mmenu{
    left: auto;
    right: 0;
}
.menu_mobile.show_left .divmm .mmContent .mmMenu .m-ab.active{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.menu_mobile .divmm.show {
    visibility: visible;
}
.menu_mobile .divmm.show .mmContent {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.menu_mobile .divmm.show .mmContent .close-mmenu {
}
/*======================================================================*/
/*===========================CLOSE MENU=================================*/
/*======================================================================*/
.menu_mobile .divmm .mmContent .close-mmenu {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 20px;
    height: 20px;
    color: #333333;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: auto;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}
.menu_mobile .divmm .mmContent .close-mmenu i{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*======================================================================*/
/*===========================ADDON======================================*/
/*======================================================================*/
.mmLanguage{
    pointer-events: auto;
    background: #ededed;
    padding: 15px 20px;
    position: relative;
}
.mmLanguage ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.mmLanguage ul li{
    margin-right: 30px;
}
.mmLanguage ul li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 13px;
    line-height: 21px;
    color: #555555;
    text-transform: uppercase;
    width: 85px;
}
.mmLanguage ul li a img{
    max-width: 25px;
    margin-right: 10px;
}
.mmLanguage ul li a span{
    display: block;
}
.mmMember{
    padding: 10px 15px;
    border-bottom: solid 10px #ededed;
    position: relative;
}
.mmMember .listNot ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 12px 0px;
}
.mmMember .listNot ul li{
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid 1px rgba(51, 51, 51, 0.25);
}
.mmMember .listNot ul li:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.mmMember .listNot .icon{
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}
.mmMember .listNot .icon span{
    padding-left: 50px;
    position: relative;
}
.mmMember .listNot .icon span:before{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    background: #818285;
}
.mmMember .listNot .icon a:hover{
    color:#ffcc00;
}
.mmMember .listNot ul li.active .popup{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    pointer-events: auto;
}
.mmMember .popup{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #ffffff;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    pointer-events: none;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
}
.mmMember .popup .title{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background: #818285;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 10px;
}
.mmMember .popup .content{
    padding: 15px 25px;
}
.mmMember .popup .txt-form-group{
    text-transform: uppercase;
    color: #818285;
    margin-bottom: 15px;
}
.mmMember .popup .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin:0 -10px;
}
.mmMember .popup .grid .col{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
}
.mmMember .listSocial a{
    display: block;
    padding:9px 10px;
    padding-left: 50px;
    position: relative;
    color:#ffffff;
    background: #666666;
}
.mmMember .listSocial a:before{
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background: #4b64a5;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color:#ffffff;
    z-index: 2;
}
.mmMember .listSocial a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    z-index: 1;
    background: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mmMember .listSocial a span{
    position: relative;
    z-index: 3;
}
.mmMember .listSocial a:hover{
    color:#ffffff;
}
.mmMember .listSocial a:hover:after{
    right:0;
}
.mmMember .listSocial a.fa-facebook-f{
    background: #6b86cd;
}
.mmMember .listSocial a.fa-facebook-f:before,
.mmMember .listSocial a.fa-facebook-f:after{
    background: #4b64a5;
}
.mmMember .listSocial a.fa-google{
    background: #f4664e;
}
.mmMember .listSocial a.fa-google:before,
.mmMember .listSocial a.fa-google:after{
    background: #df4930;
}
.mmMember input[type="text"],
.mmMember input[type="password"]{
    width: 100%;
    height: 40px;
    border:solid 1px #dddddd;
    padding-left: 10px;
}
.mmMember .checkbox.df label{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:0;
}
.mmMember .checkbox.df label input{
    margin-top: -1px;
}
.mmMember .checkbox.df .forget{
    color: #f36f21;
}
.mmMember button{
    width: 100%;
    height: 40px;
    background: #f36f21;
    color: #ffffff;
    text-transform: uppercase;
    border:none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mmMember button:hover{
    background: #818285;
}
.mmMember .mb{
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.mmMember .txtNote a{
    color:#f36f21;
}
.mmMember .txtNote a:hover{
    color:#818285;
}
.mmMember .txtAtt{
    font-size: 13px;
    line-height: 21px;
}
.mmMember .txtAtt a{
    color:#f36f21;
}
.mmMember .txtAtt a:hover{
    color:#818285;
}
.mmMember .iconSuccess{
    padding-left: 50px;
    position: relative;
    cursor: pointer;
}
.mmMember .iconSuccess .img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmMember .iconSuccess .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
}
.mmMember .iconSuccess .hi{
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}
.mmMember .iconSuccess .name{
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
}</pre></body></html>