@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: bướng
*/
@font-face {
    font-family: 'Nokia';
    src: url('../fonts/UTM Nokia.ttf');
}
body {
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4 {
    margin-top: 0px;
}
.ul-b {
	padding-left: 0px;
	margin-bottom: 0px;
}
.ul-b li {
	list-style-type: none;
}
input, button, select, textarea {
    outline: none;
}
.main-content-cttin img {
    height: auto !important;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a:hover, a:focus {
    text-decoration: none;
}
a {
	color: #333;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}
.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}
.fl-left {
	float: left !important;
}
.fl-right {
	float: right !important;
}
.ds-fl {
	display: flex !important;
}
.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* css header */
.wp-header-top {
    background: #005bac;
}
.wp-header-top .container {
    position: relative;
}
.navbar-default {
    border: none;
    border-radius: 0px;
    background: #005bac;
    box-shadow: none;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a {
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    position: relative;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #005bac;
    background: #ffca0a;
}
.wp-from-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.wp-from-search button {
    position: absolute;
    top: 0px;
    right: 0px;
}
.wp-header-middle .container {
    position: relative;
}
.wp-logo-pc {
    padding: 18px 0px;
}
.wp-logo-pc img {
    width: auto;
    max-width: 155px;
}
.wp-hotline {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-hotline i {
    width: 25px;
    height: 25px;
    border: 2px solid #999;
    color: #999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.wp-hotline span {
    font-family: 'Nokia';
    font-size: 24px;
    color: #ff0000;
    line-height: 0;
}
#myCarousel .carousel-control i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
#myCarousel .carousel-caption h3 {
    font-weight: 800;
    font-size: 40px;
    font-family: 'Nunito';
    color: #fff;
    text-transform: uppercase;
}
#myCarousel .carousel-caption p {
    font-size: 18px;
}
#myCarousel .carousel-caption button {
    padding: 8px 30px;
    background: #ffca0a;
    text-transform: uppercase;
    color: #005bac;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
#myCarousel .carousel-caption button:hover {
    background: #d58512;
    color: #fff;
}
.sec-b-02 .wp-bg-title {
    background: #004989;
}
.title-sec .h2-title {
    text-align: center;
    font-size: 30px;
    font-family: 'Nunito';
    color: #005bac;
    text-transform: uppercase;
    font-weight: bold;
}
.title-sec .p-title {
    text-align: center;
}
.title-sec {
    padding-top: 35px;
    padding-bottom: 35px;
}
.sec-b-02 .wp-bg-title .h2-title {
    color: #ffca0a;
}
.sec-b-02 .wp-bg-title .p-title {
    color: #fff;
}
.wp-top-nav {
    background: #005bac;
}
.wp-top-nav .container>ul.nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-top-nav .nav-pills>li>a {
    border-radius: 0px;
    background: none !important;
    color: #fff;
}
.wp-top-nav .nav-pills>li>a::after {
    content: '/';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.wp-top-nav .nav-pills>li:last-child>a::after {
    display: none;
}
.wp-top-nav .nav-pills>li.active>a, .wp-top-nav .nav-pills>li.active>a:hover, .wp-top-nav .nav-pills>li.active>a:focus {
    color: #ffca0a;
}
.wp-tab-pane {
    padding-top: 30px;
    padding-bottom: 15px;
}
.img-khoahoc {
    overflow: hidden;
}
.img-khoahoc img {
    object-fit: contain;
    width: 100%;
    transition: all 0.6s ease-in-out;
}
.wp-item-khoahoc {
    position: relative;
}
.wp-item-khoahoc::after {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.6s ease-in-out;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.90));
}
.wp-item-khoahoc:hover::after {
    background: rgba(0,0,0,0.6);
}
.wp-item-khoahoc .text-khoahoc {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.wp-item-khoahoc:hover .text-khoahoc {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.h3-title-khoahoc a {
    font-family: 'Nunito';
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}
.h3-title-khoahoc a:hover {
    color: #004989;
}
.wp-icon {
    text-align: center;
}
.icon-why {
    width: auto;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.6s ease-in-out;
}
.wp-icon:hover .icon-why {
    top: -10px;
}
.text-why .h4-title {
    text-transform: uppercase;
}
.sec-b-04 {
    background: url(../images/bg-xanh.jpg);
}
.wp-lienhe {
    padding: 45px 0px;
    position: relative;
}
.wp-lienhe::before {
    content: url(../images/icon-lienhe.png);
    position: absolute;
    top: -38px;
    left: 0px;
}
.wp-lienhe button.btn-lienhe {
    padding: 8px 35px;
    background: #ffca0a;
    text-transform: uppercase;
    color: #005bac;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.wp-lienhe button.btn-lienhe:hover {
    background: #d58512;
    color: #fff;
}
.wp-lienhe .text-lienhe {
    padding-left: 350px;
}
.text-lienhe .h2-title {
    text-align: left;
    font-size: 30px;
    font-family: 'Nunito';
    color: #ffca0a;
    text-transform: uppercase;
    font-weight: bold;
}
.text-lienhe .p-title {
    color: #fff;
}
.sec-b-05 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.sec-b-05 .h2-title {
    margin-bottom: 0px;
}
#nhieunguoi .carousel-control, #nhieunguoi2 .carousel-control {
    background: none;
}
.wp-text-camnhan {
    display: block;
    margin: 0 auto;
    padding-bottom: 80px;
}
.wp-text-camnhan .post-camnhan {
    text-align: center;
    font-style: italic;
    margin-bottom: 30px;
    position: relative;
}
.wp-text-camnhan .post-camnhan::after {
    content: '\f10d';
    font-family: "FontAwesome";
    font-size: 26px;
    color: #f8b01e;
    font-style: normal;
    position: absolute;
    top: -5px;
    left: -25px;
}
.wp-text-camnhan .post-camnhan::before {
    content: '\f10e';
    font-family: "FontAwesome";
    font-size: 26px;
    color: #f8b01e;
    font-style: normal;
    position: absolute;
    bottom: -5px;
    right: -25px;
}
#nhieunguoi li, #nhieunguoi2 li {
    width: 50px;
    height: 50px;
    text-indent: inherit;
    background-size: cover;
    border: none;
    margin: 0 15px;
    transition: all 0.3s ease-in-out;
    overflow: hidden; 
}
#nhieunguoi li img, #nhieunguoi2 li img {
    border-radius: 100%;
}
#nhieunguoi .carousel-indicators, #nhieunguoi2 .carousel-indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 0px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    margin-left: 0px;
}
#nhieunguoi .carousel-indicators .active, #nhieunguoi2 .carousel-indicators .active {
    width: 70px;
    height: 70px;
}
.name-add h3 {
    color: #005bac;
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: bold;
}
.name-add .info {
    color: #999;
}
.sec-b-06 {
    background: url(../images/bg-xanh.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
}
.sec-b-06 .title-sec {
    padding-top: 0px;
}
.sec-b-06 .title-sec .h2-title span {
    padding: 0 68px 5px 68px;
    background: url(../images/bg-white.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.img-tin img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.img-tin {
    overflow: hidden;
}
.img-tin:hover img {
    transform: scale(1.1);
    opacity: 0.6;
}
.text-tin {
    padding-top: 18px;
}
.text-tin .h4-title a {
    font-family: 'Nunito';
    font-size: 16px;
    color: #fff60a;
    transition: all 0.3s ease-in-out;
}
.text-tin .h4-title a:hover {
    color: #f8b01e;
}
.text-tin .p-tin {
    color: #fff;
}
.wp-list-ttsk {
    padding-bottom: 60px;
}
.text-tin .a-chitiet {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.text-tin .a-chitiet i {
    transition: all 0.3s ease-in-out;
}
.text-tin .a-chitiet:hover {
    color: #fff60a;
}
.text-tin .a-chitiet:hover i {
    padding-left: 5px;
}
#footer-site {
    padding-top: 45px;
    background: #333;
    color: #fff;
}
.wp-ft .h3-title-ft {
    font-family: 'Nunito';
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hr {
    display: block;
    width: 100%;
    height: 15px;
}
.list-tt li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.list-tt li i {
    position: absolute;
    top: 5px;
    left: 0px;
}
.wp-share-ft {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-ft {
    padding: 10px 0px;
    background: #242424;
    color: #999;
}
.mxh-bottom {
    display: table;
    width: auto;
}
.mxh-bottom li {
    width: 38px;
    height: 38px;
    line-height: 39px;
    text-align: center;
    background-color: #00a4e0;
    border-radius: 100%;
    margin-right: 10px;
    float: left;
}
.wp-nhantin {
    display: flex;
    width: 100%;
}
.wp-nhantin .wp-input {
    width: 70%;
}
.wp-nhantin .wp-button {
    width: calc(30% - 15px);
}
.wp-button button {
    height: 100%;
    width: 100%;
    margin-left: 10px;
    background: #ffca0a;
    background-size: cover;
    border: 1px solid #a78560;
}
.wp-ft {
    margin-bottom: 50px;
}
/*=========================================== responsive ===========================================*/
@media (min-width: 1200px) {
    .wp-text-camnhan {
        max-width: 375px;
    }
    .wp-list-icon-why {
        margin-bottom: 75px;
    }
    .text-why .h4-title {
        padding: 0 35px;
    }
    #myCarousel .carousel-caption {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        left: 15%;
        text-align: left;
        max-width: 560px;
    }
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    ul.dropdown-menu {
        border-radius: 3px !important;
        margin: 0px;
        border-radius: 0px;
        padding: 0px;
        border: none;
        box-shadow: 0 1px 5px rgba(0,0,0,0.175);
        background: transparent;
        min-width: 220px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        transition: transform 0.5s ease, opacity 0.2s ease;
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
        display: block;
        left: 0px;
    }
    .navbar-default .navbar-nav>li:hover>ul {
        display: block;
        visibility: visible;
        z-index: 9;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        transition: transform 0.3s ease, opacity 0.2s ease .1s;
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
        left: 0px;
    }
    span.dropdown-toggle {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    span.dropdown-toggle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #nhieunguoi .carousel-control, #nhieunguoi2 .carousel-control {
        top: 50%;
    }
}
@media (max-width: 991px) {
    .wp-share-ft {
        justify-content: flex-start;
    }
    .wp-item-tin {
        margin-bottom: 20px;
    }
    .wp-logo-mb {
        text-align: center;
        padding: 10px 0px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wp-item-khoahoc {
        margin-bottom: 20px;
    }
    .wp-icon {
        margin-bottom: 20px;
    }
    .wp-lienhe::before {
        position: relative;
    }
    .wp-lienhe .text-lienhe {
        padding-left: 0px;
    }
}
@media (max-width: 767px) {
    .wp-lienhe button.btn-lienhe {
        position: inherit;
        transform: translateY(0);
    }
    #myCarousel .carousel-caption p {
        display: none;
    }
    #myCarousel .carousel-caption h3 {
        font-size: 22px;
    }
    .title-sec .h2-title {
        font-size: 26px;
    }
    .wp-top-nav .container>ul.nav-pills {
        flex-wrap: wrap;
    }
    #nhieunguoi .carousel-control, #nhieunguoi2 .carousel-control {
        display: none;
    }
}

/* css memu mobie */
.wp-menu-mobile {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
span.bar {
	display: block;
    width: 38px;
    height: 3px;
    background-color: #1129a5;
    margin: 5px 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}
.backdrop__body-backdrop___1rvky {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    transition: opacity .5s ease;
}
.backdrop__body-backdrop___1rvky.active {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1;
}
.mobile-main-menu {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    background-color: #2444eb;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 999999 !important;
    top: 0 !important;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobile-main-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: calc(100% - 25%);
}
.mobile-main-menu .drawer-header {
    background-color: #f72b3f;
}
.mobile-main-menu .drawer-header .drawer-header--auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 16px;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-main-menu .drawer-header .drawer-header--auth ._object {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden;
}
.mobile-main-menu .drawer-header .drawer-header--auth ._body {
    color: #fff;
    font-size: 12px;
}
.mobile-main-menu .ul-first-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    flex-grow: initial;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mobile-main-menu .ul-first-menu li {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    margin-right: 50px;
}
.mobile-main-menu .ul-first-menu li:last-child {
	margin-right: 0px;
}
.mobile-main-menu .ul-first-menu li a {
    display: block;
    padding: 5px 10px;
    color: rgba(0,0,0,0.87);
    width: 100%;
    line-height: 1.1;
}
.mobile-main-menu .ul-first-menu li a i {
    width: 24px;
    color: rgba(0,0,0,0.54);
    height: 24px;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 5px;
}
.mobile-main-menu .la-scroll-fix-infor-user {
    height: calc(100% - 263px);
    height: -moz-calc(100% - 263px);
    height: -webkit-calc(100% - 263px);
    height: -o-calc(100% - 263px);
    overflow: auto;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
    padding: 10px;
    color: #757575;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
    position: relative;
    overflow-y: auto;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
    width: 100%;
    float: left;
    padding: 0px;
    border-bottom: 1px solid #f3b94d;
    position: relative;
    overflow: hidden;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    position: relative;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i, 
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
    padding: 3px 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before, 
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
    content: "\f068";
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
    padding-left: 10px;
    display: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
    border: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
    padding-left: 20px;
    display: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
    border: none;
}
.navbar-toggle .icon-bar {
	background: #f3b94d;
}
@media (max-width: 991px) {
	#trigger-mobile {
	    width: 35px;
	    float: left;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	    margin-top: 7px;
	    margin-right: 5px;
	    margin-bottom: 8px;
	}
}
/*css tin tức*/
.breadcrumb-wrap .breadcrumb {
    background: #0641f7;
    color: #fff;
}
.breadcrumb-wrap .breadcrumb a {
    color: #fff;
}
.title-page .h1-title-page {
    font-family: 'Nunito';
    font-weight: bold;
    color: #0641f7;
    font-size: 20px;
}
.control-ct {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}
.wp-tinkhac .title-bv-khac {
    font-size: 18px;
    font-weight: bold;
    color: #0098db;
}
.wp-tinkhac ul {
    padding: 0px;
    margin: 0px;
}
.wp-tinkhac ul li {
    padding: 10px 0px 10px 20px;
    position: relative;
    border-bottom: 1px dashed #ccc;
    list-style-type: none;
}
.wp-tinkhac ul li a {
    color: #2f2f2f;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.wp-tinkhac ul li span {
    margin-left: 5px;
    font-size: 12px;
    color: #999;
}
.wp-tinkhac ul li::after {
    content: url(../images/tich_03.png);
    position: absolute;
    top: 10px;
    left: 0px;
}
/*cột aside*/
.wp-sidebar-tin>div:not(:last-child) {
    margin-bottom: 20px;
}
.title-siderbar .h2-title-fil {
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #0641f7;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
    border-radius: 5px 5px 0px 0px;
}
.list-sidebar-tin {
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
}
.list-sidebar-tin ul li {
    border-bottom: 1px dashed #ccc;
    white-space: nowrap;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
}
.wp-list-spnb {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}
.wp-item-spnb {
    display: table;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.img-sp-nb {
    width: 100px;
    float: left;
}
.text-sp-nb {
    width: calc(100% - 100px);
    padding-left: 10px;
    float: left;
}
.text-sp-nb .h4-title {
    font-size: 16px;
    font-weight: bold;
}
.wp-item-tin {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.wp-item-tin .img-tin-page {
    width: 255px;
    float: left;
}
.wp-item-tin .img-tin-page img {
    width: 100%;
    padding: 3px;
    object-fit: contain;
    border: 1px solid #ccc;
}
.wp-item-tin .text-tin-page {
    width: calc(100% - 255px);
    padding-left: 10px;
    float: left;
}
.text-tin-page .h4-title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Nunito';
}
.p-date-tin {
    font-size: 13px;
    color: #999;
    font-style: italic;
}
/*phan trang*/
.jfu-btn-upload img {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 113px;
    border-radius: 100%;
    object-fit: cover;
    height: 113px;
    margin-bottom: 10px;
}
main{
    background-color: #fafafa;
    padding-top: 20px;
}
.ladiui.menu {
    margin: 0;
    padding: 0;
}
.ladiui.nav > .menu > li {
    list-style: none;
    position: relative;
}
.ladiui.nav > .menu > li.open > a {
    background: #e8f0fe;
    color: #1a73e8;
}
.ladiui.nav > .menu > li > a {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    color: #44566c;
    font-style: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: normal;
    border-radius: 0 30px 30px 0;
    transition: color .6s ease-out;
}
.ladiui.nav > .menu > li.open > a > i {
    border-color: #1a73e8;
}
.ladiui.nav > .menu > li > a > i {
    margin-right: 7px;
    font-size: 17px;
    border-radius: 50%;
    padding: 6px;
}
.ladiui-content {
    display: grid;
    position: relative;
}

.page-title {
    font-size: 24px;
    font-weight: bold;
}
.ladiui-modal-body {
    line-height: 20px;
}
.ladiui-modal-body {
    padding: 15px 0px;
}
.ladiui.form-group {
    margin-bottom: 15px;
    width: 100%;
}
.ladiui-label {
    color: #313942;
    padding-bottom: 6px;
    display: block;
}
.ladiui.input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-weight: 400;
    height: 40px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ebedf2;
    border-radius: 4px;
    transition: border-color .15s ease-out;
}
.ladiui.input, .ladiui.select {
    box-shadow: 0 8px 16px 0 rgba(169, 194, 209, .1);
    -webkit-box-shadow: 0 8px 16px 0 rgba(169, 194, 209, .1);
    color: #313942;
}
.ladiui.button.primary {
    color: #fff;
    background-color: #0c61f2;
    border-color: #0c61f2;
}
.ladiui.button {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, -webkit-box-shadow .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, -webkit-box-shadow .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, box-shadow .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
}
.labl-napxeng {
    display: block;
    float: left;
    border: 1px solid #dbdbdb;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    font-size: 120%;
    width: 100%;
}

.labl-napxeng > input {
    visibility: hidden;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.labl-napxeng > input + div {
    cursor: pointer;
    border: 2px solid transparent;
}

.labl-napxeng .radio-napxeng-head {
    color: #ff0000;
    font-weight: bold;
    background: rgba(240, 240, 240, 1);
    line-height: 35px;
    margin-bottom: 15px;
}

.labl-napxeng b {
    font-size: 150%;
    color: #008e53;
}
.labl-napxeng > input:checked + div {
    background: #f6fff6;
    border: 2px solid #008e53;
}
.labl-napxeng > input + div {
    cursor: pointer;
    border: 2px solid transparent;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}