@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-Thin.woff2") format("woff2");
    font-weight: 100;
    font-display: swap;
}
 
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-Ultralight.woff2") format("woff2");
    font-weight: 200;
    font-display: swap;
}
  
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-Light.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}
 
@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
} 

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SF-Pro-Display-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("./fonts/SF-Pro-Display-Heavy.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("./fonts/SF-Pro-Display-Black.woff2") format("woff2");
    font-weight: 900;
    font-display: swap;
}

body {
    font-family: "SF Pro Display", sans-serif !important;
    background-color: #E3E3E3 !important;
    font-size: 14px !important;
}

a{
    text-decoration: none;
}
.cl-gr{
    color: #3b91d9;
}

.search-banner{
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 41px 0px 51px;
}
.wrap-search-banner{
    max-width: 700px;
    margin: 0 auto;
    
}
.wrap-search-banner .wrap-filter{
    background: #fff;
    border-radius: 4px;
    padding: 16px 16px 8px 16px;
    z-index: 9;
    position: relative;
    border: 1px solid #E5E7EB;
}
.wrap-search-banner h3{
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.wrap-search-banner p{
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.wrap-search-banner .wrap-filter .form-search .field-group {
    position: relative;
}
.wrap-search-banner .wrap-filter .form-search input{
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #E5E7EB;
    padding-left: 46px;
    background-image: url('../img/search-icon.png');
    background-repeat: no-repeat;
    background-position: 15px;
}
.wrap-search-banner .wrap-filter .form-search button.btn-search-banner {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 38px;
    border: none;
    background: #3b91d9;
    color: #fff;
    border-radius: 4px;
    padding: 0px 32px;
}
span.show-filter-advance {
    display: flex;
    margin-top: 10px;
    color: #3b91d9;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
span.show-filter-advance svg {
    margin: 0px 3px;
}
.show-filter-advance:not(.active) svg.arrow {
    transform: rotate(180deg);
}
.advance-filter {
    display: block;
    margin-top: 10px;
}
.form-advance-filter {
    display: flex;
    margin-left: -12px;
    flex-wrap: wrap;
}
.form-advance-filter .input-avc {
/*     height: 36px; */
/*     border-radius: 4px; */
/*     border: 1px solid #E5E7EB; */
    margin-left: 12px;
    margin-bottom: 12px;
    flex: 0 calc(33% - 12px);
    width: calc(33% - 12px);
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
/*     padding-left: 8px; */
}

.form-advance-filter .field-group {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.form-advance-filter .field-group .select2.select2-container.select2-container--default {
	display: block;
}

.form-advance-filter .field-group .select2-container--default .select2-selection--single {
	width: 100%;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #E5E7EB;
}


.form-advance-filter .field-group .select2-container--default .select2-selection--single .select2-selection__clear,
.form-advance-filter .field-group .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

.form-advance-filter .field-group .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}

.form-advance-filter .btn-avc-filter{
    height: 36px;
    margin-left: 12px;
    flex: 0 calc(33% - 12px);
    width: calc(33% - 12px);
    background: #3b91d9;
    color: #fff;
    border-radius: 4px;
    border: none;
}
.main-index{
    margin: 30px 0px;
}
.main-right-side{
}
.wrap-title-document {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3b91d9;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.wrap-title-document h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 10px;
}
.item-document {
    display: flex;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #E5E7EB;
    margin-bottom: 8px;
}
.flex-content{
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.img-left img{
	height: 80px!important;
	width: 55px!important;
	image-rendering: pixelated;
    object-fit: cover;
}

.content-right h1{
	padding: 0!important;
	color: #212529!important;
	background-color: white!important;
}
.chuyennganh-area span{
	font-size: 16px!important;
}

.item-document .thumbnail{
    width: 80px;
    text-align: center;
}
.item-document .thumbnail img {
    max-width: 55px;
   
}
.item-document .thumbnail.img_source img {
    width: 100%;
    max-width: unset;
    object-fit: cover;
    height: 100%;
    border-radius: 6px;
}
.item-document .content{
    width: calc(100% - 80px);
    padding-left: 12px;
}
.item-document .content .title{
    font-size: 15px;
    text-decoration: none;
    color: #1F2937;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}
.item-document .content .meta{
    display: flex;
    justify-content: space-between;
}
.item-document .content .meta .author span:first-child{
    color: #9CA3AF;
}
.item-document .content .meta .author span:last-child{
    color: #3b91d9;
}
.item-document .content .meta .cateogry{
    /* display: flex; */
}
.item-document .content .meta .cateogry a{
    font-size: 12px;
    color: #001E00;
    background: #E4EBE5;
    border-radius: 15px;
    display: block;
    text-align: center;
    padding: 2px 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    line-height: 20px;
    text-decoration: none;
    float: left;
    text-transform: capitalize;
}
.item-document .content .meta .cateogry a::first-letter {
    text-transform: capitalize;
}
.item-document .content .meta .cateogry a:hover {
    background: #c8e5d3!important;
}
.wp-pagenavi {
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 8px 0px;
}
.wp-pagenavi a{
    text-decoration: none;
}
.wp-pagenavi *{
    height: 35px;
    line-height: 35px;
}
.wp-pagenavi .last{
    margin-left: 10px;
    color: #1F2937;
    padding: 0px 10px;
}
.wp-pagenavi .first{
    margin-right: 10px;
    color: #1F2937;
    padding: 0px 10px;
}
.wp-pagenavi .page{
    width: 40px;
    text-align: center;
    color: #1F2937;
    margin: 0px 5px;
}
.wp-pagenavi .page:hover{
    background-color: #F3F4F6;
}
.wp-pagenavi .current{
    width: 35px;
    color: #fff;
    background-color:#3b91d9;
    text-align: center;
}
.widget_news_document .list-news-document .new-item{
    display: flex;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 8px;
    border: 1px solid #E5E7EB;
}
.adong-rightbar h2.widgettitle,
h3.title-widget {
    display: block;
    background: #FCFCFD;
    border-radius: 4px;
    font-size: 16px;
    color: #3b91d9;
    text-transform: uppercase;
    padding: 8px 10px 8px 40px;
    background-image: url('../img/file-fill.png');
    background-repeat: no-repeat;
    background-position: 14px;
}
.widget_news_document .list-news-document .new-item .thumbnail{
    width: 60px;
    height: 60px;
}
.widget_news_document .list-news-document .new-item .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
} 
.widget_news_document .list-news-document .new-item .thumbnail.img_default img{
    object-fit: fill;
} 
.widget_news_document .list-news-document .new-item .title{
    width: calc(100% - 60px);
    padding-left: 10px;
}
.widget_news_document .list-news-document .new-item .title a{
    color:#1F2937;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.widget_news_document .list-news-document .new-item:hover .title a {
    color: #008305!important;
}
.widget_news_document .list-news-document .new-item .title span{
    color: #6B7280;
    font-size: 12px;
}
.load-more {
    text-align: center;
}
#load-more-sidebar{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #D97706;
}
#load-more-sidebar img{
    margin-left: 5px;
}
.main-left-side>.widget{
    margin-bottom: 20px;
}
.item-folder{
    position: relative;
/*     height: 100%; */
}
.item-folder a {
    display: flex;
    width: 100%;
    padding: 10px 12px;
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0 3px 4px rgba(153,155,168,0.25); */
    text-decoration: none;
    align-items: center;
    border-bottom: 1px solid #3b91d9;
    border-right: 1px solid #3b91d9;
    transition: 0.3s;
/*     height: 100%; */
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 5;
    padding-right: 25px;
}   
.item-folder a.current-term{
    background-color: #3b91d9;
    color: #fff;
}
.item-folder.active-drop>a{
    background-color: #3b91d9;
    color: #fff;
}
.item-folder.active-drop>a>span{
    color: #fff;
}
.item-folder.active-drop>a>span.folderimg svg path{
    fill: #fff;
}
.item-folder.active-drop>a span.arrow svg path{
    fill: #fff;
}
.item-folder.active-drop>a>span.arrow .img-arrow-down{
    transform: rotate(1deg) !important;
}

.item-folder a.current-term span{
    color: #fff;
}
.item-folder a.current-term svg path{
    fill: #fff;
}
.item-folder a span{
    color: #262626;
}
.item-folder a .img-folder{
    margin-right: 12px;
}
.item-folder a span.arrow{
    position: absolute;
    right: 0px;
    top:0;
    width: 25px;
    height: 43px;
    text-align: center;
    z-index: 9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.item-folder a span.arrow .img-arrow-down{
    transform: rotate(1deg);
}
.item-folder.has-child a span.arrow .img-arrow-down{
    transform: rotate(270deg);
    width: 13px;
    height: 8px;
}
.item-folder a span.arrow:hover{
    background: #3b91d9;
}

.item-folder a:hover{
    background-color: #3b91d9;
    color: #fff;
}
.item-folder a:hover span{
    color: #fff;
}
.item-folder a:hover svg path{
    fill: #fff;
}
.child-folder .col-md-6,.widget_list_chuyennganh .item-folder{
    margin-bottom: 8px;
}
/* .child-folder .item-folder a{
    min-height: 67px;
} */


/* single */

.blog-wrapper{
    padding: 30px 0px;
}
.wrap-title-document span.title-document{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 10px;
    line-height: 1.2;
}
.breadcrumb-custom{
    display: flex;
    flex-wrap: wrap;
    color: #3b91d9;
    margin-bottom: 12px;
}
.breadcrumb-custom a{
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    color: #3b91d9;
    line-height: 1.5;
}
.breadcrumb-custom a:hover {
    color: inherit;
}
.breadcrumb-custom span{
    color: #6B7280;
    margin: 0px 5px;
    font-size: 14px;
}
.breadcrumb-custom span:last-child{
    color: #6B7280;
    font-weight: 400;
    margin: 0;
}
.body-content-single {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.body-content-single img {
    max-width: 100%;
}
.body-content-single img.aligncenter {
    margin: 0 auto;
    display: block;
}
.body-content-single h1{
    font-size: 21px;
	background-color: #3b91d9;
	color: white;
	padding: 8px 10px;
}
.body-content-single .list-tag{
    display: flex;
    align-items: center;
}
.body-content-single .content-wrap {
    text-align: justify;
}
.body-content-single .list-tag a{
    display: inline-block;
    border-radius: 32px;
    background: #E4EBE5;
    padding: 2px 10px;
    margin-left: 8px;
    text-decoration: none;
    font-size: 12px;
    color: #001E00;
}
.body-content-single .list-tag span{
    font-weight: 600;
}
.chuyennganh-area{
    margin-bottom: 20px;
}
.meta-box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 8px -20px;
}
.meta-box .item-meta{
    width: calc(50% - 20px);
    margin-left: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.meta-box .item-meta .thumb {
    background-color: #3b91d9;
    border-radius: 8px;
    padding: 8px;
}
.meta-box .item-meta .content-meta{
    padding-left: 8px;
}
.meta-box .item-meta .content-meta b{
    display: block;
}
.meta-box .item-meta .thumb img{
    width: 24px;
}
.meta-box .item-meta .content-meta span{
    color: #6B7280;
    text-transform: uppercase;
}
.meta-box .item-meta .content-status span{
    text-transform: uppercase;
    color: #F59E0B;
}

.content-wrap h2{
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: 0.8px;
    border-radius: 2px;
    font-weight: bold;
}
.content-wrap h3 {
    font-size: 14px;
    color: #1F2937;
    display: block;
    padding: 8px 10px;
    background-color: #F3F4F6;
    border-left: 3px solid #3b91d9;
    line-height: 1.2;
    font-weight: bold;
}
.content-wrap h4 {
    font-size: 14px;
    color: #1F2937;
    display: block;
    padding: 8px 10px;
    background-color: #F3F4F6;
    line-height: 1.2;
}
.rencent-comment-area {
    border-left: 4px solid #3b91d9;
    padding: 4px 0px 4px 16px;
    margin-bottom: 20px;
}
.rencent-comment-area p{
    margin-bottom: 0px;
}
.rencent-comment-area .content-cmt{
    font-style: italic;
    margin-bottom: 10px;
}

.footer-content-single {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
.comments-area .title_comment{
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}
.comments-area .name-email {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}
.comments-area .name-email label{
    margin-left: 16px;
    flex: 0 calc(50% - 16px);
    margin-bottom: 16px;
    color: #515B6F;
    font-size: 14px;
    line-height: 24px;
}
.comments-area .name-email label input{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px;
    border: 1px solid #F3F4F6;
}
#formcmmaxweb{
    margin-bottom: 16px;
}
#formcmmaxweb textarea{
    border: 1px solid #F3F4F6;
    box-sizing: border-box;
    padding: 16px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
input#submit {
    display: block;
    width: 100%;
    background: #3b91d9;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 7px 0px;
    font-size: 16px;
}
ol.commentlist_mw {
    list-style: none;
    padding-left: 0px;
}
.comment-author {
    display: flex;
    margin-bottom: 10px;
}
.comment-author img{
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 1px solid #E5E7EB;
    border-radius: 50%;
}
.info-author-cmt{
    padding-left: 10px;
}
.info-author-cmt p{
    margin-bottom: 5px;
}
.info-author-cmt a{
    text-decoration: none;
    color: #1F2937;
}
.info-author-cmt .ngaythang{
    color: #9CA3AF;
}
.commentlist_mw li{
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}

/* term document */
.list-document-media .row {
    margin: 0 -5px;
}
.list-document-media .row .col-md-6 {
    padding: 0 5px;
    margin-bottom: 10px;
}

.list-document-media .item-media {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
}
.list-document-media .item-media .thumbnail img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.list-document-media .item-media .content{
    background-color: #fff;
    padding: 20px;
}
.list-document-media .item-media .content .title{
    display: block;
    margin-bottom: 8px;
}
.list-document-media .item-media .content a{
    color: #1F2937;
    text-decoration: none;
}
.list-document-media .item-media .category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list-document-media .item-media .category a{
    display: inline-block;
    width: max-content;
    padding: 2px 10px;
    background-color: #E4EBE5;
    color: #001E00;
    font-size: 12px;
    border-radius: 32px;
    margin-right: 5px;
    margin-bottom: 8px;
}
.list-document-media .item-media .meta{
    display: flex;
    color: #98A2B3;
}
.list-document-media .item-media .meta .view{
    margin-right: 10px;
}
.list-document-media .item-media .video-thumbnail{
    position: relative;
}
.list-document-media .item-media .video-thumbnail .video-btn{
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.video-login {
    padding: 79px 127px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.video-login span.head {
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
}
.video-login .des {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #F3F4F6;
    margin-bottom: 20px;
}
.video-login .content{
    position: relative;
    z-index: 9;
}
.video-login  img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    filter: blur(8px);
}
.adong-form-login .adong-reg-account a,.adong-form-login .adong-go-to-login a{
    color: #3b91d9 !important;
    cursor: pointer;
}
#message,#message-res {
    margin-bottom: 5px;
}
#message .error,#message-res .error,#message-repassword .error{
    color: red;
}
#message .success,#message-res .success,#message-repassword .success{
    color:#3b91d9;
}
.modal-content .adong-form-login{
    padding: 20px;
}
.adong-lost-password .cl-gr,.adong-login-note-bottom .cl-gr{
    cursor: pointer;
}
.btn-home-resend-success a{
    color: #fff;
}
.btn-home-resend-success a:hover{
    color: #fff;
}
.current-menu-parent a{
    color: #3b91d9 !important;
    border-bottom: 2px solid #3b91d9;
    position: relative;
}
.current-menu-parent a::after {
    content: "";
    color: #3b91d9 !important;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 0;
    border-bottom: 6px solid #3b91d9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hinh-anh-login {
    background: gray;
}
.content-limit{
    margin-bottom: 10px;
    position: relative;
}
.limit-login-document {
    position: absolute;
    background-color: #ffffff1a;
    background-image: linear-gradient(#ffffff30, #ffffff);
    bottom: 0px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}
.limit-login-document .child{
    background-color: #fff;
}
.limit-login-document span{
    display: block;
}
.limit-login-document span.head{
    color:#111827;
    font-size: 22px;
    font-weight: 600;
}
.limit-login-document span.des{
    color: #6B7280;
    margin-bottom: 10px;
}
.limit-login-document .btn-login-now{
    max-width: 120px;
}
.form-footer{
    position: relative;
    display: flex;
    width: 100%;
}
.form-footer .wpcf7-form-control-wrap{
    width: calc(100% - 128px);
    margin-right: 5px;
}
.form-footer .wpcf7-form-control-wrap input{
    box-sizing: border-box;
    width: 100%;
}
.form-footer .submit-sub-email{
    width: 123px;
}
.form-footer .wpcf7-spinner{
    position: absolute;
    left: 0px;
    margin-left: 0px;
    top: 7px;
}

.widget_list_chuyennganh .child-category{
    margin-top: 8px;
    margin-left: 15px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.widget_list_chuyennganh .child-category::-webkit-scrollbar {
    -webkit-appearance: none;
}

.widget_list_chuyennganh .child-category::-webkit-scrollbar:vertical {
    width:5px;
}


.widget_list_chuyennganh .child-category::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .5);
}


@media (min-width: 320px) and (max-width: 480px) {
    .adong-logo{
        max-width: 160px;
    }
    .adong-account-btn{
        font-size: 12px !important;
    }
    .search-banner{
        max-height: unset;
    }
    .wrap-search-banner h3{
        font-size: 24px;
    }
    .wrap-search-banner p{
        font-size: 14px;
    }
    .wrap-search-banner .wrap-filter {
        padding: 10px 10px 8px 10px;
    }
    .form-advance-filter .input-avc{
        margin-left: 10px;
        flex: 0 calc(50% - 12px);
        width: calc(50% - 12px);
    }
    .form-advance-filter .btn-avc-filter{
        margin-left: 10px;
        flex: 0 calc(50% - 12px);
        width: calc(50% - 12px);
    }
    .adong-container>.row{
        display: flex;
    }
    .adong-container .adong-leftbar,.blog-single .adong-leftbar{
        order: 2;
    }
    .adong-container .adong-main,.blog-single .adong-main{
        order: 1;
    }
    .adong-container .adong-rightbar,.blog-single .adong-rightbar{
        order: 3;
    }
    .item-document{
        padding: 10px;
    }
    .item-document .thumbnail{
        width: 50px;
    }
    .item-document .thumbnail img {
        max-width: 40px;
    }
    .item-document .content{
        width: calc(100% - 50px);
    }
    .item-document .content .meta{
        flex-direction: column;
    }
    .item-document .content .meta .author{
        margin-bottom: 5px;
    }
    .widget_news_document .list-news-document .new-item{
        padding: 10px;
    }
    .item-document .content .meta .cateogry a{
        margin-left: 0px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .blog-single>.container>.row{
        display: flex;

    }
    .video-login{
        padding: 10px;
    }
    .video-login span.head{
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 22px;
    }
    .video-login .des{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .body-content-single h1 {
        font-size: 20px;
    }
    .body-content-single{
        padding: 15px;
    }
    .modal-content .adong-form-login{
        padding: 10px;
    }
    .adong-form-logo,.adong-reg-account{
        margin-bottom: 10px;
    }
    .adong-welcome {
        font-size: 18px;
        line-height: 20px;
    }
    .adong-login-input .form-label,label.form-check-label{
        font-size: 14px;
    }
    .adong-form-login .form-control{
        font-size: 14px;
        height: 40px;
        padding: 5px 16px;
    }
    .adong-if-password{
        flex-direction: column;
    }
    .page .adong-form-login{
        padding: 10px;
    }
    .footer-content-single{
        padding: 10px;
    }
    header.justify-content-center{
        justify-content: space-between !important;
    }
    header>a{
        order: 1;
    }
    header>.text-end{
        order: 2;
    }
    header .adong-header-menu{
        order: 3;
        width: 100%;
    }
    .adong-topmenu li.menu-item{
        padding: 12px 6px;
        margin: 0 4px;
    }
    .adong-logo-footer{
        height: 50px;
        margin-bottom: 5px;
    }
    .footer-col-1 p{
        margin-bottom: 5px;
    }
    .footer-col-1 hr{
        width: 100%;
        margin: 10px 0px;
    }
}


