/*
Theme Name: Theme Phố Web
Version: 1.0
Text Domain: themephoweb
*/
img{outline: none;max-width: 100%;height: auto}
input:focus,button:focus,select:focus,textarea:focus{outline: none}
iframe{margin-left: auto;margin-right: auto;max-width: 100%}
body{
    color: #333333;
    font-size: 15px;
    font-family: 'Mulish Regular';
}
ul {margin:0;padding:0;list-style: none;}
a,a:hover{text-decoration: none;}

.chevron-arrow {
    display: block;
    width: 50px;
    height: 13px;
    position: absolute;
    right: 0;
    left: 100%;
    top: calc(50% - 6px);
}

.chevron-arrow svg {
    position: absolute;
    top: 0;
    opacity: 0;
    transform: scale(0.8);
    -webkit-animation: move-chevron 1.5s ease-out infinite;
    animation: move-chevron 1.5s ease-out infinite;
}

.chevron-arrow svg:first-child {
    -webkit-animation: move-chevron 1.5s ease-out 1s infinite;
    animation: move-chevron 1.5s ease-out 1s infinite;
}

.chevron-arrow svg:nth-child(2) {
    -webkit-animation: move-chevron 1.5s ease-out 2s infinite;
    animation: move-chevron 1.5s ease-out 2s infinite;
}

@font-face {
    font-family: 'Mulish Black';
    src:url('assets/fonts/Mulish-Black_0.ttf')
}

@font-face {
    font-family: 'Mulish BlackItalic';
    src:url('assets/fonts/Mulish-BlackItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Bold';
    src:url('assets/fonts/Mulish-Bold_0.ttf')
}

@font-face {
    font-family: 'Mulish BoldItalic';
    src:url('assets/fonts/Mulish-BoldItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraBold';
    src:url('assets/fonts/Mulish-ExtraBold_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraBoldItalic';
    src:url('assets/fonts/Mulish-ExtraBoldItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraLight';
    src:url('assets/fonts/Mulish-ExtraLight_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraLightItalic';
    src:url('assets/fonts/Mulish-ExtraLightItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Italic';
    src:url('assets/fonts/Mulish-Italic_0.ttf')
}

@font-face {
    font-family: 'Mulish Light';
    src:url('assets/fonts/Mulish-Light_0.ttf')
}

@font-face {
    font-family: 'Mulish LightItalic';
    src:url('assets/fonts/Mulish-LightItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Medium';
    src:url('assets/fonts/Mulish-Medium_0.ttf')
}

@font-face {
    font-family: 'Mulish MediumItalic';
    src:url('assets/fonts/Mulish-MediumItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Regular';
    src:url('assets/fonts/Mulish-Regular_0.ttf')
}

@font-face {
    font-family: 'Mulish SemiBold';
    src:url('assets/fonts/Mulish-SemiBold_0.ttf')
}

@font-face {
    font-family: 'Mulish SemiBoldItalic';
    src:url('assets/fonts/Mulish-SemiBoldItalic_0.ttf')
}

/*Mobile*/
#ppo-overlay {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
}
.mobile-header {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #FFF;
    top: 0;
    left: 0;
    height: 60px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%
}

.mobile-header .left-menu, .mobile-header .right-menu {
    border: none;
    position: absolute;
    top: 0;
    padding: 0;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s
}
.mobile-header .left-menu {
    left: 0;
    height: 50px;
    width: 50px;
    background: #fff;
    color: #000;
    margin-top: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.mobile-header .left-menu span i {
    font-size: 35px;
}
.mobile-header .right-menu {
    right: 15px;
    top: 14px;
    font-size: 16px;
    display: none;
}
.mobile-header .right-menu a{color: #ff3232}
.mobile-header .right-menu a.cart-mobile {
    margin-right: 15px;
}
.mobile-header .right-menu .fa{font-size: 20px}
.mobile-header .title {
    width: 100%;
    text-align: center
}
.mobile-header .title img{
    max-height: 45px;
    margin-top: 9px;
}
.mobile-header .title p {
    font-size: 20px;
    letter-spacing: .58rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.mobile-header .title p a {
    color: #d41617
}
.st-menu .wrap-cta-menu-mobile {
    padding: 5px 15px;
}
.st-menu .wrap-cta-menu-mobile .text-1 {
    background: transparent;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #fff;
    margin-right: 45px;
    margin-bottom: 15px;
}
.st-menu .wrap-cta-menu-mobile .wrap-1 a {
    text-decoration: none;
}
.st-menu .wrap-cta-menu-mobile .text-1 i {
    margin-right: 7px;
}
.st-menu .wrap-cta-menu-mobile .text-1 span {
    text-transform: uppercase;
}
.st-menu .wrap-cta-menu-mobile .text-1 .number-24-7 {
    color: #fff;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.st-menu .wrap-cta-menu-mobile .text-2 {
    background: #f9dd21;
    padding: 11px 15px;
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    margin-right: 45px;
    display: none;
}
.st-menu .wrap-cta-menu-mobile .text-2 i {
    margin-right: 10px;
    font-size: 18px;
    color: #000;
}
.st-menu .wrap-cta-menu-mobile .text-2 span {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}
.st-menu {
    position: fixed;
    top: 0;
    left: -270px;
    display: none;
    width: 270px;
    height: 100%;
    z-index: 99999;
    /*-webkit-overflow-scrolling: touch;*/
    overflow: scroll;
    background: #d41617;
    /*color: #fff;*/
}

.st-menu .nav {
    margin-top: 15px;
    padding-top: 20px;
}
.st-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.st-menu > ul > li > ul.sub-menu{
    list-style: none;
    padding-left: 35px;
    display: none;
}
.st-menu > ul > li > ul.sub-menu > li > ul.sub-menu{
    padding-left: 18px
}
.st-menu ul li {
    width: 100%;
    margin-bottom: 5px;
}
.st-menu ul > li > .caret{
    position: absolute;
    right: 15px;
    top: 14px
}
.st-menu ul li .wrap-link-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.st-menu ul li a {
    font-size: 18px;
    color: #fff;
    padding: 5px 15px;
    display: block;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}
.st-menu ul li .wrap-link-submenu .caret {
    margin-right: 15px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 7px dashed;
}
.st-menu ul li a:hover,
.st-menu ul li a:focus{
    color: #fff;
    background: none
}
.st-menu ul.sub-menu li a{
    padding-left: 0
}
.st-menu li.menu-item-has-children {
    background-image: url('assets/images/arrow_right.png');
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
}
.st-menu li.menu-item-has-children.dropdown{
    background-image: url('assets/images/arrow_bot.png');
    background-position: top 10px right 10px;
}

.bar {
    margin: 0 auto;
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 3px;
    background: #fff;
    box-shadow: inset 0 9999in;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.bar:nth-child(1) {
    margin-top: 5px
}

.menu-icon {
    display: none
}

.st-menu-open .menu-icon {
    display: block
}

.st-menu-open .menu-icon+span {
    display: none
}

.st-menu-open .bar:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 5px
}

.st-menu-open .bar:nth-child(2) {
    display: none
}

.st-menu-open .bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px
}

/*END MOBILE*/

/*Desktop menu*/
.desktop-header {
    /*padding-top: 17px;*/
    /*padding-bottom: 28px;*/
    background: rgb(255 255 255 / 80%);
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
    left: 0;
    right: 0;
    z-index: 997;
}
.desktop-header .top-header {
    background-image: url('assets/img/header/header-top/background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 15px;
}

.desktop-header .top-header .wrap-left {
    margin-left: 70px;
}

.desktop-header .top-header .wrap-left .text-1 {
    font-size: 24px;
    font-weight: bold;
}

.desktop-header .top-header .wrap-left .text-2 {
    font-size: 24px;
    background: red;
    color: #fff;
    font-weight: bold;
    padding: 6px 25px;
    margin-left: 20px;
}

.desktop-header .top-header .wrap-right #number-time-end {text-align: center;}

.desktop-header .top-header .wrap-right #number-time-end .number {
    background: #fff;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.desktop-header .top-header .wrap-right #number-time-end .text {
    font-size: 11px;
    margin-top: 7px;
}

.desktop-header .top-header .wrap-right .text-1 {
    font-size: 14px;
    font-weight: bold;
    margin-right: 29px;
}

.desktop-header .top-header .wrap-right .wrap-btn-deal {
    background: #ffdf4e;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: 24px;
    height: 40px;
}

.desktop-header .top-header .wrap-right .btn-deal {
    font-size: 18px;
    color: #ed1f24;
    font-weight: bold;
}

.desktop-header .top-header .wrap-right .icon-dot-two {
    margin: 0 11px;
}

.desktop-header .bottom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 29px;
    padding-right: 260px;
    padding-left: 260px;
}

.desktop-header .bottom-header .nav li {
    margin-right: 40px;
}

.desktop-header .bottom-header .nav li > a {
    font-size: 19px;
    color: #000;
    font-weight: bold;
    position: relative;
    transition: all .3s;
    padding: 40px 0;
}

.desktop-header .bottom-header .nav li > a:hover,
.desktop-header .bottom-header .nav li.current-menu-item > a {
    color: #eb161c;
}

.desktop-header .bottom-header .nav li > a .border-menu-item {
    position: absolute;
    background: #ec1e24;
    height: 3px;
    opacity: 0;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 25px;
    transition: all .3s;
}

.desktop-header .bottom-header .nav li > a:hover .border-menu-item {
    opacity: 1;
    transition: all .3s;
}

.desktop-header .bottom-header .wrap-btn-manager-customer {
    background: red;
}

.desktop-header .bottom-header .wrap-btn-manager-customer a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 11px 18px;
    border-radius: 4px;
}

.desktop-header .bottom-header li.menu-item-has-children {
    position: relative;
}

.desktop-header .bottom-header li.menu-item-has-children .sub-menu {
    position: absolute;
    background: #fff;
    width: max-content;
    box-shadow: 0px 0px 10px 0px #858585;
    top: 41px;
    z-index: 999;
    padding: 30px;
    display: none;
    border-radius: 20px;
    left: -64px;
}

.desktop-header .bottom-header li.menu-item-has-children .sub-menu li {padding-bottom: 14px;}

.desktop-header .bottom-header li.menu-item-has-children .sub-menu li a {
    padding: 0;
    margin-left: 10px;
    /*margin-bottom: 14px;*/
}

.desktop-header .bottom-header li.menu-item-has-children .sub-menu li:last-child a {
    margin-bottom: 0;
}

.desktop-header .bottom-header li.menu-item-has-children .sub-menu li {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 17px;
    border-bottom: 1px solid #e8e8e8;
    flex-direction: row-reverse;
}

.desktop-header .bottom-header li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

/*.desktop-header .bottom-header .sub-menu li:before {
    content: url('assets/img/header/header-top/icon-item-menu-1.png');
    margin-right: 18px;
}*/

.desktop-header .bottom-header .sub-menu li .border-menu-item {display: none;}

.desktop-header .bottom-header li.menu-item-has-children:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 14px;
    color: #cccccc;
}

.desktop-header .bottom-header.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    transition: all ease .3s;
    z-index: 999;
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
}
/*End Desktop menu*/

/*Home page*/
.layer-home-page .section-1 {
    background: #f7f7f7;
    position: relative;
    padding-bottom: 77px;
}
.layer-home-page .section-1 .img-left {
    position: absolute;
    left: 0;
    bottom: 0;
}
.layer-home-page .section-1 .img-right {
    position: absolute;
    right: 0;
    top: 0;
}
.layer-home-page .section-1 .wrap-content {
    padding-left: 375px;
    position: relative;
    padding-top: 70px;
}
.layer-home-page .section-1 .wrap-content .text-1 {
    display: flex;
}
.layer-home-page .section-1 .wrap-content .text-1 span {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    background: #ffd104;
    padding: 15px 66px;
}
.layer-home-page .section-1 .wrap-content .text-2 {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 18px;
    margin-left: 46px;
}
.layer-home-page .section-1 .wrap-content .border-bottom-custom {
    display: flex;
}
.layer-home-page .section-1 .wrap-content .border-bottom-custom span {
    border-bottom: 2px solid #ff0d16;
    width: 190px;
    content: '';
    position: relative;
    left: -90px;
}
.layer-home-page .section-1 .wrap-content .text-3 {
    font-size: 36px;
    margin-top: 20px;
    margin-left: 25px;
}
.layer-home-page .section-1 .wrap-content .text-4 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 25px;
}
.layer-home-page .section-1 .wrap-content .text-5 {
    margin-top: 20px;
    margin-left: 25px;
}
.layer-home-page .section-1 .wrap-content .text-5 li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.layer-home-page .section-1 .wrap-content .text-5 li img {
    margin-right: 8px;
}
.layer-home-page .section-1 .wrap-content .text-5 li span {
    font-size: 22px;
}
.layer-home-page .section-1 .wrap-content .text-6 {
    font-size: 27px;
    width: 540px;
    margin-bottom: 25px;
    margin-left: 25px;
}
.layer-home-page .section-1 .wrap-content .text-7 {
    display: flex;
}
.layer-home-page .section-1 .wrap-content .text-7 a {
    color: #fff;
    background: red;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 37px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #000;
}
.layer-home-page .section-2 {
    position: relative;
    padding-top: 90px;
}
.layer-home-page .section-2 .img-left {
    position: absolute;
    left: 0;
    top: 0;
}
.layer-home-page .section-2 .wrap-content {
    padding: 0 375px;
}
.layer-home-page .section-2 .wrap-content .text-1 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.layer-home-page .section-2 .wrap-content .text-2 {
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
}
.layer-home-page .section-2 .wrap-content .text-3 {
    font-size: 18px;
    text-align: center;
}
.layer-home-page .section-2 .wrap-content .list-product {
    margin-top: 73px;
}
.layer-home-page .section-2 .wrap-content .list-product .item {
    padding: 5px;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item {
    border: 1px solid #e1e1e1;
    padding: 40px 48px 30px 48px;
    background: #fff;
    border-radius: 20px;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item:hover {
    box-shadow:0px 0px 5px 0px #ccc
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .product-name {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 36px;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .border-bottom-custom {
    border-bottom: 2px dashed #000;
    margin-bottom: 29px;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .list-des {
    list-style: circle;
    padding-left: 15px;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .list-des li {
    font-size: 18px;
    margin-bottom: 23px;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .border-bottom-custom-2 {
    display: flex;
    justify-content: center;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .border-bottom-custom-2 span {
    border-bottom: 3px solid #8e8e8e;
    width: 55px;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .title-price {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 17px;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .price {
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    position: relative;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .price span {
    font-size: 28px;
    position: absolute;
    top: 0;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .price-unit {
    text-align: center;
    margin-bottom: 24px;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .btn-register {
    display: flex;
    justify-content: center;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item .btn-register a {
    background: #ffd101;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 46px;
    border-radius: 40px;
}
.layer-home-page .section-2 .wrap-content .list-product .content-of-item:hover .btn-register a {
    background: #ff2121;
    color: #fff;
}
.layer-home-page .section-2 .owl-theme .owl-dots .owl-dot span,
.layer-tong-dai-ao .section-4 .owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    background: transparent;
    border: 1px solid #979797;
}

.layer-home-page .section-2 .owl-theme .owl-dots .owl-dot.active span,
.layer-home-page .section-2 .owl-theme .owl-dots .owl-dot:hover span,
.layer-tong-dai-ao .section-4 .owl-theme .owl-dots .owl-dot.active span,
.layer-tong-dai-ao .section-4 .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF0000;
    border: 1px solid #FF0000;
}

.layer-home-page .section-2 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    margin-bottom: 70px;
}

.layer-home-page .section-3,
.layer-tong-dai-ao .section-3 {
    background: url(assets/img/home-page/section-3/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 59px;
    padding-bottom: 111px;
    position: relative;
}

.layer-home-page .section-3 .img-left {
    position: absolute;
    left: 0;
    top: 114px;
}
.layer-home-page .section-3 .text-1,
.layer-tong-dai-ao .section-3 .text-1 {
    display: flex;
    justify-content: center;
}
.layer-home-page .section-3 .text-1 span,
.layer-tong-dai-ao .section-3 .text-1 span {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    background: #ff2121;
    color: #fff;
    padding: 4px 24px;
}
.layer-home-page .section-3 .text-2,
.layer-tong-dai-ao .section-3 .text-2 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 23px;
}
.layer-home-page .section-3 .text-3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 85px;
}
.layer-home-page .section-3 .danh-sach-uu-diem,
.layer-tong-dai-ao .section-3 .danh-sach-uu-diem {
    display: flex;
    flex-wrap: wrap;
    margin-left: 375px;
    margin-right: 375px;
}
.layer-home-page .section-3 .danh-sach-uu-diem .item,
.layer-tong-dai-ao .section-3 .danh-sach-uu-diem .item {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}
.layer-home-page .section-3 .danh-sach-uu-diem .item .content-of-item,
.layer-tong-dai-ao .section-3 .danh-sach-uu-diem .item .content-of-item {
    text-align: center;
    background: #fff;
    border: 1px solid #e1e1e1;
    height: 326px;
    border-radius: 20px;
}
.layer-home-page .section-3 .danh-sach-uu-diem .item:hover .content-of-item,
.layer-tong-dai-ao .section-3 .danh-sach-uu-diem .item:hover .content-of-item {
    box-shadow: 0px 0px 15px 0px #ccc;
}
.layer-home-page .section-3 .danh-sach-uu-diem .item .content-of-item .icon-item,
.layer-tong-dai-ao .section-3 .danh-sach-uu-diem .item .content-of-item .icon-item {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 88px;
}
.layer-home-page .section-3 .danh-sach-uu-diem .item .content-of-item .ten-uu-diem,
.layer-tong-dai-ao .section-3 .danh-sach-uu-diem .item .content-of-item .ten-uu-diem {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 80px 18px 80px;
}
.layer-home-page .section-3 .danh-sach-uu-diem .item .content-of-item .noi-dung-uu-diem,
.layer-tong-dai-ao .section-3 .danh-sach-uu-diem .item .content-of-item .noi-dung-uu-diem {
    font-size: 18px;
    margin: 0 20px;
    text-align: left;
}
.layer-home-page .section-4 {
    background: #fbd24e;
    position: relative;
    padding-top: 134px;
    padding-bottom: 203px;
    overflow: hidden;
}
.layer-home-page .section-4 .img-left {
    position: absolute;
    bottom: -230px;
    left: 0;
}
.layer-home-page .section-4 .img-right {
    position: absolute;
    right: 0;
    top: 177px;
}
.layer-home-page .section-4 .wrap-content {
    padding: 0 375px;
}
.layer-home-page .section-4 .wrap-content .text-1 {
    display: flex;
    justify-content: center;
}
.layer-home-page .section-4 .wrap-content .text-1 span {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #ff2121;
    padding: 4px 30px;
}
.layer-home-page .section-4 .wrap-content .text-2 {
    text-align: center;
    margin-top: 21px;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.layer-home-page .section-4 .wrap-content .text-3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 76px;
}
.layer-home-page .section-4 .danh-sach-loi-ich {
    display: flex;
    position: relative;
}
.layer-home-page .section-4 .danh-sach-loi-ich .item {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 15px;
}
.layer-home-page .section-4 .danh-sach-loi-ich .item .content-of-item {
    background: #fff;
    text-align: center;
    padding: 29px 36px 34px 36px;
    border-radius: 20px;
}
.layer-home-page .section-4 .danh-sach-loi-ich .item .content-of-item .icon-item {
    height: 116px;
}
.layer-home-page .section-4 .tieu-de-loi-ich {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 29px;
    margin-bottom: 21px;
    font-weight: bold;
}
.layer-home-page .section-4 .danh-sach-mo-ta li {
    font-size: 17px;
    text-align: left;
    list-style: inside;
    margin-bottom: 25px;
}
.layer-home-page .section-5,
.layer-tong-dai-ao .section-7 {
    background-image: url(assets/img/home-page/section-5/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 99px 0 84px 0;
}
.layer-home-page .section-5 .container-form,
.layer-tong-dai-ao .section-7 .container-form {
    padding-left: 334px;
    padding-right: 442px;
}
.layer-home-page .section-5 .wrap-form,
.layer-tong-dai-ao .section-7 .wrap-form {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #c9c9c9;
    padding: 40px 40px 57px 40px;
    border-radius: 5px;
}

.layer-home-page .section-5 .wrap-left .title-1,
.layer-tong-dai-ao .section-7 .wrap-left .title-1 {
    font-size: 30px;
    text-transform: uppercase;
}

.layer-home-page .section-5 .wrap-left .title-2,
.layer-tong-dai-ao .section-7 .wrap-left .title-2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #ff0000;
    width: max-content;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 21px;
    padding: 18px 28px;
}

.layer-home-page .section-5 .wrap-left .title-3,
.layer-tong-dai-ao .section-7 .wrap-left .title-3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 37px;
}

.layer-home-page .section-5 .wrap-left .title-answer-customer-1,
.layer-tong-dai-ao .section-7 .wrap-left .title-answer-customer-1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}

.layer-home-page .section-5 .wrap-left .title-answer-customer-2,
.layer-tong-dai-ao .section-7 .wrap-left .title-answer-customer-2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 36px;
}

.layer-home-page .section-5 .wpcf7-list-item,
.layer-tong-dai-ao .section-7 .wpcf7-list-item {
    display: flex;
    margin: 0;
    align-items: center;
    margin-bottom: 10px;
}

.layer-home-page .section-5 .wpcf7-list-item-label,
.layer-tong-dai-ao .section-7 .wpcf7-list-item-label {
    font-size: 16px;
    margin-left: 15px;
    font-style: italic;
}

.layer-home-page .section-5 input[type=checkbox],
.layer-tong-dai-ao .section-7 input[type=checkbox] {
    margin: 0;
}

.layer-home-page .section-5 .wrap-left,
.layer-home-page .section-5 .wrap-right,
.layer-tong-dai-ao .section-7 .wrap-left,
.layer-tong-dai-ao .section-7 .wrap-right {
    width: 50%;
}

.layer-home-page .section-5 .wrap-right .title-1,
.layer-tong-dai-ao .section-7 .wrap-right .title-1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 46px;
}

.layer-home-page .section-5 .wrap-right .wrap-option-distric,
.layer-tong-dai-ao .section-7 .wrap-right .wrap-option-distric {
    margin-bottom: 38px;
    margin-top: 29px;
}

.layer-home-page .section-5 .wrap-right .wrap-option-distric,
.layer-home-page .section-5 .wrap-right .wrap-option-content,
.layer-tong-dai-ao .section-7 .wrap-right .wrap-option-distric,
.layer-tong-dai-ao .section-7 .wrap-right .wrap-option-content {
    display: flex;
    align-items: center;
    align-content: center;
}

.layer-home-page .section-5 .wrap-right .text-option-distric,
.layer-home-page .section-5 .wrap-right .text-option-content,
.layer-tong-dai-ao .section-7 .wrap-right .text-option-distric,
.layer-tong-dai-ao .section-7 .wrap-right .text-option-content {
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
}

.layer-home-page .section-5 .wrap-right .wrap-option-distric .wpcf7-list-item,
.layer-home-page .section-5 .wrap-right .wrap-option-content .wpcf7-list-item,
.layer-tong-dai-ao .section-7 .wrap-right .wrap-option-distric .wpcf7-list-item,
.layer-tong-dai-ao .section-7 .wrap-right .wrap-option-content .wpcf7-list-item {
    margin-bottom: 0;
    margin-right: 15px;
}

.layer-home-page .section-5 .wrap-right .wrap-option-distric .wpcf7-form-control,
.layer-home-page .section-5 .wrap-right .wrap-option-content .wpcf7-form-control,
.layer-tong-dai-ao .section-7 .wrap-right .wrap-option-distric .wpcf7-form-control,
.layer-tong-dai-ao .section-7 .wrap-right .wrap-option-content .wpcf7-form-control {
    display: flex;
}

.layer-home-page .section-5 .wrap-right p .wpcf7-form-control-wrap,
.layer-tong-dai-ao .section-7 .wrap-right p .wpcf7-form-control-wrap {
    display: inline-block;
    margin-bottom: 15px;
    width: 520px;
}

.layer-home-page .section-5 .wrap-right .wpcf7-text,
.layer-tong-dai-ao .section-7 .wrap-right .wpcf7-text {
    height: 48px;
}

.layer-home-page .section-5 .wrap-right .form-control:focus,
.layer-tong-dai-ao .section-7 .wrap-right .form-control:focus {
    border-color: #ffcece;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(233 102 102 / 60%);
}

.layer-home-page .section-5 .wrap-right .wrap-button-lien-he,
.layer-tong-dai-ao .section-7 .wrap-right .wrap-button-lien-he {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 37px;
    position: relative;
}

.layer-home-page .section-5 .wrap-right .GuiNgay,
.layer-tong-dai-ao .section-7 .wrap-right .GuiNgay {
    padding: 10px 22px;
    font-size: 18px;
    border: none;
    background: #ff1717;
    color: #fff;
    border: 1px solid #ff1717;
    margin-right: 5px;
    width: inherit;
    border-radius: 5px;
}

.layer-home-page .section-5 .wrap-right .btn-reset,
.layer-tong-dai-ao .section-7 .wrap-right .btn-reset {
    padding: 10px 43px;
    font-size: 18px;
    border: none;
    background: #ff9393;
    border: 1px solid #ff9393;
    width: inherit;
    color: #fff;
    border-radius: 5px;
}

.layer-home-page .section-5 .wrap-right .wpcf7-spinner,
.layer-tong-dai-ao .section-7 .wrap-right .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
}

.layer-home-page .section-5 .wrap-left input[type='radio']:checked:after,
.layer-tong-dai-ao .section-7 .wrap-left input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ff0f0f;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.layer-home-page .section-5 .wrap-right .title-4,
.layer-tong-dai-ao .section-7 .wrap-right .title-4 {
    font-size: 16px;
    margin-top: 38px;
    font-style: italic;
}
.layer-home-page .section-6 {
    background: #f3f3f3;
    position: relative;
    padding-top: 108px;
    padding-bottom: 96px;
}
.layer-home-page .section-6 .img-left {
    position: absolute;
    top: 93px;
    left: 0;
}
.layer-home-page .section-6 .wrap-content {
    padding: 0 375px;
}
.layer-home-page .section-6 .wrap-content .title-1 {
    display: flex;
    justify-content: center;
}
.layer-home-page .section-6 .wrap-content .title-1 span {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #ff2121;
    padding: 4px 40px;
}
.layer-home-page .section-6 .wrap-content .title-2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 62px;
}
.layer-home-page .section-6 .wrap-content .list-step {
    display: flex;
}
.layer-home-page .section-6 .wrap-content .list-step .item {
    width: 20%;
    text-align: center;
    padding: 10px;
}
.layer-home-page .section-6 .wrap-content .list-step .item .content-of-item {
    padding: 38px 27px;
    border-radius: 20px;
    /*background: #fff;*/
    /*box-shadow: 0 0 10px 0 #ccc;*/
}
.layer-home-page .section-6 .wrap-content .list-step .item:hover .content-of-item {
    background: #fff;
    box-shadow: 0 0 10px 0 #ccc;
}
.layer-home-page .section-6 .wrap-content .list-step .item .content-of-item .wrap-icon {
    position: relative;
}
.layer-home-page .section-6 .wrap-content .list-step .item .content-of-item .wrap-icon .icon-logo {
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    height: 156px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.layer-home-page .section-6 .wrap-content .list-step .item:hover .content-of-item .wrap-icon .icon-logo {
    background: #fbd24e;
    border: 1px solid #fbd24e;;
}
.layer-home-page .section-6 .wrap-content .list-step .item .content-of-item .wrap-icon .icon-arrow {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
}
.layer-home-page .section-6 .wrap-content .list-step .item .content-of-item .wrap-icon .icon-arrow-hover {
    display: none;
}
.layer-home-page .section-6 .wrap-content .list-step .item .content-of-item .number-step {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 36px;
}
.layer-home-page .section-6 .wrap-content .list-step .item .content-of-item .name-step {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.layer-home-page .section-6 .wrap-content .list-step .item .content-of-item .content-step {
    font-size: 17px;
    text-align: left;
}
.layer-home-page .section-7 {
    background-image: url('assets/img/home-page/section-7/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 108px;
    padding-bottom: 83px;
    position: relative;
}
.layer-home-page .section-7 .img-right {
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 280px;
}
.layer-home-page .section-7 .text-1 {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.layer-home-page .section-7 .text-2 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}
.layer-home-page .section-7 .border-bottom-custom {
    display: flex;
    justify-content: center;
    margin-top: 34px;
    margin-bottom: 77px;
}
.layer-home-page .section-7 .border-bottom-custom span {
    border-bottom: 5px solid #000;
    width: 100px;
    border-radius: 5px;
}
.layer-home-page .section-7 .item {
    padding: 5px;
}
.layer-home-page .section-7 .content-of-item {
    text-align: center;
    background: #fff;
    padding: 26px 22px;
    border: 1px solid #e2e2e2;
}
.layer-home-page .section-7 .content-of-item:hover {
    box-shadow: 0px 0px 10px 0px #a9a9a9;
}
.layer-home-page .section-7 .content-of-item .wrap_logo_company_customer {
    display: flex;
    justify-content: center;
}
.layer-home-page .section-7 .content-of-item .wrap_logo_company_customer .logo_company_customer {
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}
.layer-home-page .section-7 .content-of-item .wrap_logo_company_customer .logo_company_customer img {
    width: initial;
}
.layer-home-page .section-7 .content-of-item .name_company_customer {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 38px;
}
.layer-home-page .section-7 .content-of-item .content_feedback {
    font-size: 17px;
}
.layer-home-page .section-7 .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border:1px solid #959595;
    width: 17px;
    height: 17px;
}
.layer-home-page .section-7 .owl-theme .owl-dots .owl-dot.active span,.layer-home-page .section-7 .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ff2121;
    border-color: #ff2121;
}
.layer-home-page .section-7 .owl-item:nth-child(odd) .content-of-item {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.layer-home-page .section-7 .owl-item:nth-child(even) .content-of-item {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.section-partner {
    padding-bottom: 74px;
    padding-top: 87px;
    background: #f8f8f8;
}
.section-partner .wrap-content {
    padding-right: 384px;
    padding-left: 384px;
}
.section-partner .wrap-left {
    background: url('assets/img/home-page/section-8/background-text-left.png');
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 30px 40px 30px;
}
.section-partner .wrap-left .text-1 {
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
}
.section-partner .wrap-left .text-2 {
    font-size: 72px;
    font-weight: bold;
    line-height: 65px;
}
.section-partner .wrap-left .text-3 {
    font-size: 29px;
    text-transform: uppercase;
}
.section-partner .wrap-content-quote {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.section-partner .icon-quote-top {
    position: absolute;
    top: -50px;
    left: -50px;
}
.section-partner .icon-quote-bottom {
    position: absolute;
    bottom: -50px;
    right: -50px;
}
.section-partner .text-quote-1 {
    font-size: 26px;
}
.section-partner .text-quote-1 strong {
    font-size: 42px;
    text-transform: uppercase;
}
.section-partner .text-quote-2 {
    font-size: 19px;
}
.section-partner .text-quote-2 strong {
    text-transform: uppercase;
}
.section-partner .wrap-logo-customer img {
    margin-top: 40px;
}
/*End Home page*/

/*Layer page*/
.layer-page .section-1,
.layer-archive .section-1,
.layer-single .section-1 {
    padding-top: 120px;
    padding-bottom: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.layer-page .section-1 .wrap-title-breadcrumb,
.layer-archive .section-1 .wrap-title-breadcrumb,
.layer-single .section-1 .wrap-title-breadcrumb {
    margin-left: 350px;
    text-align: center;
}
.layer-page .section-1 .title,
.layer-archive .section-1 .title,
.layer-single .section-1 .title {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 3px #00000047;
}
.layer-page .section-1 .rank-math-breadcrumb,
.layer-archive .section-1 .rank-math-breadcrumb,
.layer-single .section-1 .rank-math-breadcrumb {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 19px;
    text-shadow: 2px 2px #7f7f7f;
}
.layer-page .section-1 .rank-math-breadcrumb a,
.layer-archive .section-1 .rank-math-breadcrumb a,
.layer-single .section-1 .rank-math-breadcrumb a {
    color: #fff;
}
/*End page*/

/*Category*/
.layer-archive .section-1 .wrap-title-breadcrumb,
.layer-single .section-1 .wrap-title-breadcrumb {
    margin-left: 520px;
}
.layer-archive .section-2,
.layer-single .section-2 {
    position: relative;
    padding-top: 105px;
    padding-bottom: 110px;
}
.layer-archive .section-2 .img-background,
.layer-single .section-2 .img-background {
    position: absolute;
    top: 200px;
    left: 0;
}
.layer-archive .section-2 .title-category,
.layer-single .section-2 .title-category {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 113px;
}
.layer-archive .section-2 .first-entry {
    margin-bottom: 55px;
}
.layer-archive .section-2 .first-entry a.thumbnail-post img,
.layer-archive .section-2 .list-entry a.thumbnail-post img {
    border-radius: 20px;
}
.layer-archive .section-2 .first-entry a.thumbnail-post img {
    height: 277px;
    object-fit: cover;
}
.layer-archive .section-2 .list-entry a.thumbnail-post img {
    height: 173px;
    object-fit: cover;
}
.layer-archive .section-2 .first-entry .title-post {
    margin-bottom: 15px;
}
.layer-archive .section-2 .first-entry .title-post a {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.layer-archive .section-2 .first-entry .wrap-date-view,
.layer-archive .section-2 .list-entry .date-time {
    display: flex;
    color: #797979;
    margin-bottom: 15px;
}
.layer-archive .section-2 .first-entry .wrap-date-view .date-time {
    margin-right: 50px;
}
.layer-archive .section-2 .first-entry .wrap-date-view .count-view i {
    color: #ff0d0d;
}
.layer-archive .section-2 .first-entry .excerpt {
    font-size: 16px;
    text-align: justify;
}
.layer-archive .section-2 .list-entry .wrap-item {
    box-shadow: 0px 0px 10px 0px #d1d1d1;
    border-radius: 20px;
    margin-bottom: 79px;
}
.layer-archive .section-2 .list-entry .wrap-text {
    padding: 15px 15px;
}
.layer-archive .section-2 .list-entry .title-post {
    text-align: justify;
    height: 80px;
    overflow: hidden;
}
.layer-archive .section-2 .list-entry .title-post a {
    color: #000;
    margin-bottom: 36px;
    font-size: 18px;
}
.layer-archive .section-2 .list-entry .wrap-view-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.layer-archive .section-2 .list-entry .wrap-view-more .btn-view-more {
    color: #000;
    font-size: 16px;
}
.layer-archive .section-2 .list-entry .wrap-view-more .count-view {
    color: #ff5053;
}
.layer-archive .section-2 .wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.layer-archive .section-2 .wp-pagenavi a {
    border: none;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
}
.layer-archive .section-2 .wp-pagenavi span.current {
    color: #fff;
    border-color: #ed1c24;
    background: #ed1c24;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
}
/*End Category*/

/*Sidebar*/
.sidebar .wrap-search {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}
.sidebar .wrap-search #search {
    position: relative;
    width: 250px;
}
.sidebar .wrap-search #search button {
    position: absolute;
    left: 0;
    background: none;
    border: none;
}
.sidebar .wrap-search #search input {
    border: none;
    padding-left: 44px;
    height: 32px;
    width: 100%;
    font-size: 18px;
}
.sidebar .wrap-search #search input::placeholder {
  color: #d9d9d9;
}
.sidebar .most-view .title-sidebar {
    font-size: 18px;
    text-transform: uppercase;
    color: #ed1c24;
    text-align: center;
    margin-bottom: 23px;
    font-weight: bold;
}
.sidebar .most-view .item-entry-most-view .thumbnail-most-view img {
    border-radius: 20px;
}
.sidebar .most-view .item-parent-most-view .wrap-meta-list-entry-most-view,
.sidebar .most-view .item-child-most-view .wrap-meta-list-entry-most-view {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sidebar .most-view .date-time {
    font-size: 14px;
    color: #797979;
    font-style: italic;
    margin-bottom: 0;
    margin-right: 20px;
}
.sidebar .most-view .view i {
    color: #ff0d0d;
}
.sidebar .most-view .item-child-most-view {
    border-bottom: 1px solid #ccc;
    margin-bottom: 26px;
}
.sidebar .most-view .item-parent-most-view .title-most-view a,
.sidebar .most-view .item-child-most-view .title-most-view a {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.sidebar .most-view .item-child-most-view .wrap-meta-list-entry-most-view {
    justify-content: flex-start;
}
.sidebar .most-view .item-child-most-view .title-most-view a {
    margin-bottom: 11px;
    font-weight: normal;
}
 .sidebar .most-view .item-child-most-view .title-most-view a:hover {
    font-weight: bold;
 }
.sidebar .most-view .item-child-most-view .wrap-meta-list-entry-most-view {
    margin-bottom: 0;
}
.sidebar .btn-view-more {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 58px;
    padding-top: 9px;
}
.sidebar .btn-view-more a {
    color: #000;
    font-weight: bold;
}
.sidebar .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #aeaeae;
    height: 13px;
    width: 13px;
}
.sidebar .owl-theme .owl-dots .owl-dot.active span,
.sidebar .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff722d;
    border: 1px solid #ff722d;
}
.sidebar .connect-social .title-social {
    font-size: 18px;
    text-transform: uppercase;
    color: #ed1c24;
    text-align: left;
    margin-bottom: 23px;
    font-weight: bold;
    margin-top: 59px;
}
.sidebar .connect-social .list-social {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    text-align: center;
}
.sidebar .connect-social .list-social li {
    height: 80px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border-radius: 10px;
    margin: 0 4px;
    padding: 0 3px;
}
.sidebar .connect-social .list-social li a {
    color: #fff;
}
.sidebar .connect-social .list-social li i {
    margin-bottom: 10px;
    font-size: 28px;
}
.sidebar .connect-social .list-social li.facebook {
    background: #4d66a3;
}
.sidebar .connect-social .list-social li.twitter {
    background: #24a7e0;
}
.sidebar .connect-social .list-social li.google {
    background: #d84936;
}
/*End Sidebar*/

/*Single*/
.layer-single .section-2 .title-post {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}
.layer-single .wrap-meta {
    display: flex;
    margin-bottom: 33px;
    font-size: 16px;
}
.layer-single .wrap-meta .date-time {
    margin-right: 26px;
    color: #797979;
    font-weight: bold;
}
.layer-single .content-post h3 {font-size: 1.5rem;}
.layer-single .content-post ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
    list-style-type: disc;
}
.layer-single .content-post figure {
    width: initial !important;
    text-align: center;
}
.layer-single .content-post img {width: 100%;padding: 0 100px;}
.layer-single .info-author {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #f6f6f6;
    border-radius: 10px;
    box-shadow: 8px 8px 8px rgb(79 79 79 / 25%);
    background-color: #f6f6f6;
    padding: 30px;
}
.layer-single .info-author .avatar-author {
    margin-bottom: 20px;
    text-align: center;
}
.layer-single .info-author .avatar-author img {
    border-radius: 50%;
    width: 100px;
    height: auto;
    box-shadow: 2px 2px 8px 2px #8b8b8b;
}
.layer-single .info-author .intro-author {
    text-align: justify;
    line-height: 1.5em;
}
.layer-single .social-author {
    margin-top: 37px;
}
/*End Single*/

/*Contact*/
.layer-contact .section-1 .wrap-title-breadcrumb {
    margin-left: 560px;
}
.layer-contact .section-2 {
    padding-bottom: 130px;
    padding-top: 105px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.layer-contact .section-2 .text-1 {
    margin-bottom: 116px;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
}
.layer-contact .section-2 .img-background {
    position: absolute;
    top: 130px;
    left: 0;
}
.layer-contact .section-2 .border-bottom-custom {
    margin-bottom: 100px;
}
.layer-contact .section-2 .wrap-1 {
    display: flex;
    align-items: flex-start;
}
.layer-contact .section-2 .wrap-1 .icon-contact {
    margin-right: 16px;
    margin-top: 5px;
}
.layer-contact .section-2 .text-3 {
    display: flex;
    align-items: center;
}
.layer-contact .section-2 .text-3, .layer-contact .section-2 .text-6 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 43px;
}
.layer-contact .section-2 .text-6 {
    text-align: center;
}
.layer-contact .section-2 .text-4 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 27px;
}
.layer-contact .section-2 .text-5 {
    font-size: 16px;
    margin-bottom: 23px;
}
.layer-contact .section-2 .wrap-button-lien-he {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.layer-contact .section-2 .wrap-button-lien-he .wpcf7-form-control {
    background: #ff4b4b;
    color: #fff;
    border: none;
    padding: 10px 50px;
    font-size: 18px;
    border-radius: 3px;
}
.layer-contact .section-2 .wrap-button-lien-he .wpcf7-spinner {
    display: none;
}
.layer-contact .section-2 .wrap-button-lien-he .wpcf7-form-control.btn-reset {
    margin-left: 10px;
    opacity: .5;
}
.layer-contact .section-2 .wrap-bottom-custom {
    margin-bottom: 50px;
}
.layer-contact .section-2 .img-background-right {
    position: absolute;
    right: 0;
    bottom: 57px;
}
.layer-contact .section-2 .wpcf7-form-control-wrap {
    display: inline-block;
    margin-bottom: 7px;
    width: 520px;
}
.layer-contact .section-2 .wpcf7-form-control-wrap {
    width: 100%;
}
.layer-contact .section-2 .wpcf7-form-control-wrap textarea {
    height: 128px;
}
/*End contact*/

/*Tong dai ao*/
.layer-tong-dai-ao .section-1 {
    background: url(assets/img/tong-dai-ao/section-1/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 63px;
}
.layer-tong-dai-ao .section-1 .wrap-content {
    padding-left: 375px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-1 {
    display: flex;
    margin-bottom: 30px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-1 span {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    background: #ffd101;
    padding: 15px 52px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-2 {
    padding-left: 35px;
    margin-bottom: 34px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-2 .home_url {
    color: #000;
    font-size: 16px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-2 .current-page {
    color: #000;
    font-weight: bold;
}
.layer-tong-dai-ao .section-1 .wrap-content .border-bottom-custom {
    display: flex;
    position: relative;
    left: -115px;
}
.layer-tong-dai-ao .section-1 .wrap-content .border-bottom-custom span {
    border-bottom: 2px solid red;
    width: 190px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-3 {
    font-size: 36px;
    margin-top: 40px;
    margin-left: 25px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-4 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 39px;
    margin-left: 25px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-5 {
    margin-left: 25px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-5 li {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-5 li img {
    margin-right: 8px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-5 li span {
    font-size: 22px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-6 {
    display: flex;
    margin-top: 39px;
}
.layer-tong-dai-ao .section-1 .wrap-content .text-6 a {
    color: #fff;
    background: red;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 34px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #ccc;
}
.layer-tong-dai-ao .section-2 {
    position: relative;
}
.layer-tong-dai-ao .section-2 .img-right {
    position: absolute;
    right: 0;
    bottom: -160px;
}
.layer-tong-dai-ao .section-2 .wrap-all {
    display: flex;
    align-items: center;
    padding-left: 156px;
    padding-top: 82px;
}
.layer-tong-dai-ao .section-2 .wrap-all .img-left {
    margin-right: 71px;
}
.layer-tong-dai-ao .section-2 .wrap-all .wrap-content-right .text-1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}
.layer-tong-dai-ao .section-2 .wrap-all .wrap-content-right .text-2 {
    background: #ff2121;
    text-align: center;
    padding: 13px 31px;
    margin-top: 23px;
    margin-bottom: 44px;
}
.layer-tong-dai-ao .section-2 .wrap-all .wrap-content-right .text-2 span {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.layer-tong-dai-ao .section-2 .wrap-all .wrap-content-right .text-3 {
    padding-left: 9px;
}
.layer-tong-dai-ao .section-2 .wrap-all .wrap-content-right .text-3 li {
    font-size: 18px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.layer-tong-dai-ao .section-2 .wrap-all .wrap-content-right .text-3 li img {
    margin-right: 14px;
}
.layer-tong-dai-ao .section-3 {padding-top: 104px;padding-bottom: 95px;}
.layer-tong-dai-ao .section-3 .text-2 {margin-bottom: 42px;}
.layer-tong-dai-ao .section-3 .danh-sach-uu-diem .item .content-of-item {height: 356px;}
.layer-tong-dai-ao .section-3 .danh-sach-uu-diem .item .content-of-item .ten-uu-diem {
    margin: 0 70px 18px 70px;
}
.layer-tong-dai-ao .section-4 {
    position: relative;
    background: #f3f3f3;
}
.layer-tong-dai-ao .section-4 .img-right {
    position: absolute;
    right: 0;
    top: 0;
}
.layer-tong-dai-ao .section-4 .wrap-content {
    padding-top: 87px;
    padding-left: 375px;
    padding-right: 375px;
    padding-bottom: 90px;
}
.layer-tong-dai-ao .section-4 .wrap-content .title-1 {
    display: flex;
    justify-content: center;
}
.layer-tong-dai-ao .section-4 .wrap-content .title-1 span {
    background: #ff2121;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 33px;
}
.layer-tong-dai-ao .section-4 .wrap-content .title-2 {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 71px;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .item,
.layer-bang-gia .section-2 .list-table-price-service .item {
    padding: 5px;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item {
    background: #fff;
    padding-top: 24px;
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .text-1,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .text-1 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .text-2,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .text-2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .list_info_service,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .list_info_service {
    border-top: 2px dashed #000;
    margin-top: 22px;
    padding-top: 28px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #8d8d8d;
    margin-bottom: 18px;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .list_info_service li,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .list_info_service li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    font-size: 17px;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .list_info_service li .title_info,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .list_info_service li .parameter_name {
    width: 70%;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .list_info_service li .wrap-detail-info,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .list_info_service li .wrap-detail-info {
    text-align: left;
    width: 30%;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .list_info_service li .wrap-detail-info .detail_info,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .list_info_service li .wrap-detail-info .parameter_detail {
    font-weight: bold;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .text-3,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .text-3 {
    border-bottom: 1px dashed #8d8d8d;
    display: flex;
    padding-bottom: 18px;
    margin-bottom: 20px;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .text-3 img,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .text-3 img {
    width: auto;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .text-3 span,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .text-3 span {
    color: #ff0000;
    margin-left: 8px;
    font-weight: bold;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .price-service,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .price-service {
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    position: relative;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .price-service span,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .price-service span {
    position: absolute;
    top: 0;
    font-size: 28px;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .text-price,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .text-price {
    text-align: center;
    font-size: 16px;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .link-register,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .link-register {
    display: flex;
    justify-content: center;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .link-register a,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item .link-register a {
    background: #ffd101;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 46px;
    font-weight: bold;
    border-radius: 40px;
    margin-top: 15px;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item:hover,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item:hover {
    box-shadow: 0px 0px 5px 0px #ccc;
}
.layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item:hover .link-register a,
.layer-bang-gia .section-2 .list-table-price-service .content-of-item:hover .link-register a {
    background: #ff2b2b;
    color: #fff;
}
.layer-tong-dai-ao .section-4 .owl-theme .owl-nav.disabled+.owl-dots,
.layer-bang-gia .section-2 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}
.layer-tong-dai-ao .section-5 {
    padding-top: 70px;
    padding-bottom: 50px;
}
.layer-tong-dai-ao .section-5 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-tong-dai-ao .section-5 .title-1 span {
    font-size: 48px;
    color: #fff;
    background: #ff2121;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 30px;
}
.layer-tong-dai-ao .section-5 .title-2 {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 63px;
}
.layer-tong-dai-ao .section-5 .wrap-content {
    display: flex;
    padding-right: 375px;
    align-items: center;
}
.layer-tong-dai-ao .section-5 .wrap-content .img-left {
    margin-right: 130px;
}
.layer-tong-dai-ao .section-5 .wrap-content .list-benefit {
    display: flex;
}
.layer-tong-dai-ao .section-5 .wrap-content .list-benefit .list-benefit-left,
.layer-tong-dai-ao .section-5 .wrap-content .list-benefit .list-benefit-right {
    width: 50%;
}
.layer-tong-dai-ao .section-5 .wrap-content .list-benefit .item {
    padding: 10px;
    text-align: center;
}
.layer-tong-dai-ao .section-5 .wrap-content .list-benefit .item:hover .content-of-item {
    box-shadow: 0px 0px 30px 0px #776262;
}
.layer-tong-dai-ao .section-5 .wrap-content .list-benefit .item .content-of-item {
    padding-top: 23px;
    padding-bottom: 37px;
    border: 1px solid #e6e6e6;
    padding-left: 34px;
    padding-right: 34px;
    border-radius: 20px;
}
.layer-tong-dai-ao .section-5 .wrap-content .list-benefit .item .content-of-item .title-benefit {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.layer-tong-dai-ao .section-5 .wrap-content .list-benefit .item .content-of-item .content-benefit {
    text-align: left;
    font-size: 17px;
}
.layer-tong-dai-ao .section-6 .slogan {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffd411;
    padding: 30px 0;
    margin-bottom: 85px;
}
.layer-tong-dai-ao .section-6 .wrap-content {
    position: relative;
}
.layer-tong-dai-ao .section-6 .wrap-content .img-background {
    position: absolute;
    bottom: 0;
    right: 0;
}
.layer-tong-dai-ao .section-6 .wrap-content .title-1 {
    display: flex;
    justify-content: center;
    position: relative;
}
.layer-tong-dai-ao .section-6 .wrap-content .title-1 span {
    font-size: 48px;
    color: #fff;
    background: #ff2121;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 38px;
}
.layer-tong-dai-ao .section-6 .wrap-content .title-2 {
    margin-top: 24px;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 80px;
}
.layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-left: 370px;
    padding-right: 370px;
}
.layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang .col {
    width: 25%;
}
.layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang .col .item {
    padding: 15px;
}
.layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang .col .content-of-item {
    text-align: center;
    border: 1px solid #dedede;
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
    height: 230px;
    border-radius: 20px;
    background: #fff;
}
.layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang .col .content-of-item .tieu-de-tinh-nang {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
}
.layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang .col .content-of-item:hover {
    box-shadow: 0px 0px 30px 0px #776262;
}
.layer-tong-dai-ao .section-7 {
    padding: 63px 0 83px 0;
}
.layer-tong-dai-ao .section-7 .container-form {
    padding-left: 380px;
    padding-right: 380px;
}
.layer-tong-dai-ao .section-7 .wrap-form {
    box-shadow: 0px 0px 15px 0px #c9c9c9;
}
/*End Tong dai ao*/

/*Tinh nang*/
.layer-tinh-nang .section-2 {
    padding-top: 117px;
    padding-bottom: 51px;
}
.layer-tinh-nang .section-2 .title-1 {
    display: flex;
    justify-content: center;
    margin-bottom: 31px;
}
.layer-tinh-nang .section-2 .title-1 span {
    font-size: 48px;
    text-transform: uppercase;
    background: #ff2121;
    color: #fff;
    padding: 0px 34px;
    font-weight: bold;
}
.layer-tinh-nang .section-2 .title-2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 29px;
}
.layer-tinh-nang .section-2 .border-bottom-custom {
    display: flex;
    justify-content: center;
}
.layer-tinh-nang .section-2 .border-bottom-custom span {
    border-bottom: 3px solid #ededed;
    width: 80px;
    border-radius: 5px;
}
.layer-tinh-nang .section-3 {
    padding-bottom: 42px;
}
.layer-tinh-nang .section-3 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-tinh-nang .section-3 .title-1 span {
    background: #ffd84b;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 30px;
}
.layer-tinh-nang .section-3 .title-2 {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 40px;
}
.layer-tinh-nang .section-3 .content {
    padding-left: 455px;
    padding-right: 455px;
    text-align: center;
    font-size: 17px;
}
.layer-tinh-nang .section-4 ul li .wrap-left {
    width: 50%;
    background: #f5f5f5;
    padding: 30px 0 30px 50px;
}
.layer-tinh-nang .section-4 ul li .wrap-right {
    width: 50%;
    padding-left: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.layer-tinh-nang .section-4 ul li .wrap-right .content {
    font-size: 17px;
    width: 500px;
}
.layer-tinh-nang .section-4 ul li .wrap-right .title {
    display: flex;
    margin-top: 25px;
}
.layer-tinh-nang .section-4 ul li .wrap-right .title span {
    background: #ffd84b;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    padding: 11px 35px;
}
.layer-tinh-nang .section-4 ul li.item-odd {
    display: flex;
    align-items: center;
}
.layer-tinh-nang .section-4 ul li.item-odd .wrap-left {
    text-align: right;
    padding: 30px 50px 30px 0;
}
.layer-tinh-nang .section-4 ul li.item-even {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.layer-tinh-nang .section-4 ul li.item-even .wrap-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 30px;
    align-content: flex-end;
}
.layer-tinh-nang .section-4 ul li.item-even .wrap-right .title {
    margin-top: 0;
    margin-bottom: 25px;
}
.layer-tinh-nang .section-5 {
    display: flex;
    align-items: center;
    height: 470px;
}
.layer-tinh-nang .section-5 .wrap-left,
.layer-tinh-nang .section-5 .wrap-right {
    width: 50%;
}
.layer-tinh-nang .section-5 .wrap-left img {
    height: 470px;
    width: 100%;
}
.layer-tinh-nang .section-5 .wrap-right {
    background: #ffd94b;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-left: 85px;
    flex-direction: column;
    justify-content: center;
}
.layer-tinh-nang .section-5 .wrap-right .title-1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 29px;
    width: 430px;
}
.layer-tinh-nang .section-5 .wrap-right .title-2 {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    width: 430px;
}
.layer-tinh-nang .section-6 {
    padding-top: 90px;
}
.layer-tinh-nang .section-6 .wrap-all {
    display: flex;
    justify-content: flex-end;
}
.layer-tinh-nang .section-6 .wrap-all .wrap-left {
    width: 540px;
    margin-right: 53px;
    text-align: right;
}
.layer-tinh-nang .section-6 .wrap-all .wrap-left .title-1 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 35px;
}
.layer-tinh-nang .section-6 .wrap-all .wrap-left .title-1 span {
    background: #ff2121;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 3px 15px;
}
.layer-tinh-nang .section-6 .wrap-all .wrap-left .title-2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.layer-tinh-nang .section-6 .wrap-all .wrap-left .content-1 {
    font-size: 17px;
}
.layer-tinh-nang .section-7 {
    padding-top: 53px
}
.layer-tinh-nang .section-7 .wrap-all {
    display: flex;
    padding: 0 375px;
}
.layer-tinh-nang .section-7 .wrap-all .wrap-left {
    margin-right: 16px;
}
.layer-tinh-nang .section-7 .wrap-all .wrap-right {
    margin-left: 16px;
}
.layer-tinh-nang .section-7 .wrap-all .item {
    text-align: center;
    padding: 35px 50px 35px 50px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    margin-bottom: 29px;
}
.layer-tinh-nang .section-7 .wrap-all .item .title {
    font-size: 24px;
    background: #ffd94b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 30px;
    margin-bottom: 30px;
}
.layer-tinh-nang .section-7 .wrap-all .item .content {
    font-size: 17px;
    text-align: left;
}
.layer-tinh-nang .section-8 .wrap-content-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.layer-tinh-nang .section-8 {
    padding-bottom: 75px;
    padding-top: 70px;
}
.layer-tinh-nang .section-8 .wrap-content-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.layer-tinh-nang .section-8 .wrap-content-top .wrap-content {
    margin-left: 35px;
}
.layer-tinh-nang .section-8 .wrap-content-top .wrap-content .title-1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}
.layer-tinh-nang .section-8 .wrap-content-top .wrap-content .title-2 {
    display: flex;
    align-items: flex-start;
    margin-top: 18px;
    margin-bottom: 35px;
}
.layer-tinh-nang .section-8 .wrap-content-top .wrap-content .title-2 span {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    background: #ff2121;
    font-weight: bold;
    padding: 13px 47px;
}
.layer-tinh-nang .section-8 .wrap-content-top .wrap-content .list-content {
    width: 745px;
    margin-left: 23px;
}
.layer-tinh-nang .section-8 .wrap-content-top .wrap-content .list-content li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.layer-tinh-nang .section-8 .wrap-content-top .wrap-content .list-content li .icon-list {
    margin-right: 14px;
    margin-top: 3px;
}
.layer-tinh-nang .section-8 .wrap-content-top .wrap-content .list-content li span {
    font-size: 18px;
}
.layer-tinh-nang .section-8 .list-function {
    display: flex;
    padding: 0 375px;
    margin-top: 35px;
}
.layer-tinh-nang .section-8 .list-function li {
    width: 33.3333%;
    text-align: center;
    padding: 14px;
}
.layer-tinh-nang .section-8 .list-function li .content-of-item {
    border: 1px solid #b2b2b2;
    padding: 16px 28px 35px 28px;
    border-radius: 20px;
}
.layer-tinh-nang .section-8 .list-function li .content-of-item:hover {
    box-shadow: 0px 0px 20px 0px #b6b6b6;
}
.layer-tinh-nang .section-8 .list-function li img {
    height: 125px;
}
.layer-tinh-nang .section-8 .list-function li .title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 33px;
}
.layer-tinh-nang .section-8 .list-function li .content {
    font-size: 17px;
    text-align: left;
}
.layer-tinh-nang .section-9 {
    background: #ebebeb;
    padding-top: 100px;
    padding-bottom: 93px;
}
.layer-tinh-nang .section-9 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-tinh-nang .section-9 .title-1 span {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #ff2121;
    padding: 13px 72px;
}
.layer-tinh-nang .section-9 .title-2 {
    margin-top: 32px;
    margin-bottom: 57px;
    text-align: center;
    font-size: 17px;
}
.layer-tinh-nang .section-9 .list-content {
    display: flex;
    padding: 0 360px;
}
.layer-tinh-nang .section-9 .list-content li.item {
    width: 50%;
    padding: 15px;
}
.layer-tinh-nang .section-9 .list-content li .content-of-item {
    background: #fff;
    padding-top: 63px;
    padding-left: 46px;
    padding-right: 46px;
    padding-bottom: 50px;
    border-radius: 20px;
    height: 610px;
    overflow: hidden;
}
.layer-tinh-nang .section-9 .list-content li .content-of-item .title-item {
    text-align: center;
    font-size: 24px;
    background: #ffd94b;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 33px;
    padding: 10px 30px;
}
.layer-tinh-nang .section-9 .list-content li .content-of-item .list-content-item > li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}
.layer-tinh-nang .section-9 .list-content li .content-of-item .list-content-item > li > .icon-list {
    margin-right: 16px;
}
.layer-tinh-nang .section-9 .list-content li .content-of-item .list-content-item > li > span {
    font-size: 17px;
}
.layer-tinh-nang .section-9 .list-content li .content-of-item .content-description-item {
    font-size: 17px;
}
/*End tinh nang*/

/*Bang gia*/
.layer-bang-gia .section-2 {
    padding-left: 365px;
    padding-right: 365px;
    padding-top: 91px;
}
.layer-bang-gia .section-2 .img-background {
    position: absolute;
    right: 0;
}
.layer-bang-gia .section-2 .title-1 {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}
.layer-bang-gia .section-2 .title-1 span {
    background: red;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 32px;
}
.layer-bang-gia .section-2 .title-2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 71px;
}
.layer-bang-gia .section-2 .list-table-price-service .content-of-item {
    border: 1px solid #e6e6e6;
}
.layer-bang-gia .section-2 .list-table-price-service {
    display: flex;
    flex-wrap: wrap;
}
.layer-bang-gia .section-2 .list-table-price-service .item {
    width: 33.3333%;
    padding: 10px;
}
.layer-bang-gia .section-2 .list-table-price-service .content-of-item:hover {
    box-shadow: 0px 0px 15px 0px #ccc;
}
.layer-bang-gia .section-3 {
    padding-bottom: 85px;
    padding-top: 95px;
    position: relative;
}
.layer-bang-gia .section-3 .img-background {
    position: absolute;
    top: 300px;
    left: 0;
}
.layer-bang-gia .section-3 .text-1,
.layer-quan-tri .section-4 .text-1 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 77px;
}
.layer-bang-gia .section-3 .text-1 .text-1-a,
.layer-quan-tri .section-4 .text-1 .text-1-a {
    font-weight: bold;
}
.layer-bang-gia .section-3 .text-2,
.layer-quan-tri .section-4 .text-2 {
    vertical-align: middle;
    font-size: 18px;
}
.layer-bang-gia .section-3 .text-3,
.layer-quan-tri .section-4 .text-3 {
    text-align:center;
    vertical-align:middle;
    font-size: 18px;
}
.layer-bang-gia .section-3 .text-4,
.layer-quan-tri .section-4 .text-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.layer-bang-gia .section-3 .text-4 .btn-order,
.layer-quan-tri .section-4 .text-4 .btn-order {
    color: #000;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 40px;
    font-weight: bold;
    border: 1px solid #d7d7d7;
    background: #fff;
}
.layer-bang-gia .section-3 .text-4 .btn-order:hover,
.layer-quan-tri .section-4 .text-4 .btn-order:hover {
    background: #ffd101;
    border: 1px solid #ffd101;
    color: #000;
}
.layer-bang-gia .section-4 {
    padding-bottom: 90px;
}
.layer-bang-gia .section-4 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-bang-gia .section-4 .title-1 span {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    background: #ff2121;
    color: #fff;
    padding: 4px 24px;
}
.layer-bang-gia .section-4 .title-2 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 67px;
}
.layer-bang-gia .section-4 .danh-sach-tinh-nang {
    padding: 0 360px;
    display: flex;
    justify-content: space-between;
}
.layer-bang-gia .section-4 .danh-sach-tinh-nang .col-custom {
    padding: 0 20px;
}
.layer-bang-gia .section-4 .danh-sach-tinh-nang li {
    margin-bottom: 19px;
    display: flex;
    align-items: flex-start;
}
.layer-bang-gia .section-4 .danh-sach-tinh-nang li img {
    margin-right: 14px;
}
.layer-bang-gia .section-4 .danh-sach-tinh-nang li span {
    font-size: 18px;
}
.layer-bang-gia .section-5 {
    background: #e5e5e5;
    padding-top: 85px;
    padding-bottom: 60px;
    padding-left: 320px;
    padding-right: 320px;
}
.layer-bang-gia .section-5 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-bang-gia .section-5 .title-1 span {
    background: red;
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 33px;
}
.layer-bang-gia .section-5 .title-2 {
    text-align: center;
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 65px;
}
.layer-bang-gia .section-5 .content_table_price {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    overflow-x: auto;
}
.layer-bang-gia .section-5 .table {
    margin-bottom: 0;
    font-size: 17px;
}
.layer-bang-gia .section-5 .description-content-table {
    display: flex;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 17px;
    align-items: center;
}
.layer-bang-gia .section-5 .description-content-table i {
    margin-right: 20px;
}
.layer-bang-gia .section-5 .description-content-table .not-support {
    margin-right: 45px;
}
.layer-bang-gia .section-5 .description-content-table .support {
    margin-right: 300px;
}
.layer-bang-gia .section-5 .description-content-table .view-more {
    border: 1px solid #d7d7d7;
    color: #000;
    padding: 7px 27px;
    border-radius: 20px;
}
/*End Bang gia*/

/*Quan tri*/
.layer-quan-tri .section-2,
.layer-quan-tri .section-3 {
    padding-top: 87px;
    padding-bottom: 68px;
}
.layer-quan-tri .section-2 .title-1,
.layer-quan-tri .section-3 .title-1 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.layer-quan-tri .section-2 .title-2,
.layer-quan-tri .section-3 .title-2 {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.layer-quan-tri .section-2 .title-2 span,
.layer-quan-tri .section-3 .title-2 span {
    background: #ff2121;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    padding: 7px 27px;
    font-weight: bold;
}
.layer-quan-tri .section-2 .wrap-all {
    display: flex;
    padding-left: 245px;
}
.layer-quan-tri .section-2 .wrap-all .wrap-left {
    margin-right: 115px;
}
.layer-quan-tri .section-2 .wrap-all .title-content,
.layer-quan-tri .section-3 .wrap-all .title-content {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    background: #ffd84b;
    width: max-content;
    padding: 12px 22px;
    margin-top: 33px;
    margin-bottom: 33px;
}
.layer-quan-tri .section-2 .wrap-all .wrap-left .list-item-content,
.layer-quan-tri .section-3 .wrap-all .wrap-left .list-item-content {
    width: 560px;
}
.layer-quan-tri .section-2 .wrap-all .list-item-content li,
.layer-quan-tri .section-3 .wrap-all .list-item-content li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
}
.layer-quan-tri .section-2 .wrap-all .list-item-content li img,
.layer-quan-tri .section-3 .wrap-all .list-item-content li img {
    margin-right: 14px;
}
.layer-quan-tri .section-2 .wrap-all .list-item-content li span,
.layer-quan-tri .section-3 .wrap-all .list-item-content li span {
    font-size: 17px;
}
.layer-quan-tri .section-2 .wrap-all .wrap-right {
    width: 615px;
}
.layer-quan-tri .section-3 {
    padding-top: 75px;
    padding-bottom: 109px;
    background: #f3f3f3;
}
.layer-quan-tri .section-3 .title-1 {
    margin-bottom: 30px;
}
.layer-quan-tri .section-3 .title-2 {
    margin-bottom: 46px;
}
.layer-quan-tri .section-3 .title-3 {
    display: flex;
    justify-content: center;
    margin-bottom: 54px;
}
.layer-quan-tri .section-3 .title-3 span {
    font-size: 18px;
    text-align: center;
    border: 2px dashed #ffb000;
    padding: 8px 50px;
    font-style: italic;
    font-weight: bold;
}
.layer-quan-tri .section-3 .wrap-all {
    display: flex;
    justify-content: flex-end;
}
.layer-quan-tri .section-3 .wrap-all .title-content {
    margin-top: 68px;
    margin-bottom: 25px;
}
.layer-quan-tri .section-3 .wrap-all .wrap-left {
    margin-right: 55px;
}
.layer-quan-tri .section-3 .wrap-all .wrap-right .title-content {
    margin-top: 0;
}
.layer-quan-tri .section-3 .wrap-all .wrap-right .list-item-content {
    width: 460px;
}
.layer-quan-tri .section-4 {
    position: relative;
    padding-bottom: 90px;
    overflow: hidden;
}
.layer-quan-tri .section-4 .text-1 {
    padding-top: 85px;
}
.layer-quan-tri .section-4 .img-background {
    position: absolute;
    left: 0;
    top: 0;
}
.layer-quan-tri .section-4 tr th,
.layer-quan-tri .section-4 tr td {
    border-bottom: none;
}
/*End Quan Tri*/

/*Gioi thieu*/
.layer-gioi-thieu .section-1 .wrap-title-breadcrumb {
    margin-left: 530px;
}
.layer-gioi-thieu .section-2 {
    position: relative;
    padding-top: 119px;
    padding-bottom: 70px;
}
.layer-gioi-thieu .section-2 .img-background {
    position: absolute;
    bottom: 135px;
    right: 0;
}
.layer-gioi-thieu .section-2 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-gioi-thieu .section-2 .title-1 span {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: #ff2121;
    padding: 8px 43px;
}
.layer-gioi-thieu .section-2 .title-2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
}
.layer-gioi-thieu .section-2 .content-short {
    font-size: 18px;
    text-align: center;
}
.layer-gioi-thieu .section-2 .border-bottom-custom {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.layer-gioi-thieu .section-2 .border-bottom-custom span {
    border-bottom: 4px solid #cccccc;
    border-radius: 4px;
    width: 65px;
}
.layer-gioi-thieu .section-2 .wrap-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
}
.layer-gioi-thieu .section-2 .wrap-content .img-left {
    margin-right: 113px;
}
.layer-gioi-thieu .section-2 .wrap-content .content-right .text-1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.layer-gioi-thieu .section-2 .wrap-content .content-right .text-2 {
    display: flex;
    justify-content: flex-start;
}
.layer-gioi-thieu .section-2 .wrap-content .content-right .text-2 span {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: #ffb000;
    padding: 13px 37px;
    margin-bottom: 44px;
}
.layer-gioi-thieu .section-2 .wrap-content .content-right .list-item li {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.layer-gioi-thieu .section-2 .wrap-content .content-right .list-item li span {
    margin-left: 13px;
    font-size: 20px;
}
.layer-gioi-thieu .section-3 {
    background: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 60px;
}
.layer-gioi-thieu .section-3 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-gioi-thieu .section-3 .title-1 span {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #ff2121;
    padding: 8px 53px;
}
.layer-gioi-thieu .section-3 .title-2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 13px;
}
.layer-gioi-thieu .section-3 .wrap-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 395px;
    padding-right: 350px;
}
.layer-gioi-thieu .section-3 .wrap-content .list-content li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
}
.layer-gioi-thieu .section-3 .wrap-content .list-content li span {
    margin-left: 14px;
}
.layer-gioi-thieu .section-4 {
    position: relative;
    padding-top: 73px;
    padding-bottom: 70px;
}
.layer-gioi-thieu .section-4 .img-right {
    position: absolute;
    right: 0;
    top: 200px;
}
.layer-gioi-thieu .section-4 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-gioi-thieu .section-4 .title-1 span {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #ff2121;
    padding: 8px 29px;
}
.layer-gioi-thieu .section-4 .title-2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 48px;
    margin-top: 13px;
}
.layer-gioi-thieu .section-4 .list-item {
    padding-left: 375px;
    padding-right: 375px;
    display: flex;
    flex-wrap: wrap;
}
.layer-gioi-thieu .section-4 .list-item li {
    width: 33.3333%;
    padding: 10px;
}
.layer-gioi-thieu .section-4 .list-item li .content-of-item {
    height: 435px;
    text-align: center;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
}
.layer-gioi-thieu .section-4 .list-item li:hover .content-of-item {
    box-shadow: 0px 0px 30px 0px #776262;
}
.layer-gioi-thieu .section-4 .list-item li .content-of-item .icon_service {
    margin-top: 26px;
    margin-bottom: 31px;
    height: 90px;
}
.layer-gioi-thieu .section-4 .list-item li .content-of-item .title_service {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 23px;
    margin-right: 20px;
    margin-left: 20px;
}
.layer-gioi-thieu .section-4 .list-item li .content-of-item .content_service {
    font-size: 17px;
    margin-bottom: 21px;
    padding: 0 15px;
}
.layer-gioi-thieu .section-4 .list-item li .content-of-item audio {
    background-color: #F1F3F5;
}
.layer-gioi-thieu .section-5 {
    display: flex;
    justify-content: center;
}
.layer-gioi-thieu .section-5 .wrap-left {
    background: #eeeeee;
    width: 1200px;
    padding-bottom: 84px;
}
.layer-gioi-thieu .section-5 .wrap-left .title-1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 65px;
    position: relative;
    right: -88px;
}
.layer-gioi-thieu .section-5 .wrap-left .title-1 span {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #ff2121;
    padding: 8px 48px;
}
.layer-gioi-thieu .section-5 .wrap-left .title-2 {
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    margin-right: 119px;
    margin-top: 23px;
    margin-bottom: 71px;
}
.layer-gioi-thieu .section-5 .wrap-left ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 52px;
}
.layer-gioi-thieu .section-5 .wrap-left ul li:first-child {
    margin-right: 32px;
}
.layer-gioi-thieu .section-5 .wrap-left ul li .content-of-item {
    display: block;
    height: 243px;
    width: 370px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.layer-gioi-thieu .section-5 .wrap-left ul li .content-of-item .thumbnail-support {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.layer-gioi-thieu .section-5 .wrap-left ul li .content-of-item .title-support {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #ffc600;
    font-weight: bold;
    width: 100%;
    background: rgb(0 0 0 / 67%);
    padding: 18px 20px;
}
.layer-gioi-thieu .section-5 .wrap-right .img-right {
    height: 100%;
    object-fit: cover;
}
/*End gioi thieu*/

/*Bang gia smart call*/
.layer-bang-gia-smart-call .section-2 {
    position: relative;
    padding-top: 114px;
}
.layer-bang-gia-smart-call .section-2 .img-background {
    position: absolute;
    right: 0;
    top: 73px;
    z-index: 1;
}
.layer-bang-gia-smart-call .section-2 .title-1 {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 44px;
}
.layer-bang-gia-smart-call .section-2 .ui-widget.ui-widget-content {
    border: none;
}
.layer-bang-gia-smart-call .section-2 #tab-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: 0 0;
    border: none;
}
.layer-bang-gia-smart-call .section-2 .ui-tabs .ui-tabs-nav li {
    border-color: #d7d7d7;
    border-style: solid;
    border-width: 1px;
    border-radius: 40px;
    margin-bottom: 5px;
    margin-right: 6px;
    margin-left: 6px;
}
.layer-bang-gia-smart-call .section-2 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-color: #ffd101;
    border-style: solid;
    background: #ffd101;
}
.layer-bang-gia-smart-call .section-2 .ui-tabs .ui-tabs-nav li a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 35px;
}
.layer-bang-gia-smart-call .section-2 .ui-state-default {
    background: 0 0;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul {
    padding: 0 365px;
    display: flex;
    flex-wrap: wrap;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li {
    width: 33.333%;
    padding: 10px;
    z-index: 2;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 20px 25px 30px 25px;
    background: #fff;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .wrap-title-gift {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed #000;
    padding-bottom: 27px;
    margin-bottom: 35px;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .wrap-title-gift .wrap-title .name_type_smartcall {
    font-size: 22px;
    text-transform: uppercase;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .wrap-title-gift .wrap-title .title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .wrap-title-gift .wrap-content-sale {
    position: relative;
    width: 63px;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .wrap-title-gift .wrap-content-sale .icon-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .wrap-title-gift .wrap-content-sale .icon-item-hide {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
    transform: translate(-50%, -50%);
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item:hover .wrap-title-gift .wrap-content-sale .icon-item {
    opacity: 0;
    transition: opacity .2s;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item:hover .wrap-title-gift .wrap-content-sale .icon-item-hide {
    opacity: 1;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li:hover .content-of-item {
    box-shadow: 0px 0px 30px 0px #776262;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .list_parameter_smartcall > li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    border-bottom: 1px dashed #8d8d8d;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .list_parameter_smartcall > li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    border-bottom: 1px dashed #8d8d8d;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .list_parameter_smartcall > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .list_parameter_smartcall > li .parameter_name {
    width: 60%;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .list_parameter_smartcall > li .wrap_parameter_detail {
    width: 30%;
    text-align: left;
    font-weight: bold;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .price_default {
    position: relative;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    margin-top: 40px;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .price_default span {
    position: absolute;
    font-size: 28px;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .text-price {
    font-size: 16px;
    text-align: center;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .link-buy {
    display: flex;
    justify-content: center;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li .content-of-item .link-buy a {
    font-size: 20px;
    text-transform: uppercase;
    background: #ffd101;
    color: #000;
    padding: 10px 46px;
    border-radius: 40px;
    margin-top: 26px;
    font-weight: bold;
}
.layer-bang-gia-smart-call .section-2 .tab-content > ul > li:hover .content-of-item .link-buy a {
    background: #ff2b2b;
    color: #fff;
}
.layer-bang-gia-smart-call .section-3 {
    padding-left: 435px;
    padding-right: 435px;
    padding-top: 55px;
    padding-bottom: 105px;
}
.layer-bang-gia-smart-call .section-3 .list-item {
    border: 1px dashed #ffb000;
    padding-top: 38px;
    padding-left: 32px;
    padding-bottom: 41px;
    border-radius: 20px;
}
.layer-bang-gia-smart-call .section-3 .list-item li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 17px;
}
.layer-bang-gia-smart-call .section-3 .list-item li .icon-list {
    margin-right: 19px;
}
.layer-page-web-call .section-2 {
    position: relative;
    padding-top: 119px;
}
.layer-page-web-call .section-2 .img-background {
    position: absolute;
    right: 0;
    bottom: 0;
}
.layer-page-web-call .section-2 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-page-web-call .section-2 .title-1 span {
    background: #ff2121;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
}
.layer-page-web-call .section-2 .title-2 {
    text-align: center;
    font-size: 36px;
    margin-top: 23px;
    margin-bottom: 30px;
}
.layer-page-web-call .section-2 .title-2 strong {
    font-weight: bold;
    text-transform: uppercase;
}
.layer-page-web-call .section-2 .title-3 {
    font-size: 18px;
    text-align: center;
}
.layer-page-web-call .section-2 .border-bottom-custom {
    display: flex;
    justify-content: center;
    margin-top: 19px;
}
.layer-page-web-call .section-2 .border-bottom-custom span {
    border-bottom: 4px solid #cccccc;
    border-radius: 4px;
    width: 63px;
}
.layer-page-web-call .section-2 .wrap-all {
    display: flex;
    align-items: center;
}
.layer-page-web-call .section-2 .wrap-all .img-left {
    margin-right: 124px;
}
.layer-page-web-call .section-2 .wrap-all .wrap-content-right .text-1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.layer-page-web-call .section-2 .wrap-all .wrap-content-right .text-2 {
    display: flex;
    margin-top: 17px;
    margin-bottom: 44px;
}
.layer-page-web-call .section-2 .wrap-all .wrap-content-right .text-2 span {
    background: #ffd101;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
}
.layer-page-web-call .section-2 .wrap-all .wrap-content-right .list-item li {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.layer-page-web-call .section-2 .wrap-all .wrap-content-right .list-item li img {
    margin-right: 13px;
}
.layer-page-web-call .section-3 {
    position: relative;
    background: #f4f4f4;
    padding-top: 90px;
    padding-bottom: 50px;
}
.layer-page-web-call .section-3 .img-background {
    position: absolute;
    bottom: -70px;
    right: 0;
}
.layer-page-web-call .section-3 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-page-web-call .section-3 .title-1 span {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #ff2121;
    padding: 10px 30px;
}
.layer-page-web-call .section-3 .title-2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 87px;
    text-align: center;
}
.layer-page-web-call .section-3 .list-item {
    display: flex;
    padding-left: 365px;
    padding-right: 365px;
}
.layer-page-web-call .section-3 .list-item li {
    width: 33.3333%;
    padding: 10px;
}
.layer-page-web-call .section-3 .list-item li .content-of-item {
    text-align: center;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    padding-top: 27px;
    padding-bottom: 45px;
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 20px;
}
.layer-page-web-call .section-3 .list-item li .content-of-item:hover {
    box-shadow: 0px 0px 30px 0px #776262;
}
.layer-page-web-call .section-3 .list-item li .content-of-item .text-1 {
    margin-top: 27px;
    margin-bottom: 27px;
    font-size: 18px;
    text-transform: uppercase;
}
.layer-page-web-call .section-3 .list-item li .content-of-item .text-2 {
    font-size: 17px;
}
.layer-page-web-call .section-4 {
    position: relative;
    padding-top: 78px;
    padding-left: 300px;
    padding-right: 300px;
    padding-bottom: 70px;
}
.layer-page-web-call .section-4 .img-background {
    position: absolute;
    left: 0;
    top: 200px;
}
.layer-page-web-call .section-4 .wrap-content {
    box-shadow:0px 0px 5px 0px #ccc;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
}
.layer-page-web-call .section-4 .wrap-content .title-1 {
    display: flex;
    justify-content: center;
}
.layer-page-web-call .section-4 .wrap-content .title-1 span {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #ff2121;
    padding: 10px 30px;
}
.layer-page-web-call .section-4 .wrap-content .title-2 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 18px;
    text-align: center;
}
.layer-page-web-call .section-4 .wrap-content .border-bottom-custom {
    display: flex;
    justify-content: center;
    margin-bottom: 42px;
}
.layer-page-web-call .section-4 .wrap-content .border-bottom-custom span {
    border-bottom: 4px solid #cccccc;
    width: 63px;
    border-radius: 5px;
}
.layer-page-web-call .section-4 .wrap-content .text-1 {
    background-color: #ffd101;
    width: 40%;
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    padding-left: 25px;
}
.layer-page-web-call .section-4 .wrap-content .text-2 {
    background-color: #ffd101;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.layer-page-web-call .section-4 .wrap-content .text-3 {
    background: #343434;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 25px;
    border-bottom: 1px solid #fff;
}
.layer-page-web-call .section-4 .wrap-content .text-4 {
    text-align: center;
    vertical-align: middle;
    background: #fff6cc;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.layer-page-web-call .section-4 .wrap-content .text-4 .price {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
}
.layer-page-web-call .section-4 .wrap-content .text-4 .price span {
    position: absolute;
    font-size: 18px;
}
.layer-page-web-call .section-4 .wrap-content .text-4 .unit {
    font-style: italic;
    margin-bottom: 0;
}
.layer-page-web-call .section-4 .wrap-content .text-5,
.layer-page-web-call .section-4 .wrap-content .text-6,
.layer-page-web-call .section-4 .wrap-content .text-8 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
    border-bottom: none;
}
.layer-page-web-call .section-4 .wrap-content .text-6 {
    text-align: center;
}
.layer-page-web-call .section-4 .wrap-content .text-7 {
    background: #fff6cc;
    border-bottom: none;
}
.layer-page-web-call .section-4 .wrap-content .text-8 {
    background: #ececec;
    text-align: center;
    border-left: 1px solid #fff;
}
.layer-page-web-call .section-4 .wrap-content .text-8 a {
    color: #000;
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 10px 33px;
    border-radius: 20px;
}
.layer-page-web-call .section-4 .wrap-content .text-8 a:hover {
    background: #ffd101;
    border: 1px solid #ffd101;
}
.layer-page-web-call .section-4 .notification {
    margin-top: 50px;
    padding-left: 70px;
}
.layer-page-web-call .section-4 .notification li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-size: 17px;
}
.layer-page-web-call .section-4 .notification li:last-child {
    margin-bottom: 0;
}
.layer-page-web-call .section-4 .notification li span {
    margin-left: 20px;
    font-style: italic;
}
/*End bang gia smart call*/

/*Tong dai private*/
.layer-tong-dai-private .section-2 {
    padding-top: 119px;
    padding-bottom: 81px;
}
.layer-tong-dai-private .section-2 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-tong-dai-private .section-2 .title-1 span {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #ff2121;
    padding: 10px 36px;
}
.layer-tong-dai-private .section-2 .title-2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 31px;
    margin-bottom: 37px;
    text-align: center;
}
.layer-tong-dai-private .section-2 .title-3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}
.layer-tong-dai-private .section-2 .title-4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 21px;
    text-align: center;
}
.layer-tong-dai-private .section-2 .border-bottom-custom {
    display: flex;
    justify-content: center;
    margin-bottom: 37px;
}
.layer-tong-dai-private .section-2 .border-bottom-custom span {
    width: 63px;
    border-bottom: 4px solid #cccccc;
}
.layer-tong-dai-private .section-2 .wrap-content {
    display: flex;
    align-items: center;
    padding-left: 145px;
}
.layer-tong-dai-private .section-2 .wrap-content .img-left {
    margin-right: 122px;
}
.layer-tong-dai-private .section-2 .content-right .text-1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.layer-tong-dai-private .section-2 .content-right .text-2 {
    display: flex;
    margin-top: 21px;
    margin-bottom: 27px;
}
.layer-tong-dai-private .section-2 .content-right .text-2 span {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    background: #ffd101;
    padding: 10px 30px;
}
.layer-tong-dai-private .section-2 .content-right .list-content li {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 17px;
}
.layer-tong-dai-private .section-2 .content-right .list-content li img {
    margin-right: 14px;
}
.layer-tong-dai-private .section-3 {
    background-image: url(assets/img/tong-dai-private/section-3/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 91px;
    padding-bottom: 98px;
}
.layer-tong-dai-private .section-3 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-tong-dai-private .section-3 .title-1 span {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #ff2121;
    padding: 9px 22px;
}
.layer-tong-dai-private .section-3 .title-2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 86px;
    text-align: center;
}
.layer-tong-dai-private .section-3 .list-content {
    padding-left: 365px;
    padding-right: 365px;
    display: flex;
}
.layer-tong-dai-private .section-3 .list-content li {
    width: 33.3333%;
    padding: 10px;
}
.layer-tong-dai-private .section-3 .list-content li .content-of-item {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    position: relative;
    text-align: center;
    height: 396px;
    padding-left: 40px;
    padding-right: 40px;
}
.layer-tong-dai-private .section-3 .list-content li .content-of-item:hover {
    box-shadow: 0px 0px 30px 0px #776262;
}
.layer-tong-dai-private .section-3 .list-content li .content-of-item .icon {
    height: 110px;
    margin-top: 52px;
    margin-bottom: 37px;
}
.layer-tong-dai-private .section-3 .list-content li .content-of-item .content-1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.layer-tong-dai-private .section-3 .list-content li .content-of-item .content-2 {
    font-size: 17px;
    text-align: left;
}
.layer-tong-dai-private .section-3 .list-content li .content-of-item .text-step {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ffd101;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    font-weight: bold;
}
.layer-tong-dai-private .section-4 {
    padding-top: 133px;
    padding-bottom: 110px;
}
.layer-tong-dai-private .section-4 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-tong-dai-private .section-4 .title-1 span {
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #ff2121;
    padding: 10px 30px;
}
.layer-tong-dai-private .section-4 .title-2 {
    text-align: center;
    margin-top: 35px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 49px;
}
.layer-tong-dai-private .section-4 .wrap-content-1 {
    padding-left: 375px;
    padding-right: 375px;
}
.layer-tong-dai-private .section-4 .wrap-content-1 .title-content-1 {
    display: flex;
}
.layer-tong-dai-private .section-4 .wrap-content-1 .title-content-1 span {
    font-size: 24px;
    font-weight: bold;
    background: #ffd101;
    padding: 6px 19px;
    margin-bottom: 37px;
}
.layer-tong-dai-private .section-4 .wrap-content-1 .wrap-list-content {
    display: flex;
    justify-content: space-between;
}
.layer-tong-dai-private .section-4 .wrap-content-1 .wrap-list-content .list-content {
    width: 50%;
}
.layer-tong-dai-private .section-4 .wrap-content-1 .wrap-list-content .list-content li {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.layer-tong-dai-private .section-4 .wrap-content-1 .wrap-list-content .list-content li img {
    margin-right: 14px;
}
.layer-tong-dai-private .section-4 .wrap-content-1 .wrap-list-content .list-content li span {
    margin-top: -3px;
}
.layer-tong-dai-private .section-4 .wrap-content-1 .wrap-list-content .list-content-right {
    padding-left: 100px;
}
.layer-tong-dai-private .section-4 .wrap-content-2 {
    display: flex;
    padding-left: 375px;
    padding-right: 375px;
    justify-content: space-between;
    margin-top: 73px;
}
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-right {padding-left: 50px;}
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left,
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-right {
    width: 50%;
}
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left .title-content-2-1-left,
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left .title-content-2-2-left {
    display: flex;
    margin-bottom: 37px;
}
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left .title-content-2-1-left span,
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left .title-content-2-2-left span {
    font-size: 24px;
    font-weight: bold;
    background: #ffd101;
    padding: 6px 19px;
    width: 100%;
}
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left .content-2-1-left,
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left .content-2-2-left {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    margin-bottom: 52px;
    padding-left: 25px;
}
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left .content-2-1-left img,
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left .content-2-2-left img {
    margin-right: 14px;
}
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left .content-2-1-left span,
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left .content-2-2-left span {
    margin-top: -3px;
}
.layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-right .title-content-1-right {
    text-align: center;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: bold;
}
.layer-tong-dai-private .section-5 {
    background: #f4f4f4;
    padding-top: 72px;
    padding-bottom: 76px;
}
.layer-tong-dai-private .section-5 .title-1 {
    display: flex;
    justify-content: center;
}
.layer-tong-dai-private .section-5 .title-1 span {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #ff2121;
    padding: 10px 30px;
}
.layer-tong-dai-private .section-5 .title-2 {
    text-align: center;
    font-size: 18px;
    margin-top: 36px;
}
.layer-tong-dai-private .section-6 {
    display: flex;
    padding-bottom: 103px;
}
.layer-tong-dai-private .section-6 .wrap-content-right {
    padding-left: 100px;
}
.layer-tong-dai-private .section-6 .wrap-content-right .title-1 {
    display: flex;
    margin-bottom: 47px;
    margin-top: 77px;
}
.layer-tong-dai-private .section-6 .wrap-content-right .title-1 span {
    background: #ff2121;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 39px;
    color: #fff;
}
.layer-tong-dai-private .section-6 .wrap-content-right .list-content {
    padding-left: 55px;
}
.layer-tong-dai-private .section-6 .wrap-content-right .list-content li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
}
.layer-tong-dai-private .section-6 .wrap-content-right .list-content li span {
    margin-left: 12px;
    margin-top: -3px;
    font-size: 18px;
    font-weight: bold;
}
/*End tong dai private*/

/*Bang gia dau so ip*/
.layer-bang-gia-dau-so-ip .section-2,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 {
    position: relative;
    padding-top: 105px;
    padding-left: 300px;
    padding-right: 300px;
    padding-bottom: 140px;
}
.layer-bang-gia-dau-so-ip .section-2 .img-background,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .img-background {
    position: absolute;
    left: 0;
    top: 200px;
}
.layer-bang-gia-dau-so-ip .section-2 .title-1,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .title-1 {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
}
.layer-bang-gia-dau-so-ip .section-2 .wrap-content-table ul,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .wrap-content-table ul {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.layer-bang-gia-dau-so-ip .section-2 .wrap-content-table ul li,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .wrap-content-table ul li {
    border: 1px solid #ccc;
    border-radius: 40px;
    margin: 0 5px;
}
.layer-bang-gia-dau-so-ip .section-2 .wrap-content-table ul li:hover,
.layer-bang-gia-dau-so-ip .section-2 .wrap-content-table ul li.active,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .wrap-content-table ul li:hover,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .wrap-content-table ul li.active {
    background: #ed1f24;
    border-color: #ed1f24;
}
.layer-bang-gia-dau-so-ip .section-2 .wrap-content-table ul li a,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .wrap-content-table ul li a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding: 10px 11px;
    display: block;
}
.layer-bang-gia-dau-so-ip .section-2 .wrap-content-table ul li:hover a,
.layer-bang-gia-dau-so-ip .section-2 .wrap-content-table ul li.active a,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .wrap-content-table ul li:hover a,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .wrap-content-table ul li.active a {
    color: #fff;
}
.layer-bang-gia-dau-so-ip .section-2 .table tr th,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .table tr th {
    padding: 20px 0;
    border-left: 1px solid #fff;
    border-bottom: none;
}
.layer-bang-gia-dau-so-ip .section-2 .table tr th:first-child {
    padding-left: 20px;
    width: 370px;
}
.layer-bang-gia-dau-so-ip .section-2 .table tr:nth-child(even) th,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .table tr:nth-child(even) th {
    background-color: #f0f0f0;
}
.layer-bang-gia-dau-so-ip .section-2 .table tr:last-child th,
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .table tr:last-child th {
    border-bottom: 15px solid #f0f0f0;
}
.layer-bang-gia-dau-so-ip .section-2 .list-notification {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 40px;
}
.layer-bang-gia-dau-so-ip .section-2 .list-notification li {
    margin-bottom: 15px;
    font-size: 18px;
}
.layer-bang-gia-dau-so-ip .section-2 .list-notification li span {
    margin-left: 20px;
    font-style: italic;
}
/*End bang gia dau so ip*/

/*Bang gia dau so mobile vina viettel*/
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 {
    position: relative;
}
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .table {
    margin-bottom: 60px;
}
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .table tr.list_title_table th:first-child {
    padding: 0 20px;
    vertical-align: middle;
}
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .name_network {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #ed1f24;
    margin-bottom: 20px;
}
.layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .describe_network {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 36px;
}
/*End Bang gia dau so mobile vina viettel*/

/*Bang gia thiet bi*/
.layer-bang-gia-thiet-bi .section-2 .wrap-content-table-price {
    padding-top: 91px;
    padding-bottom: 120px;
    padding-left: 365px;
    padding-right: 365px;
}
.layer-bang-gia-thiet-bi .section-2 div.wrap-content-table-price:nth-child(even) {
    background: #f1f1f1;
}
.layer-bang-gia-thiet-bi .section-2 .wrap-content-table-price .title_table {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}
.layer-bang-gia-thiet-bi .section-2 .wrap-content-table-price .title_table span {
    font-size: 48px;
    text-transform: uppercase;
    background: #ed1f24;
    padding: 4px 30px;
    color: #fff;
}
.layer-bang-gia-thiet-bi .section-2 .ui-widget.ui-widget-content {
    border: none;
    padding: 0;
    background: none;
}
.layer-bang-gia-thiet-bi .section-2 .ui-tabs .ui-tabs-nav {
    padding: 0;
}
.layer-bang-gia-thiet-bi .section-2 .ui-widget-header {
    border: none;
    background: none;
}
.layer-bang-gia-thiet-bi .section-2 .ui-tabs-nav {
    display: flex;
    justify-content: center;
}
.layer-bang-gia-thiet-bi .section-2 .ui-tabs .ui-tabs-nav li {
    border-bottom-width: 1px;
    border-radius: 20px;
    margin: 0 5px;
}
.layer-bang-gia-thiet-bi .section-2 .ui-state-default,
.layer-bang-gia-thiet-bi .section-2 .ui-widget-content .ui-state-default,
.layer-bang-gia-thiet-bi .section-2 .ui-widget-header .ui-state-default,
.layer-bang-gia-thiet-bi .section-2 .ui-button {
    background: #fff;
}
.layer-bang-gia-thiet-bi .section-2 .ui-state-active,
.layer-bang-gia-thiet-bi .section-2 .ui-widget-content .ui-state-active,
.layer-bang-gia-thiet-bi .section-2 .ui-widget-header .ui-state-active, a.ui-button:active,
.layer-bang-gia-thiet-bi .section-2 .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #ffb000;
    background: #ffb000;
    font-weight: bold;
    color: #000;
}
.layer-bang-gia-thiet-bi .section-2 .ui-state-active a,
.layer-bang-gia-thiet-bi .section-2 .ui-state-active a:link,
.layer-bang-gia-thiet-bi .section-2 .ui-state-active a:visited {
    color: #000;
}
.layer-bang-gia-thiet-bi .section-2 .ui-tabs .ui-tabs-panel {
    padding: 0;
    margin-top: 60px;
}
.layer-bang-gia-thiet-bi .section-2 .tabs-table-product .list-item {
    display: flex;
    flex-wrap: wrap;
}
.layer-bang-gia-thiet-bi .section-2 .tabs-table-product .list-item > li {
    width: 33.333%;
    text-align: center;
    padding: 10px;
}
.layer-bang-gia-thiet-bi .section-2 .tabs-table-product .list-item .content-of-item {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 35px;
    background: #fff;
    height: 500px;
    overflow: hidden;
}
.layer-bang-gia-thiet-bi .section-2 .tabs-table-product .list-item .content-of-item:hover {
    box-shadow: 0px 0px 30px 0px #776262;
}
.layer-bang-gia-thiet-bi .section-2 .tabs-table-product .list-item .thumbnail_product {margin-bottom: 30px;}
.layer-bang-gia-thiet-bi .section-2 .tabs-table-product .list-item .thumbnail_product img {
    height: 190px;
    object-fit: scale-down;
}
.layer-bang-gia-thiet-bi .section-2 .tabs-table-product .list-item .title_product {
    text-align: left;
}
.layer-bang-gia-thiet-bi .section-2 .tabs-table-product .list-item .title_product a {
    font-weight: bold;
}
.layer-bang-gia-thiet-bi .section-2 .tabs-table-product .list-item .price {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    margin-top: 17px;
    margin-bottom: 20px;
}
.layer-bang-gia-thiet-bi .section-2 .tabs-table-product .list-item .list_parameter {
    text-align: left;
    list-style: square;
    font-size: 16px;
    padding-left: 20px;
}
.layer-bang-gia-thiet-bi .section-2 .list-description {
    margin-top: 100px;
}
.layer-bang-gia-thiet-bi .section-2 .list-description li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    margin-bottom: 26px;
}
.layer-bang-gia-thiet-bi .section-2 .list-description li span {
    margin-left: 20px;
}
.layer-bang-gia-thiet-bi .modal-product .modal-dialog {
    max-width: 1170px;
    top: 50px;
}
.layer-bang-gia-thiet-bi .modal-product .modal-dialog .modal-content {
    border-radius: 20px;
}
.layer-bang-gia-thiet-bi .modal-product .modal-dialog .modal-body {
    padding: 80px 50px;
}
.layer-bang-gia-thiet-bi .modal-product .modal-dialog .modal-body .btn-close {
    position: absolute;
    top: 35px;
    right: 40px;
    font-size: 18px;
}
.layer-bang-gia-thiet-bi .modal-product .modal-dialog .wrap-content-modal {
    display: flex;
    justify-content: center;
}
.layer-bang-gia-thiet-bi .modal-product .modal-dialog .wrap-content-modal .thumbnail_product_modal {
    /*width: 470px;*/
    margin-right: 90px;
}
.layer-bang-gia-thiet-bi .modal-product .modal-dialog .wrap-content-modal .title_product_modal {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.layer-bang-gia-thiet-bi .modal-product .modal-dialog .wrap-content-modal .price_product_modal {
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 35px;
}
.layer-bang-gia-thiet-bi .modal-product .modal-dialog .wrap-content-modal .list_parameter_product_modal {
    text-align: left;
    list-style: square;
    font-size: 16px;
    padding-left: 20px;
}
.layer-bang-gia-thiet-bi .modal-product .modal-dialog .wrap-content-modal .list_parameter_product_modal li {
    margin-bottom: 30px;
}
.layer-bang-gia-thiet-bi .modal-product .modal-dialog .wrap-content-modal .list_parameter_product_modal li:last-child {
    margin-bottom: 0;
}
/*End bang gia thiet bi*/

#feedbackModal .modal-dialog {
    max-width: 870px;
}
#feedbackModal .btn-close {
    position: absolute;
    right: 20px;
    font-size: 28px;
    top: 10px;
    z-index: 1;
}

#feedbackModal .modal-content {
    padding: 30px 30px 50px 30px;
    position: relative;
    padding-top: 100px;
}

#feedbackModal .background-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
}

.go-to-top {
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    background: #ff2121;
    height: 40px;
    width: 40px;
    right: 25px;
    bottom: 190px;
    color: #ffffff;
    justify-content: center;
    text-align: center;
    border: 2px solid #fff;
    font-size: 18px;
    transition: .3s;
    display: flex;
    align-items: center;
}

a.cta-action-text {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9999;
}

a.cta-action-text img.icon-zalo {
    width: 55px;
}

a.cta-action-fb {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
}

a.cta-action-fb img.icon-fb {
    border-radius: 50%;
    width: 55px;
}

.mCustomScrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #ED1C24;
}

.mCustomScrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #ED1C24;
}

.mCustomScrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #ff7800;
}

#myModal .img-modal-khuyen-mai img {
    width: 500px;
    border: 10px solid #fff;
    border-radius: 5px;
}

/*Footer*/
footer {
    position: relative;
    overflow: hidden;
}
footer .img-footer {
    position: absolute;
    bottom: 0;
    left: 155px;
}
.footer-top {
    background: #ef4243;
}
.footer-top .wrap-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top .wrap-1 .contact-footer {
    padding: 10px 75px;
}
.footer-top .wrap-1 .contact-footer:hover,
.footer-top .wrap-1 .contact-footer.active {
    background: #f01818;
}
.footer-top .wrap-1 .contact-footer img {
    height: 50px;
    object-fit: cover;
}
.footer-top .wrap-1 span {
    font-size: 22px;
    color: #fff;
    margin-left: 15px;
}
.footer-middle {
    background: #151515;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-middle .wrap-all {
    display: flex;
    justify-content: space-between;
    padding-left: 330px;
    padding-right: 330px;
}
.footer-middle .wrap-all .wrap-menu .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.footer-middle .wrap-all .wrap-menu ul li {
    margin-top: 15px;
}
.footer-middle .wrap-all .wrap-menu ul li,
.footer-middle .wrap-all .wrap-menu ul li a {
    color: #7e7e7e;
    font-size: 15px;
}
.footer-middle .wrap-all .wrap-menu ul li strong {
    color: #b8b8b8;
}
.footer-middle .wrap-all .wrap-menu .wrap-menu-2 {
    margin-top: 30px;
}
.footer-middle .wrap-all .wrap-left {
    width: 60%;
}
.footer-middle .wrap-all .wrap-left .list-col-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer-middle .wrap-all .wrap-left .list-col-menu .wrap-menu {
    width: 25%;
}
.footer-middle .wrap-all .wrap-left .wrap-certificate {
    position: relative;
    z-index: 1;
    margin-top: 95px;
}
.footer-middle .wrap-all .wrap-last {
    width: 40%;
}
.footer-bottom {
    font-size: 16px;
    color: #7e7e7e;
    background: #151515;
    border-top: 1px solid #2f2f2f;
    margin-top: 19px;
    padding-top: 13px;
}
.footer-middle .list-certificate {
    display: flex;
}
.footer-middle .list-certificate li {
    margin-right: 10px;
}
.footer-middle .title-list-certificate {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}
/*End Footer*/

/* Responsive */
@media (max-width: 1600px){
    .desktop-header .bottom-header {
        padding-right: 50px;
        padding-left: 50px;
    }
    .section-partner .wrap-content {
        padding-right: 400px;
        padding-left: 350px;
    }
    .layer-home-page .section-1 .img-left {
        width: 150px;
    }
    .layer-home-page .section-1 .img-right {
        width: 800px;
    }
    .layer-home-page .section-1 .wrap-content {
        padding-left: 200px;
    }
    .layer-home-page .section-2 .wrap-content {
        padding: 0 250px;
    }
    .layer-home-page .section-4 .img-right {width: 220px;}
    .layer-home-page .section-4 .wrap-content {padding: 0px 300px;}
    .layer-home-page .section-5 .container-form, .layer-tong-dai-ao .section-7 .container-form {
        padding-left: 150px;
        padding-right: 150px;
    }
    .layer-home-page .section-6 .img-left {width: 200px;}
    .layer-home-page .section-6 .wrap-content {padding: 0 200px;}
    .layer-tong-dai-ao .section-1 .wrap-content {
        padding-left: 150px;
    }
    .layer-tong-dai-ao .section-2 .img-right {display: none;}
    .layer-tong-dai-ao .section-4 .wrap-content {
        padding-left: 300px;
        padding-right: 300px;
    }
    .layer-tong-dai-ao .section-5 .wrap-content {padding-right: 100px;}
    .layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang {
        padding-left: 200px;
        padding-right: 200px;
    }
    .layer-page .section-1 .wrap-title-breadcrumb, .layer-archive .section-1 .wrap-title-breadcrumb, .layer-single .section-1 .wrap-title-breadcrumb {margin-left: 150px;}
    .layer-tinh-nang .section-7 .wrap-all {padding: 0 350px;}
    .layer-tinh-nang .section-8 .list-function {padding: 0 300px;}
    .layer-tinh-nang .section-9 .list-content li .content-of-item {height: auto;}
    .layer-bang-gia .section-2 {
        padding-left: 300px;
        padding-right: 300px;
        padding-top: 30px;
    }
    .layer-bang-gia .section-2 .img-background {width: 260px;}
    .layer-bang-gia .section-2 .title-2 {margin-bottom: 30px;}
    .layer-bang-gia .section-3 .img-background {display: none;}
    .layer-bang-gia .section-4 .danh-sach-tinh-nang {padding: 0 300px;}
    .layer-bang-gia .section-5 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 250px;
        padding-right: 250px;
    }
    .layer-bang-gia .section-5 .title-2 {margin-bottom: 30px;}
    .layer-quan-tri .section-2 .wrap-all {
        padding-left: 100px;
        padding-right: 100px;
    }
    .layer-gioi-thieu .section-1 .wrap-title-breadcrumb {margin-left: 400px;}
    .layer-gioi-thieu .section-4 .img-right {width: 180px;}
    .layer-gioi-thieu .section-4 .list-item {
        padding-left: 200px;
        padding-right: 200px;
    }
    .layer-page-web-call .section-2 .img-background {bottom: 280px;}
    .layer-page-web-call .section-3 .title-2 {margin-bottom: 30px;}
    .layer-page-web-call .section-3 .list-item {
        padding-left: 285px;
        padding-right: 285px;
    }
    .layer-page-web-call .section-3 .img-background {width: 250px;}
    .layer-page-web-call .section-4 {
        padding-left: 240px;
        padding-right: 240px;
    }
    .layer-page-web-call .section-4 .img-background {width: 200px;}
    .layer-tong-dai-private .section-3 .list-content,
    .layer-tong-dai-private .section-4 .wrap-content-1,
    .layer-tong-dai-private .section-4 .wrap-content-2 {
        padding-left: 300px;
        padding-right: 300px;
    }
    .layer-bang-gia-dau-so-ip .section-2 .img-background,
    .layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .img-background {width: 150px;}
    .layer-bang-gia-dau-so-ip .section-2, .layer-bang-gia-dau-so-mobile-vina-viettel .section-2 {
        padding-left: 200px;
        padding-right: 200px;
    }
    .layer-bang-gia-thiet-bi .section-2 .wrap-content-table-price {
        padding-left: 265px;
        padding-right: 265px;
    }
    .layer-bang-gia-thiet-bi .section-2 .list-description {
        margin-top: 50px;
    }
    .layer-archive .section-1 .wrap-title-breadcrumb, .layer-single .section-1 .wrap-title-breadcrumb {margin-left: 420px;}
    .layer-archive .section-2 .img-background, .layer-single .section-2 .img-background {display: none;}
    .layer-archive .section-2, .layer-single .section-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .layer-archive .section-2 .title-category, .layer-single .section-2 .title-category {margin-bottom: 30px;}
    .layer-contact .section-2 .img-background {display: none;}
    .layer-contact .section-2 {padding-bottom: 30px;}
    .footer-middle .wrap-all {
        padding-left: 200px;
        padding-right: 200px;
    }
    footer .img-footer {
        left: 50px;
        width: 500px;
    }
}
@media (max-width: 1366px){
    .desktop-header .bottom-header {
        padding-right: 50px;
        padding-left: 50px;
    }
    .desktop-header .bottom-header {
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    .desktop-header .bottom-header .logo {
        margin-bottom: 20px;
    }
    .section-partner .wrap-content {
        padding-right: 200px;
        padding-left: 200px;
    }
    .layer-home-page .section-1 .wrap-content {padding-top: 30px;}
    .layer-home-page .section-1 .img-right {width: 570px;}
    .layer-home-page .section-1 .wrap-content .text-1 span {font-size: 38px;}
    .layer-home-page .section-1 .wrap-content .text-2 {font-size: 30px;}
    .layer-home-page .section-2 .img-left {width: 350px;}
    .layer-home-page .section-2 .wrap-content {
        padding: 0 150px;
    }
    .layer-home-page .section-3 .danh-sach-uu-diem,
    .layer-tong-dai-ao .section-3 .danh-sach-uu-diem {
        margin-left: 325px;
        margin-right: 325px;
    }
    .layer-home-page .section-3, .layer-tong-dai-ao .section-3 {
        padding-top: 0;
    }
    .layer-home-page .section-4 .wrap-content {
        padding: 0 170px;
    }
    .layer-home-page .section-5 .container-form,
    .layer-tong-dai-ao .section-7 .container-form {
        padding-left: 100px;
        padding-right: 100px;
    }
    .layer-home-page .section-6 .img-left {
        width: 150px;
    }
    .layer-home-page .section-6 .wrap-content {
        padding: 0 100px;
    }
    .layer-home-page .section-6 .wrap-content .title-2 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .layer-home-page .section-7 {padding-top: 70px;padding-bottom: 70px;}
    .layer-home-page .section-6 .wrap-content .list-step .item {width: 100%;}
    .layer-tong-dai-ao .section-2 .wrap-all {padding-left: 15px;padding-right: 15px;padding-top: 30px;padding-bottom: 30px;}
    .layer-tong-dai-ao .section-2 .wrap-all .wrap-content-right .text-2 {width: max-content;}
    .layer-tong-dai-ao .section-2 .wrap-all .wrap-content-right .text-2 span {font-size: 26px;}
    .layer-tong-dai-ao .section-4 .wrap-content {padding-left: 100px;padding-right: 100px;}
    .layer-tong-dai-ao .section-5 .wrap-content .img-left {margin-right: 50px;width: 500px;}
    .layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang {padding-left: 100px;padding-right: 100px;}
    .layer-tong-dai-ao .section-6 .wrap-content .title-2 {margin-bottom: 40px;}
    .layer-page .section-1 .wrap-title-breadcrumb, .layer-archive .section-1 .wrap-title-breadcrumb, .layer-single .section-1 .wrap-title-breadcrumb {margin-left: 100px;}
    .layer-tinh-nang .section-3 .content {padding-left: 300px;padding-right: 300px;}
    .layer-tinh-nang .section-6 .wrap-all .wrap-right img {width: 700px;}
    .layer-tinh-nang .section-7 .wrap-all {padding: 0 200px;}
    .layer-tinh-nang .section-8 .wrap-content-top .wrap-content .list-content {width: auto;}
    .layer-tinh-nang .section-8 .list-function,.layer-tinh-nang .section-9 .list-content {padding: 0 200px;}
    .layer-bang-gia .section-2 {
        padding-left: 200px;
        padding-right: 200px;
    }
    .layer-bang-gia .section-2 .img-background {display: none;}
    .layer-bang-gia .section-4 .danh-sach-tinh-nang {
        padding: 0 150px;
    }
    .layer-bang-gia .section-5 {
        padding-left: 150px;
        padding-right: 150px;
    }
    .layer-quan-tri .section-2 .wrap-all {
        padding-left: 15px;
        padding-right: 15px;
        justify-content: space-between;
    }
    .layer-quan-tri .section-2 .wrap-all .title-content, .layer-quan-tri .section-3 .wrap-all .title-content {
        width: auto;
    }
    .layer-quan-tri .section-3 .wrap-all {justify-content: space-between;padding: 15px;}
    .layer-quan-tri .section-4 .img-background {display: none;}
    .layer-gioi-thieu .section-1 .wrap-title-breadcrumb {margin-left: 300px;}
    .layer-gioi-thieu .section-2 .wrap-content .img-left {width: 600px;}
    .layer-gioi-thieu .section-2 .img-background {display: none;}
    .layer-gioi-thieu .section-3 .wrap-content {
        padding-left: 150px;
        padding-right: 150px;
    }
    .layer-gioi-thieu .section-4 .list-item {
        padding-left: 50px;
        padding-right: 50px;
    }
    .layer-gioi-thieu .section-4 .img-right,
    .layer-page-web-call .section-2 .img-background,
    .layer-page-web-call .section-3 .img-background {display: none;}
    .layer-page-web-call .section-2 .wrap-all .img-left {width: 600px;}
    .layer-page-web-call .section-3 .list-item {padding-left: 50px;padding-right: 50px;}
    .layer-page-web-call .section-4 .img-background {display: none;}
    .layer-page-web-call .section-4 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .layer-tong-dai-private .section-2,
    .layer-tong-dai-private .section-3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .layer-tong-dai-private .section-2 .wrap-content .img-left {
        margin-right: 70px;
        width: 500px;
    }
    .layer-tong-dai-private .section-3 .list-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .layer-tong-dai-private .section-3 .title-2 {margin-bottom: 30px;}
    .layer-tong-dai-private .section-4 {padding-top: 30px;padding-bottom: 30px;}
    .layer-tong-dai-private .section-4 .wrap-content-1,
    .layer-tong-dai-private .section-4 .wrap-content-2 {
        padding-left: 200px;
        padding-right: 200px;
    }
    .layer-tong-dai-private .section-6 .wrap-content-right {padding-left: 50px;}
    .layer-bang-gia-dau-so-ip .section-2 .img-background,
    .layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .img-background {display: none;}
    .layer-bang-gia-dau-so-ip .section-2, .layer-bang-gia-dau-so-mobile-vina-viettel .section-2 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .layer-bang-gia-thiet-bi .section-2 .wrap-content-table-price {
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-middle .wrap-all {
        padding-left: 100px;
        padding-right: 100px;
    }
    .footer-middle .wrap-all .wrap-left .wrap-certificate {margin-top: 150px;}
    .footer-top .wrap-1 .contact-footer {padding: 10px 40px;}
}
@media (max-width: 1024px){
    .desktop-header .bottom-header {
        padding-right: 15px;
        padding-left: 15px;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    .desktop-header .bottom-header .logo {margin-bottom: 15px;}
    .desktop-header .bottom-header .nav li > a {font-size: 14px;}
    .desktop-header .bottom-header .wrap-btn-manager-customer a {font-size: 14px;}
    .desktop-header .bottom-header .logo a img {width: 150px;}
    .desktop-header .top-header .wrap-left {margin-left: 0;}
    .section-partner .wrap-content {
        padding-left: 100px;
        padding-right: 100px;
    }
    .layer-home-page .section-1 {padding-bottom: 0;}
    .layer-home-page .section-1 .wrap-content {padding-bottom: 30px;}
    .layer-home-page .section-1 .img-right {display: none;}
    .layer-home-page .section-2 .img-left {display: none;}
    .layer-home-page .section-3 .danh-sach-uu-diem,
    .layer-tong-dai-ao .section-3 .danh-sach-uu-diem {
        margin-left: 100px;
        margin-right: 100px;
    }
    .layer-home-page .section-3 .img-left {width: 100px;}
    .layer-home-page .section-4 .wrap-content {padding: 0 30px;}
    .layer-home-page .section-5 .container-form, .layer-tong-dai-ao .section-7 .container-form {
        padding-left: 30px;
        padding-right: 30px;
    }
    .layer-home-page .section-5 .wrap-right p .wpcf7-form-control-wrap,
    .layer-tong-dai-ao .section-7 .wrap-right p .wpcf7-form-control-wrap {
        width: auto;
    }
    .layer-home-page .section-5 .wrap-left .title-2, .layer-tong-dai-ao .section-7 .wrap-left .title-2 {
        font-size: 20px;
    }
    .layer-home-page .section-6 .img-left {display: none;}
    .layer-home-page .section-6 .wrap-content .list-step {flex-wrap: wrap;}
    .layer-home-page .section-6 .wrap-content .list-step .item {width: 33.333%;}
    .layer-home-page .section-6 .wrap-content .list-step .item .content-of-item .wrap-icon .icon-arrow {display: none;}
    .layer-home-page .section-6 .wrap-content .list-step .item .content-of-item .wrap-icon {
        display: flex;
        justify-content: center;
    }
    .layer-home-page .section-6 .wrap-content .list-step .item .content-of-item .wrap-icon .icon-logo {width: 156px;}
    .layer-tong-dai-ao .section-1 .wrap-content {padding-left: 15px;}
    .layer-tong-dai-ao .section-1 .wrap-content .text-3,
    .layer-tong-dai-ao .section-1 .wrap-content .text-4 {font-size: 26px;}
    .layer-tong-dai-ao .section-2 .wrap-all .img-left {width: 400px;margin-right: 40px;}
    .layer-tong-dai-ao .section-4 .wrap-content {padding-left: 50px;padding-right: 50px;padding-top: 30px;padding-bottom: 30px;}
    .layer-tong-dai-ao .section-4 .wrap-content .title-2 {margin-bottom: 30px;}
    .layer-tong-dai-ao .section-5 .wrap-content .img-left {display: none;}
    .layer-tong-dai-ao .section-5 .wrap-content {padding-left: 15px;padding-right: 15px;}
    .layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang {padding-left: 15px;padding-right: 15px;flex-wrap: wrap;}
    .layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang .col {
        width: 33.333%;
    }
    .layer-page .section-1 .title, .layer-archive .section-1 .title, .layer-single .section-1 .title {font-size: 34px;}
    .layer-tinh-nang .section-2 {padding-top: 30px;}
    .layer-tinh-nang .section-2 .title-1 span,
    .layer-tinh-nang .section-3 .title-1 span {font-size: 28px;}
    .layer-tinh-nang .section-3 .title-2 {font-size: 26px;}
    .layer-tinh-nang .section-3 .content {
        padding-left: 100px;
        padding-right: 100px;
    }
    .layer-tinh-nang .section-4 ul li .wrap-right .content {width: auto;}
    .layer-tinh-nang .section-4 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .layer-tinh-nang .section-4 ul li.item-even,
    .layer-tinh-nang .section-4 ul li.item-odd {display: block;width: 50%;padding: 0 15px;}
    .layer-tinh-nang .section-4 ul li .wrap-left,
    .layer-tinh-nang .section-4 ul li .wrap-right {width: auto;}
    .layer-tinh-nang .section-4 ul li .wrap-right {padding-left: 0;}
    .layer-tinh-nang .section-4 ul li.item-even .wrap-right {flex-direction: unset;padding-right: 0;justify-content: center;}
    .layer-tinh-nang .section-4 ul li .wrap-right .title {justify-content: center;}
    .layer-tinh-nang .section-4 ul li .wrap-right .title span {font-size: 18px;}
    .layer-tinh-nang .section-4 ul li.item-even .wrap-right .title {margin-top: 25px;}
    .layer-tinh-nang .section-5 .wrap-left img {object-fit: cover;}
    .layer-tinh-nang .section-5 .wrap-right {padding-left: 50px;}
    .layer-tinh-nang .section-6 .wrap-all {justify-content: center;}
    .layer-tinh-nang .section-6 .wrap-all .wrap-left .title-1 {justify-content: center;}
    .layer-tinh-nang .section-6 .wrap-all .wrap-left .title-1 span {font-size: 28px;}
    .layer-tinh-nang .section-6 .wrap-all .wrap-left .title-2 {text-align: center;}
    .layer-tinh-nang .section-6 .wrap-all .wrap-left .content-1 {text-align: center;}
    .layer-tinh-nang .section-6 .wrap-all .wrap-right img {display: none;}
    .layer-tinh-nang .section-7 .wrap-all {padding: 0 30px;}
    .layer-tinh-nang .section-8 .wrap-content-top .img-left {display: none;}
    .layer-tinh-nang .section-8 .list-function, .layer-tinh-nang .section-9 .list-content {padding: 0 50px;}
    .layer-bang-gia .section-2 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .layer-bang-gia .section-2 .list-table-price-service .item {
        width: 50%;
    }
    .layer-bang-gia .section-3 {padding-top: 30px;}
    .layer-bang-gia .section-4 .danh-sach-tinh-nang {padding: 0 50px;}
    .layer-bang-gia .section-5 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .layer-quan-tri .section-3 {padding-bottom: 30px;}
    .layer-bang-gia .section-3 .text-1, .layer-quan-tri .section-4 .text-1 {
        margin-bottom: 30px;
    }
    .layer-quan-tri .section-3 .wrap-all {display: block;}
    .layer-quan-tri .section-3 .wrap-all .wrap-right .img-1 {display: none;}
    .layer-quan-tri .section-2 .wrap-all .wrap-left .list-item-content,
    .layer-quan-tri .section-3 .wrap-all .wrap-left .list-item-content {width: auto;}
    .layer-quan-tri .section-3 .wrap-all .title-content {width: max-content;margin-top: 30px;}
    .layer-gioi-thieu .section-1 .wrap-title-breadcrumb {margin-left: 180px}
    .layer-gioi-thieu .section-2 .wrap-content .img-left {display: none;}
    .layer-gioi-thieu .section-2 .wrap-content {justify-content: center;}
    .layer-gioi-thieu .section-3 .wrap-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .layer-gioi-thieu .section-4 .list-item li {width: 50%;}
    .layer-gioi-thieu .section-5 .wrap-right {display: none;}
    .layer-gioi-thieu .section-5 .wrap-left .title-1 {justify-content: center;position: unset;}
    .layer-gioi-thieu .section-5 .wrap-left .title-2 {text-align: center;margin-right: 0}
    .layer-gioi-thieu .section-5 .wrap-left ul {justify-content: center;padding-right: 0;}
    .layer-page .section-1, .layer-archive .section-1, .layer-single .section-1 {
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .layer-page-web-call .section-2 .wrap-all {margin-top: 30px;}
    .layer-page-web-call .section-2 .wrap-all .img-left {width: 400px;}
    .layer-page-web-call .section-3 {padding-top: 30px;padding-bottom: 30px;}
    .layer-page-web-call .section-3 .list-item {padding-left: 15px;padding-right: 15px;}
    .layer-page-web-call .section-4 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .layer-tong-dai-private .section-2 .wrap-content {padding-left: 0;}
    .layer-tong-dai-private .section-2 .wrap-content .img-left {margin-right: 30px;}
    .layer-tong-dai-private .section-3 .list-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .layer-tong-dai-private .section-4 .wrap-content-1, .layer-tong-dai-private .section-4 .wrap-content-2 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .layer-tong-dai-private .section-6 {justify-content: center;}
    .layer-tong-dai-private .section-6 .img-left {display: none;}
    .layer-bang-gia-dau-so-ip .section-2 .table tr th:first-child {width: 300px;}
    .layer-bang-gia-thiet-bi .section-2 .wrap-content-table-price {
        padding-left: 15px;
        padding-right: 15px;
    }
    .layer-bang-gia-thiet-bi .modal-product .modal-dialog {max-width: 950px;}
    .footer-middle .wrap-all {padding-left: 30px;padding-right: 30px;}
    footer .img-footer {width: 300px;}
    .footer-top .wrap-1 .contact-footer {padding: 10px;}
}
@media (max-width: 991px){
    .desktop-header{display: none}
    .mobile-header{display: block}
    #wpadminbar{display: none;visibility: hidden}
    .section-partner .wrap-content {
        padding: 0 15px;
    }
    .section-partner .icon-quote-top {
        left: 0;
    }
    .section-partner .icon-quote-bottom {
        right: 0;
    }
    .layer-home-page .section-1 .img-left {display: none;}
    .layer-home-page .section-1 .wrap-content {
        padding-top: 100px;
        padding-left: 0;
    }
    .layer-home-page .section-1 .wrap-content .text-1 span {font-size: 28px;padding: 15px 33px;}
    .layer-home-page .section-1 .wrap-content .text-3 {font-size: 26px;}
    .layer-home-page .section-1 .wrap-content .text-4 {font-size: 26px;}
    .layer-home-page .section-1 .wrap-content .text-6 {width: auto;font-size: 17px;}
    .layer-home-page .section-1 .wrap-content .text-7 {justify-content: center;}
    .layer-home-page .section-2 {padding-top: 30px;}
    .layer-home-page .section-2 .wrap-content {padding: 0 15px;}
    .layer-home-page .section-2 .wrap-content .text-1,
    .layer-home-page .section-2 .wrap-content .text-2 {font-size: 30px;}
    .layer-home-page .section-2 .wrap-content .list-product {margin-top: 30px;}
    .layer-home-page .section-3 .text-1 span, .layer-tong-dai-ao .section-3 .text-1 span {font-size: 34px;}
    .layer-home-page .section-3 .text-2, .layer-tong-dai-ao .section-3 .text-2 {font-size: 26px;}
    .layer-home-page .section-3, .layer-tong-dai-ao .section-3 {padding-bottom: 30px;}
    .layer-home-page .section-3 .text-3 {margin-bottom: 30px;}
    .layer-home-page .section-3 .danh-sach-uu-diem, .layer-tong-dai-ao .section-3 .danh-sach-uu-diem {margin-left: 15px;margin-right: 15px;}
    .layer-home-page .section-3 .danh-sach-uu-diem .item, .layer-tong-dai-ao .section-3 .danh-sach-uu-diem .item {width: 100%;}
    .layer-home-page .section-4 {padding-top: 30px;}
    .layer-home-page .section-4 .wrap-content .text-1 span {font-size: 28px;}
    .layer-home-page .section-4 .wrap-content .text-2 {font-size: 26px;}
    .layer-home-page .section-4 .wrap-content .text-3 {margin-bottom: 30px;}
    .layer-home-page .section-4 .danh-sach-loi-ich {flex-wrap: wrap;}
    .layer-home-page .section-4 .danh-sach-loi-ich .item {width: 100%;}
    .layer-home-page .section-4 .img-right {display: none;}
    .layer-home-page .section-5 .wrap-form, .layer-tong-dai-ao .section-7 .wrap-form {display: block;padding: 20px;}
    .layer-home-page .section-5 .wrap-left,
    .layer-home-page .section-5 .wrap-right,
    .layer-tong-dai-ao .section-7 .wrap-left,
    .layer-tong-dai-ao .section-7 .wrap-right {
        width: 100%;
    }
    .layer-home-page .section-5 .wrap-left .title-2, .layer-tong-dai-ao .section-7 .wrap-left .title-2 {font-size: 18px;width: auto;}
    .layer-home-page .section-6 {padding-top: 30px;padding-bottom: 30px;}
    .layer-home-page .section-6 .wrap-content {padding: 0 15px;}
    .layer-home-page .section-6 .wrap-content .title-1 span {font-size: 28px;}
    .layer-home-page .section-6 .wrap-content .list-step .item {width: 100%;}
    .layer-tong-dai-ao .section-1 {padding-top: 80px;background-color: #F0F0F0;background-image: none;}
    .layer-tong-dai-ao .section-1 .wrap-content .text-1 span {font-size: 28px;padding: 15px 30px;}
    .layer-tong-dai-ao .section-1 .wrap-content .text-6 {justify-content: center;}
    .layer-tong-dai-ao .section-2 .wrap-all .img-left {display: none;}
    .layer-tong-dai-ao .section-2 .wrap-all .wrap-content-right .text-2 {width: auto;}
    .layer-tong-dai-ao .section-4 .img-right {display: none;}
    .layer-tong-dai-ao .section-4 .wrap-content {padding-left: 30px;padding-right: 30px;}
    .layer-tong-dai-ao .section-4 .wrap-content .title-1 span,
    .layer-tong-dai-ao .section-5 .title-1 span,
    .layer-tong-dai-ao .section-6 .wrap-content .title-1 span {font-size: 28px;}
    .layer-tong-dai-ao .section-4 .wrap-content .title-2,
    .layer-tong-dai-ao .section-5 .title-2,
    .layer-tong-dai-ao .section-6 .wrap-content .title-2 {font-size: 26px;}
    .layer-tong-dai-ao .section-5 .title-1 span {padding: 4px 5px;}
    .layer-tong-dai-ao .section-5 .title-2 {margin-bottom: 30px;}
    .layer-tong-dai-ao .section-5 .wrap-content .list-benefit {
        flex-wrap: wrap;
    }
    .layer-tong-dai-ao .section-5 .wrap-content .list-benefit .list-benefit-left, .layer-tong-dai-ao .section-5 .wrap-content .list-benefit .list-benefit-right {
        width: 100%;
    }
    .layer-tong-dai-ao .section-6 .slogan {font-size: 20px;margin-bottom: 30px;}
    .layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang .col {width: 100%;}
    .layer-tong-dai-ao .section-6 .wrap-content .danh-sach-tinh-nang .col .content-of-item {height: auto;padding-bottom: 40px;padding-top: 40px;}
    .layer-tong-dai-ao .section-3 .danh-sach-uu-diem .item .content-of-item {height: auto;padding-bottom: 30px;}
    .layer-page .section-1, .layer-archive .section-1, .layer-single .section-1 {
        background-image: url(assets/img/background-mobile.png) !important;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 60px;
    }
    .layer-page .section-1 .wrap-title-breadcrumb, .layer-archive .section-1 .wrap-title-breadcrumb, .layer-single .section-1 .wrap-title-breadcrumb {
        margin-left: 0;
    }
    .layer-tinh-nang .section-2 .title-1 span, .layer-tinh-nang .section-3 .title-1 span {font-size: 18px;padding: 10px;}
    .layer-tinh-nang .section-3 .content {padding-left: 30px;padding-right: 30px;}
    .layer-tinh-nang .section-4 ul li.item-even, .layer-tinh-nang .section-4 ul li.item-odd {width: 100%;}
    .layer-tinh-nang .section-4 ul li.item-odd .wrap-left,
    .layer-tinh-nang .section-4 ul li .wrap-left {padding: 30px;}
    .layer-tinh-nang .section-4 ul li .wrap-right .title span {font-size: 16px;padding: 11px 20px;}
    .layer-tinh-nang .section-5 {height: auto;}
    .layer-tinh-nang .section-5 .wrap-left {display: none;}
    .layer-tinh-nang .section-5 .wrap-right {width: 100%;}
    .layer-tinh-nang .section-5 .wrap-right {padding: 15px;}
    .layer-tinh-nang .section-5 .wrap-right .title-1,
    .layer-tinh-nang .section-5 .wrap-right .title-2,
    .layer-tinh-nang .section-6 .wrap-all .wrap-left {width: auto;}
    .layer-tinh-nang .section-6 {padding-top: 30px;}
    .layer-tinh-nang .section-6 .wrap-all .wrap-left {margin-right: 0;padding: 15px;}
    .layer-tinh-nang .section-7 .wrap-all {display: block;}
    .layer-tinh-nang .section-7 .wrap-all .wrap-left {margin-right: 0;}
    .layer-tinh-nang .section-7 .wrap-all .wrap-right {margin-left: 0;}
    .layer-tinh-nang .section-7 .wrap-all .item {padding: 15px;}
    .layer-tinh-nang .section-8 .wrap-content-top .wrap-content {margin-left: 0;padding: 15px;}
    .layer-tinh-nang .section-8 .wrap-content-top .wrap-content .title-1 {font-size: 23px;}
    .layer-tinh-nang .section-8 .wrap-content-top .wrap-content .title-2 {justify-content: center;}
    .layer-tinh-nang .section-8 .wrap-content-top .wrap-content .title-2 span {font-size: 18px;padding: 13px 30px;}
    .layer-tinh-nang .section-8 .list-function, .layer-tinh-nang .section-9 .list-content {flex-wrap: wrap;padding: 0 15px;margin-top: 0;}
    .layer-tinh-nang .section-8 .list-function li,
    .layer-tinh-nang .section-9 {padding-top: 30px;padding-bottom: 30px;width: 100%;}
    .layer-tinh-nang .section-9 .list-content li .content-of-item {padding: 30px;}
    .layer-tinh-nang .section-9 .title-2 {margin-bottom: 30px;}
    .layer-tinh-nang .section-9 .list-content li.item {width: 100%;}
    .layer-tinh-nang .section-9 .title-1 span {padding: 13px 20px;font-size: 26px;}
    .layer-bang-gia .section-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .layer-bang-gia .section-2 .title-1 span {
        font-size: 28px;
        padding: 0 25px;
    }
    .layer-bang-gia .section-2 .list-table-price-service .item {width: 100%;}
    .layer-bang-gia .section-4 {padding-bottom: 30px;}
    .layer-bang-gia .section-4 .title-1 span {font-size: 28px;}
    .layer-bang-gia .section-4 .title-2 {font-size: 26px;margin-bottom: 30px;}
    .layer-bang-gia .section-4 .danh-sach-tinh-nang {display: block;padding: 0 15px;}
    .layer-bang-gia .section-5 .description-content-table {justify-content: space-between;}
    .layer-bang-gia .section-5 .description-content-table .not-support,
    .layer-bang-gia .section-5 .description-content-table .support {margin-right: 0;}
    .layer-tong-dai-ao .section-4 .wrap-content .list-table-price-service .content-of-item .price-service,
    .layer-bang-gia .section-2 .list-table-price-service .content-of-item .price-service {
        font-size: 45px;
    }
    .layer-bang-gia .section-3 .text-2, .layer-quan-tri .section-4 .text-2 {font-size: 15px;}
    .layer-bang-gia .section-3 .text-2, .layer-quan-tri .section-4 .text-2,
    .layer-bang-gia .section-3 .text-3, .layer-quan-tri .section-4 .text-3 {border-bottom: none;font-size: 14px;}
    .layer-bang-gia .section-3 .text-4, .layer-quan-tri .section-4 .text-4 {
        border-bottom: none;
        vertical-align: middle;
        display: revert;
    }
    .layer-bang-gia .section-3 .text-4 .btn-order, .layer-quan-tri .section-4 .text-4 .btn-order {
        padding: 5px 15px;
        font-size: 16px;
    }
    .layer-bang-gia .section-5 .title-1 span {
        font-size: 28px;
    }
    .layer-bang-gia .section-5 .title-2 {font-size: 26px;}
    .layer-quan-tri .section-2, .layer-quan-tri .section-3 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .layer-quan-tri .section-2 .title-1, .layer-quan-tri .section-3 .title-1 {font-size: 26px;}
    .layer-quan-tri .section-2 .title-2 span, .layer-quan-tri .section-3 .title-2 span {font-size: 28px;}
    .layer-quan-tri .section-2 .wrap-all {display: block;}
    .layer-quan-tri .section-2 .wrap-all .wrap-left {margin-right: 0;}
    .layer-quan-tri .section-2 .wrap-all .wrap-right,
    .layer-quan-tri .section-3 .wrap-all .wrap-right .list-item-content {width: auto;}
    .layer-quan-tri .section-4 .text-1 {padding-top: 30px;}
    .layer-quan-tri .section-4 {padding-bottom: 30px}
    .layer-gioi-thieu .section-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .layer-gioi-thieu .section-2 .title-1 span,
    .layer-gioi-thieu .section-2 .title-2 {font-size: 26px;}
    .layer-gioi-thieu .section-2 .content-short {padding: 15px;}
    .layer-gioi-thieu .section-2 .wrap-content {
        margin-top: 30px;
    }
    .layer-gioi-thieu .section-2 .wrap-content {padding: 15px;}
    .layer-gioi-thieu .section-2 .wrap-content .content-right .text-1 {font-size: 20px;text-align: center;}
    .layer-gioi-thieu .section-2 .wrap-content .content-right .text-2 {justify-content: center;}
    .layer-gioi-thieu .section-2 .wrap-content .content-right .text-2 span,
    .layer-gioi-thieu .section-3 .title-1 span,
    .layer-gioi-thieu .section-3 .title-2 {font-size: 26px;}
    .layer-gioi-thieu .section-3 .title-2 {margin-bottom: 30px;}
    .layer-gioi-thieu .section-3 .wrap-content {display: block;}
    .layer-gioi-thieu .section-4 .title-1 span,
    .layer-gioi-thieu .section-4 .title-2 {font-size: 26px;}
    .layer-gioi-thieu .section-4 {padding-top: 30px;padding-bottom: 30px;}
    .layer-gioi-thieu .section-4 .list-item {padding-left: 15px;padding-right: 15px;}
    .layer-gioi-thieu .section-4 .list-item li {width: 100%;}
    .layer-gioi-thieu .section-5 .wrap-left {padding: 15px;}
    .layer-gioi-thieu .section-5 .wrap-left .title-1 {margin-top: 30px;}
    .layer-gioi-thieu .section-5 .wrap-left ul {display: block;}
    .layer-gioi-thieu .section-5 .wrap-left .title-1 span {font-size: 22px;padding: 8px 15px;}
    .layer-gioi-thieu .section-5 .wrap-left .title-2 {margin-bottom: 30px;}
    .layer-gioi-thieu .section-5 .wrap-left ul li {margin-bottom: 15px;}
    .layer-gioi-thieu .section-5 .wrap-left ul li:first-child {margin-right: 0;}
    .layer-gioi-thieu .section-5 .wrap-left ul li .content-of-item {width: auto;}
    .layer-page-web-call .section-2 {padding-top: 30px;padding-left: 15px;padding-right: 15px;}
    .layer-page-web-call .section-2 .title-1 span,
    .layer-page-web-call .section-2 .title-2 {font-size: 26px;}
    .layer-page-web-call .section-2 .wrap-all {display: block;}
    .layer-page-web-call .section-2 .wrap-all .wrap-content-right .text-1 {text-align: center;margin-top: 30px;}
    .layer-page-web-call .section-2 .wrap-all .wrap-content-right .text-2 {justify-content: center;}
    .layer-page-web-call .section-2 .wrap-all .img-left {margin-right: 0;}
    .layer-page-web-call .section-3 .title-1 span {font-size: 24px;}
    .layer-page-web-call .section-3 .list-item {flex-wrap: wrap;}
    .layer-page-web-call .section-3 .list-item li {width: 100%;}
    .layer-page-web-call .section-4 .wrap-content .title-1 span {font-size: 24px;text-align: center;}
    .layer-page-web-call .section-4 .wrap-content {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .layer-page-web-call .section-4 {padding-top: 30px;}
    .layer-page-web-call .section-4 .wrap-content .text-8 a {padding: 10px 15px;}
    .layer-page-web-call .section-4 .wrap-content .text-4 .price span {
        right: 0;
        top: -10px;
    }
    .layer-tong-dai-private .section-2 .title-1 span {
        padding: 10px 20px;
        font-size: 26px;
        text-align: center;
    }
    .layer-tong-dai-private .section-2 .wrap-content {display: block;}
    .layer-tong-dai-private .section-2 .content-right .text-1 {margin-top: 30px;text-align: center;}
    .layer-tong-dai-private .section-2 .content-right .text-2 {justify-content: center;}
    .layer-tong-dai-private .section-2 .wrap-content .content-right {
        padding: 15px;
    }
    .layer-tong-dai-private .section-3 .title-1 span {font-size: 28px;text-align: center;}
    .layer-tong-dai-private .section-3 .list-content {flex-wrap: wrap;}
    .layer-tong-dai-private .section-3 .list-content li,
    .layer-tong-dai-private .section-4 .wrap-content-1 .wrap-list-content .list-content {width: 100%;}
    .layer-tong-dai-private .section-4 .wrap-content-1 .wrap-list-content {flex-wrap: wrap;}
    .layer-tong-dai-private .section-4 .wrap-content-1, .layer-tong-dai-private .section-4 .wrap-content-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .layer-tong-dai-private .section-4 .wrap-content-1 .wrap-list-content .list-content-right {padding-left: 0;}
    .footer-top .wrap-1, .layer-tong-dai-private .section-4 .wrap-content-2 {
        flex-wrap: wrap;
    }
    .layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-left,
    .layer-tong-dai-private .section-4 .wrap-content-2 .wrap-content-right {
        width: 100%;
    }
    .layer-tong-dai-private .section-5 .title-1 span {font-size: 28px;text-align: center;}
    .layer-tong-dai-private .section-6 .wrap-content-right {padding-left: 0;}
    .layer-tong-dai-private .section-6 .wrap-content-right .title-1 {justify-content: center;}
    .layer-tong-dai-private .section-6 .wrap-content-right .title-1 span {font-size: 28px;}
    .layer-tong-dai-private .section-6 .wrap-content-right .list-content {padding-left: 15px;padding-right: 15px;}
    .layer-tong-dai-private .section-6 .wrap-content-right .title-1 {margin-top: 30px;margin-bottom: 30px;}
    .layer-tong-dai-private .section-6 {padding-bottom: 0;}
    .layer-tong-dai-private .section-2 .wrap-content .img-left {margin-right: 0;}
    .layer-tong-dai-private .section-4 .title-1 span {font-size: 28px;text-align: center;}
    .layer-bang-gia-dau-so-ip .section-2, .layer-bang-gia-dau-so-mobile-vina-viettel .section-2 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .layer-bang-gia-dau-so-ip .section-2 .title-1,
    .layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .title-1 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .layer-bang-gia-dau-so-ip .section-2 .wrap-content-table ul,
    .layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .wrap-content-table ul {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .layer-bang-gia-dau-so-ip .section-2 .wrap-content-table ul li,
    .layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .wrap-content-table ul li {
        margin-bottom: 15px;
    }
    .layer-bang-gia-dau-so-ip .section-2 .wrap-content-table ul li a,
    .layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .wrap-content-table ul li a {text-align: center;font-size: 14px;}
    .layer-bang-gia-dau-so-ip .section-2 .table tr th:first-child {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
    }
    .layer-bang-gia-dau-so-ip .section-2 .table tr th,
    .layer-bang-gia-dau-so-mobile-vina-viettel .section-2 .table tr th {
        padding: 10px;
        vertical-align: middle;
    }
    .layer-bang-gia-thiet-bi .section-2 .wrap-content-table-price .title_table span {
        font-size: 28px;
        text-align: center;
    }
    .layer-bang-gia-thiet-bi .section-2 .ui-tabs-nav {
        flex-wrap: wrap;
    }
    .layer-bang-gia-thiet-bi .section-2 .ui-tabs .ui-tabs-nav li {margin-bottom: 15px;}
    .layer-bang-gia-thiet-bi .section-2 .ui-tabs .ui-tabs-panel {margin-top: 30px;}
    .layer-bang-gia-thiet-bi .section-2 .tabs-table-product .list-item > li {width: 100%;}
    .layer-bang-gia-thiet-bi .modal-product .modal-dialog {top: 90px;}
    .layer-bang-gia-thiet-bi .modal-product .modal-dialog .modal-body {padding: 30px;}
    .layer-bang-gia-thiet-bi .modal-product .modal-dialog .modal-body .btn-close {
        top: 10px;
        right: 10px;
    }
    .layer-bang-gia-thiet-bi .modal-product .modal-dialog .wrap-content-modal {display: block;}
    .layer-bang-gia-thiet-bi .modal-product .modal-dialog .wrap-content-modal .thumbnail_product_modal {margin-right: 0;margin-bottom: 30px;width: 200px;}
    .layer-bang-gia-thiet-bi .modal-product .modal-dialog .wrap-content-modal .title_product_modal {font-size: 24px;}
    .layer-bang-gia-thiet-bi .modal-product .modal-dialog .wrap-content-modal .price_product_modal {
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .layer-contact .section-2 {padding-top: 30px;}
    .layer-contact .section-2 .text-1 {margin-bottom: 30px;font-size: 28px;}
    .footer-middle .wrap-all .wrap-left .list-col-menu {
        justify-content: space-between;
    }
    .footer-middle .wrap-all .wrap-left .list-col-menu .wrap-menu {
        width: 50%;
        margin-bottom: 15px;
    }
    .footer-top .wrap-1 .contact-footer {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .footer-top .wrap-1 .contact-footer.chatonline {
        margin-bottom: 0;
    }
    .footer-middle {padding-top: 30px;padding-bottom: 30px;}
    .footer-middle .wrap-all {display: block;}
    .footer-middle .wrap-all .wrap-left {width: 100%;}
    .footer-middle .wrap-all .wrap-last {width: auto;margin-top: 30px;}
    .footer-middle .wrap-all .wrap-left .wrap-certificate {margin-top: 30px;}
    .footer-bottom {
        padding-bottom: 0;
        text-align: center;
    }
    footer .img-footer {display: none;}
}
@media (max-width: 768px){
}
@media (max-width: 598px){
    .footer-top {padding: 15px 0;}
    .footer-top .wrap-1 .contact-footer:hover, .footer-top .wrap-1 .contact-footer.active {
        background: unset;
    }
}
@media (max-width: 480px){
}
@media (max-width: 425px){
}
@media (max-width: 424px){
}
@media (max-width: 380px){
}
@media (max-width: 375px){
}
@media (max-width: 360px){
}
@media (max-width: 320px){
}
@media (max-width: 240px){
}