<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item}
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:var(--wpr-bg-8320ce70-a04f-4553-9138-e4a87a6eb32a) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-brands-400.eot"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-brands-400.woff2") format("woff2"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-brands-400.woff") format("woff"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-brands-400.ttf") format("truetype"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-solid-900.eot"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-solid-900.woff2") format("woff2"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-solid-900.woff") format("woff"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-solid-900.ttf") format("truetype"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-regular-400.eot"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-regular-400.woff2") format("woff2"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-regular-400.woff") format("woff"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-regular-400.ttf") format("truetype"),
        url("https://use.fontawesome.com/releases/v5.15.3/webfonts/fa-regular-400.svg#fontawesome") format("svg");
unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F267,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F328,U+F358-F35B,U+F3A5,U+F3D1,U+F410,U+F4AD;
}
#xemgoiy .modal-body img
{
	width: 100%;
	display: block;
}


@keyframes progress-bar-stripes {
  from {
  background-position:$progress-height 0;
}
to {
  background-position:0 0;
}
}

.progress {
  display:flex;
  height:$progress-height;
  overflow:hidden;
  // force rounded corners by cropping it font-size:$progress-font-size;
  background-color:$progress-bg;
  @include border-radius($progress-border-radius);
  @include box-shadow($progress-box-shadow);
}

.progress-bar {
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:$progress-bar-color;
  text-align:center;
  background-color:$progress-bar-bg;
  @include transition($progress-bar-transition);
}

.progress-bar-striped {
  @include gradient-striped();
  background-size:$progress-height $progress-height;
}

.progress-bar-animated {
  animation:progress-bar-stripes $progress-bar-animation-timing;
}

.cog {
  position:relative;
  float:right;
  top:-45px;
  cursor:pointer;
}

.cog i {
  font-size:30px;
  color:#595084;
}

.diemlb {
  position:relative;
  float:right;
  right:-5px;
  bottom:-4px;
  padding:4px;
  height:15px;
  width:15px;
  line-height:8px;
  border-radius:15px;
  text-align:center;
  color:#fff;
}

.lb5 {
  background:#008e2c;
}

.lb4 {
  background:#39e500;
}

.lb3 {
  background:#c2e500;
}

.lb2 {
  background:#e56a00;
}

.lb1 {
  background:#e50000;
}

.lb0 {
  background:#f00;
}

.video-wrapper {
  position:relative;
}

.video-wrapper&gt;video {
  width:100%;
  vertical-align:middle;
}

.video-wrapper&gt;video.has-media-controls-hidden::-webkit-media-controls {
  display:none;
}

.box_img .id_play {
  opacity:0;
  -webkit-transition:opacity 1200ms,visibility 1200ms;
  transition:opacity 1200ms,visibility 1200ms;
}

.box_img:hover .id_play {
  opacity:1;
  -webkit-transition:opacity 1200ms,visibility 1200ms;
  transition:opacity 1200ms,visibility 1200ms;
}

.progress {
  height:5px;
  margin-bottom:0 !important;
  overflow:hidden;
  background-color:#f5f5f5;
  margin-top:-5px;
  border-radius:0 !important;
  -webkit-box-shadow:inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow:inset 0 1px 2px rgb(0 0 0 / 10%);
}

.hide {
  display:none;
}
.row
{
    margin: auto !important;
}
.flag {
  margin-top:-33px;
  display:inline-flex;
  margin-left:545px;
  position:absolute;
}

.box-diem {
  width:100px;
  display:flex;
  height:10px;
  background:#000;
}

.diem {
  width:20px;
  display:flex;
}

.d5 {
  background:#008e2c;
}

.d4 {
  background:#39e500;
}

.d3 {
  background:#c2e500;
}

.d2 {
  background:#e56a00;
}

.d1 {
  background:#e50000;
}

.banner h1 {
  color:#f6f6f6;
  font-size:30px;
  font-weight:450;
  line-height:1.3;
  margin:32px 0 23px;
  padding-bottom:12px;
  position:relative;
  display:inline-flex;
  margin-left:15px;
  font-family:system-ui;
}

.jp-interface {
  position:relative;
  background-color:rgb(27 27 27 / 95%);
  width:100%;
  height:70px;
  overflow:hidden !important;
}

.topbar_cauhoi {
  height:40px;
  background:#eee;
  text-align:center;
  font:400 14px/40px arial;
  color:#333;
  position:relative;
  margin-bottom:10px;
}

.width_common {
  width:100%;
  float:left;
}

.topbar_cauhoi .tg_lambai {
  position:absolute;
  left:10px;
  top:12px;
  font:700 14px arial;
}

.topbar_cauhoi p {
  vertical-align:middle;
  display:inline-block;
  font:400 14px/40px arial;
}

.ul {
  overflow:hidden;
  height:45px;
  background:#ededed;
  padding:8px 8px;
  border-radius:5px;
  cursor:pointer;
  border:1px solid #1d9ceb9e;
}

ul {
  padding:0;
  margin:0 !important;
}

.selectVD {
  background:#00cdff;
}

.ttright {
  margin-top:-3px;
}

.scrollbar {
  float:left;
  height:589px;
  background:#fff;
  overflow-y:scroll;
  margin-bottom:25px;
  width:100%;
}

.force-overflow {
  min-height:450px;
}

.scrollbar-primary::-webkit-scrollbar {
  width:3px;
  background-color:#F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius:10px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);
  background-color:#4285F4;
}

.scrollbar-primary {
  scrollbar-color:#4285F4 #F5F5F5;
}

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

.scrollbar-danger::-webkit-scrollbar {
  width:3px;
  background-color:#F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius:10px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);
  background-color:#ff3547;
}

.scrollbar-danger {
  scrollbar-color:#ff3547 #F5F5F5;
}

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

.scrollbar-warning::-webkit-scrollbar {
  width:3px;
  background-color:#F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius:10px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);
  background-color:#FF8800;
}

.scrollbar-warning {
  scrollbar-color:#FF8800 #F5F5F5;
}

.scrollbar-default {
  scrollbar-color:#2BBBAD #F5F5F5;
}

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

.scrollbar-secondary::-webkit-scrollbar {
  width:3px;
  background-color:#F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius:10px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);
  background-color:#aa66cc;
}

.scrollbar-secondary {
  scrollbar-color:#aa66cc #F5F5F5;
}

.jp-controls-holder {
  clear:both;
  position:relative;
  top:-37px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration2 */;
}

.jp-video .jp-type-single .jp-controls {
  width:78px;
}

.jp-video .jp-type-playlist .jp-controls {
  width:134px;
  margin-left:172px;
}

.jp-video .jp-controls {
  float:left;
}

.jp-controls button {
  display:block;
  float:left;
  overflow:hidden;
  text-indent:-9999px;
  border:none;
  cursor:pointer;
}

.jp-reload {
  background:var(--wpr-bg-0fea48d4-f5a6-4589-a9a4-d56ae2448529) -113px -54px no-repeat;
}

.jp-reload {
  width:48px;
  height:48px;
  margin-left:10px;
  margin-right:10px;
}

.jp-play {
  width:48px;
  height:48px;
  margin-left:10px;
  margin-right:10px;
}

.jp-play {
  background:url("./css/box_icon_play.png") -56px -3px no-repeat;
}

.jp-play:focus {
  background:var(--wpr-bg-615b2dff-d9b7-488a-9f7c-ab6d18a1cbef) -56px -3x no-repeat;
}

.jp-state-playing .jp-play {
  background:var(--wpr-bg-5d6b08e6-80ea-455e-9949-771b58930f14) -56px -55px no-repeat;
}

.jp-state-playing .jp-play:focus {
  background:var(--wpr-bg-86a47926-1d15-4e08-b229-aa4daf7739f8) -56px -55px no-repeat;
}

/* The seeking class is added/removed inside jPlayer */

 .jp-seeking-bg {
  background:var(--wpr-bg-8f6aef4c-6d93-473b-847d-3d35eb29e9b1);
}

.jp-current-time2,
.jp-duration2 {
  font-size:14px;
  margin-left:8px;
  margin-right:5px;
}

.jp-current-time2 {
  float:left;
  display:inline;
  cursor:default;
  color:#33ff00;
}

.jp-duration2 {
  float:right;
  display:inline;
  text-align:right;
  cursor:pointer;
  color:#fff;
}

.jp-video .jp-current-time2 {
  margin-left:20px;
  margin-right:5px;
}

.jp-video .jp-duration2 {
  margin-right:0;
}

.tinhhuongnguyhiem {
  margin-top:-10px;
  margin-bottom:10px;
  padding:5px;
  background:#f6d59a;
  padding-bottom:0;
  border-radius:10px;
  padding-left:10px;
}

.sess_box {
  background:#cf9 var(--wpr-bg-bd18ec0d-c7ae-43e1-890b-a01b6e8e7d9d) no-repeat scroll 10px 5px;
  padding:10px;
  padding-left:5px;
  box-shadow:rgb(0 0 0 / 40%) 0 0 10px;
  margin-bottom:2px;
  margin-top:2px;
  color:#0b07f3;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

.btnhuy {
  background-color:#FFEA00;
  border:1px solid;
  box-shadow:0 0 0 7px #ffea0000;
}

.btn-primary {
  background-color:#20a9ff !important;
  border-color:#605e43 !important;
  box-shadow:0 0 0 7px #ffea0000;
}

.bg-success {
  background-color:#28a745 !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem!important;
}
.thongkediem { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; align-content: center;background: #8181813d;
    padding: 10px; }
.thongkediem p{margin-bottom:0px}   
.text-danger {
    color: #dc3545!important;
}
.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.danhsachcauhoi{columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;}
@media screen and (max-width: 768px) {
    .danhsachcauhoi {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}
.danhsachcauhoi .ul{margin-bottom:15px}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.show {
    opacity: 1;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    border-bottom: 2px solid #000;
    padding: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    margin: 8px;
    padding: 8px 19px;
    font-size: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.chitiet-noidung h2 {
    font-weight: 700 !important;
    line-height: 1.5;
    position: relative;
    padding-top: 20px;
    padding-left: 12px;
    padding-bottom: 10px;
    color: #164f88;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal.show {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100vh;
    width: 100vw;
    
}
.modal-dialog-centered{z-index:9999}
&lt;/style&gt;

&lt;style type="text/css" id="wp-custom-css"&gt;
            
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"] {
    direction: ltr;
    padding: 10px;
    margin-bottom: 10px;    
    border: 2px solid #d9e2eb;    
    width: 100%;
}

.wpcf7 input[type=submit] {
    margin-top: 11px;
    padding: 10px;  border: 2px solid #d9e2eb; 
}


.footer-widget ul li li {
    line-height: 32px;
}

.footer-widget .fas {
    padding-right: 10px;
}


.footer__post-title {
    line-height: 22px;
}

#cf7cstmzr-form input[type=submit] {
    margin-top: 11px;
}

.danhsachcauhoi p {
    color: #000000;
    font-size: 18px !important;
}

h5&gt;b{align-content
    font-weight: bold;
}
    
.thutucau&gt;div{
        cursor: pointer;
}

.thutucau .btn{ 
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 0px 12px;
    font-size: 12px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    display: inline-block;
    height: 34px;
    text-transform: capitalize;
}

.thutucau {
display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    clear: both;
    height: 60px;
}

.thutucau b{ 
text-transform: capitalize;

}

.thongkediem{
display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  clear: both;
  height: 34px;
}

.thongkediem&gt;p{ 
line-height: 0.75;color:black
}

.thimophong-120cau .title-section.mb-2, .chitiet-noidung .title-section {
    color: black;
}

.sess_box {
    padding: 5px 12px;
}

#goiy,#goiy2, #xoals {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 0px 12px;
    font-size: 12px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    display: inline-block;
    height: 34px;
    text-transform: capitalize;
    margin-left: 10px;
}


.thimophong-120cau .danhsachcauhoi.row{display: flex!important; flex-direction: column;} .thimophong-120cau .title-section.mb-2{margin-bottom:20px;margin-top:20px}


.logo {
    height: 50px;
}

.price-table__item_best {
    border: 6px solid #74bc22;
}

.price-table__item .btn {
    color: #fff;
    background-color: #6cb31a;
    box-shadow: inset 0 -2px 0 #70b81e;
}

.price-table__value:after, .price-table__value:before {
    background-color: #6cb41a;

}
.price-table__best {
    color: #69b017;
}

.feature__icon:after, .feature__icon:before {
    background-color: #73bb21;
}

.nav__list .nav__link:after {
    background-color: #71b91f;
}
.video__title {
    color: #73bb21;
}
.filter__item_active {

    background-color: #66ad15;
    box-shadow: inset 0 -2px 0 #6cb41a;
    color: #fff;
}
.btn {
    background-color: #6ab118;
    box-shadow: inset 0 -2px 0 #71b81e;
}
.course__item-popup-action a{
    margin-bottom:10px
}
.course__icon-child, .course__icon-comment, .course__icon-guard, .course__icon-logo, .course__icon-police, .course__icon-road {
    fill: #6cb41a;
}

.course__item-popup {
    border: 4px solid #6ab118;
}
.nav__list .nav__link:hover {
    color: #74bc22;
}
.nav__sub:before {
    border-bottom: 8px solid #6eb61c;
}

.nav__sub {
    border-top: 3px solid #73bb21;
}
.nav__list .nav__sub .nav__item:hover .nav__link {
    color: #74bc22;
}
@media screen and (max-width:600px){
.header .logo img {
        max-width: 83%;    height: auto;
}
}       
&lt;/style&gt;


&lt;style id="wpr-lazyload-bg-nostyle"&gt;.about {
  --wpr-bg-6865a3d1-1c87-4f27-9095-faa878130bd8:url('images/bg-about.jpg');
}

.about__body:before {
  --wpr-bg-ce11ea03-0107-4fd3-a8f8-ca69466cbc20:url('images/bg-about-tex1t.png');
}

.best {
  --wpr-bg-dc6339c3-99f7-4f99-bb8b-61a8e1e5231c:url('images/pattern-blue.jpg');
}

.countdown:after {
  --wpr-bg-9a9e2531-936c-4777-a1ab-e7b3fdd5ef58:url('images/countdown-arr.png');
}

.course_index {
  --wpr-bg-7bc5c614-d076-41cc-990a-f6f6c7b25f11:url('images/bg-course.jpg');
}

.course_theme_bgi {
  --wpr-bg-40616bdb-004c-41fe-9c4f-55f73a215e02:url('images/pattern-blue.jpg');
}

.course__item_consultation {
  --wpr-bg-9d6a2fd7-e366-4b41-8f05-623319ff6002:url('images/bg-review.png');
}

.course__item_police {
  --wpr-bg-aea1dfcb-5f9e-479a-aa37-514dad1c0a41:url('images/bg-police.png');
}

.faq {
  --wpr-bg-0aebe4c2-c38e-4926-80d8-7030a24f52b9:url('images/bg-faq_m.jpg');
}

.faq {
  --wpr-bg-a6e8a5f3-6642-4968-9924-decd798156f4:url('images/bg-faq.jpg');
}

.gallery__container:before {
  --wpr-bg-39d49236-742f-402e-a4c2-f40a8fb9fed1:url('images/bg-gallery.png');
}

.instructor-about__category {
  --wpr-bg-714a95b0-ed95-4b51-a848-4f0817933d7f:url('images/bg-about-inst.png');
}

.numbers {
  --wpr-bg-3c588040-3715-480f-9142-003749e5f768:url('images/pattern-blue.jpg');
}

.price_index {
  --wpr-bg-eeaf74cd-b189-45f2-a0fb-e2fecf52e310:url('images/bg-price.jpg');
}

.review__container:before {
  --wpr-bg-b45ae082-2f6c-4844-9b6e-ae6866c93a3f:url('images/bg-review.png');
}

.rd-back:before {
  --wpr-bg-7ead68b9-72b3-44ee-babd-9a49b2299544:url('images/back.svg');
}

.rd-next:before {
  --wpr-bg-7734ed21-57fe-4616-8e5a-5f44f294d1cd:url('images/next.svg');
}

.sertificate {
  --wpr-bg-c81c2160-5663-4ad5-8244-6a90eef57974:url('images/pattern-blue.jpg');
}

.video {
  --wpr-bg-30024467-ec9c-4da5-bcab-7d37f44f005e:url('images/bg-video.jpg');
}

.instructor-about {
  --wpr-bg-017d3428-36c1-4ec4-ae53-0ff498bb4337:url('images/bg-course.jpg');
}

.instructor-about__inner {
  --wpr-bg-45952dc8-5da7-4877-bf98-b21ee1f17dcb:url('images/bg-about-inst.png');
}

.instructor-about__inner:after {
  --wpr-bg-315a2570-f508-480d-9100-13d8ad27a272:url('images/bg-about-inst.png');
}

.ui-datepicker-prev:before {
  --wpr-bg-dd273213-8cba-42bd-9036-bd1ea8afc44e:url('images/back.svg');
}

.ui-datepicker-next:before {
  --wpr-bg-966ebe0d-5e2c-40b7-86e3-64ba61653a71:url('images/next.svg');
}

.about_moto {
  --wpr-bg-d920d5d8-f3e9-4cfd-ae8d-e1a076b3cc67:url('images/bg-about-moto.jpg');
}

.about_ex {
  --wpr-bg-641b749e-73da-4591-8e56-4545ff0cb95c:url('images/bg-about-ex.jpg');
}

.course_moto {
  --wpr-bg-d0436cff-dc9b-4c81-a784-19806f5bba34:url('images/bg-course-moto.jpg');
}

.faq_moto {
  --wpr-bg-1b910baf-5b65-4550-ad5c-7fca19666b79:url('images/bg-faq-moto_m.jpg');
}

.faq_moto {
  --wpr-bg-76e20e44-7460-4145-a7ee-e5374dbf0a58:url('images/bg-faq-moto_t.jpg');
}

.faq_moto {
  --wpr-bg-9374de6a-9c42-46c6-9f05-9318b65e3bb4:url('images/bg-faq-moto.jpg');
}

.price_moto {
  --wpr-bg-9132ed91-1dd6-4872-98e9-51587e74703e:url('images/bg-price-moto.jpg');
}

.video_moto {
  --wpr-bg-efdf9e00-dcb0-462b-9b29-5592eb5bfae3:url('images/bg-video-moto.jpg');
}

.video_ex {
  --wpr-bg-79e1532b-d681-4a58-bac7-8965361187a7:url('images/bg-video-ex.jpg');
}

.popup__close__button {
  --wpr-bg-78f79c66-b656-46d5-a86f-1a45346706f6:url('images/close.png');
}

.radio__label {
  --wpr-bg-b3602ec3-1fc4-49ca-b029-7cccfa37f2b3:url('images/checkbox-checked.png');
}

.radio__label {
  --wpr-bg-9e038519-6d91-4d98-9d9f-5bf56c3ce934:url('images/checkbox.png');
}

.popup_protect__def__days:before {
  --wpr-bg-5dda9609-3497-41ec-adbc-e987587209d3:url('images/clock.png');
}

.rll-youtube-player .play {
  --wpr-bg-8320ce70-a04f-4553-9138-e4a87a6eb32a:url('images/youtube.png');
}

.jp-reload {
  --wpr-bg-0fea48d4-f5a6-4589-a9a4-d56ae2448529:url('images/box_icon_play.png');
}

.jp-play {
  --wpr-bg-b72912d5-ddbe-46d5-be13-007797d83c68:url('images/box_icon_play.png');
}

.jp-play:focus {
  --wpr-bg-615b2dff-d9b7-488a-9f7c-ab6d18a1cbef:url('images/box_icon_play.png');
}

.jp-state-playing .jp-play {
  --wpr-bg-5d6b08e6-80ea-455e-9949-771b58930f14:url('images/box_icon_play.png');
}

.jp-state-playing .jp-play:focus {
  --wpr-bg-86a47926-1d15-4e08-b229-aa4daf7739f8:url('images/box_icon_play.png');
}

/*.jp-seeking-bg {
  --wpr-bg-8f6aef4c-6d93-473b-847d-3d35eb29e9b1:url('https://trungtamgdnnlaixesaigon.edu.vn/jplayer.blue.monday.seeking.gif');
}
*/
/*.sess_box {
  --wpr-bg-bd18ec0d-c7ae-43e1-890b-a01b6e8e7d9d:url('https://trungtamgdnnlaixesaigon.edu.vn/images/ok.png');
}*/</pre></body></html>