.form-control {
    padding: 6px 10px;
    border-radius: 6px;
    box-shadow: none;
    height: 40px;
}
.tx-bold {
    font-weight: 700;
}
.tx-price {
    font-size: 16px;
}
.ws-content {
    padding-bottom: 50px;
}
.breadcrumb {
    margin-bottom: 0;
}
.noitem {
    margin: 0;
    border: none;
    padding: 30px;
    font-size: 16px;
    text-align: center;
}
.tg-wrap {
    margin: 0 auto;
    max-width: 920px;
}
.tg-mgb {
    border-radius: 6px;
    background: var(--ws-color-white);
    border: 1px solid #ddd;
}
.tg-hd {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.tg-hder {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}
.tg-hder span {
    font-weight: 700;
    color: var(--ws-color-primary);
}
.tg-hdsebox {
    width: 30%;
    float: right;
    display: none;
}
.tg-body,
.tg-boxms {
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}
.tg-lbar {
    position: relative;
}
.tg-lbar ul {
    gap: 20px;
    display: grid;
    margin: 20px 20px 0;
    grid-template-columns: repeat(2, 1fr);
}
.tg-lbar ul li a {
    display: block;
    border-radius: 6px;
    position: relative;
    white-space: nowrap;
    background: var(--ws-color-background);
    border: 1px solid var(--ws-color-background);
    padding: 15px 30px 15px 70px;
}
.tg-lbar ul li.active a {
    z-index: 1;
    color: var(--ws-color-primary);
    background: #ddd;
}
.tg-lbar ul li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 10px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}
.tg-lbar ul li a.tg-installment:before {
    background-position: -50px 0;
}
.tg-lbar ul li.active a.tg-installment:before {
    background-position: 0 0;
}
.tg-lbar ul li a h3 {
    margin: 0 0 4px;
    font-size: 100%;
    font-weight: 700;
    font-family: inherit;
}
.tg-lbar ul li a.tg-hofe:before {
    background-position: -50px -50px;
}
.tg-lbar ul li.active a.tg-hofe:before {
    background-position: 0 -50px;
}
.tg-lbar ul li a p {
    margin: 0;
    color: gray;
    font-size: 12px;
}
.tg-lbar ul li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    border-color: #5d5d5d;
    border-style: solid;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.tg-lbar ul li.active a:after {
    border-color: var(--ws-color-primary);
}
.tg-rmain {
    padding: 20px;
    background: var(--ws-color-white);
}
.tg-chbank {
    gap: 10px;
    display: grid;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
    grid-template-columns: repeat(7, 1fr);
}
.tg-chbank > li label {
    margin: 0;
    display: block;
    cursor: pointer;
}
.tg-chbank > li label input {
    display: none;
}
.tg-chbank > li label span {
    height: 60px;
    padding: 5px;
    display: grid;
    border-radius: 6px;
    text-align: center;
    align-items: center;
    background-color: var(--ws-color-white);
    border: solid 1px #ddd;
}
.tg-chbank > li label span:hover {
    border-color: var(--ws-color-primary);
}
.tg-rtitl {
    margin: 0;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 15px;
}
.tg-chbank > li label span img {
    margin: auto;
    display: block;
    max-height: 50px;
}
.tg-chbank > li label input:checked ~ span {
    border: solid 1px var(--ws-color-primary);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 34%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 34%);
}
.tg-rtit {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 15px;
}
.tg-numn.open button {
    font-weight: 700;
}
.tg-numn button {
    width: 180px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: left;
    padding: 0 25px 0 12px;
    background-color: var(--ws-color-white);
    border: solid 1px #cccccc;
    border-radius: 6px;
}
.tg-numn button:before {
    top: 16px;
    right: 10px;
    content: "";
    position: absolute;
    display: inline-block;
    border-top: 5px solid #979797;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.open>.dropdown-menu {
    display: block;
}
.tg-numn .dropdown-menu {
    padding: 0;
    z-index: 999;
    width: 180px;
    overflow-y: auto;
    max-height: 348px;
    background: var(--ws-color-background);
}
.tg-numn .dropdown-menu li {
    background: var(--ws-color-white);
}
.tg-numn .dropdown-menu li:not(:last-child) {
    margin-bottom: 1px;
}
.tg-numn .dropdown-menu li label {
    margin: 0;
    display: block;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 15px;
}
.tg-numn .dropdown-menu li label:hover {
    font-weight: 700;
    background: #f4f4f4;
}
.tg-numn .dropdown-menu li:last-child label {
    border-bottom: 0;
}
.tg-numn {
    margin-bottom: 30px;
}

#tg-chk-tb {
    width: 100%;
    border-radius: 1em;
    margin-bottom: 30px;
    border-collapse: inherit;
}

#tg-chk-tb td,
#tg-chk-tb th {
    padding: 10px;
    color: #252525;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #d8d8d8;
}

#tg-chk-tb th {
    font-weight: 700;
}

#tg-chk-tb th:first-child {
    font-size: 14px;
    color: #252525;
    font-weight: normal;
}

#tg-chk-tb tr th {
    border-bottom: none;
    border-left: none;
}

#tg-chk-tb tr th:first-child {
    border-left: 1px solid #d8d8d8;
}

#tg-chk-tb tr td {
    border-bottom: none;
    border-left: none;
}

#tg-chk-tb tr td:first-child {
    border-left: 1px solid #d8d8d8;
}

#tg-chk-tb tr:last-child td {
    height: 58px;
    vertical-align: middle;
    display: table-cell;
    border-bottom: 1px solid #d8d8d8;
}

#tg-chk-tb tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

#tg-chk-tb tr:first-child th:last-child {
    border-top-right-radius: 5px;
}

#tg-chk-tb tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

#tg-chk-tb tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
.radio {
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: normal;
    display: inline-block;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"] + .radio-label {
    padding: 5px;
    font-size: 14px;
    min-width: 90px;
    border-radius: 6px;
    white-space: nowrap;
    border: 1px solid #d8d8d8;
}

.radio input[type="radio"] + .radio-label:before {
    content: "";
    width: 1em;
    height: 1em;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
    background: var(--ws-color-white);
    border-radius: 100%;
    border: 1px solid var(--ws-color-black);
}

.radio input[type="radio"]:checked + .radio-label,
.radio input[type="radio"]:focus + .radio-label {
    color: var(--ws-color-primary);
    background: var(--ws-color-white);
    border: 1px solid var(--ws-color-primary);
}

.radio input[type="radio"]:checked + .radio-label:before {
    border-color: var(--ws-color-primary);
    background-color: var(--ws-color-primary);
    box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: var(--ws-color-primary);
}

.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: darken(#f4f4f4, 25%);
    background: darken(#f4f4f4, 25%);
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.radio input[type="radio"]:checked + .radio-label,
.radio input[type="radio"]:focus + .radio-label {
    box-shadow: none;
}

.tg-fform ul {
    margin: 0 -10px;
}
.tg-fform .tg-foiful {
    margin: 0;
}
.tg-fform .tg-foiful + .tf-sefkq {
    font-size: 14px;
    color: #252525;
    margin-bottom: 5px;
}

.tg-fform .tg-foiful li:first-child {
    padding: 0 15px 0 0;
}
.tg-fform .tg-foiful li:last-child {
    padding: 0 0 0 15px;
}
.tg-fotits--cs {
    padding: 0 !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 10px;
}

.tg-fform ul li {
    width: 50%;
    float: left;
    padding: 0 10px;
    position: relative;
    margin-bottom: 15px;
}

.tg-fform ul li.tg-ff1 {
    width: 100%;
    display: flex;
    align-items: center;
}
.tg-fform ul li.tg-ff1:last-child {
    margin-top: 5px;
    margin-bottom: 0;
}
.tg-fform ul li.tg-ff1 ul li {
    width: 100%;
}
.tg-fform ul li textarea {
    width: 100%;
    min-height: 40px;
    padding: 6px 10px;
    border-radius: 6px;
    background-color: var(--ws-color-white);
    border: solid 1px #ddd;
}

.tg-fflbs {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.tg-fflbs input {
    display: none;
}

.tg-fflbs span {
    font-weight: 400;
}
#view-info-card {
    gap: 5px;
    float: right;
    display: flex;
    align-items: center;
}
#view-info-card::after {
    content: "\f105";
}
.modal-header {
    color: var(--ws-color-white);
    padding: 10px 15px;
    background: var(--ws-color-primary);
}
.modal-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}
.modal-header .close {
    margin: 0;
    opacity: 1;
    color: var(--ws-color-white);
}
.modal-content {
    overflow: hidden;
    border-radius: 6px;
}
.gt-mdclose {
    top: 5px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
}
.modal .desc {
    font-size: 13px;
    font-family: Arial, sans-serif;
}
.desc h3, .desc table {
    margin-bottom: 5px;
}
.tg-ffbtns {
    margin: auto;
}
.ghloaddiv {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,.6);
    opacity: .9;
    bottom: 0;
    z-index: 99;
}
.ghloaddiv:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/loading_cart.gif) no-repeat center;
    background-size: 60px 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}
.boxloads {
    position: relative;
}
.tf-seflbtns span {
    color: var(--ws-color-white);
    line-height: 24px;
    align-items: center;
    display: inline-flex;
    text-transform: uppercase;
}
.tf-seflbtns {
    width: 100%;
    height: 50px;
    display: block;
    color: var(--ws-color-white);
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    background-color: var(--ws-color-primary);
}
.tg-search input {
    width: 100%;
    height: 40px;
    outline: none;
    border-radius: 6px;
    background: var(--ws-color-white);
    padding: 6px 35px 6px 10px;
    border: solid 1px #cccccc;
}
.tg-search {
    position: relative;
}
.tg-search:before {
    top: 10px;
    right: 10px;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    display: inline-block;
    background: url(../images/icons.png) no-repeat -3px -107px;
}
label.tg-fflbs {
    margin-bottom: 0;
}

.text-red {
    color: var(--ws-color-price) ! important;
}

.tg-fform ul li.text-red {
    width: 100%;
    float: none;
}

#modalCardInfo {
    z-index: 99999;
}

@media (max-width: 767px)
{
    .ws-content {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .breadcrumb {
        padding: 10px;
        border-radius: 0;
        margin-bottom: 0;
        background: var(--ws-color-background);
    }
    .breadcrumb .items {
        overflow: hidden;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .breadcrumb .items li:last-child {
        color: gray;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .tg-wrap {
        width: 100%;
        padding-bottom: 0;
    }
    .tg-mgb {
        border: none;
        background: none;
        border-radius: 0;
        box-shadow: none;
    }
    .tg-hd {
        padding: 0 10px;
        border-bottom: 0;
    }
    .tg-hder {
        font-size: 16px;
        line-height: 1.4;
    }
    .tg-boxms {
        border: none;
        display: grid;
        background: none;
        border-radius: 0;
    }
    .tg-chbank {
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
    }
    .tg-lbar {
        width: 100%;
    }
    .tg-fform ul li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .tg-chk-tb {
        overflow-x: auto;
        margin-bottom: 20px;
    }
    #tg-chk-tb {
        width: 150%;
        margin-bottom: 0;
        table-layout: fixed;
        background: var(--ws-color-white);
    }
    .tg-numn .dropdown-menu {
        z-index: 999;
    }
    .tg-lbar ul li a:after {
        transform: rotate(135deg);
    }
    .tg-rmain {
        background: none;
        padding: 20px 0 0;
    }
    .tg-body {
        padding: 10px;
        background: var(--ws-color-background);
    }
    .tg-body, .tg-boxms {
        overflow: hidden;
        border-radius: 0;
    }
    #tg-chk-tb tr:first-child th:first-child {
        width: 25%;
    }
}

#box-tragop
.entry-title,
#box-info .entry-title {
    margin-bottom: 10px;
}
#box-tragop .entry-title {
    margin-bottom: 15px;
}
#box-tragop .entry-title .tg-rtitl {
    margin: 0;
}
#box-tragop .nav-tabs>li:not(:last-child) {
    margin-right: 5px;
}
#box-tragop .nav-tabs>li {
    margin: 0;
}
#box-tragop .nav-tabs>li>a>img {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 40px;
}

#box-tragop #interest div {
	float: left;
	padding: 4px 7px;
    border-radius: 6px;
	background: #fddc2e;
	border: 1px solid #dcbd1c;
}

#box-tragop #package {
	font-weight: 700;
}

#box-tragop span.sap.choose {
	cursor: pointer;
}
#box-tragop span.sap.choose::before {
	color: #007bc2;
	content: "\f096";
	font-family: FontAwesome;
}
#box-tragop span.sap.checked::before {
	content: "\f14a";
}

#box-tragop #box-info {
	margin-top: 20px;
}
#box-tragop #box-info .entry {
	margin-bottom: 0;
}
#box-tragop .box-tragop-tbl {
	width: 100%;
}
#box-tragop .box-tragop-tbl td {
	padding: 10px 15px;
	border: 1px solid #ddd;
}
#box-tragop .box-tragop-tbl .row0 {
	width: 35%;
	border-left: 0;
}
#box-tragop .box-tragop-tbl .row1 {
	border-right: 0;
}
#box-tragop .box-tragop-tbl .row1 p {
    margin: 0 0 5px;
}
#box-tragop .box-tragop-tbl .row1 p:last-child {
    margin: 0;
}
#box-tragop .box-tragop-tbl tr:first-child td {
	border-top: 0;
}
#box-tragop .box-tragop-tbl tr:last-child td {
	border-bottom: 0;
}
#box-tragop .box-tragop-tbl .row-odd {
	background: var(--ws-color-background);
}
#box-tragop #btn-tragop {
	float: left;
	color: var(--ws-color-white);
	height: 40px;
	border: none;
	outline: none;
    padding: 0 20px;
	font-weight: 700;
	border-radius: 6px;
	background: var(--ws-color-primary);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#box-tragop #btn-tragop:hover {
	background-color: var(--ws-color-primary);
}
#box-tragop .thumbnail {
	border-radius: 0;
}
#box-tragop .tratruoc-price {
	color: var(--ws-color-price);
}
#box-tragop .month-price,
#box-tragop .total-price {
	color: var(--ws-color-price);
}
#box-tragop #box-info .entry-content {
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #ddd;
}
#box-tragop #box-info .entry,
#box-tragop #box-info .tragop-frm {
	padding: 15px;
}
#box-tragop #box-info .entry p:last-child {
	margin-bottom: 0;
}
#box-tragop #box-info .tragop-frm {
	background: var(--ws-color-background);
}
#box-tragop .tragop-frm .form-field {
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
#box-tragop .tragop-frm .form-field:last-child {
    margin-bottom: 0;
}
#box-tragop .tragop-frm .form-field .form-label,
#box-tragop .tragop-frm .form-field .form-input {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
#box-tragop .tragop-frm .form-field .form-label {
	width: 150px;
}
#box-tragop .tragop-frm .form-field label {
	margin: 0;
	font-weight: 400;
}
#box-tragop .tragop-frm .form-field.required label::after {
	content:'*';
	color: #ed1c24;
	padding-left: 5px;
}
#box-tragop #captcha {
	float: left;
	width: 190px;
	margin-right: 10px;
}
#box-tragop #field-agree .form-input {
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#box-tragop #field-agree input,
#box-tragop #field-agree span {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
#box-tragop #field-agree a {
	color: var(--ws-color-primary);
}
#box-tragop #field-gender ul {
    gap: 20px;
    display: flex;
    align-items: center;
}
#box-tragop #field-gender li label {
    gap: 7px;
	display: flex;
	align-items: center;
}
#box-tragop #field-gender input,
#box-tragop #field-gender label {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
#box-tragop #list-upfront,
#box-tragop #list-month {
	width: 95px;
	height: 30px;
	padding: 0 5px;
	margin-top: 5px;
	border-radius: 0;
	box-shadow: none;
	display: inline-block;
}
#box-tragop .field-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
#box-tragop .field-title.last {
	margin-top: 15px;
} 
#box-tragop .tragop-frm .form-button {
	margin-bottom: 0;
}
#box-tragop .form-button {
	float: left;
	color: var(--ws-color-white);
    height: 30px;
    border: none;
    margin: auto;
    outline: none;
    padding: 0 20px;
    line-height: 28px;
    border-radius: 20px;
    background: var(--ws-color-primary);
	margin-right: 10px;
	border: 1px solid var(--ws-color-primary);
}
#box-tragop .form-button::before {
    padding-right: 5px;
    font-family: FontAwesome;
}
#box-tragop .btn-reset {
	color: #333;
	margin-right: 0;
	background: var(--ws-color-white);
	border-color: var(--ws-color-primary);
}
#box-tragop .button {
    height: 40px;
	outline: none;
    color: var(--ws-color-primary);
    padding: 0 20px;
    font-weight: 400;
    background: var(--ws-color-white);
    line-height: 38px;
    border-radius: 6px;
    border: 1px solid var(--ws-color-primary);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#box-tragop .btn-primary {
    color: var(--ws-color-white);
    background: var(--ws-color-primary);
}
#box-tragop #dk-tragop {
    z-index: 9999;
	display: none;
}
#box-tragop .xemchitiet {
	cursor: pointer;
	font-size: 13px;
	margin-left: 10px;
    display: none;
}
#box-tragop .xemchitiet::after {
    content: '\f107';
    margin-left: 5px;
    font-family: 'FontAwesome';
}
#box-tragop .box-month ul {
	display: none;
	font-size: 13px;
	margin-top: 5px;
}
#box-tragop .box-month li {
	line-height: 20px;
}
#box-tragop .box-note {
	margin-top: 10px;
	font-weight: 700;
}
#box-tragop .box-note p {
	margin-bottom: 0;
}
#box-tragop .box-note li {
	margin-top: 3px;
}
#box-tragop .alert-danger {
	border: none;
	margin-bottom: 0;
	border-radius: 0;
}
#box-tragop .alert-danger a {
	display: none;
}

#box-tragop .tab-content>.tab-pane {
    overflow: hidden;
    border-radius: 6px;
	border: 1px solid #ddd;
}

/* box-tragop */
.box-tragop-tbl select.form-control {
	width: auto;
    display: inline-block;
    vertical-align: middle;
}

#interest div {
	float: left;
	padding: 4px 5px;
	background: #fddc2e;
	border: 1px solid #dcbd1c;
}

#package {
	font-weight: 700;
}

span.sap.choose {
	cursor: pointer;
}
span.sap.choose::before {
	color: #007bc2;
	content: "\f096";
	font-family: FontAwesome;
}
span.sap.checked::before {
	content: "\f14a";
}

#box-tragop .nav-tabs {
    gap: 10px;
    border: none;
    display: grid;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
    grid-template-columns: repeat(7, 1fr);
}
#box-tragop .nav-tabs::before,
#box-tragop .nav-tabs::after {
    display: none;
}
#box-tragop .nav-tabs>li:not(:last-child) {
    margin-right: 0;
}
#box-tragop .nav-tabs>li>a {
    margin: 0;
    height: 60px;
    padding: 10px;
    display: grid;
    text-align: center;
    border-radius: 6px;
    align-items: center;
    background: var(--ws-color-white);
    border-color: #ddd;
}
#box-tragop .nav-tabs>li>a:hover,
#box-tragop .nav-tabs>li>a:focus,
#box-tragop .nav-tabs>li.active>a {
    border-color: var(--ws-color-primary);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 34%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 34%);
}




























input[type=radio],
input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: var(--ws-color-white);
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: none !important;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    appearance: none;
    -webkit-appearance: none;
    -webkit-transition: .05s border-color ease;
    transition: .05s border-color ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px;
    margin-top: -4px;
    margin-right: 4px;
    float: none;
    position: relative;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
    border-color: var(--ws-color-primary);
}
input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    content: '';
    background: var(--ws-color-primary);
}

.box-prepay,
.box-period {
    gap: 5px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.box-product {
    gap: 15px;
    display: flex;
}
.box-product .product-img {
    width: 90px;
}
.box-product .product-img a {
    display: grid;
    align-items: center;
}
.box-product .product-txt {
    position: relative;
    width: calc(100% - 105px);
}
.box-product .product-name,
.box-product .product-price {
    margin-bottom: 8px;
}
.box-product .product-price .price {
    color: var(--ws-color-price);
    margin-left: 5px;
}
.box-product .select-option {
    font-size: 14px;
}
.box-product .select-option .dropdown-toggle {
    height: 34px;
    padding: 0 10px;
    border-radius: 6px;
    background: var(--ws-color-background);
    border: 1px solid #ddd;
}
.box-product .select-option.open .dropdown-toggle {
    background: var(--ws-color-background);
    border-color: var(--ws-color-primary);
}
.box-product .select-option .dropdown-toggle span {
    margin-left: 20px;
}
.box-product .select-option .dropdown-menu {
    padding: 0;
}
.box-product .select-option .dropdown-menu li {
    border-bottom: 1px solid var(--ws-color-background);
}
.box-product .select-option .dropdown-menu li:last-child {
    border-bottom: 0;
}
.box-product .select-option .dropdown-menu .item {
    gap: 10px;
    padding: 5px;
    display: flex;
    cursor: pointer;
    align-items: center;
}
.box-product .select-option .dropdown-menu .active {
    font-weight: 700;
}
.box-product .select-option .dropdown-menu .active,
.box-product .select-option .dropdown-menu .item:hover {
    background: var(--ws-color-background);
}
.box-product .select-option img {
    width: auto;
    height: 30px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid transparent;
}

/* Responsive 1200px */
@media screen and (max-width: 1200px)
{
	
}

/* Responsive 992px */
@media screen and (max-width: 992px)
{
	.box-title {
		margin-bottom: 20px;
	}
	.adv-right {
		display: none;
	}
}

/* Responsive 767px */
@media screen and (max-width: 767px)
{
    #box-tragop #field-agree a {
        display: none;
    }
    
    .tg-lbar ul {
        gap: 10px;
        margin: 0;
        overflow: hidden;
        border-radius: 6px;
        grid-template-columns: repeat(1, 1fr);
    }
    .tg-ffbtns {
        border: 0;
        font-size: 16px;
        line-height: 25px;
        padding: 10px 30px;
        border-radius: 30px;
    }
	.tragop-frm .form-field .form-label,
	.tragop-frm .form-field .form-input {
		display: block;
	}
	.tragop-frm .form-field .form-label {
		width: 100%;
		margin-bottom: 4px;
	}
    .tragop-frm .form-field .form-input .btn-send {
        border: 0;
        display: grid;
        font-size: 16px;
        margin: 5px auto;
        line-height: 25px;
        padding: 10px 30px;
        text-align: center;
        align-items: center;
    }
    #box-tragop .tragop-frm #field-button .form-label {
        display: none;
    }
	.entry-content {
        overflow: hidden;
        border-radius: 6px;
	}
    #box-info .entry-content,
    .entry-content .nav-tabs a,
    .entry-content .box-tragop-tbl {
        background: var(--ws-color-white);
    }
    #box-tragop .nav-tabs::after,
    #box-tragop .nav-tabs::before {
        display: none;
    }
    #box-tragop .nav-tabs {
        grid-template-columns: repeat(3, 1fr);
    }
    #box-tragop .box-tragop-tbl td {
        padding: 10px;
    }
    #box-tragop .tragop-frm .form-field {
        display: grid;
        margin-bottom: 10px;
    }
    #box-tragop .tragop-frm .form-field:last-child {
        margin-bottom: 0;
    }
    #box-tragop .btn-primary {
        margin-bottom: 0;
    }
    #box-tragop #box-info {
        margin-top: 20px;
    }
    .box-product {
        gap: 10px;
        padding: 10px;
        border-radius: 6px;
        background: var(--ws-color-white);
        border: 1px solid #ddd;
    }
    .tg-lbar ul li a {
        background: var(--ws-color-white);
        border: 1px solid #ddd;
    }
}

@media screen and (max-width: 479px)
{
	.tragop-frm .form-button {
		margin: 0;
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 413px)
{
    .tg-rtitl {
        max-width: 145px;
        overflow: hidden;
        white-space: nowrap;
    }
    #box-tragop .entry-title .tg-rtitl {
        max-width: 100%;
    }
    #box-tragop #box-info .entry,
    #box-tragop #box-info .tragop-frm {
        padding: 10px;
    }
    #box-tragop #box-info .entry-content {
        border: 0;
        padding: 0;
        border-radius: 0;
        background: none;
    }
    #box-tragop #box-info .desc-setting {
        border-radius: 6px;
        background: var(--ws-color-white);
        margin-bottom: 10px;
    }
    #box-tragop #box-info .tragop-frm {
        padding: 0;
    }
}