@font-face {
    font-family: RobotoRegular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: RobotoMedium;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: RobotoBold;
    src: url(../fonts/Roboto-Bold.ttf);
}
.container {
    background-color: #efebeb;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container-decree{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}

.decree-cover{
    width: 30%;
    height: 500px;
    margin-top: 8%;
    position: relative;
}

.decree-content{
    width: 100%;
    height: 86%;
    border-bottom: 2px solid #89C3FF;
    z-index: 1;
    position: relative;
}

.decree-logo-vnpt{
    width: 100%;
    height: 10%;
    margin-top: 2%;
}

.decree-logo-vnpt img{
    height: 80% !important;
    width: 25% !important;
}

.decree-para{
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
}

.decree-title{
    width: 100%;
    height: 12%;
    font-size: 17px;
    color: #003BAC;
    text-transform: uppercase;
    font-weight: 700;
}

.decree-paragraph{
    width: 90%;
    height: 73%;
    margin-top: 2%;
    font-size: 15px;
    text-align: justify;
    overflow-wrap: break-word;
    word-break: break-word;
    overflow-y: auto;
    padding-right: 3%;
}

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

.decree-paragraph::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.decree-paragraph::-webkit-scrollbar-thumb
{
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0045AD;
}

.decree-content img{
    width: 96%;
    height: 100%;
    z-index: 2;
    position: relative;
}

.decree-func{
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
}

.decree-func img{
    width: 100%;
    height: 100%;
}

.decree-btn-cover{
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    padding-top: 8%;
}

#decree-btn-pass{
    width: 170px;
    height: 45px;
    font-size: 18px;
    color: white;
    font-weight: bolder;
    margin-right: 20%;
    border-radius: 25px;
    border: 1px solid #00F0FF;
    background-image: linear-gradient(#00F0FF, #03609F, #00F0FF);
}

#decree-btn-pass:hover{
    background-image: linear-gradient(#03609F, #00F0FF, #03609F);
    border: 1px solid #03609F;
}

#decree-btn-accept{
    width: 170px;
    height: 45px;
    font-size: 18px;
    color: white;
    font-weight: bolder;
    border-radius: 25px;
    border: 1px solid #00F0FF;
    background-image: linear-gradient(#00F0FF, #03609F, #00F0FF);
}

#decree-btn-accept:hover{
    background-image: linear-gradient(#03609F, #00F0FF, #03609F);
    border: 1px solid #03609F;
}

#btn-close-decree{
    font-size: 25px;
    color: black;
    font-weight: bolder;
    background-color: transparent;
    float: right;
    border: none;
    margin-right: 3%;
}

@media only screen and (max-width: 1800px) {
    .decree-cover{
        width: 33%;
    }
}

@media only screen and (max-width: 1630px) {
    .decree-cover{
        width: 37%;
    }
}

@media only screen and (max-width: 1460px) {
    .decree-cover{
        width: 45%;
    }
}

@media only screen and (max-width: 1215px) {
    .decree-cover{
        width: 50%;
    }
}

@media only screen and (max-width: 1080px) {
    .decree-cover{
        width: 55%;
    }
}

@media only screen and (max-width: 990px) {
    .decree-cover{
        width: 65%;
    }
}

@media only screen and (max-width: 837px) {
    .decree-cover{
        width: 70%;
    }
}

@media only screen and (max-width: 773px) {
    .decree-cover{
        width: 75%;
    }
    .decree-title{
        font-size: 15px;
    }
}

@media only screen and (max-width: 725px) {
    .decree-cover{
        width: 95%;
    }
}

@media only screen and (max-width: 506px) {
    .decree-cover{
        width: 98%;
    }
    .decree-title{
        font-size: 13px;
    }
    #decree-btn-pass{
        margin-right: 15%;
    }
}

@media only screen and (max-width: 475px) {
    .decree-cover{
        width: 98%;
    }
    #decree-btn-pass{
        margin-right: 8%;
    }
    .decree-btn-cover {
        padding-top: 10%;
    }
}

@media only screen and (max-width: 384px) {
    #decree-btn-pass{
        margin-right: 3%;
    }
}

body {
    font-family: RobotoRegular;
    background-color: #efebeb !important;
    color: #fff;
}

nav {
    margin-top: 21px;
    height: 60px;
    line-height: 60px;
    background-color: #efebeb;
    color: #fff;
    font-size: 20px;
    font-family: RobotoMedium;
    z-index: 100;
    box-shadow: none;
}

.sidenav-overlay {
    margin-top: 70px !important;
}

nav .brand-logo {
    position: unset;
}

.brand-logo img {
    height: 24px;
    width: 24px;
}

.nav-wrapper {
    max-width: 100%;
    height: 70px;
}

nav .nav-wrapper {
    position: relative;
    width: 100%;
    display: flex;
}

nav ul a {
    padding: 0px 8px;
    color: black;
}

ul.left.hide-on-med-and-down {
    width: 65%;
    display: flex;
    height: fit-content;
}

li.line-space a {
    color: #c5c5c5 !important;
}

.button-reg {
    width: 150px;
    height: auto;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    color: white;
    font-size: 16px;
    font-family: RobotoMedium;
}

.cover-btn-reg {
    margin-left: auto;
    text-align: center;
}

.button-reg a {
    width: 100%;
    font-size: 16px;
    font-family: RobotoMedium;
}

/*nghi dinh 13*/
/*.btn-reg-align {
    width: 35%;
    display: flex;
    margin-left: auto;
}*/

.btn-reg-align {
    width: 28%;
    display: flex;
    margin-left: auto;
}

@media screen and (max-width: 994px){
    nav ul a {
        padding: 0px 4px;
        color: black;
    }
    
    .button-reg{
        width: 125px;
    }
}

@media screen and (max-width: 1199px){
    nav ul a {
        padding: 0px 4px;
        color: black;
    }
    
    .button-reg{
        width: 125px;
    }
    
}

/*nghi dinh 13*/

.homepage-login-cover {
    width: 100%;
    height: auto;
}

.homepage-login-cover-info {
    width: 55%;
    height: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    opacity: 1;
    color: #ff6600;
    margin-left: auto;
    margin-right: 5%;
}

.homepage-login-cover-info a {
    padding-left: 15%;
}

.homepage-login-cover-img {
    width: 15%;
    height: auto;
    margin-left: auto;
}

.homepage-login-cover-img img {
    width: 5.2%;
    position: absolute;
}

.sidenav {
    width: 287px;
    height: auto;
    margin-top: 70px;
    font-family: RobotoRegular;
    font-size: 14px;
    background-color: white;
    padding-bottom: 0px;
    box-shadow: 1px #000000bf;
}

.sidenav-cover-menu {
    margin: 8px;
    height: 30px;
}

.sidenav li > a {
    width: 271px;
    height: 47px;
    background: linear-gradient(90deg, #969696, #96969699, #c5c5c566);
    margin: 8px;
    color: black;
    display: flex;
    flex-direction: row;
}

.sidenav li > a {
    padding: 0px;
}



.img-icon-menu {
    width: 25px;
    height: 25px;
    margin: 11px;
}

.w3-dropdown-content {
    width: 271px;
    position: unset;
    margin: -8px 8px 8px 8px;
    background: linear-gradient(90deg, #ffb47f, #ffc97f, #ffe17f);
}

.sidenav li > span {
    font-size: 14px;
    font-family: RobotoMedium;
}

.sidenav li > a:hover {
    color: white;
}

.menu-wrapper {
    background-color: white;
    width: 100%;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 5px;
    display: flex;
    margin-top: 2%;
}

.cover-logo-1 {
    height: auto;
    width: 18%;
    padding: 1% 1% 1% 2%;
}

.cover-logo-1 img {
    width: 100%;
    height: auto;
}

.cover-search-box {
    width: 23%;
    background-color: #c5c5c5;
    border-radius: 5px;
    margin: auto;
}

.cover-search-box img {
    height: 26px;
    width: 26px;
}

.cover-logo-search {
    width: 80px;
    height: 50px;
    background-color: #ff6600;
    border-radius: 5px;
    float: right;
}

.cover-logo-search img {
    margin: 12px 25px;
}

.cover-menu-1 {
    width: 52%;
    margin: auto;
}

.menu-1 {
    width: 100%;
    height: 50px;
    background-color: #ff660066;
    color: #fff;
    font-size: 20px;
    font-family: RobotoMedium;
    z-index: 100;
    box-shadow: none;
    border-radius: 5px;
}

.option-menu-1 li {
    float: left;
}

.option-menu-1 li a {
    font-family: RobotoMedium;
    font-size: 20px;
}

.menu-1 ul {
    display: flex;
}

.menu-1 ul li {
    padding: 1.5% 1% 1% 2%;
}

.menu-1 ul li a {
    color: black;
    font-family: RobotoMedium;
    font-size: 16px;
}

.line-space-1 a {
    color: white !important;
}

.cover-banner-homepage {
    width: 100%;
    height: auto;
    margin-top: 37px;
}

.banner-homepage {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

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

.cover-menu-2 {
    width: 100%;
    height: auto;
    margin-top: 5%;
}

.menu-2 {
    max-width: 1500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.bg-item-menu-2 {
    width: 100%;
    height: auto;
}

.item-menu-2 {
    width: 100%;
    height: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    opacity: 1;
    padding: 11px;
}

#item-1-menu-2 {
    margin-left: auto;
    margin-right: auto;
}

#item-3-menu-2 {
    float: right;
}

.w3-bar-block .w3-bar-item {
    padding-left: 0px;
    padding-right: 0px;
}

.cover-sliding-menu {
    height: auto;
    width: 100%;
    margin-left: 49px;
    border-bottom: 2px solid white;
}

.cover-sliding-menu a {
    font-size: 14px;
    font-family: RobotoMedium;
    color: black;
}

#sliding-menu5 {
    width: auto;
    height: auto;
    margin-top: -2px;
}

.cover-sliding5-menu {
    height: auto;
    width: 100%;
    margin-left: 54px;
    border-top: 2px solid white;
}

.cover-sliding5-menu a {
    font-size: 14px;
    font-family: RobotoMedium;
    color: black;
}

.cover-main-content {
    width: 100%;
    height: auto;
    padding-top: 2%;
    display: flex;
}

.cover-side-menu {
    width: 25%;
    height: fit-content;
    background-color: white;
    box-shadow: 0px 6px 6px #00000029;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    opacity: 1;
}

.side-menu {
    margin: 8px;
    width: 93.5%;
    height: auto;
}

.side-menu-sliding-active {
    width: 100%;
    height: auto;
    display: flex;
    background: linear-gradient(
        90deg,
        rgb(255, 103, 1) 0%,
        rgb(255, 196, 2) 100%
        );
}

.side-menu-sliding {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #969696, #96969699, #c5c5c566);
    display: flex;
}

.side-menu-sliding-active img {
    width: 18%;
    padding: 3%;
}

.side-menu-sliding-active p {
    color: white !important;
    font-family: RobotoRegular;
    font-size: 14px;
    padding-top: 4%;
    text-decoration: none;
}

.side-menu-sliding img {
    width: 18%;
    padding: 3%;
}

.side-menu-sliding p {
    color: black !important;
    font-family: RobotoRegular;
    font-size: 14px;
    padding-top: 4%;
    text-decoration: none;
}

.cover-side-menu ul li {
    height: 65px;
    width: auto;
    color: black;
    margin: -4px 10px 14px 9px;
    background: linear-gradient(
        90deg,
        rgb(255, 103, 1) 0%,
        rgb(255, 196, 2) 100%
        );
}

#img-icon-menu2 {
    width: 34px;
    height: 34px;
    margin: 16px;
}

.cover-side-menu ul li span {
    color: white;
    font-size: 20px;
    font-family: RobotoMedium;
}

.side-menu-more {
    margin: 0 8px 8px 8px;
    width: 93.5%;
    height: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    border: 1px solid #c5c5c5;
    opacity: 1;
    display: flex;
    flex-direction: column;

}

.menu-more{
    width: 80%;
    margin-left: auto;
    padding-top: 5%;
    font-size: 14px;
    font-family: RobotoRegular;
}

.menu-more-1{
    width: 80%;
    margin-left: auto;
    padding-top: 5%;
    border-bottom: 1px solid #C5C5C5;
    font-size: 14px;
    font-family: RobotoRegular;
}

.cover-content {
    width: 73%;
    height: auto;
    background-color: white;
    box-shadow: 0px 6px 6px #00000029;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    opacity: 1;
    margin-left: auto;
}

.content {
    width: 100%;
    height: auto;
}

.gt-banner img {
    width: 100%;
    padding: 2% 3% 3% 2%;
}

.gt-title {
    width: 100%;
    padding-bottom: 2%;
}

.gt-title-align {
    width: 100%;
    height: auto;
    text-align: center;
}

.gt-title-align a {
    font-size: 24px;
    font-style: italic;
    font-family: RobotoMedium;
    color: #ff6600 !important;
}

.line-devide {
    background: linear-gradient(
        90deg,
        rgb(255, 103, 1) 0%,
        rgb(255, 196, 2) 100%
        );
    height: 5px;
    width: 95%;
    margin: auto;
}

.gt-content {
    width: 95%;
    height: auto;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
}

.bold-title {
    color: #ff6600 !important;
    font-size: 18px;
    font-family: RobotoBold;
}

.regular-title {
    color: black;
    font-size: 16px;
    font-family: RobotoRegular;
}

.gt-cover-note {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
}

.gt-content-note-cover {
    width: 100%;
    height: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    border: 1px solid #feea35;
    border-radius: 5px;
    opacity: 1;
    margin-bottom: 5%;
}

.mc-cover-note {
    width: 97%;
    height: auto;
    padding-top: 2%;
    padding-left: 2%;
}

.mc-content-note-cover {
    width: 95%;
    height: 100%;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #00000040;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    opacity: 1;
    margin-bottom: 20%;
    margin-left: 5%;
}

.dksd-content-note-cover {
    width: 100%;
    height: 100%;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
    margin-bottom: 5%;
}

.dksd-note-bar {
    width: 100%;
    height: 50px;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    border-radius: 10px;
    opacity: 1;
}

.dksd-note-bar p {
    color: white;
    font-size: 18px;
    font-family: RobotoMedium;
    text-align: center;
    padding-top: 3%;
}

.gt-content-note {
    width: 100%;
    height: auto;
    padding: 6%;
    display: flex;
}

.gt-note-img {
    width: 15%;
    height: auto;
}

.gt-note-img img {
    width: 100%;
}

.gt-note-text {
    width: 80%;
    height: auto;
    padding-left: 3%;
    font-family: RobotoRegular;
    font-size: 16px;
}

.mc-label-note {
    width: 19%;
    margin-top: 3%;
    position: absolute;
}

.mc-label-note img {
    width: 100%;
}

.mc-content-note {
    width: 85%;
    margin-left: auto;
}

.mc-note-title {
    font-size: 18px;
    font-family: RobotoBold;
    padding-top: 5%;
    text-align: center;
}

.mc-package-cover {
    width: 100%;
    padding-top: 5%;
    display: flex;
    padding-bottom: 4%;
}

.mc-package-day {
    width: 48%;
    height: auto;
    border-right: 1px solid grey;
    text-align: center;
}

.mc-package-name {
    font-family: RobotoBold;
    font-size: 16px;
}

.mc-package-price {
    font-family: RobotoBold;
    font-size: 20px;
    color: red;
}

.mc-package-week {
    width: 45%;
    height: auto;
    text-align: center;
    padding-left: 5%;
}

.mc-item-note {
    width: 100%;
    height: 50%;
    padding-bottom: 5%;
}

.mc-free {
    width: 100%;
    font-family: RobotoBold;
    font-size: 20px;
    color: red;
    padding-left: 30%;
}

.mc-call-vsign {
    font-size: 16px;
    font-family: RobotoRegular;
    text-align: center;
}

.mc-cover-p {
    width: 95%;
    height: auto;
    margin: auto;
    padding-bottom: 5%;
}

.mc-cover-p a {
    font-family: RobotoBold;
    font-size: 16px;
    color: #ff6600 !important;
}

.mc-cover-p p {
    font-family: RobotoRegular;
    font-size: 16px;
}

.dkh-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
}

.sdww-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
}

.xck-form-title {
    width: 100%;
    height: 20px;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 10px;
}

.xck-text-cover1 {
    width: 100%;
    height: 110px;
    display: flex;
    margin-bottom: 5%;
}

.xck-form-text {
    width: 100%;
    height: auto;
    padding: 5% 7% 5% 7%;
}

.xck-text {
    width: 65%;
    margin-right: 5%;
}

.xck-form-cover {
    width: 70%;
    height: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

.xck-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
}

.xck-text-button button {
    width: 100%;
    height: 30px;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    border: none;
    opacity: 1;
    color: white;
}

.xck-tbl-cover {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 10px;
}

#xck-tbl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #efebeb;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #c5c5c5;
    border-radius: 10px;
    opacity: 1;
}

#xck-tbl td,
#xck-tbl th {
    border: none;
    padding: 2% 1%;
}

#xck-tbl tr:nth-child(even) {
    background-color: #ffffe1;
    border-radius: 10px;
}

#xck-tbl tr {
    border: none;
}

#xck-tbl th {
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
    background-color: #efebeb;
    color: black;
}

.xck-text-button {
    width: 25%;
}

#xck-text-input {
    width: 100%;
    height: 110px;
    font-size: 14px;
    font-family: RobotoRegular;
    color: #969696;
    background-color: #efebeb;
}

.xck-btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
}

.xck-btn a img {
    width: 50%;
}

.xck-title {
    width: 95%;
    height: auto;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    text-align: center;
    padding: 1% 0;
}

.xck-title a {
    color: white !important;
    font-family: RobotoRegular;
}

.xck-code {
    width: 80%;
    height: 2%;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    padding: 3%;
    color: white;
    margin: auto;
}

.xck-cover-button a {
    font-size: 11px;
    font-weight: bolder;
}

.xck-title-input-form {
    width: 100%;
    font-family: RobotoRegular;
    font-size: 14px;
    font-weight: bolder;
}

.cdhtck-form-title {
    width: 100%;
    height: 20px;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 10px;
}

.cdhtck-text-cover1 {
    width: 100%;
    height: 110px;
    display: flex;
    margin-bottom: 5%;
}

.xcdhtck-form-text {
    width: 100%;
    height: auto;
    padding: 5% 7% 5% 7%;
}

.cdhtck-text {
    width: 65%;
    margin-right: 5%;
}

.cdhtck-form-cover {
    width: 70%;
    height: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

.cdhtck-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
}

.cdhtck-text-button button {
    width: 100%;
    height: 30px;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    border: none;
    opacity: 1;
    color: white;
}

.cdhtck-tbl-cover {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 10px;
}

#cdhtck-tbl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #efebeb;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #c5c5c5;
    border-radius: 10px;
    opacity: 1;
}

#cdhtck-tbl td,
#cdhtck-tbl th {
    border: none;
    padding: 2% 1%;
}

#cdhtck-tbl tr:nth-child(even) {
    background-color: #ffffe1;
    border-radius: 10px;
}

#cdhtck-tbl tr {
    border: none;
}

#cdhtck-tbl th {
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
    background-color: #efebeb;
    color: black;
}

.cdhtck-text-button {
    width: 25%;
}

#cdhtck-text-input {
    width: 100%;
    height: 110px;
    font-size: 14px;
    font-family: RobotoRegular;
    color: #969696;
    background-color: #efebeb;
}

.cdhtck-btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
}

.cdhtck-btn a img {
    width: 50%;
}

.cdhtck-title {
    width: 95%;
    height: auto;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    text-align: center;
    padding: 1% 0;
}

.cdhtck-title a {
    color: white !important;
    font-family: RobotoRegular;
}

.cdhtck-code {
    width: 80%;
    height: 2%;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    padding: 3%;
    color: white;
    margin: auto;
}

.cdhtck-cover-button a {
    font-size: 11px;
    font-weight: bolder;
}

.cdhtck-button-setting {
    width: 100%;
    height: auto;
    padding: 4% 0;
}

.cdhtck-button {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    padding: 1% 4%;
    color: white !important;
    font-size: 16px;
    text-align: center;
}

.cdhtck-title-input-form {
    width: 100%;
    font-family: RobotoRegular;
    font-size: 14px;
    font-weight: bolder;
}

.cdhtck2-cover-content {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 3%;
}

.cdhtck2-content {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
}

.cdhtck2-title {
    width: 100%;
    height: auto;
    padding: 4% 4% 1% 4%;
    font-size: 16px;
    font-family: RobotoBold;
}

.cdhtck2-form {
    width: 100%;
    height: auto;
    padding: 0 4% 1% 4%;
}

.cdhtck2-itemcover {
    display: flex;
    width: 100%;
    height: auto;
}

.cdhtck2-itemcover .select {
    margin-right: 0;
    width: 22em;
}

.cdhtck2-time-cover {
    width: 100%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 3% 0;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
}

.cdhtck2-time-cover .cdhtck2-title {
    padding: 0;
}

.cdhtck2-itemcover span {
    color: black;
}

.cdhtck2-yesno {
    display: flex;
}

.cdhtck2-button {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    margin-bottom: 4%;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    padding: 1% 4%;
    color: white !important;
    font-size: 16px;
    text-align: center;
}

.cdhtck2-time-text {
    width: 65%;
    height: 3em;
    background-color: blue;
    margin-left: auto;
    background: #efebeb 0% 0% no-repeat padding-box;
    border: 1px solid #969696;
    border-radius: 5px;
    opacity: 1;
}

.cdhtck2-p-padding {
    padding: 2% 0 0 0;
}

#cdhtck2-select-margin {
    margin-left: auto;
}

#cdhtck2-content-edit{
    display: flex;
    margin: 3%;
}

.bstck-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
}

#bstck-tbl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #efebeb;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #c5c5c5;
    border-radius: 10px;
    opacity: 1;
}

#bstck-tbl td,
#bstck-tbl th {
    border: none;
    padding: 2% 1%;
}

#bstck-tbl tr:nth-child(even) {
    background-color: #ffffe1;
    border-radius: 10px;
}

#bstck-tbl tr {
    border: none;
}

#bstck-tbl th {
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
    background-color: #efebeb;
    color: black;
}

.bstck-btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bstck-btn a img {
    width: 50%;
}

.bstck-code {
    width: 80%;
    height: 2%;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    padding: 3%;
    color: white;
    margin: auto;
}

#bstck-th1 {
    width: 15%;
}

#bstck-th2 {
    width: 15%;
}

.dkh-step-arrow {
    width: 100%;
    padding-top: 2%;
    position: relative;
}

.dkh-step-arrow img {
    width: 99.9%;
    position: absolute;
}

.dkh-table {
    width: 100%;
    height: auto;
    padding-top: 6%;
    text-align: center;
    font-size: 18px;
    font-family: RobotoBold;
}

.dkh-table-step tr th {
    background-color: #ffffe1;
    border: 1px solid #ccccbc;
    border-top: none;
    width: 20%;
    height: 100%;
}

.dkh-reg-webwap {
    width: 100%;
    background-color: #c5c5c5;
    text-align: center;
    padding: 0.5% 0;
}

.dkh-reg-webwap a {
    font-family: RobotoBold;
}

.dkh-cover-note {
    height: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
}

.dkh-note-title {
    width: 100%;
    height: auto;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    text-align: center;
    color: white;
    font-family: RobotoMedium;
    font-size: 16px;
    padding: 4% 1%;
    border-radius: 10px;
}

.dkh-cover-p {
    width: 95%;
    height: auto;
    padding: 5% 3%;
}

.dkh-note-img {
    width: 70%;
    margin: auto;
    padding-bottom: 10%;
}

.dkh-note-img2 {
    width: 100%;
    height: 52%;
}

.dkh-note-img2 img {
    width: 100%;
    padding-top: 109%;
}

.dkh-note-img img {
    width: 100%;
}

.dkh-wifi-note {
    width: 95%;
    padding: 3% 2%;
    display: flex;
}

.dkh-wifi-title {
    width: 30%;
    text-align: center;
    padding-right: 3%;
}

.dkh-wifi-title img {
    width: 40%;
    margin-top: 15%;
}

.dkh-wifi-content {
    width: 120%;
    /*border-left: 1px solid black;*/
    padding: 0 3%;
}

.dkh-cancel-cover-all {
    width: 100%;
    height: 100%;
    padding-top: 5%;
}

.sdww-cancel-cover-all {
    width: 100%;
    height: 100%;
    padding-top: 4%;
}

.sdww-cancel-cover-all3 {
    width: 100%;
    height: 100%;
    padding-top: 2%;
}

.dkh-cancel-cover {
    width: 100%;
    height: 100%;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
    padding: 30% 7% 15% 7%;
}

.sdww-cancel-cover {
    width: 100%;
    height: 100%;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
    padding: 30% 7% 15% 7%;
    color: transparent;
}

.sdww-cancel-cover3 {
    width: 100%;
    height: 100%;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
    padding: 10% 3% 5% 3%;
    color: transparent;
}

.dkh-label {
    width: 25%;
    position: absolute;
    margin-left: 30%;
}

.sdww-label {
    width: 20%;
    position: absolute;
    margin-left: 8%;
}

.sdww-label3 {
    width: 10%;
    position: absolute;
    margin-left: 4%;
}

.sdww-text {
    width: 50%;
    position: absolute;
    margin-left: 35%;
    margin-top: 10%;
}

.sdww-text3 {
    width: 75%;
    position: absolute;
    margin-left: 18%;
    margin-top: 4%;
}

.dkh-label img {
    width: 100%;
}

.sdww-label img {
    width: 100%;
}

.sdww-label3 img {
    width: 100%;
}

.dkh-cancel-item {
    width: 100%;
    height: 100%;
}

.sdww-cancel-item {
    width: 100%;
    height: 100%;
}

.sdww-cancel-item3 {
    width: 100%;
    height: 100%;
}

.sdsms-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
}

.sdsms-style-result p {
    font-family: RobotoRugular;
    font-size: 16px;
    font-weight: lighter;
}

.sdsms-table {
    width: 100%;
    height: auto;
    padding-top: 6%;
    font-size: 18px;
    font-family: RobotoRegular;
    border-color: transparent;
}

.sdsms-table-step tr th {
    background-color: #ffffe1;
    border: 1px solid #7f7f7f;
    border-top: none;
    width: 20%;
    height: 100%;
}

.sdsms-step-arrow {
    width: 100%;
    padding-top: 2%;
    position: relative;
}

.sdsms-step-arrow img {
    width: 99.9%;
}

#sdsms-tbl-in-tbl tr th {
    background-color: #ff66004d;
    border-radius: unset;
    border: 1px solid #7f7f7f;
}

#sdsms-tbl-in-tbl tr {
    border: 1px solid #7f7f7f;
}

.sdww-intro {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.sdww-intro1 {
    width: 80%;
    height: 100%;
    padding-right: 3%;
}

.sdww-intro2 {
    width: 20%;
    height: 100%;
}

.sdww-intro2 img {
    width: 100%;
}

.sdww-col-10 {
    border-left: 1px solid black;
    color: black;
    font-family: RobotoRegular;
    font-size: 16px;
    padding: 0 5%;
}

.dksd2-cover {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    opacity: 1;
    margin-top: 3%;
    font-family: RobotoRegular;
    font-size: 16px;
}

.dksd2-title {
    width: 100%;
    height: auto;
    padding-bottom: 2%;
    padding-top: 2%;
}

.dksd2-title-align {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 1%;
}

.dksd2-title-align a {
    font-size: 24px;
    font-style: italic;
    font-family: RobotoMedium;
    color: #ff6600 !important;
}

.dksd2-cover-content {
    width: 95%;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-left: auto;
    margin-right: auto;
}

.dksd2-content2 {
    width: 100%;
    height: auto;
    display: flex;
}

.dksd2-content-img {
    width: 40%;
    height: 100%;
    padding-top: 12%;
}

.dksd2-content-img img {
    width: 100%;
}

.dksd2-content-text {
    width: 60%;
    height: 100%;
    padding: 0 2%;
}

.dangky-cover-content {
    width: 95%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
}

.dangky-luuy {
    width: 95%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    font-family: RobotoRegular;
}

.dangky-title {
    width: 100%;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    border-radius: 10px;
    opacity: 1;
    padding: 1%;
    color: white;
    font-family: RobotoRegular;
    font-size: 16px;
}

.dangky-title a {
    padding-left: 10%;
}

.dangky-package-cover {
    width: 100%;
    padding: 1%;
}

.dangky-package {
    width: 97%;
    border-bottom: 1px solid grey;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 1% 0%;
    font-family: RobotoRegular;
    font-size: 16px;
}

.dangky-cuphap {
    display: flex;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    padding: 1% 2%;
    width: 30%;
    font-family: RobotoRegular;
    color: white;
}

.dangky-cuphap-align {
    display: flex;
}

.dangky-test {
    margin: auto;
}

.dangky-cuphap-align a {
    padding: 0% 28%;
}

.dangky-package-name {
    width: 15%;
    font-family: RobotoBold;
    padding: 1%;
}

.dangky-package-guide {
    width: 18%;
    font-family: RobotoRegular;
    padding: 1%;
    font-size: 14px;
}

.dangky-package-price {
    width: 40%;
    font-family: RobotoRegular;
    padding: 1%;
    font-size: 14px;
    font-style: italic;
}

.tck-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
}

.tck-form-cover {
    width: 70%;
    height: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

.tck-form-title {
    width: 100%;
    height: 20px;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 10px;
}

.tck-form-text {
    width: 100%;
    height: auto;
    padding: 5% 7% 5% 7%;
}

.tck-title {
    width: 100%;
    font-family: RobotoRegular;
    font-size: 14px;
    font-weight: bolder;
}

.tck-text-cover1 {
    width: 100%;
    height: 110px;
    display: flex;
    margin-bottom: 5%;
}

.tck-text-cover2 {
    width: 100%;
    height: 50px;
    display: flex;
    margin-bottom: 5%;
}

.tck-text {
    width: 65%;
    margin-right: 5%;
}

.tck-text-button {
    width: 25%;
}

#tck-text-input {
    width: 100%;
    height: 110px;
    font-size: 14px;
    font-family: RobotoRegular;
    color: #969696;
    background-color: #efebeb;
}

.tck-text-button button {
    width: 100%;
    height: 30px;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    border: none;
    opacity: 1;
    color: white;
}

.tck-select-tag {
    width: 65%;
    height: 30px;
    background-color: red;
}

.dblh-form-title {
    width: 100%;
    height: 20px;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 10px;
}

.dblh-text-cover1 {
    width: 100%;
    height: 110px;
    display: flex;
    margin-bottom: 5%;
}

.dblh-text {
    width: 65%;
    margin-right: 5%;
}

.dblh-form-cover {
    width: 70%;
    height: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

.dblh-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
}

.dblh-text-button button {
    width: 100%;
    height: 30px;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    border: none;
    opacity: 1;
    color: white;
}

.dblh-tbl-cover {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 10px;
}

#dblh-tbl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #efebeb;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #c5c5c5;
    border-radius: 10px;
    opacity: 1;
}

#dblh-tbl td,
#dblh-tbl th {
    border: none;
    padding: 2% 1%;
}

#dblh-tbl tr:nth-child(even) {
    background-color: #ffffe1;
    border-radius: 10px;
}

#dblh-tbl tr {
    border: none;
}

#dblh-tbl th {
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
    background-color: #efebeb;
    color: black;
}

.dblh-text-button {
    width: 25%;
}

#dblh-text-input {
    width: 100%;
    height: 110px;
    font-size: 14px;
    font-family: RobotoRegular;
    color: #969696;
    background-color: #efebeb;
}

.dblh-btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
}

.dblh-btn a img {
    width: 50%;
}

.dblh-title {
    width: 95%;
    height: auto;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    text-align: center;
    padding: 1% 0;
}

.dblh-title a {
    color: white !important;
    font-family: RobotoRegular;
}

.dblh-code {
    width: 80%;
    height: 2%;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    padding: 3%;
    color: white;
    margin: auto;
}

.dblh-cover-button a {
    font-size: 11px;
    font-weight: bolder;
}

.dblh-button-setting {
    width: 100%;
    height: auto;
    padding: 4% 0;
}

.dblh-button {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    padding: 1% 4%;
    color: white !important;
    font-size: 16px;
    text-align: center;
}

.dblh-title-input-form {
    width: 100%;
    font-family: RobotoRegular;
    font-size: 14px;
    font-weight: bolder;
}

.dblh-edit-content-cover {
    width: 100%;
    height: auto;
    margin-top: 4%;
}

.dblh-item {
    width: 100%;
    height: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
}

.dblh-item-title {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    padding: 3% 5%;
}

.dblh-item-title img {
    width: 8%;
    margin-right: 2%;
}

.dblh-item-title a {
    font-family: RobotoRegular;
    font-size: 14px;
    color: white !important;
}

.dblh-item-input {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;

    display: flex;
}

.dblh-item-input a {
    padding-top: 3% !important;
}

.dblh-item-cover {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #969696;
}

.dblh-time-text {
    width: 65%;
    height: 3em;
    background-color: blue;
    margin-left: auto;
    background: #efebeb 0% 0% no-repeat padding-box;
    border: 1px solid #969696;
    border-radius: 5px;
    opacity: 1;
}

.dblh-button {
    width: 90%;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    margin-bottom: 8%;
    padding: 2% 0;
}

.dbn-form-title {
    width: 100%;
    height: 20px;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 10px;
}

.dbn-text-cover1 {
    width: 100%;
    height: 110px;
    display: flex;
    margin-bottom: 5%;
}

.dbn-text {
    width: 65%;
    margin-right: 5%;
}

.dbn-form-cover {
    width: 70%;
    height: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

.dbn-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
}

.dbn-text-button button {
    width: 100%;
    height: 30px;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    border: none;
    opacity: 1;
    color: white;
}

.dbn-tbl-cover {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 10px;
}

#dbn-tbl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #efebeb;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #c5c5c5;
    border-radius: 10px;
    opacity: 1;
}

#dbn-tbl td,
#dbn-tbl th {
    border: none;
    padding: 2% 1%;
}

#dbn-tbl tr:nth-child(even) {
    background-color: #ffffe1;
    border-radius: 10px;
}

#dbn-tbl tr {
    border: none;
}

#dbn-tbl th {
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
    background-color: #efebeb;
    color: black;
}

.dbn-text-button {
    width: 25%;
}

#dbn-text-input {
    width: 100%;
    height: 110px;
    font-size: 14px;
    font-family: RobotoRegular;
    color: #969696;
    background-color: #efebeb;
}

.dbn-btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
}

.dbn-btn a img {
    width: 50%;
}

.dbn-title {
    width: 95%;
    height: auto;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    text-align: center;
    padding: 1% 0;
}

.dbn-title a {
    color: white !important;
    font-family: RobotoRegular;
}

.dbn-code {
    width: 80%;
    height: 2%;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    padding: 3%;
    color: white;
    margin: auto;
}

.dbn-cover-button {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.dbn-cover-button a {
    font-size: 11px;
    font-weight: bolder;
}

.dbn-button-setting {
    width: 100%;
    height: auto;
    padding: 4% 0;
}

.dbn-item .select {
    width: 90%;
    margin: 5% auto;
}

.dbn-button {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    padding: 1% 4%;
    color: white !important;
    font-size: 16px;
    text-align: center;
}

.dbn-title-input-form {
    width: 100%;
    font-family: RobotoRegular;
    font-size: 14px;
    font-weight: bolder;
}

.dbn-edit-content-cover {
    width: 100%;
    height: auto;
    margin-top: 4%;
}

.dbn-item {
    width: 100%;
    height: 100%;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
}

.dbn-item-title {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    padding: 3% 5%;
    text-align: center;
}

.dbn-item-title img {
    width: 8%;
    margin-right: 2%;
}

.dbn-item-title a {
    font-family: RobotoRegular;
    font-size: 14px;
    color: white !important;
}

.dbn-item-input {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;

    display: flex;
}

.dbn-item-input a {
    padding-top: 3% !important;
}

.dbn-item-cover {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #969696;
}

.dbn-time-text {
    width: 65%;
    height: 3em;
    background-color: blue;
    margin-left: auto;
    background: #efebeb 0% 0% no-repeat padding-box;
    border: 1px solid #969696;
    border-radius: 5px;
    opacity: 1;
}

.dbn-button {
    width: 90%;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    margin-bottom: 8%;
    padding: 2% 0;
}

.ls-cover-content {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.ls-tbl-cover {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 10px;
    margin-top: 2%;
}

#ls-tbl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #efebeb;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #c5c5c5;
    border-radius: 10px;
    opacity: 1;
}

#ls-tbl td,
#ls-tbl th {
    border: none;
    padding: 2% 1%;
}

#ls-tbl tr:nth-child(even) {
    background-color: #ffffe1;
    border-radius: 10px;
}

#ls-tbl tr {
    border: none;
}

#ls-tbl th {
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
    background-color: #efebeb;
    color: black;
}

.ls-button-cover {
    width: 100%;
    height: auto;
    margin-top: 3%;
}

.ls-button {
    width: 30%;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 1% 2%;
}

.ttsd-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
}

.ttsd-edit-content-cover {
    width: 100%;
    height: auto;
    margin-top: 4%;
}

.ttsd-item {
    width: 100%;
    height: auto;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
}

.ttsd-item-title {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    padding: 3% 5%;
    text-align: center;
}

.ttsd-item-title a {
    font-family: RobotoRegular;
    font-size: 14px;
    color: white !important;
}

.ttsd-item .select {
    width: 90%;
    margin: 5% auto;
}

.ttsd-tbl-cover {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 10px;
}

#ttsd-tbl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #efebeb;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #c5c5c5;
    border-radius: 10px;
    opacity: 1;
}

#ttsd-tbl td,
#ttsd-tbl th {
    border: none;
    padding: 2% 1%;
}

#ttsd-tbl tr:nth-child(even) {
    background-color: #ffffe1;
    border-radius: 10px;
}

#ttsd-tbl tr {
    border: none;
}

#ttsd-tbl th {
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
    background-color: #efebeb;
    color: black;
}

.ttsd-info-cover {
    width: 100%;
    height: auto;
    display: flex;
    padding: 4%;
    margin-left: auto;
    margin-right: auto;
}

.ttsd-cover-radio {
    width: 70%;
    height: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.ttsd-info-name {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.ttsd-info-name a {
    padding: 5% 0;
}

.ttsd-cover-content {
    width: 100%;
    display: flex;
    padding-bottom: 4%;
    border-bottom: 1px solid #969696;
}

.bl-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
}

.bl-edit-content-cover {
    width: 100%;
    height: auto;
    margin-top: 4%;
}

.bl-tbl-cover {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 10px;
}

#bl-tbl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #efebeb;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #c5c5c5;
    border-radius: 10px;
    opacity: 1;
}

#bl-tbl td,
#bl-tbl th {
    border: none;
    padding: 2% 1%;
}

#bl-tbl tr:nth-child(even) {
    background-color: #ffffe1;
    border-radius: 10px;
}

#bl-tbl tr {
    border: none;
}

#bl-tbl th {
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
    background-color: #efebeb;
    color: black;
}

.bl-cover-radio {
    width: 100%;
    height: auto;
    margin: 6% 2%;
    display: flex;
    flex-direction: column;
}

.bl-item-title {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    padding: 3% 5%;
    text-align: center;
}

.bl-item {
    width: 100%;
    height: 100%;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
}

.bl-item-title a {
    font-family: RobotoRegular;
    font-size: 14px;
    color: white !important;
}

.bl-item .select {
    width: 90%;
    margin: 5% auto;
}

.bl-btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
}

.bl-btn a img {
    width: 50%;
}

.bl-cover-button {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.bl-cover-button a {
    font-size: 11px;
    font-weight: bolder;
}

.bl-time-text {
    width: 80%;
    height: 3em;
    background-color: blue;
    background: #efebeb 0% 0% no-repeat padding-box;
    border: 1px solid #969696;
    border-radius: 5px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
}

.bl-button {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    margin-bottom: 4%;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    padding: 1% 4%;
    color: white !important;
    font-size: 16px;
    text-align: center;
}

.bl-time-text ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #969696;
}

.bl-time-text :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #969696;
    opacity: 1;
}

.bl-time-text ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #969696;
    opacity: 1;
}

.bl-time-text :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #969696;
}

.bl-time-text ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #969696;
}

.bl-time-text ::placeholder {
    /* Most modern browsers support this now. */
    color: #969696;
}

/* whitelist */
.wl-content-cover {
    width: 95%;
    height: auto;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
}

.wl-edit-content-cover {
    width: 100%;
    height: auto;
    margin-top: 4%;
}

.wl-tbl-cover {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 10px;
}

#wl-tbl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #efebeb;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #c5c5c5;
    border-radius: 10px;
    opacity: 1;
}

#wl-tbl td,
#wl-tbl th {
    border: none;
    padding: 2% 1%;
}

#wl-tbl tr:nth-child(even) {
    background-color: #ffffe1;
    border-radius: 10px;
}

#wl-tbl tr {
    border: none;
}

#wl-tbl th {
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
    background-color: #efebeb;
    color: black;
}

.wl-cover-radio {
    width: 100%;
    height: auto;
    margin: 6% 2%;
    display: flex;
    flex-direction: column;
}

.wl-item-title {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: transparent linear-gradient(180deg, #fe8535 0%, #feb435 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
    opacity: 1;
    padding: 3% 5%;
    text-align: center;
}

.wl-item {
    width: 100%;
    height: 100%;
    background: #ffffe1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #c5c5c5;
    border: 1px solid #c5c5c5b3;
    border-radius: 10px;
    opacity: 1;
}

.wl-item-title a {
    font-family: RobotoRegular;
    font-size: 14px;
    color: white !important;
}

.wl-item .select {
    width: 90%;
    margin: 5% auto;
}

.wl-btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
}

.wl-btn a img {
    width: 50%;
}

.wl-cover-button {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.wl-cover-button a {
    font-size: 11px;
    font-weight: bolder;
}

.wl-time-text {
    width: 80%;
    height: 3em;
    background-color: blue;
    background: #efebeb 0% 0% no-repeat padding-box;
    border: 1px solid #969696;
    border-radius: 5px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
}

.wl-button {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    margin-bottom: 4%;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    padding: 1% 4%;
    color: white !important;
    font-size: 16px;
    text-align: center;
}

.tnlh-cover-input {
    width: 100%;
    height: auto;
}

.tnlh-cover-checklist {
    width: 65%;
    height: auto;
    background: #efebeb 0% 0% no-repeat padding-box;
    border: 1px solid #969696;
    border-radius: 5px;
    opacity: 1;
    margin-left: auto;
}

.tnlh-checklist-item {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    border-bottom: 1px solid #969696;
}

#tangchuky-textarea {
    width: 65%;
    height: 110px;
    margin-left: auto;
    background: #efebeb 0% 0% no-repeat padding-box;
    border: 1px solid #969696;
    border-radius: 5px;
    opacity: 1;
}

.wl-time-text ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #969696;
}

.wl-time-text :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #969696;
    opacity: 1;
}

.wl-time-text ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #969696;
    opacity: 1;
}

.wl-time-text :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #969696;
}

.wl-time-text ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #969696;
}

.wl-time-text ::placeholder {
    /* Most modern browsers support this now. */
    color: #969696;
}
/* whitelist*/

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: black;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: black;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: black;
}

/* tesstttttt */

.dbn-time-text ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #969696;
}

.dbn-time-text :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #969696;
    opacity: 1;
}

.dbn-time-text ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #969696;
    opacity: 1;
}

.dbn-time-text :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #969696;
}

.dbn-time-text ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #969696;
}

.dbn-time-text ::placeholder {
    /* Most modern browsers support this now. */
    color: #969696;
}

.cdhtck2-time-text ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #969696;
}

.cdhtck2-time-text :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #969696;
    opacity: 1;
}

.cdhtck2-time-text ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #969696;
    opacity: 1;
}

.cdhtck2-time-text :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #969696;
}

.cdhtck2-time-text ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #969696;
}

.cdhtck2-time-text ::placeholder {
    /* Most modern browsers support this now. */
    color: #969696;
}

textarea::-webkit-input-placeholder {
    color: #969696;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #969696;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #969696;
}

textarea:-ms-input-placeholder {
    color: #969696;
}

input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
    position: absolute;
    width: 8%;
    border: none;
    margin-left: 15px;
}

.material-icons img {
    width: 27px;
    height: 27px;
}

.icon-search-wap {
    margin-left: 5px;
    margin-right: 11px;
}

.icon-search-wap img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.logo-wap {
    height: 50px;
    width: 110px;
    margin-left: auto;
}

.logo-wap img {
    height: 50px;
    width: 110px;
}

.wap-login-icon-success{
    width: 40%;
    height: auto;
    margin-left: auto;
    display: flex;
}

.wap-login-icon-success-number{
    width: 60%;
}

.wap-login-icon-success-number a{
    font-size: 16px;
    color: #FF6600 !important;
}

.wap-login-icon-success-img{
    width: 30%;
}

.wap-login-icon-success-img img{
    width: 90%;
}

.cover-item-menu-2 {
    width: 100%;
    height: 100%;
    background: transparent
        linear-gradient(180deg, #ffffff 0%, #dededef1 64%, #c5c5c5b3 100%) 0% 0%
        no-repeat padding-box;
    display: flex;
}

.cover-item-menu-2 img {
    width: 32%;
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 9%;
}

.item-menu-2-reverse a {
    font-size: 12px;
    font-family: RobotoRegular;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 4%;
}

.item-menu-2-reverse button {
    width: 35%;
    height: 20%;
    background: #ff6600;
    border-radius: 5px;
    border: none;
    color: white;
    font-size: 12px;
}

.item-menu-2-reverse {
    display: flex;
    flex-direction: column;
    padding-left: 2%;
}

.btn-item-menu-2 {
    width: 94px;
    height: 36px;
    background: transparent linear-gradient(180deg, #ff6600 0%, #ff6600 100%) 0%
        0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    box-shadow: none;
    border: none;
    color: white;
    margin-top: 8px;
    margin-left: 20px;
}

.footer {
    width: 100%;
    height: auto;
    background-color: white !important;
    border-top: 4px solid #ff6600;
    margin-top: 5%;
}

.footer-content {
    width: 100%;
    height: auto;
    display: flex;
    padding: 2% 0;
}

.logo-footer {
    width: 20%;
    padding-top: 0.5%;
}

.logo-footer img {
    width: 100%;
}

.text-footer a {
    font-size: 12px;
    font-family: RobotoRegular;
    color: black;
}

.bct-footer img {
    width: 100%;
}

.footer .container {
    background-color: white;
}



@media screen and (min-width: 749px) {
}

@media screen and (max-width: 749px) {
    .nav-wrapper {
        width: 100%;
        height: 70px;
        background-color: white;
    }
    .menu-wrapper {
        display: none;
    }
    .brand-logo img {
        display: none;
    }
    nav {
        margin-top: 0px;
    }
    .cover-banner-homepage {
        height: auto;
    }
}

@media screen and (min-width: 993px) {
    .icon-search-wap {
        display: none;
    }
    .logo-wap {
        display: none;
    }
    #img-banner-wap {
        display: none;
    }
    #dangky-cover-content-wap {
        display: none;
    }
    .dkh-step-arrow-wap {
        display: none;
    }
    #bold-title-wap {
        display: none;
    }
    #sdsms-step-arrow-wap {
        display: none;
    }
    #sdsms-tuchoi-step-wap {
        display: none;
    }
    #dksd2-img-wap {
        display: none;
    }
    .xck-info-wap {
        display: none;
    }
    .cdhtck-info-wap {
        display: none;
    }
    .ls-info-wap {
        display: none;
    }
    .wap-login-icon-success{
        display: none;
    }
}

@media screen and (max-width: 993px) {
    body {
        background-color: white !important;
    }
    nav {
        background-color: white;
    }
    .nav-wrapper {
        background-color: white !important;
    }
    .container {
        background-color: white !important;
    }
    .brand-logo {
        display: none !important;
    }
    .menu-wrapper {
        display: none;
    }
    .bg-item-menu-2 {
        width: 341px;
        height: 163px;
        margin-left: auto;
        margin-right: auto;
    }
    .btn-reg-align {
        display: none;
    }
    .footer-content {
        padding: 2%;
        flex-direction: column;
    }
    .logo-footer {
        width: 42%;
        margin: auto;
    }
    .text-footer {
        margin: auto;
        text-align: center;
        width: 90%;
        padding-top: 2%;
    }
    .bct-footer {
        width: 40%;
        padding: 6% 2% 3% 2%;
        margin: auto;
    }
    #img-banner-web {
        display: none;
    }
    .cover-menu-2 {
        width: 95%;
        height: auto;
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
    }
    .item-menu-2 {
        background-color: #ffffe1;
    }
    .cover-item-menu-2 {
        background: #ffffe1;
    }
    .cover-side-menu {
        display: none;
    }
    .dksd2-cover {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        background: #ffffff 0% 0% no-repeat padding-box;
        font-family: RobotoRegular;
        opacity: 1;

        box-shadow: none;
        border: none;
        border-radius: 0;
        margin-top: 0%;
    }
    .dksd2-title {
        width: 100%;
        height: auto;
        padding-bottom: 2%;
        padding-top: 0%;
    }
    .line-devide {
        display: none;
    }
    .dksd2-title-align a {
        color: white !important;
        font-style: normal;
        font-size: 18px;
    }
    .dksd2-title-align {
        background-color: #ff6600;
        padding: 3% 0;
    }
    .dangky-cover-content {
        margin-top: 6%;
    }
    .dangky-title {
        text-align: center;
        padding: 4% 0;
    }
    .dangky-title a {
        padding-left: 0;
    }
    #dangky-cover-content-web {
        display: none;
    }
    .dangky-package-wap p {
        margin-bottom: 0;
    }
    .dangky-package-wap a {
        margin-left: 14%;
        font-style: italic;
    }
    .dangky-package-wap {
        width: 65%;
    }
    .dangky-package-wap-button-cover {
        width: 35%;
        padding: 2% 0;
    }
    .dangky-package-wap-button {
        width: 90%;
        border-radius: 5px;
        background-color: #ff6600;
        padding: 5% 0;
        text-align: center;
        color: white;
    }
    .dangky-luuy {
        display: none;
    }
    .cover-banner-homepage {
        margin-top: 2%;
    }
    .cover-content {
        width: 100%;
        box-shadow: none;
        border: none;
        border-radius: 0;
    }
    .gt-banner img {
        padding: 0;
    }
    .gt-title-align {
        background-color: #ff6600;
        padding: 1.5% 0;
    }
    .gt-title-align a {
        color: white !important;
        font-style: normal;
        font-size: 16px;
    }
    .gt-content-note-cover {
        border: 1px solid #c5c5c5;
        box-shadow: 0px 2px 2px #00000040;
    }
    .gt-cover-note .row .col-lg-6 {
        margin-bottom: 5%;
    }
    .dkh-step-arrow-wap {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    #dkh-step-arrow-web {
        display: none;
    }
    .dkh-note-img2 img {
        padding-top: 0;
        padding-bottom: 5%;
    }
    #bold-title-wap {
        font-size: 14px;
    }
    #bold-title-web {
        display: none;
    }
    .dkh-wifi-title img {
        width: 60%;
        margin-top: 0;
    }
    .dkh-label {
        margin-left: 5%;
    }
    .dkh-cancel-cover-all {
        padding-top: 3%;
    }
    .dkh-label img {
        width: 60%;
    }
    .dkh-cancel-cover {
        padding: 6% 7% 7% 27%;
    }
    .dkh-content-cover .row .col-lg-4 {
        margin-bottom: 6%;
    }
    #sdsms-step-arrow-web {
        display: none;
    }
    .sdsms-style-result {
        padding: 0 4%;
        font-family: RobotoRegular;
    }
    #sdsms-tuchoi-step-web {
        display: none;
    }
    .sdww-intro {
        flex-direction: column-reverse;
    }
    .sdww-intro1 {
        width: 100%;
        height: 100%;
        padding: 2% 1%;
    }
    .sdww-intro2 {
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .sdww-intro2 img {
        width: 40%;
    }
    .sdww-label img {
        width: 75%;
    }
    .sdww-cancel-cover-all {
        padding-top: 3%;
    }
    .sdww-label {
        margin-left: 4%;
    }
    .sdww-text {
        width: 64%;
        margin-left: 22%;
        margin-top: 5%;
    }
    .sdww-cancel-cover {
        padding-bottom: 4%;
    }
    .sdww-label3 {
        width: 15%;
    }
    .sdww-cancel-cover-all3 {
        padding-top: 3%;
    }
    .sdww-cancel-cover3 {
        padding-top: 20%;
    }
    .sdww-col-10 {
        border: none;
    }
    #bstck-th1 {
        width: 28%;
    }
    #bstck-th2 {
        width: 19%;
    }
    .dksd2-content-img {
        display: none;
    }
    .dksd2-content-text {
        width: 100%;
    }
    .tck-form-cover {
        width: 100%;
    }
    .tck-text-button {
        width: 30%;
    }
    .xck-form-cover {
        width: 100%;
    }
    .xck-text-button {
        width: 30%;
    }
    .xck-col-wap {
        display: none;
    }
    .xck-btn {
        flex-direction: column;
    }
    .xck-btn a img {
        width: 25%;
    }
    .xck-col-bg {
        background: linear-gradient(
            180deg,
            rgba(255, 102, 0, 1) 0%,
            rgba(255, 204, 0, 1) 100%
            );
    }
    .xck-title {
        display: none;
    }
    #xck-td-wap {
        text-align: center;
    }
    #xck-button-name {
        display: none;
    }
    .xck-cover-button {
        margin-bottom: 10%;
    }

    .cdhtck-form-cover {
        width: 100%;
    }
    .cdhtck-text-button {
        width: 30%;
    }
    .cdhtck-col-wap {
        display: none;
    }
    .cdhtck-btn {
        flex-direction: column;
    }
    .cdhtck-btn a img {
        width: 25%;
    }
    .cdhtck-col-bg {
        background: linear-gradient(
            180deg,
            rgba(255, 102, 0, 1) 0%,
            rgba(255, 204, 0, 1) 100%
            );
    }
    .cdhtck-title {
        display: none;
    }
    #cdhtck-td-wap {
        text-align: center;
    }
    #cdhtck-button-name {
        display: none;
    }
    .cdhtck-cover-button {
        margin-bottom: 10%;
    }
    .cdhtck-button {
        width: 100%;
    }
    .cdhtck2-content {
        width: 100%;
    }
    .cdhtck2-itemcover {
        flex-direction: column;
    }
    #cdhtck2-select-margin {
        margin-left: 0;
        width: 100%;
    }
    .cdhtck2-input-margin {
        width: 22%;
        margin-left: 0.5%;
    }
    .cdhtck2-p-padding {
        margin-bottom: 0rem;
    }
    .cdhtck2-yesno {
        flex-direction: column;
    }

    .dblh-form-cover {
        width: 100%;
    }
    .dblh-text-button {
        width: 30%;
    }
    .dblh-col-wap {
        display: none;
    }
    .dblh-btn {
        flex-direction: column;
    }
    .dblh-btn a img {
        width: 25%;
    }
    .dblh-col-bg {
        background: linear-gradient(
            180deg,
            rgba(255, 102, 0, 1) 0%,
            rgba(255, 204, 0, 1) 100%
            );
    }
    .dblh-title {
        display: none;
    }
    #dblh-td-wap {
        text-align: center;
    }
    #dblh-button-name {
        display: none;
    }
    .dblh-cover-button {
        margin-bottom: 10%;
    }
    .dblh-edit-content-cover .row .col-lg-6 {
        margin-bottom: 5%;
    }

    .dbn-form-cover {
        width: 100%;
    }
    .dbn-text-button {
        width: 30%;
    }
    .dbn-col-wap {
        display: none;
    }
    .dbn-btn {
        flex-direction: column;
    }
    .dbn-btn a img {
        width: 100%;
    }
    .dbn-col-bg {
        background: linear-gradient(
            180deg,
            rgba(255, 102, 0, 1) 0%,
            rgba(255, 204, 0, 1) 100%
            );
    }
    .dbn-title {
        display: none;
    }
    #dbn-td-wap {
        text-align: center;
    }
    #dbn-button-name {
        display: none;
    }
    .dbn-cover-button {
        margin-bottom: 10%;
        width: 40%;
    }
    .dbn-edit-content-cover .row .col-lg-8 {
        margin-bottom: 5%;
    }

    .ls-form-cover {
        width: 100%;
    }
    .ls-text-button {
        width: 30%;
    }
    .ls-col-wap {
        display: none;
    }
    .ls-btn {
        flex-direction: column;
    }
    .ls-btn a img {
        width: 25%;
    }
    .ls-col-bg {
        background: linear-gradient(
            180deg,
            rgba(255, 102, 0, 1) 0%,
            rgba(255, 204, 0, 1) 100%
            );
    }
    .ls-title {
        display: none;
    }
    #ls-td-wap {
        text-align: center;
    }
    #ls-button-name {
        display: none;
    }
    .ls-cover-button {
        margin-bottom: 10%;
    }
    .ls-button {
        width: 100%;
    }
    .ttsd-edit-content-cover .row .col-lg-5 {
        margin-bottom: 5%;
    }
    .bl-edit-content-cover .row .col-lg-4 {
        margin-bottom: 5%;
    }
    .wl-edit-content-cover .row .col-lg-4 {
        margin-bottom: 5%;
    }
    .tnlh-cover-checklist {
        width: 100%;
    }
    #tangchuky-textarea {
        width: 100%;
    }

}

@media screen and (min-width: 1140px) {
    .logo-footer {
        width: 12%;
    }
    .text-footer {
        padding-left: 2%;
        width: 73%;
    }
    .bct-footer {
        width: 17%;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .menu-1 ul li {
        padding: 1.5% 0% 0% 1%;
    }
    .cover-logo-search {
        width: 50px;
    }
    .cover-logo-search img {
        margin: 12px 12px;
    }
    .logo-footer {
        width: 12%;
    }
    .text-footer {
        padding-left: 2%;
        width: 73%;
    }
    .bct-footer {
        width: 17%;
    }
}
