@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.eot");
    src: url("../fonts/Montserrat-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.html") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald-SemiBold";
    src: url("../fonts/Oswald-SemiBold.eot");
    src: url("../fonts/Oswald-SemiBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-SemiBold.html") format("woff2"), url("../fonts/Oswald-SemiBold.woff") format("woff"), url("../fonts/Oswald-SemiBold.ttf") format("truetype"), url("../fonts/Oswald-SemiBold.svg#Oswald-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold.eot");
    src: url("../fonts/Montserrat-SemiBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.html") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.eot");
    src: url("../fonts/Montserrat-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.html") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Montserrat-Regular;
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
}

.full {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

a, input, textarea {
    outline: none;
    padding: 0px;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

button {
    border: none !important;
}

p {
    margin: 0;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

h2, h3, h4 {
    margin-bottom: 0;
}

figure {
    margin-bottom: 0;
}

.wrapper {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1230px;
}

img.lazy {
    opacity: 0;
}

img:not(.initial) {
    transition: opacity 1s;
}

img.initial, img.loaded, img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

.img-full {
    width: 100%;
    height: auto;
}

.block-menu {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.block-menu.sticky {
    position: fixed;
}

.logo-header {
    flex: 0 0 335px;
    -ms-flex: 0 0 335px;
    max-width: 335px;
}

.menu {
    flex: 0 0 700px;
    -ms-flex: 0 0 700px;
    max-width: 700px;
}

.menu-desktop {
    padding: 10px 0;
}

.block-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    transition: 0.8s;
}

.search-wrap {
    position: relative;
    color: #fff;
    height: 100vh;
}

.form-search-d input {
    width: 100%;
    height: 45px;
    outline: none;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    padding: 0 30px 0 10px;
}

.form-search-d input::placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.form-search-d input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.form-search-d input::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.form-search.form-search-d {
    position: relative;
    width: 70%;
}

.form-search-d button {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: transparent;
    font-size: 20px;
    height: 100%;
    color: #fff;
}

.close-form-search {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 25px;
    transition: 0.3s;
}

.close-form-search:hover {
    color: #f00;
}

.form-search.form-search-d {
    position: relative;
    width: 70%;
}

.bg-main {
    background-color: #e80000;
}

.menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu .primary-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu ul li {
    position: relative;
    z-index: 1;
}

.menu ul li a {
    display: block;
    position: relative;
    font-size: 13px;
    color: #e80000;
    padding: 12px 12px 11px 12px;
    text-decoration: none !important;
}

.primary-menu>li>a {
    white-space: nowrap;
    font-size: 14px !important;
    padding: 12px 20px !important;
    text-transform: capitalize;
    color: #fff !important;
}

.primary-menu>li>a::after {
    position: absolute;
    content: "";
    display: none;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: url("../images/af-menu_03.png") no-repeat;
    background-size: 100% 100%;
    transition: 0.3s;
}

.primary-menu>li>a.active, .primary-menu>li>a:hover {
    color: #fef200 !important;
}

.primary-menu>li>a.active::after, .primary-menu>li>a:hover::after {
    display: block;
}

.primary-menu>li {
    width: 100%;
    text-align: center;
}

.primary-menu>li:last-child>a {
    padding-right: 0 !important;
}

.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 8px;
}

.menu ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 2px);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #fafafa;
    border-top: 0px;
    border-left: 0px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    margin-top: -5px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #fafafa;
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
}

.menu ul li ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.menu ul li ul li a {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #313131;
    border-bottom: 1px solid #ececec;
}

.menu ul li ul li:last-child>a {
    border-bottom: 0px;
}

.menu ul li ul li a.has-child {
    margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
    border-color: #313131;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu ul li ul li a.active, .menu ul li ul li:hover>a {
    color: #fef200;
}

.menu ul li ul li:hover>a.has-child:after, .menu ul li ul li a.active.has-child:after {
    border-color: #fef200;
}

.menu ul li ul li a {
    padding: 10px 0px 9px 0px;
    text-transform: capitalize;
}

.menu ul li ul li ul {
    top: -0.75rem;
    left: 100%;
    margin-top: 0px;
}

.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    color: #e80000;
    background: #ffffff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 0px;
    right: 51px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e80000;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid button {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: #e80000;
    line-height: 38px;
    text-align: center;
    background: #fff;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: #ec2d3f;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #ccc;
}

/* Menu RP */
.menu-res{display:none;height:55px;z-index:10;background: #DC1500;position:relative;line-height:normal;position: sticky;z-index: 9999;overflow: hidden;top: 0;}
.menu-bar-res{height:55px;padding:0px 10px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:center;justify-content:space-between;}
#hamburger{display:block;width:45px;height:23px;position:relative;}
#hamburger:before,#hamburger:after,#hamburger span{background:#fff;content:'';display:block;width:100%;height:3px;position:absolute;left:0px;}
#hamburger:before{top:0px;}
#hamburger span{top:10px;}
#hamburger:after{top:20px;}
#hamburger:before,#hamburger:after,#hamburger span{-webkit-transition:none 0.5s ease 0.5s;transition:none 0.5s ease 0.5s;-webkit-transition-property:transform,top,bottom,left,opacity;transition-property:transform,top,bottom,left,opacity;}
.mm-wrapper_opening #hamburger:before,.mm-wrapper_opening #hamburger:after{top:10px;}
.mm-wrapper_opening #hamburger span{left:-50px;opacity:0;}
.mm-wrapper_opening #hamburger:before{transform:rotate(45deg);}
.mm-wrapper_opening #hamburger:after{transform:rotate(-45deg);}
.mm-menu_opened{display:block!important;}

/* Search RP */


.menu-m-top {
    background: #e80000;
    color: #fff;
    padding: 10px;
    display: none;
}

.logo-mobile {
    padding: 0 35%;
}

.img-logo-mobile {
    position: relative;
}

.logo-m-top {
    padding: 10px 0;
}

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 22.5px);
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: 20px;
}

.control-owl button.owl-next {
    right: 20px;
}

.form-control, .form-control-plaintext:not(textarea), .custom-select {
    height: calc(1em + 1.25rem + 8px);
}

.text-sm {
    font-size: 0.875rem !important;
}

.breadCrumbs {
    background-color: #eee;
}

.breadCrumbs .wrapper {
    padding: 0.75rem 15px;
}

.breadCrumbs .wrapper .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadCrumbs .wrapper .breadcrumb-item a {
    color: #212529;
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
    color: #6c757d;
}

.about_right-about {
    position: relative;
    width: 52%;
    padding-right: 25px;
}

.about_right-about::after {
    position: absolute;
    content: "";
    background: transparent;
    width: 450px;
    height: 240px;
    border: 10px solid #fef200;
    right: 0;
    bottom: -30px;
    z-index: -1;
}

.about_right-about::before {
    position: absolute;
    content: "";
    background-image: url("../images/bf-about_03.png");
    background-size: 100% 100%;
    width: 432px;
    height: 503px;
    right: 80px;
    bottom: -60px;
    z-index: -1;
}

.wrap_left-about {
    -ms-flex: 0 0 480px;
    width: 40%;
}

.wrap_left-about p {
    font-size: 16px;
    margin-bottom: 10px;
}

.wrap_left-about h3 {
    font-size: 35px;
    font-family: Oswald-SemiBold;
    color: #e80000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.wrap_left-about h3::after {
    position: absolute;
    content: "";
    background: url("../images/chamcham.png") no-repeat;
    width: 262px;
    height: 32px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.wrap_left-about .desc-about {
    padding-left: 125px;
    position: relative;
    text-align: justify;
}

.wrap_left-about .desc-about::before {
    position: absolute;
    content: "";
    background: #fef200;
    width: 110px;
    height: 2px;
    left: 0;
    top: 15px;
}

.wrap_left-about .desc-about .text-split {
    -webkit-line-clamp: 9;
    line-height: 30px;
}

.wrap_left-about .desc-about a {
    display: inline-block;
    color: #000;
    background: #fef200;
    padding: 15px 45px;
    position: relative;
    border: 1px solid #fef200;
    transition: 0.3s;
}

.wrap_left-about .desc-about a::after {
    position: absolute;
    content: "";
    background: #fef200;
    width: 100%;
    height: 1px;
    bottom: -9px;
    left: 15px;
}

.wrap_left-about .desc-about a::before {
    position: absolute;
    content: "";
    background: #fef200;
    width: 1px;
    height: 100%;
    top: 15px;
    right: -9px;
}

.wrap_left-about .desc-about a:hover {
    background: transparent;
}

.container-about {
    padding: 60px 0 80px 0;
}

.container-why {
    padding: 40px 0;
    background: url("../images/bg-tieuchi.png") no-repeat;
    background-size: cover;
}

.container-why h3 {
    font-size: 16px;
    margin: 15px 0 20px 0;
}

.container-why p {
    font-size: 45px;
    font-family: Oswald-SemiBold;
    color: #d8210b;
}

.container-serivce {
    padding: 40px 0;
    background-image: url("../images/bg-dichvu_02.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.slick-service {
    margin: 0 -16px;
}

.slick-service .itemslickservice {
    padding: 0 16px;
    transition: 0.6s;
}

.box-service {
    position: relative;
}

.box-service h3 {
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    color: #000;
    background: rgba(254, 242, 0, 0.7);
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.box-service h3.text-split {
    -webkit-line-clamp: 2;
}

.project_mobile{display: none;}

.wrap_left-project {
    flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    max-width: 24%;
}

.wrap_right-project {
    flex: 0 0 74.66666667%;
    -ms-flex: 0 0 74.66666667%;
    max-width: 74.66666667%;
}

.desc-album {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc-album h3 {
    font-size: 18px;
    font-family: Oswald-SemiBold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.desc-album h3::after {
    position: absolute;
    content: "";
    background: #fef200;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
}

.desc-album p {
    font-size: 13px;
}

.desc-album p.text-split {
    -webkit-line-clamp: 3;
}

.box-album:hover .desc-album {
    opacity: 1;
    visibility: visible;
}

.row-project {
    margin: 0 -8px;
}

.col-project {
    padding: 0 8px;
    margin-bottom: 16px;
}

.container-project {
    padding: 30px 0 60px 0;
}

.img-choose {
    flex: 0 0 107px;
    -ms-flex: 0 0 107px;
    max-width: 107px;
}

.content-choose {
    flex: 0 0 calc(100% - 130px);
    -ms-flex: 0 0 calc(100% - 130px);
    max-width: calc(100% - 130px);
}

.content-choose h3 {
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    color: #fef200;
    text-transform: uppercase;
}

.content-choose p {
    color: #fff;
}

.content-choose p.text-split {
    -webkit-line-clamp: 2;
}

.container-choose {
    padding: 60px 0;
    background-image: url("../images/visao.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.col-choose {
    margin-bottom: 30px;
}

.col-choose:nth-child(odd) .img-choose {
    order: 2;
}

.col-choose:nth-child(odd) .content-choose {
    order: 1;
    text-align: right;
}

.col-choose .img-choose img {
    transition: 0.6s;
}

.col-choose .box-choose:hover .img-choose img {
    transform: rotateZ(180deg);
}

.wrap_left-news, .wrap_right-news {
    padding: 0 20px;
}

.news-index {
    margin: 0 -20px;
}

.wrap_left-news>h3 {
    font-size: 33px;
    font-family: Oswald-SemiBold;
    color: #e80000;
    text-align: center;
    margin-bottom: 25px;
}

.slick-news {
    margin: -11px 0;
}

.itemslicknews {
    padding: 11px 0;
    transition: 0.6s;
}

.itemslicknews:nth-child(odd) .news-content {
    order: 1;
    padding-left: 0;
    padding-right: 20px;
}

.itemslicknews:nth-child(odd) .img-news {
    order: 2;
}

.container-news {
    padding: 60px 0 70px 0;
}

.form-newsletter {
    background: #fef200;
    padding: 40px;
}

.form-newsletter h3 {
    font-size: 33px;
    font-family: Oswald-SemiBold;
    color: #e80000;
    text-align: center;
}

.form-newsletter p {
    margin: 10px 0;
    text-align: center;
}

.col-newsletter {
    padding: 0 5px;
    margin-bottom: 10px;
}

.col-newsletter input:not([type=submit], [type=hidden]) {
    width: 100%;
    height: 45px;
    background: #fff;
    outline: none;
    border: none;
    padding: 0 20px;
}

.col-newsletter input:not([type=submit], [type=hidden])::placeholder {
    color: #595959;
    opacity: 1;
}

.col-newsletter input:not([type=submit], [type=hidden]):-ms-input-placeholder {
    color: #595959;
}

.col-newsletter input:not([type=submit], [type=hidden])::-ms-input-placeholder {
    color: #595959;
}

.col-newsletter input[type=submit] {
    width: 100%;
    height: 45px;
    background: #e80000;
    color: #fff;
    outline: none;
    border: none;
    font-family: Montserrat-Bold;
}

.col-newsletter textarea {
    width: 100%;
    height: 140px;
    background: #fff;
    padding: 20px;
    outline: none;
    border: none;
}

.col-newsletter textarea::placeholder {
    color: #595959;
    opacity: 1;
}

.col-newsletter textarea:-ms-input-placeholder {
    color: #595959;
}

.col-newsletter textarea::-ms-input-placeholder {
    color: #595959;
}

.row-newsletter {
    margin: 0 -5px;
}

.bg-footer {
    background: url(../images/bg-footer_02.png) no-repeat;
    background-size: cover;
}

.footer-article {
    padding: 50px 0;
    color: #b2b2b2;
}

.info-footer {
    flex: 0 0 49.16666667%;
    -ms-flex: 0 0 49.16666667%;
    max-width: 49.16666667%;
    padding-right: 40px;
}

.info-footer h3 {
    font-size: 25px;
    font-family: Oswald-SemiBold;
    color: #fef200;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info-footer .noidung {
    margin-bottom: 15px;
}

.info-footer .noidung p {
    padding: 7px 0;
}

.info-footer .footer-powered span {
    color: #fef200;
}

.terms-footer {
    flex: 0 0 22.5%;
    -ms-flex: 0 0 22.5%;
    max-width: 22.5%;
    padding-right: 30px;
}

.terms-footer h3 {
    font-size: 16px;
    font-family: Montserrat-Bold;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.terms-footer h3::after {
    position: absolute;
    content: "";
    background: #fef200;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
}

.terms-footer .list-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}

.terms-footer .list-footer li+li {
    border-top: 1px solid #464646;
}

.terms-footer .list-footer li {
    position: relative;
    padding: 10px 0 10px 20px;
}

.terms-footer .list-footer li a {
    transition: 0.3s;
}

.terms-footer .list-footer li a:hover {
    color: #fef200;
}

.terms-footer .list-footer li::before {
    position: absolute;
    content: "";
    background: #fef200;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.video-footer {
    flex: 0 0 28.33333333%;
    -ms-flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
}

.text-nhapnhay {
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}

@-webkit-keyframes my {
    0% {
        color: #ffc853;
    }

    50% {
        color: #f00;
    }

    100% {
        color: #ffc853;
    }
}

@-moz-keyframes my {
    0% {
        color: #ffc853;
    }

    50% {
        color: #f00;
    }

    100% {
        color: #ffc853;
    }
}

@-o-keyframes my {
    0% {
        color: #ffc853;
    }

    50% {
        color: #f00;
    }

    100% {
        color: #ffc853;
    }
}

@keyframes my {
    0% {
        color: #ffc853;
    }

    50% {
        color: #f00;
    }

    100% {
        color: #ffc853;
    }
}

.rotate360 {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

#show_popup {
    padding: 0 !important;
}

@media screen and (max-width:993px) {
    #show_popup {
        transform: scale(0.8);
    }
}

@media screen and (max-width:769px) {
    #show_popup {
        transform: scale(0.7);
    }
}

@media screen and (max-width:577px) {
    #show_popup {
        transform: scale(0.6);
    }
}

.noidung iframe, .noidung object {
    max-width: 100% !important;
}

.noidung table {
    width: 100%;
}

.noidung *:not(iframe):not(object) {
    max-width: 100% !important;
    height: auto !important;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    flex-wrap: wrap;
}

.flex {
    display: flex !important;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.overflow-hidden {
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.hover-scale img {
    transition: 0.3s !important;
}

.hover-scale:hover img {
    transform: scale(1.15);
}

.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.yt {
    position: relative;
    aspect-ratio: 340/240;
}

#player {
    display: block;
    aspect-ratio: 435/330;
    width: 100%;
    margin-bottom: 10px;
}

.item-video-addon {
    padding: 0 5px;
    transition: 0.6s;
}

.slick-video-addon {
    margin: 0 -5px;
}

.header-container {
    text-align: center;
    padding-bottom: 25px;
    background: url("../images/bg-headercontainer_03.png") no-repeat bottom center;
}

.header-container h2 {
    font-size: 37px;
    font-family: Oswald-SemiBold;
    color: #e80000;
    text-transform: uppercase;
}

.header-container.sub-header h2 {
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: 0.4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

.btn-zalo {
    bottom: 315px;
}

.btn-phone {
    bottom: 230px;
}

.col-news {
    padding: 0 11px;
    margin-bottom: 22px;
}

.row-news {
    margin: 20px -11px 0 -11px;
}

.news {
    position: relative;
    height: 190px;
}

.news-name {
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    color: #000;
}

.news-name.text-split {
    -webkit-line-clamp: 2;
}

.news-desc.text-split {
    -webkit-line-clamp: 3;
}

.news-name a {
    color: inherit;
}

.news:hover .news-name a {
    color: #fef200;
}

.news-desc {
    margin: 10px 0;
}

.img-news {
    flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    max-width: 240px;
}

.news-content {
    flex: 0 0 calc(100% - 240px);
    -ms-flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
    padding-left: 20px;
}

.news-created {
    color: #e80000;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover {
    color: #ec2d3f;
}

.contact-article {
    margin-bottom: 3rem;
}

.input-contact {
    position: relative;
    margin-bottom: 15px;
}



.input-contact textarea {
    resize: none;
    height: 150px;
}

.contact-input .custom-file-label::after {
    content: attr(title);
}

.contact-map {
    position: relative;
    height: 500px;
}

.contact-map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

.pagination-ajax {
    text-align: center;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #666 !important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #ffffff;
}

.pagination-ajax a.current, .pagination-ajax a:hover {
    color: #ffffff !important;
    border-color: #ec2d3f;
    background-color: #ec2d3f;
}

.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff !important;
}

.pagination-ajax a.first:before, .pagination-ajax a.last:before, .pagination-ajax a.prev:before, .pagination-ajax a.next:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png);
}

.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background: rgba(128, 128, 128, 0.15);
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px;
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " ";
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px;
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px;
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

.support-online {
    margin-bottom: 30px;
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i, .support-online img {
    width: 40px;
    height: 40px;
    background: #e80000;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #e80000;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #fff;
    z-index: 999;
    top: 0;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e80000 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(232, 0, 0, 0.5);
    opacity: 0.75;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(232, 0, 0, 0.4);
    opacity: 0.1;
    border-color: #e80000;
    opacity: 0.5;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.vibration-icon {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.support-online .btn-support {
    cursor: pointer;
}

.phone_mobi {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 55px;
    line-height: 45px;
    color: #fff;
    z-index: 50;
    display: none;
    background: #e80000;
}

.phone_mobi ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
}

.phone_mobi ul li {
    flex: 0 0 100%/5;
    -ms-flex: 0 0 100%/5;
    max-width: 100%/5;
    width: 100%;
}

.phone_mobi ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    letter-spacing: 1px;
    line-height: 2;
    height: 100%;
    border-left: 1px solid rgba(232, 0, 0, 0.2);
    padding-top: 3px;
}

.phone_mobi ul li a i {
    font-size: 19px;
}

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

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.icon-mxh {
    position: fixed;
    right: 15px;
    bottom: 110px;
    z-index: 999;
}

@media screen and (max-width:993px) {
    .icon-mxh {
        display: none;
    }
}

.icon-mxh a {
    display: block;
}

@media screen and (max-width:993px) {
    #footer {
        padding-bottom: 55px;
    }
}

.youtube-logo {
    position: relative;
}

.col-photo {
    padding: 0 10px;
    margin-bottom: 20px;
}

.row-photo {
    margin: -10px;
}

.youtube-logo::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    top: calc(50% - 25px);
    left: calc(50% - 17.5px);
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
}

.section-main {
    margin-top: 15px;
    margin-bottom: 25px;
}

.title-main {
    margin-bottom: 15px;
    text-align: center;
}

.title-main span {
    text-transform: uppercase;
    color: #ec2d3f;
    font-weight: 800;
    font-size: 23px;
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}

.share {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}

#popup .modal-body {
    padding: 0px;
}

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}