@font-face {
    font-family: "Gotham";
    src: url(fonts/Gotham-Bold.eot);
    src: url(fonts/Gotham-Bold.eot?#iefix)
        format("embedded-opentype"),url(fonts/Gotham-Bold.woff2)
        format("woff2"),url(fonts/Gotham-Bold.woff)
        format("woff"),url(fonts/Gotham-Bold.ttf)
        format("truetype"),url(fonts/Gotham-Bold.svg#Gotham-Bold)
        format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url(fonts/Gotham-Book.eot);
    src: url(fonts/Gotham-Book.eot?#iefix)
        format("embedded-opentype"),url(fonts/Gotham-Book.woff2)
        format("woff2"),url(fonts/Gotham-Book.woff)
        format("woff"),url(fonts/Gotham-Book.ttf)
        format("truetype"),url(fonts/Gotham-Book.svg#Gotham-Book)
        format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family:'SVN-Diamonda';src:url(fonts/SVN-Diamonda-Regular.woff2) format('woff2'),url(fonts/SVN-Diamonda-Regular.woff) format('woff');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
body {
    margin: 0;
    padding: 0px;
    font-family: 'Gotham', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
b, strong {
    font-weight: bold;
}
span.widget-title {
    font-family: ElleFuturaBold !important;
}
.is-uppercase,
.uppercase {
    line-height: 1.6;
}
a:hover {
    text-decoration: none;
}
:root {
    --primary-color: #446084;
}
.bg {
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}
.bg-loaded {
    opacity: 1;
}
#logo img {
    padding: 5px 0px;
}
#logo {
    width: 150px;
    border-right: 1px solid #cbc5c5;
}
.nav-spacing-xlarge>li{
    margin: 0 7px;
}
.header-top {
    min-height: 30px;
}
.header-main {
    background: linear-gradient(to right, #fffaf5 0%, #ffffff 22%, #fff3e5 100%);
    padding: 0px 30px;
}
#logo img {
    max-height: 75px;
}
.has-transparent + .page-title:first-of-type,
.has-transparent + #main > .page-title,
.has-transparent + #main > div > .page-title,
.has-transparent + #main .page-header-wrapper:first-of-type .page-title {
    padding-top: 90px;
}
.header-bottom {
    background-color: #f1f1f1;
}
.nav > li > a {
    font-weight: 700;
}
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #c60000;
}
.alt-font {
    font-weight: 400 !important;
}
.absolute-footer,
html {
    background-color: #fff;
}
.box-image:hover::before,
.post-item:hover .box-image::before,
.img:hover > .img-inner::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.box-image::before,
.img > .img-inner::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.3) 100%
        );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.3) 100%
        );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.header-main .nav > li > a {
    text-transform: uppercase;
    font-size: 14px;
    color: #666b70;
}
.title2 {
    color: #00508b;
}
.h3,
h3 {
    font-size: 1.25em;
}

.fix-bg3 {
    background-image: url(img/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center !important;
    align-self: center !important;
    vertical-align: middle !important;
}
.thong-tin ul li {
    margin-bottom: 5px;
    margin-left: 15px;
}
.thong-tin .col-inner,
.vitri-ketnoi .col-inner {
    padding: 5% 5% 5% 5%;
}

.title22 {
    background: linear-gradient(280deg, #00508b 75%, #c60000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vitri-ketnoi th,
td {
    font-weight: normal;
    text-transform: none;
}
.lightbox-content{
    padding: 10px !Important;
}
.form-action {
    padding: 5px;
    background: linear-gradient(248deg, #00508b 10%, #c60000 100%);
}
#duan{
    height: 0px;
}
.form-action .col-inner {
    background-color: rgb(255, 255, 255);
    padding: 20px 20px 20px 20px;
    background: url(img/bg-premium.jpg) center center no-repeat;
    background-size: cover;
}

.form-action ul {
    list-style: none !important;
    margin: 0px;
}

.form-action ul li {
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 0;
}

.form-action ul li:before {
    content: "— ";
}
input[type="submit"]:not(.is-form) {
    border: 0;    
    background:url("img/bg_button.gif") center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    color: #113d64;
}
input[type="submit"]:hover {
    box-shadow: none !important;
    color: yellow;
}

input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #d8a515 !important;
}

input[type="email"],
input[type="tel"],
input[type="text"] {
    border-bottom: 1px solid #000 !important;
    border: none;
    box-shadow: none;
}
.vitri-matbang ul li span {
    width: 28px;
    height: 28px;
    background: rgb(231, 231, 231);
    border-radius: 50%;
    text-align: center;
    color: #005fa8;
    line-height: 28px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid;
    font-family: ElleFuturaBold;
    font-size: 20px;
    font-weight: bold !important;
}

.fix-tintuc .box-text {
    background-image: linear-gradient(248deg, #00508b 0%, #c60000 100%);
}

.fix-tintuc .is-divider {
    display: none;
}

.fix-footer .section-bg:before {
    content: "";
    background-image: linear-gradient(245deg,#00508b 0%,#00508b 0%,#000000 100%);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.form-action2 .col-inner {
    margin-top: 40px;
    background: url(img/bg-premium.jpg) center center no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 20px;
}
.form-action2 input[type="text"],
.form-action2 input[type="tel"],
.form-action2 input[type="email"]{
    background: none;
}
.desk-contact {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999;
}
.desk-contact a {
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 16px;
}
.desk-contact .zalo,
.desk-contact .phone,
.desk-contact .dang-ky {
    padding: 13px;
    border-radius: 22px;
    background: linear-gradient(154.53deg, rgb(255, 214, 0) 3.77%, rgb(255, 138, 0) 85.15%);
    color: #000;
    position: relative;
    border: 0;
}
.desk-contact .zalo{
    background-color: #0573ff;
    background-image: url(img/bg-cheetah.png);
}
.desk-contact .phone{
    background: linear-gradient(90deg, rgb(230, 181, 69) 0%, rgb(120, 196, 219) 100%);
}
.desk-contact .zalo img,
.desk-contact .phone img,
.desk-contact .dang-ky img{
    width: 30px;
    height: auto;
    vertical-align: text-bottom;
}
.desk-contact .zalo:after,
.desk-contact .dang-ky:after,
.desk-contact .phone:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 26px;
    border: 4px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 849px) {
    .desk-contact {
        display: none;
    }
}

.call-now-button {
    display: block !important;
    color: #fff;
}
.call-now-button p.call-text a {
    color: #fff !important;
}

.call-now-button {
    top: 75% !important;
}
.blog-archive{
    padding-top: 0px !important
}
.slider-home{
    padding: 0px;
}
.header-wrapper.stuck{
    background: #fff;
}
#section_1806483692 {
    padding-top: 60px;
    padding-bottom: 60px;
}
#section_1806483692 .section-bg.bg-loaded {
    background-image: url('img/bg_footer.jpg');
}
.bottom-contact{
    position: fixed;
    bottom: 0;
    background: linear-gradient(154.53deg, rgb(255, 214, 0) 3.77%, rgb(255, 138, 0) 85.15%);
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
    height: 70px;
    overflow: hidden;
    color: #000;
}
.bottom-contact ul{
    margin: 0px;
    padding: 0px;
}
.bottom-contact ul li{
    width: 33.33%;
    float: left;
    list-style: none;
    text-align: center; 
    font-size:13.5px;
    margin: 0px;
}
.bottom-contact ul li span{
    color:#000;
}
.bottom-contact ul li img{    
    height: 33px;
    margin-top: 10px;
    margin-bottom: 0px;
    width: auto;
}
.flickity-prev-next-button,
.flickity-prev-next-button{
    opacity: 1;
}
.mt-40{
    margin-top: 40px;
}
#tienich-box h2,.text-editor h2{
    background: linear-gradient(280deg,#00508b 75%,#c60000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-editor h3{
    background: linear-gradient(280deg,#00508b 75%,#c60000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
img.size-full.alignnone{
    margin: 0px;
}
#section_166996169 {
    padding-top: 30px;
    padding-bottom: 30px;
}
#gap-1709322928 {
    padding-top: 40px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin: 0px;
    text-align: center;
}
#image_1498677578 {
    width: 100%;
}
#gap-29421907 {
    padding-top: 30px;
}
.gallery{
    margin-left: -15px !Important;
    margin-right: -15px !Important;
}
.gallery-style2 .gallery{
    margin-left: 0px !Important;
    margin-right: 0px !Important;
}
.gallery-style2 .gallery-item{
    margin-top: 5px !Important;
    padding: 0px;
}
.gallery-style2 .gallery-item img{
    border: none !Important;
    border-radius: 10px;
}
#gap-736868616 {
    padding-top: 30px;
}
.item-thietke{
    margin-bottom: 60px;
}
.item-thietke .slider-wrapper{
    box-shadow: 0 0.5rem 2rem 0.25rem rgb(0 0 0 / 30%);
}
.flickity-prev-next-button{
    top:50%;
}
.slider-nav-light .flickity-prev-next-button {
    color: #fff;
    background-image: linear-gradient(248deg, #00508b 0%, #c60000 100%);
    border-radius: 100%;
    height: 36px;
    width: 36px;
}
.slider-nav-light .flickity-page-dots .dot{
    border: 1px solid #c60000;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.slider-nav-light .flickity-page-dots .dot.is-selected{
    background: #c60000
}
.icon-youtube {
    -webkit-transition: all .2s;
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    padding: 10px;
    transition: all .3s;
    width: 80px;
}
.video-img{
    position: relative;
    margin-top: 20px;
}
.divider{
    background: url('img/line.png') center center no-repeat;
    background-size: contain;
    bottom: 22px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    margin: 0 auto;
    max-width: 200px;
    right: 0;
    width: 100%;
    margin-top: 20px;
}
#section_1515648506 {
    padding-top: 0px;
    padding-bottom: 0px;
}
#page-header-941083316 .page-title-inner {
    min-height: 400px;
}
#page-header-941083316 .title-bg {
    background-image: url(img/background-header.jpg);
}
.share-top .iframe, .share-top .post_time {
    display: inline-block;
}
.post_time {
    font-size: 12px;
    position: relative;
    padding: 0px 0px 0px 20px !Important;
}
.wp-caption img{
    width: 100%;
    height: auto;
}
.tienich_desc ul li{
    float: left;
    width: 31%;
}
.bg_thietke{
    background: rgba(37, 68, 129, 1);
    color: #fff;
    padding: 40px;
}
.bg_thietke h3,
.bg_thietke h4{
    color: #fff;
}
.gallery-item{
    opacity: 1;
}
.bg_thietke dt{
    border-image: linear-gradient(180deg, rgba(255, 236, 67, 0.95) 0%, rgba(0, 226, 255, 1) 100%) 1;
    border-style: solid;
    border-width: 5px;
}
.bg_thietke img{
    border: none !Important;
}
.editor ul{
    list-style: disc;
}
.editor h2{
    font-size: 20px;
}
.editor h3{
    font-size: 18px;
}
.pt-40{
    padding-top: 40px;
}
.pb-40{
    padding-bottom: 40px;
}
.bg_tiendo{
    background: #f5e2c6;
}
.bg_tiendo dt{
    border-image: linear-gradient(180deg, rgba(246, 117, 31, 0.95) 0%, rgba(255, 236, 67, 1) 100%) 1;
    border-style: solid;
    border-width: 5px;
}
.bg_tiendo img{
    border: none !Important;
}
.bg_banggia{
    background: url(img/bg_banggia.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.bg_banggia .content .desc {
    width: 100%;
    margin: 0 auto;
}
.noibat .col-inner {
    min-height: 290px;
    background: url(img/bg_blanca.gif) right bottom;
    background-size: cover;
    border-radius: 20px;
    color: #113d64;
}
.noibat .box-image {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.box-text.text-center {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}
.icon-why .title_why {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
.noibat .box-text p {
    padding: 0px 5px;
    max-height: 300px;
    text-align: justify;
    color: #113d64;
}
.noibat .box-text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient( to right, rgba(255, 255, 255, 0.13), #fff, rgba(255, 255, 255, 0.13) );
    top: 0;
    left: 0;
}
.icon-why img {
    height: 44px;
    width: inherit !Important;
    padding: 0px !Important;
}
.phankhu {
    margin-top: 20px;
}
.phankhu_box{
    background: radial-gradient(14.69% 84.72% at 50% 0%, #1d69b0 0%, #164a7a 100%), #164a7a;
}
#nhanbanggia input[type="email"],
#nhanbanggia input[type="tel"],
#nhanbanggia input[type="text"]{
    box-shadow: none;
    border: 1px solid #ddd !Important;
    padding: 0 .75em;
    height: 40px;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    margin-bottom: 0px;
}
#nhanbanggia .col{
    padding-bottom: 10px;
}
#nhanbanggia textarea{
    height: 70px;
    min-height: 70px;
}
.editor-post h2{
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
}
.fix-tintuc .post-title{
    min-height: 52px;
}
.title_modal{
    color: #c60000;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: bold;

}
.lazyload, .lazyloading {
    opacity: 1 !Important;
}
.footer_title{
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 15px;
}
.item-duan .desc{
    background: linear-gradient(48deg, #00508b 0%, #3f9ce5 100%);
    text-align: center;
    padding: 10px 0px;
}
.item-duan .desc a{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.btn_review-phim-tong-tai{
    min-height: 40px;
}
.banner_mp4{
    background:url("img/bg_f.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}
#intro{
    margin-top: -100px;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
}
#intro .desc{
    border-radius: 7px;
    color: #000;
    padding: 60px;
    background-color: #fdfff2;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
#intro .desc .title{
    font-size: 25px;
    line-height:40px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #c14624;
}
#intro .desc h1{
    font-size: 50px;
    color: #24a8a5;
}
#intro .desc form{
    margin-bottom: 0px;
}
.form-group,
form .col{
    position: relative;
}
#intro .desc form .col{
    padding-bottom: 10px;
}
.wpcf7-spinner{
    position: absolute;
    left: 40%;
    top:15px;
}
.noibat_desc img{
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: auto;
}
#intro .colum1,
#intro .colum2{
    font-size: 30px;
    font-weight: 300;
    line-height: 53px;
    letter-spacing: 2.5px;
    color: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    text-align: center;
}
#intro .colum1{
    background-image: linear-gradient(48deg, #113d64 0%, #3f9ce5 100%);
}
#intro .colum2{    
    background: #e74504 url(img/vec.png);
}
#intro .colum1 p,
#intro .colum2 p{
    margin-bottom: 0px;
}
#intro p.lead{
    color: #dd3315;
    margin-top: 20px;
}
#intro .wpcf7 label{
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}
#intro .wpcf7 input[type="text"],
#intro .wpcf7 input[type="tel"],
#intro .wpcf7 input[type="email"]{
    border-radius: 30px;
    height: 47px;
    line-height: 47px;
    border: 1px solid #666b70;
    background: #fff;
}
#intro .wpcf7 input[type="submit"]{
    height: 47px;
    line-height: 47px;
    width: 100%;
    background: linear-gradient(154.53deg, rgb(255, 214, 0) 3.77%, rgb(255, 138, 0) 85.15%);
    color: #000;
    border-radius: 30px;
    border: none;
    font-size: 18px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    margin: 10px 0px;
}
.bg2{
    padding-top: 30px;
    background: url(img/bg_f.jpg) center center no-repeat;
    background-size: cover;
}

.item-phankhu{
    border: 5px solid #b3e1fd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}
.item-phankhu .info{
    background: #fff;
    padding: 20px;
}
.item-phankhu .img{
    margin-bottom: 0px !Important;
}
.item-phankhu .img img{
    width: 100%;
    height: auto;
}
.item-phankhu .link a{
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 20px;
    background: linear-gradient(154.53deg, rgb(255, 214, 0) 3.77%, rgb(255, 138, 0) 85.15%);
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.price{
    color: #f36e20;
}
.form-action input[type="submit"] {
    width: 100%;
    background: linear-gradient(154.53deg, rgb(255, 214, 0) 3.77%, rgb(255, 138, 0) 85.15%);
    color: #113d64;
    border: none;
    border-radius: 5px;
}
.wpcf7 .wpcf7-form-control-wrap.duan {
    visibility: hidden;
    height: 0px;
}
.lightbox-content .col-inner p {
    margin-bottom: 0px;
}
.form-action textarea {
    min-height: 70px;
}
.form-action input[type="email"], .form-action input[type="tel"], .form-action input[type="text"], .form-action textarea {
    border-bottom: 1px solid #000 !important;
    border: none;
    box-shadow: none;
    background: none;
}
.pt-120 {
    padding-top: 120px;
}
form {
    margin-bottom: 0px;
}
.line_vertical{
    height: 50px;
    width: 1px;
    background: #113d64;
}
.dark .line_vertical {
    background: #fff;
}
.nhantronbo_thongtin{
    background: url(img/bg_form.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 20px;
    text-align: center;
}
.nhantronbo_thongtin .large-12{
    max-width: 90%;
    margin: auto;
    background-color: #086480cc;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 20px 40px;
}
.nhantronbo_thongtin .title{
    color: #ffc20e;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 20px;
}
.nhantronbo_thongtin .col {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.nhantronbo_thongtin .form-group{
    margin-bottom: 10px;
}
.nhantronbo_thongtin .hotline{
    font-weight: bold;
    font-size: 20px;
    margin:10px 0px;
}
.nhantronbo_thongtin .wpcf7 input[type="text"],
.nhantronbo_thongtin .wpcf7 input[type="tel"],
.nhantronbo_thongtin .wpcf7 input[type="email"]{
    border-radius: 30px;
    height: 47px;
    line-height: 47px;
    border: none;
    background: #fff;
    border-bottom: none !Important;
    margin-bottom: 0px;
}
.nhantronbo_thongtin input[type="submit"]{
    width: 100%;
    background: linear-gradient(154.53deg, rgb(255, 214, 0) 3.77%, rgb(255, 138, 0) 85.15%);
    border: none;
    border-radius: 30px;
    height: 47px;
    line-height: 47px;
    color: #000;
    margin-bottom: 0px;
}
.icon-why .box-text.text-center{
    min-height: 260px;
}
.editor ul,
.editor ol{
    margin-left: 30px;
    margin-bottom: 10px;
}
.single-post .editor {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.max_w900 {
    max-width: 900px;
    margin: auto;
}
.title_h2 {
    color: #c60000;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 2.5px;
}
.wp-caption .wp-caption-text{
    background: none;
    padding: 0px;
    color: #666;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    padding: 0px;
    background: #113d64;
    color: #fff;
    border: none;
}
.wp-pagenavi{
    text-align: center;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover{
    background-image: linear-gradient(90deg, #f4ce7f, #cad0b1 54.2%, #4bbfd7);
    color: #000;
}
.grecaptcha-badge{
    display:none !Important;
}
.width_100{
    width: 100% !Important;
    height: auto;
}
.mb-20{
    margin-bottom: 20px;
}
.item-phankhu p{
    margin-bottom: 10px;
}
.styles_icon__GYIzc{
    vertical-align: bottom;
}
.off-canvas .nav-vertical>li>a{
    color:#c60000;
}
p{
    margin-bottom: 10px;
}
.title_hwp{
    color: #c60000;
    font-size: 32px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2eb0ac, #1fa3a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}
.title_hwp_2{
    color: #c60000;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}
.sub_text {
    font-family: SVN-Diamonda, serif;
    line-height: 0;
    font-size: 43px;
    font-weight: 300;
    margin-bottom: 30px;
}
.intro_desc{
    padding: 60px 0px;
    background: url("img/bg_latien.jpg");
}
.intro_desc img{
    border-radius: 10px;
}
#section_tongquan{
    padding-top: 60px;
    background: url(img/bg_f.jpg) center center no-repeat;
    background-size: cover;
}
#section_tongquan table{
    width: 100% !Important;
}
#section_tongquan table tr td {
    border-bottom: 1px solid #000;
    padding: 20px 0;
    color: #000;
    font-size: 17px;
    height: auto !important;
}
#section_vitri{
    padding-top: 60px;
    background: url(img/bg_vitri.jpg) center center no-repeat;
    background-size: cover;
}
#section_vitri #row-vitri{
    background: linear-gradient(to right, #fffaf5 0%, #ffffff 22%, #fff3e5 100%);
    padding: 60px 30px;
    border-radius: 10px;
    margin-bottom: 50px;
    padding-bottom: 0px;
}
#section_vitri h2,
#section_vitri h3{
    color: #c60000;
}
#section_lienketvung{
    padding:0px;
    background: url(img/bg_f.jpg) center center no-repeat;
    background-size: cover;
}
#section_lienketvung table{
    width: 100% !Important;
}
#section_lienketvung table tr td,
#section_lienketvung table tr th{
    border-bottom: 1px solid #000;
    padding: 20px 0;
    color: #000;
    font-size: 17px;
}
#section_lienketvung h3{
    color: #c60000;
}
#section_tienich{
    padding-top: 60px;
}
.tienich_desc ul{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#section_matbang{
    padding: 60px 60px;
    background: linear-gradient(270deg, #fff, #e9f3ff);
}
#section_thietke{
    padding:60px;
    background: url(img/bg_f.jpg) center center no-repeat;
    background-size: cover;
}
.title_hwp_gradient{
    background: linear-gradient(280deg, #00508b 75%, #c60000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 32px;
}
.bg_banggia table{
    width: 100% !Important;
}
.bg_banggia table tr td,
.bg_banggia table tr th{
    border-bottom: 1px solid #000;
    padding: 20px 0;
    color: #000;
    font-size: 17px;
}
#section_chudautu{
    background: #c60000;
    padding: 0px;
}
.full img{
    width: 100%;
}
.editor img{
    border-radius: 5px;
}
.gallery-item img{
    border: none !Important;
    border-radius: 5px;
    width: 100%;
}
.gallery-item,.gallery-item dt{
    opacity: 1 !Important;
    display: block;
}
.gallery-item{
    padding-left: 7px !Important;
    padding-right: 7px !Important;
    margin-top: 0px !Important;
    margin-bottom: 0px !Important;
    padding-bottom: 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    text-align: center;
    font-size: 13px;
}