@import "font.css"; @charset "utf-8"; body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
    color: #717171;
    background: #000;
}

* {
    margin: 0px auto;
    padding: 0px auto;
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

::selection {
    background-color: #0a3380;
    color: #fff;
}

::-webkit-selection {
    background-color: #0a3380;
    color: #fff;
}

-webkit-::selection {
    background-color: #0a3380;
    color: #fff;
}

::-moz-selection {
    background-color: #0a3380;
    color: #fff;
}

.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.showText p {
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 28px;
}

.showText img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.showText ul {
    padding-bottom: 15px;
}

.showText ul li {
    margin-left: 35px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

th {
    background-color: #0a3380;
    color: white;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

tr:hover {
    background-color: #f5f5f5;
}

th, td {
    border-bottom: 1px solid #ddd;
}

th, td {
    padding: 5px 15px;
}

td {
    height: 30px;
}

td a {
    color: #333;
    text-align: center;
}

td a i {
    padding-left: 5px;
}

td a:hover {
    color: #0a3380;
}

th {
    font-size: 17px;
    line-height: 35px;
    padding: 10px 0;
}

table {
    border: 1px solid black;
}

table {
    width: 100%;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ccc;
}

.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 99999;
    background-color: #000;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    margin-top: 0;
    z-index: 4;
    padding: 10px 0;
}

.box_menu.fixed .logo_top {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.box_menu.fixed .logo_top img {
    height: 40px;
}

.box_menu.fixed .logo_top h3 {
    display: none;
}

.box_menu.fixed .menu {
    top: 0;
    margin-top: 0px;
}

.box_menu.fixed #menu > li > a {
    padding: 0 20px;
}

.box_menu:after, .box_menu:before {
    content: "";
    position: inherit;
    top: 0px;
    left: 0;
    right: 0;
}

.box_menu.fixed:after, .box_menu.fixed:before {
    position: absolute;
}

.box_menu:before {
    top: auto;
    bottom: 0px;
}

.box_menu {
    position: absolute;
    padding: 20px 0;
    z-index: 4;
    left: 0;
    right: 0;
}

.menu {
    float: right;
    margin-top: 5px;
}

.menu > li + li.taikhoan_top {
}

.menu > li + li.taikhoan_top i {
    padding-right: 7px;
}

.menu > li > ul, .menu > li.taikhoan_top > ul.taikhoan_top_right {
    right: 0;
    left: inherit;
}

.menu * {
    list-style: none;
}

.menu * {
    list-style: none;
}

.menu > li + li {
    position: relative;
}

.menu > li + li:after {
    border-left: #172f28;
    content: "";
    position: absolute;
    left: 0;
    height: 45px;
    bottom: 0;
}

.menu > li {
    float: left;
}

.menu > li > a {
    display: block;
    line-height: 40px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #b5a46d;
    font-weight: 600;
    padding: 0 18px;
}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1px;
    color: inherit;
    font-size: 11px;
    padding-left: 5px;
}

.menu > li:hover > a {
    color: #fff;
    background: #b5a46d;
}

.menu > li:hover > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li:hover > ul, .menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.menu > li.active > a {
    color: #C800C8;
}

.menu > li.active > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li > ul, .menu > li > ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: block;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: center top 0px;
    -moz-transform-origin: center top 0px;
    -webkit-transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-box-shadow: 0px 4px 11px 2px rgb(0 0 0 / 4%);
    box-shadow: 0px 4px 11px 2px rgb(0 0 0 / 4%);
}

.menu > li > ul:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: #213065;
    width: 0;
    height: 0;
    position: absolute;
    top: -7px;
    left: 17px;
    z-index: 2;
    display: none;
}

.menu > li > ul:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    z-index: 0;
}

.menu > li > ul > li, .menu > li > ul > li li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px;
    background: #b5a46d;
}

.menu > li > ul > li:first-child, .menu > li > ul li li:first-child {
    padding-top: 10px;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
}

.menu > li > ul > li:last-child, .menu > li > ul > li li:last-child {
    padding-bottom: 10px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
}

.menu > li > ul > li:last-child > a, .menu > li > ul > li li:last-child > a {
    border: none;
}

.menu > li > ul > li > a, .menu > li > ul > li li a {
    display: block;
    white-space: nowrap;
    line-height: 40px;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgb(95 95 95 / 20%);
    padding: 0 5px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    text-align: left;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
}

.menu > li > ul > li > a > span, .menu > li > ul > li li > a > span {
    float: right;
    line-height: 40px;
    padding-top: 13px;
}

.menu > li > ul > li:hover, .menu > li li ul > li:hover {
    z-index: 3;
}

.dv-notfull {
    margin: 0 10px;
}

.menu > li > ul > li:hover > a, .menu > li li ul > li:hover > a {
    padding: 0 12px 0 12px;
    background: #ffffff;
    color: #b5a46d;
}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    color: inherit;
    font-size: 11px;
}

.menu > li > ul > li > a, .menu > li > li ul > li > a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.menu > li > a, .menu > li > a:after, .menu > li > ul > li > a, .menu > li li > ul > li > a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.menu li.homepage a i {
    font-size: 25px;
    margin: 0;
    padding: 0;
    line-height: 70px;
}

.menu li.homepage a {
    padding: 0;
    padding-right: 5px;
}

.menu > li > ul ul {
    left: 100%;
    top: 0;
}

.logo_top {
    float: left;
    text-align: center;
}

.logo_top li {
    list-style: none;
    line-height: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.logo_top li img {
    height: 45px;
    width: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.header {
    padding: 10px 0;
    color: #fff;
    background: #000;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.company_time {
    float: left;
    padding-top: 2px;
}

.right_header {
    float: right;
}

.lang_top ul li {
    float: left;
    list-style: none;
}

.lang_top ul li a {
    display: block;
    padding: 6px;
    line-height: 15px;
    width: 15px;
    text-align: center;
    color: #666;
    border: solid #7fc0ff 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 10px;
    background: #fff;
    text-transform: uppercase;
    font-size: 12px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.lang_top ul li a:hover {
    color: #fff;
    border: solid #ffffff 2px;
    background: #7fc0ff;
}

.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 0px);
}

.bannerMain {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 0px);
}

.bannerMain:before {
    background: url(../images/pattern.png) #00000059;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.bannerInside_2 {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}

.bannerMain_2 {
    position: relative;
    overflow: hidden;
    height: 450px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 9px 2px rgb(20 33 43 / 5%);
    box-shadow: 0px 4px 9px 2px rgb(20 33 43 / 5%);
}

.banner_2 li {
    float: left;
    width: 100%;
    height: 450px;
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
}

.banner li {
    float: left;
    width: 100%;
    height: calc(100vh - 0px);
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
}

.posBL {
    left: 0px;
    bottom: 0px;
}

.pagiBanner {
    position: relative;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 4;
}

.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
    display: inline-block;
    vertical-align: text-top;
    width: 12px;
    height: 12px;
    background: #000000b5;
    text-indent: -100000px;
    margin: 0 3px;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    border: solid #fff 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.pagiBanner a.selected, .pagiBanner_2 a.selected, .pagiBanner_3 a.selected {
    background: #1F9CBB;
}

.pagiBanner_2, .pagiBanner_3 {
    position: relative;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 3;
}

.bannerMain .placeNav.prev1, .bannerMain .placeNav.next1, .bannerMain_2 .placeNav.prev1, .bannerMain_2 .placeNav.next1 {
    top: 50%;
    z-index: 3;
    opacity: 1;
    left: 10px;
}

.bannerMain .placeNav.prev1 i, .bannerMain .placeNav.next1 i, .bannerMain_2 .placeNav.prev1 i, .bannerMain_2 .placeNav.next1 i {
    top: 4px;
    position: relative;
}

.bannerMain .placeNav.next1, .bannerMain_2 .placeNav.next1 {
    right: 10px;
    left: auto
}

.box_title_banner {
    position: absolute;
    top: 35%;
    left: 5%;
    z-index: 3;
    width: auto;
    color: #FFF;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 20px;
    width: 45%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.box_title_banner ul h3 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #ff4880;
    position: relative;
}

.box_title_banner ul h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    height: 2px;
    background: #ff4880;
    width: 50px;
    display: inline-table;
}

.box_title_banner ul p {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #393d72;
}

.placeNav_2, .placeNav_3, .placeNav {
    position: absolute;
    top: 35%;
    z-index: 3;
    color: #fff;
    font-size: 30px;
    width: 38px;
    height: 38px;
    line-height: 32px;
    text-align: center;
    background: #ff4880;
    opacity: 0;
    border-radius: 0;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.placeNav.prev, .placeNav_2.prev, .placeNav_3.prev {
    left: 10px;
}

.placeNav_2.next, .placeNav_3.next {
    right: 10px;
    text-indent: 3px;
    font-size: 35px;
}

.placeNav.next {
    right: 10px;
    text-indent: 3px;
}

.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_3 {
    opacity: 1;
}

.placeNav:hover, .placeNav_2:hover, .placeNav_3:hover {
    color: #ffffff;
    background: #393d72;
}

.placeSlide_main {
    position: relative;
    overflow: hidden;
}

.placeSlide, .placeSlide_3, .placeSlide_doiac {
    width: 1300px;
}

.menu_home {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 25%;
    z-index: 2;
}

.menu_home_left {
    float: left;
}

.menu_home_left ul li {
    list-style: none;
    color: #fff;
    margin: 14px 0;
}

.menu_home_left ul li a {
    color: #fff;
    display: block;
    border: solid #fff 1px;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    background: #b5a46d;
}

.menu_home_left ul li a:hover {
    color: #b5a46d;
    border: solid #b5a46d 1px;
    background: #ffffff;
}

.menu_home_right {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
    margin-top: 10%;
    width: 70%;
    background: url(../images/bg_line_home.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 600px;
}

.menu_home_right ul li {
    float: left;
    list-style: none;
    color: #fff;
    display: block;
    text-align: center;
}

.menu_home_right ul li a {
    font-family: 'Dancing Script', cursive;
    color: #fff;
}

.menu_home_right ul li a:hover {
    color: #b5a46d;
}

.menu_home_right ul li.colum_1 {
    width: 450px;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
}

.menu_home_right ul li.colum_2 {
    width: 230px;
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    position: absolute;
    right: 140px;
    top: 30px;
}

.menu_home_right ul li.colum_3 {
    width: 190px;
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    top: 190px;
}

.menu_home_right ul li.colum_4 {
    width: 270px;
    font-size: 40px;
    line-height: 60px;
    text-transform: capitalize;
    position: absolute;
    left: 200px;
    top: 190px;
}

.menu_home_right ul li.colum_5 {
    width: 230px;
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    position: absolute;
    right: 140px;
    top: 190px;
}

.menu_home_right ul li.colum_6 {
    width: 190px;
    font-size: 30px;
    line-height: 50px;
    text-transform: capitalize;
    position: absolute;
    left: 10px;
    top: 360px;
}

.menu_home_right ul li.colum_7 {
    width: 270px;
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    position: absolute;
    left: 200px;
    top: 355px;
}

.menu_home_right ul li.colum_8 {
    width: 160px;
    font-size: 50px;
    line-height: 70px;
    text-transform: capitalize;
    position: absolute;
    right: -20px;
    top: 355px;
}

.menu_home_right ul li.colum_9 {
    width: 270px;
    font-size: 50px;
    line-height: 70px;
    text-transform: capitalize;
    position: absolute;
    left: 200px;
    bottom: 40px;
}

.footer {
    color: #ccc;
    padding-top: 25px;
    padding-bottom: 15px;
}

.footer_left {
    float: left;
    width: 85%;
}

.footer_left ul {
    float: left;
    padding-right: 30px;
    font-size: 13px;
}

.footer_left ul li {
    float: left;
    padding-right: 40px;
    list-style: none;
    font-size: 13px;
    line-height: 0;
}

.footer_left ul li i, .footer_left ul i {
    padding-right: 10px;
}

.footer_left ul img {
    height: 35px;
    width: auto;
}

.footer_right ul li img {
    height: 20px;
    width: auto;
}

.footer_right {
    float: right;
    width: 15%;
    padding-top: 10px;
}

.footer_right ul li {
    float: left;
    padding-left: 10px;
    list-style: none;
    line-height: 0;
}

.footer_right ul li a, .footer_left ul li a {
    color: #ccc;
}

.footer_right ul li a:hover, .footer_left ul li a:hover {
    color: #fff;
}

.bg_link_page {
    height: 450px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.bg_link_page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/pattern.png) #0000007d;
    transition: .3s all ease;
}

.page_conten_page {
    padding-top: 70px;
    padding-bottom: 30px;
}

.titile_link {
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 40px;
    left: 0;
    z-index: 2;
}

.titile_link ul h3 {
    position: relative;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Dancing Script', cursive;
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    display: inline-table;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.titile_link ul h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 5px;
    background: #e24220;
    z-index: 2;
    display: none;
}

.titile_link ul li {
    list-style: none;
    color: #ccc;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.titile_link ul li a {
    color: #666;
}

.titile_link ul li a:hover {
    color: #666;
    text-decoration: underline;
}

.titile_link ul li i {
    padding-right: 7px;
}

.box_conten {
    background: #fff;
    padding: 50px 0;
}

.dv_home_id, .tintuc_home_id, .logo_doitac, .thuvienanh_id {
    margin: 0 -10px;
}

.tintuc_home_id ul h3 a:hover, .thuvienanh_id ul h3:hover, .dv_id:hover h4 {
    color: #000000;
}

.tintuc_home_id ul {
    margin: 0 10px 30px 10px;
    width: calc(100% / 2 - 20px);
    float: left;
}

.tintuc_home_id ul li, .tintuc_home_id ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
}

.tintuc_home_id ul h3 a {
    color: #b5a46d;
    font-weight: 700;
    font-size: 27px;
    padding-top: 10px;
    text-transform: none;
    line-height: 35px;
    padding-bottom: 12px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: block;
    font-family: 'Dancing Script', cursive;
}

.tintuc_home_id ul h4 {
    font-weight: normal;
    font-size: 13px;
    padding-top: 10px;
    text-transform: capitalize;
    line-height: 30px;
}

.tintuc_home_id ul h4 i {
    padding-right: 5px;
}

.tintuc_home_id ul p {
    font-weight: normal;
    font-size: 15px;
    padding: 0;
    text-transform: none;
    line-height: 25px;
}

.nums {
    table-layout: auto;
    margin-top: 30px;
    text-align: center;
}

.nums li {
    list-style: none;
    display: inline-table;
}

.nums a {
    font-size: 18px;
    display: block;
    margin: 0 6px 0 0;
    padding: 5px;
    line-height: 30px;
    height: 38px;
    width: 38px;
    table-layout: inherit;
    text-align: center;
    color: #fff;
    background: #737373;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #b5a46d;
    color: #ffffff;
}

.nums a.stay {
    background: #000000;
    color: #fff;
}

.title_news {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 15px;
}

.title_news h2 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 600;
    color: #b5a46d;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: 'Dancing Script', cursive;
}

.title_news li {
    font-size: 14px;
    list-style: none;
    list-style: none;
    background: url(../images/icon_day.png) center left no-repeat;
    padding-left: 25px;
    margin-bottom: 10px;
    font-style: italic;
}

.title_news p {
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 15px;
}

.albumView {
    min-height: 300px;
    padding: 0 10px 20px 0px;
}

.albumView .galleria-info {
    visibility: hidden;
}

.galleria-thumbnails .galleria-image {
    width: 380px;
    height: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    position: absolute!important;
    top: 0;
    left: 0;
    cursor: pointer;
    background: #ddd url(../images/loader.gif) no-repeat 50% 50%;
}

.left_view {
    float: left;
    width: 65%;
}

.right_view {
    float: right;
    width: 30%;
}

.box_menu_right {
    margin-bottom: 30px;
}

.box_new_right h3, .box_menu_right h3 {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.box_new_right ul {
    padding-bottom: 20px;
}

.box_new_right ul li {
    list-style: none;
    line-height: 0;
    float: left;
    width: 40%;
}

.box_new_right ul li img {
    height: auto;
    width: 100%;
}

.box_new_right ul p {
    float: right;
    width: 54%;
    color: #717171;
}

.box_new_right ul:hover p, .box_menu_right ul li a:hover {
    color: #b5a46d;
}

.box_menu_right ul li {
    list-style: none;
    padding-bottom: 10px;
}

.box_menu_right ul li a {
    display: block;
    color: #717171;
}

.box_menu_right ul li i {
    padding-right: 7px;
}

.map_contact iframe {
    width: 100%;
    height: 600px;
}

.contact_text, .box_menu_thucdon {
    margin: 0 -20px;
}

.contact_text ul {
    text-align: center;
    margin: 0 20px;
    float: left;
    width: 270px;
    background: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0px 4px 9px 2px rgb(20 33 43 / 5%);
    box-shadow: 0px 4px 9px 2px rgb(20 33 43 / 5%);
}

.contact_text ul li {
    color: #b5a46d;
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
    list-style: none;
}

.contact_text ul h3 {
    color: #b5a46d;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.menu_thucdon li {
    list-style: none;
    float: left;
    line-height: 0;
    width: 50%;
}

.menu_thucdon li img {
    width: 100%;
    height: auto;
}

.menu_thucdon ul {
    float: right;
    width: 50%;
    padding: 30px;
    font-size: 14px;
    line-height: 20px;
}

.menu_thucdon ul h3 {
    color: #b5a46d;
    font-weight: 700;
    font-size: 30px;
    text-transform: none;
    line-height: 35px;
    padding-bottom: 10px;
    font-family: 'Dancing Script', cursive;
}

.menu_thucdon ul h2 {
    color: #b5a46d;
    font-weight: 500;
    font-size: 18px;
    padding-top: 13px;
    font-style: italic;
}

.menu_thucdon {
    margin: 0 20px 40px 20px;
    width: calc(100% / 2 - 40px);
    float: left;
    background: #eee;
}

.with_60 {
    text-align: center;
    width: 60%;
    padding-bottom: 20px;
}

.dv-alienhe a:hover, .popup_tuvan_id ul li a:hover {
    color: #fff;
    background: #000000;
}

.popup_tuvan_id {
    padding: 30px;
    width: 800px;
    border: dashed #b5a46d 1px;
}

.popup_tuvan_id h3 {
    color: #1a6235;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 33px;
    padding-bottom: 15px;
}

.popup_tuvan_id ul li {
    list-style: none;
    float: left;
    margin-top: 15px;
}

.popup_tuvan_id ul li a {
    display: block;
    color: #fff;
    background: #1a6235;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup_tuvan_id {
    padding: 30px;
    width: 100%;
    border-radius: 10px;
}

.popup_tuvan_id h3 {
    color: #b5a46d;
    font-weight: 700;
    font-size: 35px;
    text-transform: none;
    line-height: 40px;
    padding-bottom: 15px;
    font-family: 'Dancing Script', cursive;
}

.popup_tuvan_id ul li {
    list-style: none;
    float: left;
    margin-top: 15px;
}

.dv-alienhe a, .popup_tuvan_id ul li a {
    display: block;
    color: #fff;
    background: #b5a46d;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.center_column {
    display: flex;
    flex-wrap: unset;
}

.col1-top {
    padding: 50px 40px;
}

.sign_col1 {
    width: 40%;
    text-align: center;
    background: #d4d5d6;
    color: #464646;
}

.col1_subheading {
    font-size: 30px;
    margin: 15px 0;
    font-weight: 300;
}

.button_sign:hover {
    background: #d4272c;
}

.sign_col2 {
    background: #efefef;
    padding: 30px 40px;
    color: #464646;
    width: 50%;
    position: relative;
}

.sign_input {
    width: 100%;
    border-width: 0 0 2px 0;
    padding: 10px 10px 13px;
    margin-bottom: 5px;
    font-size: 15px;
    background: #ffffff;
    border: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    margin: 6px 0;
}

.col1_des {
    line-height: 25px;
    margin-top: 10px;
}

.link_login {
    margin-bottom: 5px;
}

.button_sign {
    background: #0A9345;
    color: #fff;
    border-width: 0;
    font-size: 17px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 12px 25px 14px;
    margin: 20px 0;
    cursor: pointer;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-family: 'SFU Eurostile', serif;
}

.sign_col2 h3 {
    font-size: 23px;
    line-height: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.link_login a {
    color: #20a9ea;
    text-decoration: underline;
}

.titile_link ul li a {
    color: #ccc !important;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.titile_link ul li span {
    padding: 0 10px;
    display: inline-block;
}

.titile_link ul li > i {
    display: none;
}

li.page.db_right_pt {
    display: none;
}

li.page.db_left_pt {
    display: none;
}

div#lightgallery > div {
    width: calc(100% / 3 - 16px);
    margin: 8px;
    float: left;
}

div#lightgallery > div a {
    display: block;
    line-height: 0;
}

div#lightgallery > div a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#lightgallery > div a img:hover {
    opacity: 0.8;
}

.nums li {
    display: inline-block;
    float: left;
    margin: 0 4px 5px;
}

.nums ul {
    display: inline-block;
}

.menu > li > a {
    cursor: pointer;
}

.menu_home_left ul li a {
    cursor: pointer;
}

.album-zoom-gallery a {
    height: auto !important;
}

.nums a {
    margin: 0;
}

.dv-alienhe a {
    display: inline-block;
}

.dv-nd-popup {
    padding: 30px !important;
}

.popup_tuvan_id li {
    list-style: none;
    width: 100%;
    margin: 0 !important;
}

.popup_tuvan_id input, .popup_tuvan_id textarea {
    width: 100%;
    border-width: 0 0 2px 0;
    padding: 10px 10px 13px;
    margin-bottom: 5px;
    font-size: 15px;
    background: #ffffff;
    border: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    margin: 6px 0;
}

.dv-alienhe {
    padding: 10px 0 0;
}

.menu-bar.hidden-md.hidden-lg {
    right: 20px;
    border: 1px solid #ab9b6896;
    padding: 4px 8px;
    width: 46px;
    background: #ab9b6859 !important;
}

.menu-bar.hidden-md.hidden-lg a img {
    height: 16px;
    width: auto !important;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    background: #af9e69;
}

.contact_text ul {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
}

.contact_text.flex {
    margin: 0 -10px;
}

.dv-lightgallery-new {
    margin: 10px -10px 0;
}

div#lightgallery h3 {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}

div#lightgallery h3 a {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
    text-transform: none;
    line-height: 25px;
    padding-bottom: 12px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
}

.footer_left ul, .footer_left ul li {
    line-height: 1.5;
}

.footer_left ul span {
    margin-right: 25px;
}

@media only screen and (max-width: 1199px) {
    .pagewrap {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu_home {
        padding: 0 10px;
    }

    .menu_home_right {
        width: 100%;
        background-size: 100%;
        background: none;
        margin-top: 100px;
        text-align: center;
        padding: 0 10px;
        position: relative;
        height: auto;
    }

    .menu_home_right ul li {
        position: initial !important;
        width: auto !important;
        display: inline-block;
        border: 1px solid #ccc;
    }

    .menu_home_right ul {
        text-align: center;
    }

    .menu_home_right ul li {
        margin: 0;
        padding: 10px 20px;
        font-size: 25px !important;
        line-height: 1.5 !important;
        margin: 0 10px 10px ;
        display: inline-block !important;
        float: none;
    }

    .menu_home_right ul {
        margin: 0 -10px;
    }

    .menu_home {
        width: 100% !important;
        margin-top: 180px;
        text-align: center;
        position: relative;
    }

    .footer_right {
        width: auto;
    }

    .footer_left {
        width: calc(100% - 180px);
    }

    .menu_home_left {
        width: 100%;
        float: none;
    }

    .bannerMain {
        min-height: calc(100vh - 80px);
        height: auto;
    }

    .menu_home_left li {
        display: inline-block;
        margin: 0px 5px 10px !important;
    }

    .caroufredsel_wrapper {
        position: absolute !important;
        top: 0 !important;
    }

    .menu_home_right ul {
        display: flex;
        flex-wrap: wrap;
    }

    .menu_home_right ul li {
        flex: 1;
        white-space: nowrap;
    }

    .showText.with_60 {
        width: 100%;
    }

    .box_conten {
        overflow: hidden;
    }
}

@media only screen and (max-width: 991px) {
    .footer {
        background: #000;
    }

    .menu_home_left ul {
        display: flex;
        flex-wrap: wrap;
    }

    .contact_text ul {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 20px;
    }

    .menu_home_left ul li {
        flex: 1;
        white-space: nowrap;
    }

    .bg_link_page {
        height: auto;
        padding: 300px 0 0;
    }

    .titile_link ul h3 {
        font-size: 50px;
        line-height: 1.2;
    }

    .menu_thucdon {
        margin: 0 20px 20px 20px;
        width: calc(100% / 1 - 40px);
    }

    a.a_trangchu_mb {
        display: none;
    }

    .menu_home_left ul {
        margin: 0 -5px;
    }

    ul.menu > li.taikhoan_top {
        display: block;
    }

    ul.menu > li {
        display: none;
    }

    ul.menu {
        position: absolute;
        right: 65px;
        top: -6px;
        display: block;
    }

    .menu > li > a {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .menu_home_left ul li a {
        padding: 8px 15px;
    }

    .title_news h2 {
        font-size: 40px;
        line-height: 1.3;
    }

    .box_conten {
        padding: 30px 0;
    }

    .bannerMain {
        min-height: calc(100vh - 150px);
        height: auto;
    }

    .title_news h2 {
        font-size: 40px;
        line-height: 1.3;
    }

    .box_conten {
        padding: 30px 0;
    }

    .left_view {
        width: 100%;
    }

    .right_view {
        width: 100%;
        padding: 15px 0 0;
    }

    .titile_link ul h3 {
        font-size: 40px;
        line-height: 1.3;
    }

    .menu_home {
        margin-top: 150px;
    }

    .menu_home_right {
        margin-top: 30px;
    }

    .menu_home_right ul li {
        font-size: 20px !important;
        padding: 8px 18px !important;
        line-height: 1.4 !important;
    }

    .footer_right {
        width: 100%;
        text-align: center;
    }

    .footer_right ul {
        display: inline-block;
    }

    .footer_left {
        width: 100%;
        text-align: center;
    }

    .footer_left ul {
        float: none;
        text-align: center;
        padding: 0;
        line-height: 1.5;
    }

    .footer_left ul li {
        float: none;
        display: inline-block;
        padding: 0 10px;
        line-height: 1.5;
    }

    div#lightgallery > div {
        width: calc(100% / 2 - 16px);
        margin: 8px;
        float: left;
    }

    .title_news h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .map_contact iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 479px) {
    .menu_thucdon li {
        width: 100%;
    }

    .contact_text ul {
        width: calc(100% / 1 - 20px);
        padding: 10px;
    }

    .menu_thucdon ul {
        width: 100%;
        padding: 20px;
    }

    .tintuc_home_id ul {
        margin: 0 10px 20px 10px;
        width: calc(100% / 1 - 20px);
    }

    div#lightgallery h3 a {
      
        line-height: 1.3;
    }

    .footer_left ul span {
        margin-right: 10px;
    }

    .logo_top li a {
        display: block;
        line-height: 0;
    }

    .logo_top li img {
        height: 35px;
    }
}
