@font-face {font-family: "Open Sans,sans-serif"; font-style: normal; font-weight: 400; src: url("../fonts/OpenSans-Regular.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: italic; font-weight: 400; src: url("../fonts/OpenSans-Italic.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: normal; font-weight: 500; src: url("../fonts/OpenSans-Medium.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: italic; font-weight: 500; src: url("../fonts/OpenSans-MediumItalic.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: normal; font-weight: 600; src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: italic; font-weight: 600; src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: normal; font-weight: 700; src: url("../fonts/OpenSans-Bold.ttf") format("truetype"); }
@font-face {font-family: "Open Sans,sans-serif"; font-style: italic; font-weight: 700; src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"); }

:root {
    --primary-color: #a8854e; /* Vàng Gold sang trọng */
    --secondary-color: #2c3e50; /* Xanh than đậm */
    --background-light: #fdfaf5; /* Nền trắng ngà */
    --text-color: #333333;
    --border-color: #e0e0e0;
    --shadow: 0 4px 15px rgba(0,0,0,0.08);
    --font-family: "Open Sans,sans-serif", sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body { font-family: var(--font-family); color: var(--text-color); font-weight: normal; font-size: 16px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.8; }
a { text-decoration: none; outline: none; color: rgb(26,115,232); outline: none; -webkit-box-shadow: none; box-shadow: none;}
a:hover, a:focus { text-decoration: underline; }
p { padding: 0; }
h1, h2, h3, h4, h5, h6 { padding: 0; line-height: 1.4;}
fieldset { border: none; margin: 0; padding: 0; }
button { cursor: pointer; background-color: transparent; outline: none; border: none; } 
button:focus { outline: none; }
img { max-width: 100%; -o-object-position: center; object-position: center; -o-object-fit: cover; object-fit: cover; }
input { outline: none; border-radius: 0; }

.container { max-width: 1140px; width: 100%; padding: 0 15px; margin: 0 auto; position: relative; }

.pt-100 { padding-top: 100px; }
.pb-100 { padding-bottom: 100px; }
.p-tb-100 { padding: 100px 0; }

.p-tb-80 { padding: 80px 0; }
.pt-80 { padding-top: 80px; }
.pb-80 { padding-bottom: 80px; }

.p-tb-60 { padding: 60px 0; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }

.pt-50 { padding-top: 50px; }
.pb-50 { padding-bottom: 50px; }
.p-tb-50 { padding: 50px 0; }

.p-tb-40 { padding: 40px 0; }
.pt-40 { padding-top: 40px; }
.pb-40 { padding-bottom: 40px; }

.p-10 { padding: 10px; }
.p-tb-10 { padding: 10px 0; }
.p-20 { padding: 20px; }

.m-tb-40 { margin: 40px 0; }
.m-tb-20 { margin: 20px 0; }
.m-tb-10 { margin: 10px 0; }

.mt-60 {margin-top: 60px; }
.mb-60 {margin-bottom: 60px; }
.mb-50 {margin-bottom: 50px; }
.mb-40 {margin-bottom: 40px; }
.mt-40 {margin-top: 40px; }
.mb-30 {margin-bottom: 30px; }
.mt-30 {margin-top: 30px; }
.mb-20 {margin-bottom: 20px; }
.mt-20 {margin-top: 20px; }
.mb-10 { margin-bottom: 10px; }
.mb-8 { margin-bottom: 8px; }
.mb-0 { margin-bottom: 0px; }

.fw-6 { font-weight: 600; }
.fw-7 { font-weight: 700; }
.fs-60 { font-size: 60px; }
.fs-45 { font-size: 45px; }
.fs-35 { font-size: 35px; }
.fs-30 { font-size: 30px; }
.fs-24 { font-size: 24px; }
.fs-20 { font-size: 20px; }

:root {
    --cl-sp-m: #8B0000;
    --cl-sp-w: #fff;
    --cl-sp-bl: #000;
    --cl-sp-v: #ffe80a;
    --bd-cl-m: #ddd;    
    --bg-sp-bl: #0f1216;
    --bg-sp-m: #15122b;
    --bg-sp-w: #fff;
    --bg-sp-v: #ffe80a;
    --bg-gradient: linear-gradient(-45deg, rgba(147,26,222,0.83) 0%, rgba(28,206,234,0.82) 100%);
    --bg-gradient-2: linear-gradient(-45deg,rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
}

.cl-sp-m { color: var(--cl-sp-m) }
.cl-sp-w { color: var(--cl-sp-w) }
.cl-sp-v { color: var(--cl-sp-v) }
.bg-sp-bl { background-color: var(--bg-sp-bl) }
.bg-sp-m { background-color: var(--bg-sp-m); }
.bg-sp-w { background-color: var(--bg-sp-w); }
.bg-sp-v { background-color: var(--bg-sp-v) }
.bg-sp-gradient { background: var(--bg-gradient) }
.bg-sp-gradient-2 { background: var(--bg-gradient-2) }

.button { padding: 12px; }

.header { border-bottom: 1px solid #e5e5e5; position: relative; width: 100%; z-index: 1000; background: #fff; position: sticky; top: 0;}
.header .container { position: relative; }

.header__inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 5px 0;}
.header__logo img { width: 88px; height: 40px; object-fit: contain;}

.header__menu { padding-left: 20px; }
.header__search input {background: transparent; border: 0; box-shadow: none; color: #3b3e4d; cursor: pointer; outline: 0; transition: transform .2s ease-in-out; width: 100%; padding: 5px 15px; font-size: 14px;}
.header__search { padding-right: 60px; left: calc(100% - 240px); right: 0; position: absolute; top: 0; bottom: 0; display: flex; align-items: center; transition: all linear .2s;}
.header__search .search-inner { align-items: center; background: #fff; display: flex; height: 36px; z-index: 1; position: relative; border: 1px solid #a6adc9; border-radius: 3px; width: 100%; z-index: 995;}
.header__search .form-button {cursor: pointer; flex: 0 0 auto; height: 24px; transition: opacity .2s; width: 24px; }
.header__search .button-search {background: url(../images/icons/search_dark.svg) 50% no-repeat; border: 0; border-radius: 50%; box-shadow: none; cursor: pointer; flex: 0 0 auto; height: 32px; outline: 0; transition: background .2s; width: 32px; }
.header-search-mobile { display: none; pointer-events: none;}
.header__search .over-light { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; pointer-events: none; z-index: 990}
.header__search.open { left: 40px; }
.header__search.open .over-light { pointer-events: inherit; }

.app-header { display: flex; align-items: center; padding: 0 24px; height: 50px; background-color: var(--container-bg); border-bottom: 1px solid var(--border-color); flex-shrink: 0;}
.header-left { display: flex; align-items: center; gap: 10px; }
.header-brand { font-weight: 700; font-size: 1.5em; color: var(--text-color); text-decoration: none; }
.header-center { flex-grow: 1; text-align: center; }
#header-tool-title { font-weight: 500; font-size: 1em; color: var(--text-color); margin-bottom: 0;}
.upgrade-btn { background-color: #10b981; color: white; border: none; padding: 8px 16px; border-radius: 8px; font-size: 14px; cursor: pointer;}
.app-header .navbar-toggler { display: block; }
.header__button__contact { padding-right: 30px; }

.navbar-toggler:focus { outline: none; box-shadow: none; }
.navbar-nav { flex-direction: row; }
.navbar-nav .nav-item { margin-right: 30px; }
.navbar-nav .nav-item .nav-link:before { content: none; }
.navbar-toggler { display: none; position: absolute; top: 50%; transform: translateY(-50%); right: 15px; outline: none; width: 28px; height: 22px; padding: unset; z-index: 990;}
.navbar-toggler .wrap-line { position: relative; overflow: hidden; display: block; width: 100%; height: 100%; }
.navbar-toggler .wrap-line .line { -webkit-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s; position: absolute; left: 0; bottom: 0; height: 2px; background: #000; display: block; }
.navbar-toggler .wrap-line .line:nth-of-type(1) { top: 0; width: 100%; }
.navbar-toggler .wrap-line .line:nth-of-type(2), .navbar-toggler .wrap-line .line:nth-of-type(3) { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; left: unset; width: 100%;}
.navbar-toggler .wrap-line .line:nth-of-type(4) { bottom: 0px; width: 100%; margin-left: auto; right: 0;}
.navbar-toggler:not(.collapsed) .line:nth-of-type(1) { left: 50%; right: 50%; width: unset; }
.navbar-toggler:not(.collapsed) .line:nth-of-type(2) { -webkit-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); }
.navbar-toggler:not(.collapsed) .line:nth-of-type(3) { -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); }
.navbar-toggler:not(.collapsed) .line:nth-of-type(4) { left: 63%; right: 37%; width: 0; }
.navbar-nav .dropdown-menu { padding: 0; }

.sub-header .navbar .logo .img { margin-bottom: 0; }
.sub-header .phone-contact { margin-right: 50px; }
.sub-header .mobile-menu__inner .logo-main { margin-bottom: 40px; }
.sub-header .mobile-menu__inner { background: #2A3373 }

.header .dropdown-menu { min-width: 300px; max-height: calc(100vh - 100px); overflow: auto; }
.header .box { position: absolute; top: 32px!important; box-shadow: 0 3px 6px rgba(0,0,0,.2); }
.navbar-nav .dropdown-menu {position: relative; border-radius: 2px; } 
.navbar-nav .dropdown-menu .sub-menu { font-size: 15px;}
.navbar-nav .dropdown-menu .sub-menu a { display: block; padding: 7px 15px;}
.header .box:before{ position: absolute; left: 20px; top: -13px; bottom: 100%; content: ' '; height: 0; width: 0; border: solid transparent; border-color: transparent; border-bottom-color: #fff; border-width: 8px; pointer-events: none; opacity: 0; z-index: 101;}
.header .box.show:before { opacity: 1; }
.navbar-nav .dropdown-menu .sub-menu:focus, .navbar-nav .dropdown-menu .sub-menu:hover { background: #f3f4f7; }


.mobile-menu { display: none; }
.mobile-menu { display: block; }
.mobile-menu.open .mobile-menu__box { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
.mobile-menu { pointer-events: inherit; }
.mobile-menu__overlay { position: fixed; z-index: 998; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.7); visibility: hidden; opacity: 0; -webkit-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s; }
.mobile-menu.open .mobile-menu__overlay { opacity: 1; visibility: visible; }
.mobile-menu__inner .logo-main { border-bottom: 1px solid #fff; padding: 8 0px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(0,0,0,.1); align-items: center;}
.mobile-menu__inner .logo-main .close-button { padding: 16px; cursor: pointer;}
.mobile-menu__inner .logo-main .close-button img { width: 20px; }
.mobile-menu__inner .logo-main a img { height: 75px; padding: 16px; width: 140px; object-fit: contain;}
.mobile-menu__inner .navbar-nav { display: block; padding-right: 0; padding-left: 0; margin-left: unset; margin-top: 20px;}
.mobile-menu__inner .navbar-nav>.nav-item { padding: 10px; margin-right: 0;}
.mobile-menu__inner .navbar-nav>.nav-item.active {  position: relative;}
.mobile-menu__inner .navbar-nav>.nav-item.active .nav-link { position: relative; color: #0192a8; }
.mobile-menu__inner .navbar-nav>.nav-item.active:before { position: absolute; top: 0; left: 0; content: ''; width: 4px; bottom: 0px; }
.mobile-menu__inner .navbar-nav>.nav-item .nav-link { padding: 0 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; align-items: center; color: #1d2129;;}
.mobile-menu__close-button { position: absolute; top: 0; right: 100%; width: 36px; height: 36px; line-height: 36px; font-size: 20px; text-align: center; opacity: 0; visibility: hidden; -webkit-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s; cursor: pointer; background-color: #fff;}
.mobile-menu.open .mobile-menu__close-button { opacity: 1; visibility: visible; } 
.mobile-menu__inner .logo-main .text { font-weight: 600; font-size: 16px; text-align: center; color: #fff; }
.mobile-menu__inner .navbar-nav .nav-item .dropdown-submenu.active a { color: #fff; }

.mobile-menu__box {width: 320px; background: #fff; position: fixed; top: 0; right: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all ease 0.4s; -o-transition: all ease 0.4s; transition: all ease 0.4s; z-index: 999; }
.mobile-menu__overlay {position: fixed; z-index: 998; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.7); visibility: hidden; opacity: 0; -webkit-transition: all ease 0.4s; -o-transition: all ease 0.4s; transition: all ease 0.4s; }

.footer { position: relative; background: var(--bg-sp-m); color: var(--cl-sp-w);}
.footer__top .social__title { margin-right: 32px; margin-bottom: unset;}
.footer__top .social { display: flex; align-items: center;}
.footer__top { padding: 30px 0; }
.footer__top .list-social__item a { font-size: 20px; }
.footer__top .list-social { display: flex; margin: 0 -20px; list-style: none; padding-left: unset;}
.footer__top .list-social li { padding: 0 20px; transition: all ease 0.4s; }
.footer__top .list-social li:hover { transform: translateY(-8px); }
.footer .dmca { padding-left: 40px; }
.footer__bottom .inner { display: flex; align-items: center; }
.footer__bottom { padding: 30px 0; border-bottom: 1px solid #dadce0; border-top: 1px solid #dadce0}
.footer__bottom .bottom-inner { display: flex; align-items: center; justify-content: space-between;}
.footer__logo { width: 60px; }
.footer__bottom .list-link { display: flex; padding-left: unset; list-style: none; margin-bottom: 0; flex-wrap: wrap; justify-content: center;}
.footer__bottom .list-link__item { padding-right: 30px; }
.footer__list { margin: 0 -22px; display: flex; flex-wrap: wrap;}
.footer__list-item {  padding: 15px 22px; width: 25%;  }
.footer a:hover { color: var(--bg-sp-v); }
.footer a { color: var(--bg-sp-w); }
.footer__list-item ul li { margin-bottom: 10px; }
/*.footer__list-item:nth-child(n+1) .info a { white-space: nowrap; }*/

/* width */
.header .nav-comp-column .dropdown-menu::-webkit-scrollbar { width: 3px; }
/* Track */
.header .nav-comp-column .dropdown-menu::-webkit-scrollbar-track {background: #fff; }
/* Handle */
.header .nav-comp-column .dropdown-menu::-webkit-scrollbar-thumb {background: #337588; }
/* Handle on hover */
.header .nav-comp-column .dropdown-menu::-webkit-scrollbar-thumb:hover {background: #337588; }

h2 { font-size: 24px; margin-bottom: 1rem;}
h3 { font-size: 20px; margin-bottom: 1rem;}
h4 { font-size: 18px; margin-bottom: 1rem;}
h5 { font-size: 17px; margin-bottom: 1rem;}
h6 { font-size: 16px; margin-bottom: 1rem;}

.breadcrumbs { background: transparent; font-size: 14px;}
.breadcrumbs a { color: #003b70; }

.pagination { display: block; clear: both; margin-top: 20px; text-align: center; width: 100%;}
.pagination .page-numbers { font-size: 17px; color: rgba(77,77,77); width: 36px; transition: all ease .4s; height: 36px; line-height: 36px; display: inline-block; text-align: center; border: 1px solid #dfdedb; border-radius: 50%; }
.pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers.current { background-color: #262626; color: #fff; }
.pagination .screen-reader-text { display: none; }
.pagination .page-numbers.dots { font-family: initial; }

/*Content*/
.entry-content img{margin:0 0 1.5em;}
.alignleft,img.alignleft{margin-right:1.5em;display:inline;float:left;}
.alignright,img.alignright{margin-left:1.5em;display:inline;float:right}
.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both;}
img.size-full { width: 100%; }
.wp-caption{margin-bottom:1.5em;text-align:center;padding-top:5px;max-width: 100%;}
.wp-caption img{border:0 none;padding:0;margin:0;height: auto;}
.wp-caption .wp-caption-text{line-height:1.5;font-size:13px;margin:0; margin-top: 5px; padding: 5px; background: rgba(0,0,0,0.05); margin-top: 0;}
.wp-smiley{margin:0!important;max-height:1em}
blockquote.left{margin-right:20px;text-align:right;margin-left:0;width:33%;float:left}
blockquote.right{margin-left:20px;text-align:left;margin-right:0;width:33%;float:right}
.centered{float:none;margin-left:auto;margin-right:auto}
blockquote { background: #e7f8ff; padding: 15px; border-left: 3px solid #A80002;}
blockquote p:last-child { margin-bottom: unset; }
.wp-block-image figcaption { font-size: 12px; font-style: italic; margin-top: 15px; }
.wp-block-image .aligncenter figcaption { text-align: center; }

.section-homepage .content-blog__inner { display: block; }

.wp-block-image figcaption { font-style: italic; text-align: center; font-size: 14px; }
.wp-block-image img { object-fit: contain; height: auto; }
.content-blog__box .content iframe { width: 100%;}
.content-blog__box .content ul { list-style: inherit; padding-left: 20px; margin-bottom: 20px;}

.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents { width: 100%; }

.content-blog__inner table td, 
.content-blog__inner table, .content-blog__inner table th{border: 1px solid #aaa; padding: 10px; color: #000; }
.content-blog__inner table td { border-bottom: none; }
.content-blog__inner table tr td:first-child { border-right: none; font-weight: 500; }
.content-blog__inner table { margin-bottom: 16px; }

.content-blog__inner .table-box { overflow: auto; width: 100%; margin-bottom:  15px;}
.content-blog__inner .table-box table { min-width: 700px; }

/* width */
.content-blog__inner .table-box::-webkit-scrollbar { height: 2px; }
/* Track */
.content-blog__inner .table-box::-webkit-scrollbar-track {background: #fff; }
/* Handle */
.content-blog__inner .table-box::-webkit-scrollbar-thumb {background: #f73e2f; }
/* Handle on hover */
.content-blog__inner .table-box::-webkit-scrollbar-thumb:hover {background: #f73e2f; }

