/* @import "font.css"; */

@charset "utf-8";
html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0px auto;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #000;
    overflow-x: hidden;
}

* {
    margin: 0px;
    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 {
    list-style: none;
    padding: 0px;
}

img {
    max-width: 100%;
    border: 0;
}

::selection {
    background-color: #7a7a7a;
    color: #fff;
}

::-webkit-selection {
    background-color: #f49020;
    color: #fff;
}

-webkit-::selection {
    background-color: #f49020;
    color: #fff;
}

::-moz-selection {
    background-color: #f49020;
    color: #fff;
}

.pagewrap {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 15px;
}

th {
    background-color: #dd1a5b;
    color: white;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

th,
td {
    border-bottom: 1px solid #ddd;
}

th,
td {
    padding: 5px 15px;
    /* text-align: left; */
}

td {
    height: 30px;
    /* vertical-align: bottom; */
}

td a {
    color: #333;
    text-align: center;
}

td a i {
    padding-left: 5px;
}

td a:hover {
    color: #dd1a5b;
}

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;
}

.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pa_title_main {
    text-align: center;
    margin-bottom: 20px;
}

.pa_title_main h2 {
    font-size: 22px;
    color: #000;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center;
}

@keyframes dv_rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dv_rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.dv_single_slider_rot_inner {
    position: absolute;
    top: 9%;
    left: 20%;
}

@-webkit-keyframes dv_rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes dv_rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes fade-right {
    0% {
        opacity: 1;
        border-right-color: white;
    }
    60% {
        opacity: 0;
        border-right-color: white;
    }
    100% {
        opacity: 1;
        border-right-color: white;
    }
}

@keyframes fade-left {
    0% {
        opacity: 1;
        border-left-color: #dd1b5c;
    }
    60% {
        opacity: 0;
        border-left-color: #dd1b5c;
    }
    100% {
        opacity: 1;
        border-left-color: #dd1b5c;
    }
}

.owl-prev,
.owl-next {
    opacity: 0;
    width: 30px;
    height: 30px;
    line-height: 40px;
    background: #fff;
    color: #000;
    font-size: 30px;
}

.owl-prev span,
.owl-next span {
    height: 30px;
    line-height: 30px;
}

form.pa-search {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: #eeeeee;
}

form.pa-search input[type="text"] {
    height: 45px;
    padding: 10px;
    margin: 0;
    width: 100%;
    background: transparent;
    border: solid 1px #787878;
    border-right: none;
    border-radius: 0;
}

form.pa-search input[type="submit"] {
    border: solid 1px #dd1b5c;
    background: url(../../images/mobile/search.png) no-repeat center;
    background-size: 45%;
    background-color: #dd1b5c;
    width: 45px;
    height: 45px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 20px;
    border-radius: 0;
}

.direct-scroll {
    display: none
}

.direct-scroll .arrow-right {
    /*   height:20px;
  width:20px; */
    border-left: 10px solid #dd1b5c;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    /*   animation: fade-left 1s infinite ; */
}

.direct-scroll .arrow-4 {
    animation: fade-left 1.04s 0s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.arrow-5 {
    animation: fade-left 1s 0.36s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.arrow-6 {
    animation: fade-left 1s 0.66s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


/*---------------Footer---------------------*/

.footer .pa_footer_2 .row {
    margin: 0 -15px;
}

.col-lg-8 {
    float: left;
    margin: 0px 10px;
    width: calc(100% / 1.333333 - 20px);
}

.footer_bt .col-lg-4 {
    float: left;
    margin: 0px 10px;
    width: calc(100% / 4 - 20px);
    position: relative;
    background: transparent;
    text-align: left;
    border: none;
    padding: 0;
    display: flex;
}

.footer_bt {
    background: #ffffff;
    padding: 20px 0 70px;
    color: #505050;
}

.pa_footer_1 {
    background: #FFF;
    color: #231F20;
}

.pa_footer_1 .lien_ket_pc {
    justify-content: space-between;
}


/*===== Footer Mobile ========*/

footer {
    background-color: initial;
}

.pa_footer_1 .lien_ket_mobile {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    background-color: #eee;
}

.pa_footer_1 .lien_ket_mobile .dangky_bocongthuong a:nth-child(1),
.pa_footer_1 .lien_ket_mobile .dangky_bocongthuong a:nth-child(2) {
    width: initial !important;
}

.pa_footer_1 .lien_ket_mobile .box_footer_bot_left .menu_bottom {
    padding-left: 0;
    padding-right: 0;
    padding: 12px 0;
}

.pa_footer_1 .lien_ket_mobile .box_footer_bot_left .menu_bottom h3 {
    color: #444;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0 !important;
}

.pa_footer_1 .lien_ket_mobile .box_footer_bot_left .menu_bottom h3 a {
    color: #444 !important;
}

.pa_footer_1 .lien_ket_mobile .box_footer_bot_left .menu_bottom h3::before {
    border: solid #777;
    border-width: 2px 0 0 2px;
}

.pa_footer_2 .footer_top {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
    /* padding: 20px 25px; */
}

.pa_footer_2 .footer_top .left {
    background-color: #eee;
    padding: 20px 25px;
}

.pa_footer_2 .footer_top .right {
    padding: 20px 25px;
}

.pa_footer_1 .lien_ket_mobile .box_ipv6_bocongthuong {
    display: none;
}

.pa_footer_1 .lien_ket_mobile .footer_link {
    padding: 0 40px;
}

.pa_footer_1 .lien_ket_mobile .col_footer_1 {
    width: 100%;
    background: #eee;
    margin: 0;
    padding: 0 25px;
}

.pa_footer_1 .lien_ket_mobile .accordion {
    color: #444;
    cursor: pointer;
    padding: 12px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    border-bottom: solid 1px #666;
    transition: 0.4s;
}

.pa_footer_1 .lien_ket_mobile .col_footer_1:nth-child(1) {
    padding-top: 10px;
}

.pa_footer_1 .lien_ket_mobile .col_footer_1.final {
    padding-bottom: 20px
}

.pa_footer_1 .lien_ket_mobile .col_footer_1.final .accordion {
    border: none;
}

.pa_footer_1 .lien_ket_mobile .col_footer_1:last-child {
    padding: 25px;
    background: #fff;
}

.pa_footer_1 .lien_ket_mobile .col_footer_1:last-child li:nth-child(6) {
    margin-top: 0;
}

.pa_footer_1 .lien_ket_mobile .accordion:after {
    content: "\f105";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-family: FontAwesome;
}

.pa_footer_1 .lien_ket_mobile .active:after {
    content: "\f107";
}

.pa_footer_1 .lien_ket_mobile .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.pa_footer_1 .lien_ket_mobile .panel li {
    padding: 5px 0;
}

.pa_footer_1 .lien_ket_mobile .panel li a {
    color: #000;
    font-size: 14px;
}

.pa_footer_1 .box_footer_bot_left .menu_bottom {
    margin: 0 !important;
}

.pa_footer_1 .box_footer_bot_left .menu_bottom:last-child {
    padding-bottom: 32px;
}

.col_footer_1 ul.social a {
    color: #fff;
}

.col_footer_1 .social li {
    margin: 5px 5px 0 0;
    list-style: none;
}

.col_footer_1 .social li:nth-child(1) a {
    background: #3b589e;
}

.col_footer_1 .social li:nth-child(2) a {
    background: #e22d28;
}

.col_footer_1 .social li:nth-child(3) a {
    background: #17a4f5;
}

.col_footer_1 .social li a {
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 18px;
}

.col_footer_1 .social li a:hover {
    color: #fff;
}

.col_footer_1 .social li a i {
    line-height: 37px;
}

.dangky_app {
    display: flex;
}

#test_logo {
    float: left;
}

.dangky_app a {
    display: inline-block;
    margin-left: 10px;
}

.pa_footer_2 {
    padding: 20px 0 0 0;
    border-top: solid 1px #666;
}

.pa_footer_2 .office {
    padding: 20px 25px;
}

.pa_footer_2 .office h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.pa_footer_2 ul li {
    list-style: none;
    font-size: 12px;
    line-height: 20px;
}

.pa_footer_2 .footer_top .left ul li,
.footer_top .right ul li {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

.pa_footer_2 .footer_top {
    padding: 0;
}

.pa_footer_2 .footer_top .right h3,
.pa_footer_2 .footer_top .left h3 {
    line-height: 26px;
    margin-bottom: 10px;
}

.pa_footer_2 .footer_top .right ul {
    margin-bottom: 0;
}

.pa_footer_2 .footer_top .right ul:nth-child(2) {
    margin-bottom: 40px !important;
}

.dangky_app a img {
    height: 35px;
}

.dangky_bocongthuong {
    margin-left: 90px;
    width: 55%;
}

.dangky_bocongthuong a {
    display: inline-block;
}

.dangky_bocongthuong a:first-child {
    margin-bottom: 10px;
}

.link_page {
    background: #e6e6e6;
    padding: 15px 0;
}

.link_page ul li {
    list-style: none;
    font-size: 16px;
    text-transform: capitalize;
    float: right;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.link_page ul li a {
    color: #333;
    padding: 0 5px;
}

.link_page ul li span {
    padding: 0 5px;
}

.link_page ul li span.active {
    color: #db1a5b;
}

.link_page ul li i {
    padding-right: 7px;
}

.col-lg-12 {
    margin: 0 -10px;
}

.col-lg-6 {
    margin: 0px 10px;
    width: calc(100% / 2 - 20px);
}

.col-md-4 {
    float: left;
    width: calc(100% / 3 - 20px);
    position: relative;
    margin: 0 10px 20px;
}

.col-md-3 {
    width: calc(100% / 3 - 20px);
    position: relative;
    margin: 0 10px;
}

.back-top-button {
    background-color: rgba(0, 0, 0, 0.5);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
    display: none;
    font-size: 16px;
    padding: 6px 12px;
    position: fixed;
    right: 10px;
    bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    transition: all ease 0.1s;
}

.back-top-button:hover {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    padding-bottom: 10px;
    transition: all ease 0.1s;
}

#back-top {
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 1;
}

#back-top a {
    line-height: 40px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    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;
}

#back-top a:hover {
    background: #db1a5b;
    border: 1px solid;
}

aside.floating {
    /*
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #797979;
    -webkit-box-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    */
    display: none;
}

aside.floating section.chatus,
aside.floating section.inside>a {
    float: left;
    border-right: 1px dotted #ccc;
    text-transform: capitalize;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    width: 33.33%;
    padding: 15px 0;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

aside.floating section.inside>a strong {
    font-size: 1.2rem;
}


/* div.topup.ok {
    opacity: 1.0;
    bottom: 100px;
}

div.topup {
    opacity: 0;
    background: #d92e62;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    position: fixed;
    z-index: 148!important;
    right: 30px;
    bottom: -100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
}

div.topup i {
    color: #fff;
    font-size: 24px;
    line-height: 39px;
} */

.boxshadow {
    -webkit-box-shadow: 5px 5px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 5px 5px 0 rgb(0 0 0 / 5%);
}

.dmd-ph-img-circle,
div.topup,
div.chat-fixed,
.dmd-phone {
    right: 30px;
    z-index: 1 !important;
}

div.mycart span.num {
    box-sizing: content-box;
}

span.cart_num {
    color: red;
}

div.mycart.ok {
    z-index: 1;
}


/* div.topup,
div.call-fixed,
div.chat-fixed {
    border: 4px solid #fff;
    box-sizing: border-box;
} */


/* .dmd-phone {
    position: fixed;
    visibility: hidden;
    background-color: #dd1b5c;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 148!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 30px;
    bottom: 170px;
    border-radius: 50%;
    border: solid 4px #fff;
} */


/* .call-fixed {
    display: block !important;
} */


/* .dmd-phone.dmd-show {
    visibility: visible;
} */


/* div.call-fixed,
div.chat-fixed {
    background-size: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    position: fixed;
    z-index: 148;
    right: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

div.chat-fixed {
    bottom: 100px;
    background: #d92e62;
} */

.box_menu {
    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;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 30px; */
    z-index: 10;
    -webkit-box-shadow: 0 5px 18px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 18px rgb(0 0 0 / 15%);
}

.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 99;
    background: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
}

.box_menu.fixed .menu>li+li {
    padding: 10px 0;
}

.box_menu.fixed .right_header ul li a,
.right_header ul li {
    color: #333;
}

.box_menu.fixed .menu {
    margin-top: 0;
    top: 0;
}

.box_menu.fixed .menu>li:hover>a,
.box_menu.fixed .right_header ul li a:hover {
    color: #f7931e;
}

.box_menu.fixed .menu>li>a {
    line-height: 40px;
    color: #333;
}

.box_menu.fixed .right_header {
    top: 17px;
}

.box_menu.fixed .openBtn {
    margin-top: 10px;
}

.box_menu.fixed .dropdown {
    position: absolute;
    top: 7px;
}

.box_menu:after,
.box_menu:before {
    content: "";
    position: inherit;
    top: 0px;
    left: 0;
    right: 0;
}

.box_menu.fixed:after,
.box_menu.fixed:before {
    logo_top position: absolute;
}

.box_menu:before {
    top: auto;
    bottom: 0px;
}

.box_menu.fixed .box_menu.fixed .right_header ul li a,
.right_header ul li {
    color: #333
}

.box_menu.fixed .menu>li:hover>a,
.box_menu.fixed .right_header ul li a:hover {
    color: #db1a5b
}

.box_menu.fixed .menu>li>a {
    line-height: 45px;
    color: #333;
}

.box_menu.fixed .openBtn {
    margin-top: 10px
}

.box_menu.fixed .dropdown {
    position: absolute;
    top: 7px
}

.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
}

.menu {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 50%;
    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 * {
    list-style: none
}

.menu>li {
    width: 45px;
    text-align: right;
}

.menu>li>a {
    display: block;
    /* line-height: 80px; */
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    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>a i {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: inherit;
    font-size: 11px
}

.menu>li>a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    height: 2px;
    background: #ed1c24;
    opacity: 0;
    z-index: 2;
    display: none
}

.menu>li:hover>a {
    color: #db1a5b;
}

.menu>li:hover>a:after {
    left: 0;
    right: 0;
    opacity: 1
}

.menu>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none
}

.menu>li>ul.menu-two-col {
    display: grid;
    width: 645px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 0px 20px;
    background: white;
    transform: translateX(-50%);
    left: 50%;
    transition: unset;
    -moz-transition: unset;
    -webkit-transition: unset
}

.menu>li:hover>ul.menu-two-col {}

.menu>li:hover>ul.menu-two-col:before {
    left: 50%;
    transform: translateX(-50%)
}

.menu>li:hover>ul.menu-two-col:after {
    top: -26px
}

.menu>li>ul li:nth-child(5),
.menu>li>ul li:nth-child(6) {
    border-bottom: 0px
}

.menu>li.active>a {
    color: #EF1E23
}

.menu>li.active>a:after {
    left: 0;
    right: 0;
    opacity: 1
}

.menu>li>ul {
    position: absolute;
    top: 99%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    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);
    border-top: 3px #dc1a5b solid;
    box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 10%);
}

.menu>li>ul .img_menu {
    width: 45px;
    position: absolute;
    top: 13px
}

.menu>li>ul>li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    display: inline-block;
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
}

.menu>li>ul>li a {
    display: inline-block;
    white-space: nowrap;
    color: inherit;
    line-height: 25px;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
}

.menu>li>ul>li>a>span {
    display: none
}

.menu>li>ul>li:hover>a {
    z-index: 3
}

.menu>li>ul>li a {
    transition: 0.25s all ease-in-out
}

.menu>li>ul>li .href_menu {
    padding: 0
}

.menu>li>ul>li .desc_menu {
    padding-left: 0;
    color: gray;
    font-size: 12px;
    line-height: 20px
}

.menu>li>ul>li>ul li:hover a,
.menu>li>ul:not(.menu-two-col)>li:hover>a {
    color: #dd1b5c;
}

.menu>li>ul:not(.menu-two-col)>li:hover>a.href_menu {
    padding: 0
}

.menu>li>ul>li>a {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #333;
    font-size: 15px;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.menu.menu_pc {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu>li.notification>a>i {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
}

.menu>li.notification>a {
    position: relative;
    width: auto;
}

.menu>li.notification a span {
    width: 15px;
    height: 15px;
    display: block;
    line-height: 15px;
    text-align: center;
    position: absolute;
    right: -12px;
    top: -12px;
    font-size: 11px;
    background: #dd1b5c;
    color: #fff;
    border-radius: 100%;
}

.menu>li:last-child {
    position: relative;
}

.menu>li:last-child>a>i {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin: 0 !important;
}

.menu>li:last-child>a>i {
    margin-right: 5px;
}

.menu>li>ul>li>ul>li {
    padding: 10px 0;
}

.menu>li>ul>li>ul>li>a {
    font-weight: 600;
}

.main_menu {
    width: 100%;
}

.logo-scroll {
    display: none;
}

.menu>li>ul.custom {
    left: auto;
    right: 0;
    width: 200px;
    padding: 10px 15px;
    background: #fff;
    display: initial;
}

.menu>li>ul.custom :before {
    content: "";
    display: none !important;
}

.menu>li>ul.custom img {
    height: 15px;
    width: 20px;
    margin-right: 10px;
}

.menu>li>ul.custom>li {
    padding: 8px 0;
    width: 100%;
    margin: 0;
}

.menu>li>ul.custom>li>a {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    display: flex;
    align-items: center;
    border: none;
}

.menu>li>ul.custom>li:hover>a {
    padding: 0;
    color: #dd1b5c;
}

.menu>li>ul.custom>li:first-child {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    padding-top: 0;
    margin-bottom: 8px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
}

.menu>li>ul.custom>li:last-child {
    border-top: solid 1px #ddd;
    padding-top: 10px;
    margin-top: 8px;
}

.menu>li>ul.notify {
    left: auto;
    right: 0;
    width: 300px;
    padding: 0;
    background: #fff;
    display: initial;
}

.menu>li>ul.notify>li.title_notify {
    line-height: 1.4;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
}

.menu>li>ul.notify>li.title_notify a {
    display: inline-block;
    border: none;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
}

.menu>li>ul.notify>li.title_notify p {
    font-weight: 800;
}

.menu>li>ul.notify>ul>li {
    padding: 10px 15px;
    background: #fff;
    border-top: solid 1px #ddd;
    text-align: left;
}

.menu>li>ul.notify>ul>li a {
    color: #595959;
    font-size: 13px;
    line-height: 22px;
    display: block;
}

.menu>li>ul.notify>ul>li:hover {
    background: #f2f2f2;
}

.menu>li>ul.notify>ul>li:hover a {
    color: #000;
}

.menu>li>ul.search:before {
    left: 265px;
}

.menu>li>ul.search form {
    display: flex;
    align-items: center;
}

.menu>li>ul.search input[type="text"] {
    border: solid 1px #ddd;
    height: 40px;
    padding: 10px;
    margin: 0;
    width: 300px;
}

.menu>li>ul.search input[type="submit"] {
    border: none;
    background: url('../images/icon-search-white.png') no-repeat center;
    background-size: 35%;
    background-color: #dd1b5c;
    width: 50px;
    height: 40px;
    margin: 0;
    cursor: pointer;
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}


/*-------Noi dung--------*/


/*---Menu Mobile---*/

.menu-bar {
    padding: 5px 10px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
    left: 10px;
    top: 10px;
    border: solid 2px #fff;
    background: #dd1b5c;
    color: #fff;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 300px;
    overflow-y: scroll;
    height: 100%;
    padding: 45px 10px 10px 10px;
    background: #fff;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2) inset;
}

#menu .menu-bar {
    z-index: 3;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    position: fixed;
    z-index: 2;
    left: 10px;
    top: 10px;
    background: none;
    border: none;
}

.lnk-menu {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 10px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.lnk-menu:hover {
    color: #399;
}

#menu {
    transform: translate3d(0, 0, 0) translateX(-300px);
    transition: all 0.25s cubic-bezier(0.16, 0.63, 0.45, 0.98);
}

#menu:target {
    transform: translate3d(0, 0, 0) translateX(0);
}

#menu .sidenav {
    height: 100%;
    overflow-x: hidden;
}


/* Style the sidenav links and the dropdown button */

#menu a {
    color: #333;
    display: block;
    cursor: pointer;
    outline: none;
    margin: 0;
}

#menu .dropdown-btn {
    padding: 8px 0;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    display: block;
    text-align: left;
    cursor: pointer;
    outline: none;
    margin: 0;
    text-transform: uppercase;
}

#menu>.dropdown-container>.dropdown-btn>a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

#menu>.dropdown-container>.dropdown-btn>a img {
    width: 25px;
    margin: 0;
    margin-right: 8px;
}

#menu .dropdown-btn.active a {
    color: #dd1b5c;
}

#menu a.icon {
    padding-right: 10px;
}

#menu .dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: dashed 1px #ccc;
}

#menu .dropdown-btn.single>a {
    width: 100%;
}

#menu .dropdown-container>a {
    padding-left: 15px;
    border-bottom: dotted 1px #ddd;
}

#menu>.dropdown-container>.dropdown-btn>a,
#menu>.dropdown-container>.dropdown-container>.dropdown-btn>a,
.tin_right>.dropdown-container>.dropdown-btn>a,
.tin_right>.dropdown-container>.dropdown-container>.dropdown-btn>a {
    text-transform: capitalize;
}


/* On mouse-over */

#menu>a:hover {
    color: #44a649;
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

#menu .dropdown-container {
    display: none;
    background: #fff3f3;
    padding: 0 10px;
    padding-right: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

#menu .dropdown-container>.dropdown-btn {
    border: none;
    font-size: 15px;
}

#menu .sidenav i {
    float: right;
    padding: 5px 5px 5px 0;
}

.mobile-menu-area-v2 {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #3a3a3a;
    padding: 15px 10px;
}

.mobile-menu-area-v2 .header_top_mobile {
    background: #0054a0;
    border-bottom: solid 1px #fff;
}

.mobile-menu-area-v2 .header_mid_mobile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-area-v2 .menu_left_mobile {
    justify-content: flex-start;
}

.mobile-menu-area-v2 .menu_right_mobile {
    justify-content: flex-end;
}

.mobile-menu-area-v2 .logo-mobile {
    width: 40%;
}

.mobile-menu-area-v2 .logo-mobile a {
    display: block;
}

.mobile-menu-area-v2 .logo-mobile a:nth-child(2) img {
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 2px #999;
}

.mobile-menu-area-v2 .logo-mobile>ul {
    width: 80%;
    padding-left: 10px;
}

.mobile-menu-area-v2 .logo-mobile>ul>h3>a {
    color: #ED1C24;
}

.mobile-menu-area-v2 .logo-mobile>ul>h4>a {
    color: #167ac6;
    text-transform: uppercase;
}

.mobile-menu-area-v2 .header_top_mobile ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px 0 5px 0;
}

.mobile-menu-area-v2.header_top_mobile ul li {
    margin: 0 10px;
    color: #fff;
    text-align: center;
    position: relative;
}

.mobile-menu-area-v2 .header_top_mobile ul li i {
    border-radius: 3px;
    text-align: center;
    margin-bottom: 3px;
    font-size: 16px;
    color: #fff;
}

.mobile-menu-area-v2 .header_top_mobile ul li h3 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.mobile-menu-area-v2 .header_top_mobile h3 span {
    font-size: 15px;
    color: #fff;
    background: #000;
    height: 20px;
    width: 20px;
    padding: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    right: 2px;
    text-align: center;
    line-height: 12px;
}

.mobile-menu-area-v2 .language {
    width: 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.mobile-menu-area-v2 .language a {
    display: block;
    margin: 0;
    margin-left: 5px;
    color: #fff;
    position: relative;
}

.mobile-menu-area-v2 .language .search {
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 95%;
    left: 50%;
    top: 0;
    transition: all .3s ease;
    transform: translate(-50%);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(153, 153, 153, 1);
    box-shadow: 2px 2px 5px 0px rgba(153, 153, 153, 1);
}

.mobile-menu-area-v2 .language .search {
    background: #fff;
    padding: 10px;
}

.mobile-menu-area-v2 .language .search form {
    display: flex;
}

.mobile-menu-area-v2 .language .search input[type="text"] {
    border: solid 1px #ddd;
    height: 40px;
    padding: 10px;
    margin: 0;
    width: 100%;
}

.mobile-menu-area-v2 .language .search input[type="submit"] {
    border: none;
    background: url('../images/icon-search-white.png') no-repeat center;
    background-size: 35%;
    background-color: #dd1b5c;
    width: 50px;
    height: 40px;
    margin: 0;
    cursor: pointer;
}

#box-search:target {
    opacity: 1;
    visibility: visible;
    top: 18%;
}

.mobile-menu-area-v2 .language a strong {
    font-weight: normal;
}

.mobile-menu-area-v2 .language a img {
    max-width: 20px;
}


/*
.mobile-menu-area .box-search {
    width: 100%;
    padding: 0 10px 20px 10px;
}
*/

#panel-menu .search form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mobile-menu-area-v2 .header-main {
    width: 100%;
}

#panel-menu input[type="text"] {
    width: 80%;
    height: 40px;
    border: solid 1px #ccc;
    padding: 10px;
}

#panel-menu button[type="submit"] {
    width: 20%;
    border: none;
    background: #65c178;
    color: #fff;
    padding: 0 20px;
    height: 40px;
}

.header_menu_mobile>a.btn_menu {
    font-size: 30px;
    color: #251f21;
    background: transparent;
}

.mobile-menu-area-v2 .header-main .nav-danh-muc {
    width: 95%;
    margin: auto;
}

.mobile-menu-area-v2 .nav-danh-muc {
    position: relative;
}

.mobile-menu-area-v2 .nav-danh-muc .fa-caret-down {
    position: absolute;
    right: 0;
    top: 14px;
}


/*--End mobile-------*/


/*========== Trang chủ ============*/

.pa_search {
    padding: 20px 0 0 0;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}


/*-----------16/11--------------------*/

.pa_home_server_email .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity .3s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    z-index: 9;
    overflow: auto;
}

.pa_home_server_email .overlay.light {
    background: rgba(255, 255, 255, 0.5);
}

.pa_home_server_email .overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}

.pa_home_server_email .overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup-extend {
    margin: auto;
    padding: 20px;
    background: #fff;
    width: 97%;
    position: relative;
    padding-top: 50px;
    border-radius: 15px;
    text-align: center;
}

.popup-extend p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.popup-extend .close {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup-extend .close:hover {
    opacity: 1;
}

.pa_home_banner {
    background: #fff;
    padding: 20px 0;
}

.pa_home_banner .pagewrap {
    justify-content: space-between;
}

.pa_home_banner .banner_slide_single {
    height: 100%;
    padding: 20px;
    /* margin-bottom: 10px; */
    background: #ffe1e1;
}

.pa_home_banner .banner_bs_right img {
    width: auto;
    height: 350px;
}

.pa_home_banner .banner_slide_sm {
    /* padding: 20px; */
    /* background: #2a2e3b; */
    color: #fff;
}

.pa_home_banner .banner_nd {
    height: 100%;
    padding: 20px;
    text-align: center;
}

.pa_home_banner .banner_slide_single .banner_nd {
    text-align: center;
}

.pa_home_banner .banner_nd h1 {
    font-size: 72px;
    line-height: 80px;
    font-weight: 900;
    color: #414143;
    margin-bottom: 20px;
    font-family: 'M PLUS 2', sans-serif;
}

.pa_home_banner .banner_nd h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin: 10px 0;
}

.pa_home_banner .banner_nd h3 {
    font-size: 17px;
    margin-bottom: 20px;
}

.pa_home_banner .banner_nd p.tieu-de {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #231F20;
}

.pa_home_banner #owl-banner .owl-nav .owl-prev,
.pa_home_banner #owl-banner .owl-nav .owl-next {
    /*display: none;*/
}

.pa_home_banner .owl-carousel .owl-stage,
.pa_home_banner .owl-carousel .owl-stage-outer {
    display: flex;
}

.pa_home_banner .owl-carousel .owl-stage .owl-item {
    margin-bottom: 10px;
}

.pa_home_banner .banner_slide_sm.owl-carousel .owl-stage .owl-item {
    margin-bottom: 0;
}

.pa_home_banner .banner_nd a {
    color: #fff;
    background: #2a2e3b;
    display: block;
    border-radius: 5px;
    padding: 0px 15px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    min-width: 170px;
    width: fit-content;
    margin: 15px auto;
    font-weight: 500;
    transition: all .3s ease;
}

.pa_home_banner .banner_nd a:hover {
    background: #dd1b5c;
    color: #fff;
}

.pa_home_banner .banner_nd img {
    width: 250px;
    margin: 0 auto;
}

.pa_home_banner .banner_nd ul li {
    font-size: 18px;
}

.pa_home_banner .banner_slide_sm h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
}

.pa_home_banner .banner_slide_sm p.tieu-de {
    color: #fff;
    font-weight: 500;
}

.pa_home_banner .banner_slide_sm a {
    background: #fff;
    color: #000;
}

.pa_home_banner .banner_slide_sm ul li {
    text-align: left;
    padding: 5px 20px;
}

.pa_home_banner .owl-carousel .owl-dot {
    margin-top: 0;
}

.pa_home_tenmien {
    padding-bottom: 30px;
}

.pa_home_tenmien .pagewrap {
    justify-content: space-between;
    align-items: baseline;
}

.pa_home_tenmien p {
    font-size: 18px;
}

.pa_home_tenmien p a {
    color: #000;
    font-weight: 600;
}

.pa_home_tenmien p strong {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
}

.tenmien_item {
    width: 50%;
    padding: 20px 10px;
    justify-content: center;
    align-items: flex-end;
    border: solid 1px #c3c3c3;
}

.tenmien_item img {
    margin-right: 10px;
}

.home_tenmien_sm {
    width: 100%;
    background: #e6e7e9;
    padding: 15px 10px;
    margin-top: 20px;
}

.home_tenmien_sm p {
    color: #34425A;
    font-size: 18px;
    padding-left: 15px;
}

.home_tenmien_sm p strong {
    display: block;
    font-size: 20px;
    color: #231F20;
}

.pa_home_flash_sale {
    background: #000;
    color: #fff;
    padding: 30px 0;
}

.home_flash_sale_title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fecc08;
    display: flex;
    justify-content: center;
}

.home_flash_sale_title h2 img {
    margin-right: 5px;
}

.home_flash_sale_title h3 {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    text-align: center;
    line-height: 30px;
}

.home_flash_sale_title h3 span.flash {
    color: #fecc08;
    font-size: 36px;
    line-height: 46px;
    display: block;
    text-transform: uppercase;
}

.home_flash_sale_title h3 span.code {
    font-size: 14px;
    display: block;
    margin: 15px 0;
}

.home_flash_sale_countdown {
    justify-content: center;
    border: solid 1px #3a3a3a;
    border-radius: 15px;
    padding: 10px 10px 40px 10px;
    width: 90%;
    margin: 0 auto;
}

.home_flash_sale_countdown p {
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
    text-align: center;
}

.home_flash_sale_countdown ul {
    display: flex;
    flex-wrap: wrap;
}

.home_flash_sale_countdown ul li {
    background: #fff;
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin: 0 10px;
    position: relative;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.home_flash_sale_countdown ul li:before {
    content: ":";
    color: #fff;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: -13px;
    transform: translateY(-50%);
}

.home_flash_sale_countdown ul li:nth-child(1):before {
    display: none;
}

.home_flash_sale_countdown ul li .time_unit {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    line-height: 22px;
    color: #bbb;
    font-weight: 500;
}

.pa_home_server_email {
    padding: 30px 0;
}

.pa_home_server_email .pa_title_main {
    padding: 0 15px;
}

.pa_home_server_email .pa_title_main H2 {
    font-size: 26px;
    line-height: 38px;
}

.pa_home_server_email .home_dichvu {
    align-items: center;
    margin-bottom: 20px;
    padding: 0 15px;
}

.pa_home_server_email .home_dichvu_text {
    padding: 20px 0;
}

.pa_home_server_email .home_dichvu_text h3 {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

.pa_home_server_email .home_dichvu_text h4 {
    font-size: 24px;
    line-height: 35px;
    transition: all .3s ease;
}

.pa_home_server_email .home_dichvu_text h4:hover {
    color: #dd1b5c;
}

.pa_home_server_email .home_dichvu_text p.short-desc {
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.6;
}

.pa_home_server_email .home_dichvu_text ul {
    padding: 10px 0 20px 0;
}

.pa_home_server_email .home_dichvu_text ul li {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
    display: block;
    color: #000;
    background: #f4f8fc;
}

.pa_home_server_email .home_dichvu_text ul>li>a:hover {
    color: #000;
}

.pa_home_server_email .home_dichvu_text ul>li>a>img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.pa_home_server_email .gia-dv {
    color: #231F20;
    font-size: 18px;
    border: solid 1px #6D6E71;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 700;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    transition: all .3s ease;
}

.pa_home_server_email .gia-dv a {
    font-size: 18px;
    color: #231F20;
    transition: all .3s ease;
}

.pa_home_server_email .gia-dv:hover a {
    color: #dd1b5c;
    padding-left: 10px;
}

.pa_home_chuyendoiso {
    background: #EFEFEF;
    padding: 30px 0 50px 0;
}

.pa_home_chuyendoiso .pa_title_main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding-left: 20px;
}

.pa_home_chuyendoiso .pa_title_main h2 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-bottom: 0;
    width: calc(100% - 60px);
    text-align: left;
}

.pa_home_chuyendoiso .pa_title_main img {
    margin-right: 10px;
}

.pa_home_chuyendoiso .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.pa_home_chuyendoiso .owl-nav {
    position: relative;
}

.pa_home_chuyendoiso .owl-prev,
.pa_home_chuyendoiso .owl-next {
    opacity: 0.5;
    border: none;
    top: 0;
}

.pa_home_chuyendoiso .owl-carousel .owl-prev:hover,
.pa_home_chuyendoiso .owl-carousel .owl-next:hover {
    background-color: transparent;
    border: none;
    opacity: 1;
    transition: .3s;
}

.pa_home_chuyendoiso .owl-prev span,
.pa_home_chuyendoiso .owl-next span {
    opacity: 0;
}

.pa_home_chuyendoiso .owl-next:hover {
    background: url(../../images/mobile/btn-next.png) no-repeat center !important;
    background-size: 100% !important;
}

.pa_home_chuyendoiso .owl-next {
    background: url(../../images/mobile/btn-next.png) no-repeat center;
    background-size: 100%;
    right: 35%;
    transform: translateX(-35%);
}

.pa_home_chuyendoiso .owl-prev:hover {
    background: url(../../images/mobile/btn-prev.png) no-repeat center !important;
    background-size: 100% !important;
}

.pa_home_chuyendoiso .owl-prev {
    background: url(../../images/mobile/btn-prev.png) no-repeat center;
    background-size: 100%;
    left: 35%;
    transform: translateX(-35%);
}

.chuyendoiso_box .box {
    display: flex;
    position: relative;
}

.chuyendoiso_box .owl-item ul {
    height: 240px;
    width: calc(100% / 1);
    background: #D1D3D4;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 15%);
    padding: 25px;
    margin: 10px auto;
    margin-right: 30px;
    margin-left: -15px;
    border-radius: 12px;
}

.chuyendoiso_box .owl-item ul * {
    opacity: 0;
}

.chuyendoiso_box .owl-item.active ul {
    background: #fff;
    margin-left: 0;
}

.chuyendoiso_box .owl-item.active ul * {
    opacity: 1;
}

.chuyendoiso_box ul li {
    font-size: 14px;
    font-weight: 400;
}

.chuyendoiso_box ul li:nth-child(3) {
    margin: 15px 0;
}

.chuyendoiso_box ul li h3 {
    font-size: 20px;
}

.chuyendoiso_box ul li:last-child a {
    color: #000;
    border: solid 1px #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    padding: 5px 20px;
    border-radius: 50px;
    display: block;
    transition: all .3s ease;
}

.chuyendoiso_box ul li:last-child a:hover {
    background: #dd1b5c;
    color: #fff;
    border: solid 1px #dd1b5c;
}

.chuyendoiso_box ul li:nth-child(1) {
    height: 0;
    overflow: hidden;
    padding: 0;
    border: none;
    margin: 0;
}

.chuyendoiso_box ul.box-hide {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}

.chuyendoiso_box .box:hover ul.box-hide {
    /*
    opacity: 1;
    visibility: visible;
    */
}

.chuyendoiso_box .box:hover ul.box-show {
    /*
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    */
}

.chuyendoiso_box ul.box-hide li:nth-child(1) {
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.chuyendoiso_box ul.box-hide h3 {
    color: #dd1b5c;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.chuyendoiso_box ul.box-hide p,
.chuyendoiso_box ul.box-hide a {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.chuyendoiso_box ul.box-hide li:last-child a {
    background: #dd1b5c;
    color: #fff;
}

.chuyendoiso_box ul.box-hide li:nth-child(3) {
    color: #000;
}

.chuyendoiso_box ul li img {
    height: 40px;
    width: auto !important;
}

.pa_home_visao {
    background: #171920;
    padding: 30px 0 60px 0;
}

.pa_home_visao .pa_title_main {
    width: 100%;
    text-align: center;
}

.pa_home_visao h2 {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
}

.pa_home_visao h2 strong {
    color: #da1a5c;
    font-size: 32px;
    text-transform: uppercase;
    display: block;
}

.pa_home_visao .visao {
    width: calc(100% / 2 - 10px);
    border-radius: 20px;
    margin: 10px 5px;
    padding: 20px;
    background: linear-gradient(180deg, rgb(42, 46, 59) 0%, rgb(23.19, 25.49, 32.94) 100%);
}

.pa_home_visao .visao.low {
    position: relative;
    top: 30px;
}

.pa_home_visao .visao h3 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: 10px 0;
}

.pa_home_visao .visao p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.pa_home_khach_hang {
    background: #fff;
    padding: 30px 0;
}

.pa_home_khach_hang .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.pa_home_khach_hang .pa_title_main {
    padding-left: 20px;
}

.pa_home_khach_hang .pa_title_main h2 {
    font-size: 22px;
    line-height: 32px;
    text-align: left;
}

.pa_home_khach_hang .home_khach_hang {
    justify-content: space-between;
}

.pa_home_khach_hang .khach_hang_box {
    height: 280px;
    border-radius: 5px;
    padding: 25px 20px;
    background: #eeeeee;
    box-shadow: 0px 4px 8px #00000026;
}

.pa_home_khach_hang .khach_hang_box h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

.pa_home_khach_hang .khach_hang_box p {
    font-size: 15px;
    line-height: 1.6;
    margin: 25px 0;
}

.pa_home_khach_hang .khach_hang_box p.name-kh {
    font-weight: 700;
    font-style: italic;
    margin: 0;
}

.pa_home_khach_hang .khach_hang_box p.rate i {
    width: 18px;
    height: 18px;
    background: #3e8e75;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-right: 2px;
    font-size: 10px;
}

.pa_home_khach_hang .khach_hang_box p.rate i:last-child {
    /* background: #d2d3d5; */
}

.pa_home_tin_tuc {
    padding: 30px 10px;
}

.pa_home_tin_tuc .pa_title_main h2 {
    text-align: left;
}

.pa_home_tin_tuc .home_tin_tuc_main {
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pa_home_tin_tuc .home_tin_tuc_side {
    /*
	width: 30%;
	background: #fff;
	padding: 40px;
	position: absolute;
	right: 0;
	top: 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
	padding-bottom: 60px;
    */
    display: none;
}

.pa_home_tin_tuc .side-post {
    border-top: solid 1px #c0c0c0;
    padding-top: 15px;
    margin-top: 15px;
}

.pa_home_tin_tuc .home_tin_tuc_side h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.pa_home_tin_tuc .side-post h3 a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

.pa_home_tin_tuc .side-post h3 a:hover {
    color: #dd1b5c;
}

.pa_home_tin_tuc .side-post p.dated {
    font-size: 12px;
}

.pa_home_tin_tuc h3 a {
    color: #000;
}

.pa_home_tin_tuc h3 a:hover {
    color: #dd1b5c;
}

.pa_home_tin_tuc .post-lg h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pa_home_tin_tuc .news {
    border-top: solid 1px #ddd;
}

.pa_home_tin_tuc .news_text {
    padding: 10px 0;
}

.pa_home_tin_tuc .news_text p {
    /*
	font-size: 14px;
	color: #17222B;
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    */
    display: none;
}

.pa_home_tin_tuc .post-sm h3 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pa_home_tin_tuc .owl-next {
    right: 0;
    left: auto;
    top: -45px;
    opacity: 1;
}

.pa_home_tin_tuc .owl-prev {
    right: 35px;
    left: auto;
    top: -45px;
    opacity: 1;
}


/*-------------------------------*/

@media screen and (max-width: 375px) {
    .pa_home_visao .visao {
        width: calc(100% / 1 - 10px);
        margin: 10px 5px;
    }
    .pa_home_visao .visao.low {
        top: 0;
    }
    .pa_home_server_email .pa_title_main h2,
    .pa_home_server_email .home_dichvu_text h4 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media screen and (max-width: 320px) {
    .pa_home_banner .banner_nd h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .home_tenmien_sm p {
        padding-left: 0;
        padding-top: 10px;
    }
    .home_flash_sale_countdown ul li {
        margin: 0px 5px;
        width: 45px;
    }
    .pa_home_chuyendoiso .pa_title_main {
        justify-content: flex-start;
    }
    .pa_home_chuyendoiso .pa_title_main h2 {
        width: 100%;
        padding-top: 10px;
    }
    .pa_home_chuyendoiso .pa_title_main img {
        margin: 0;
    }
}

@media screen and (min-width: 600px) {
    .pagewrap {
        min-width: 580px;
        max-width: fit-content;
    }
    .pa_home_banner .banner_nd:nth-child(1) {
        width: 100%;
    }
}