/*nut button*/
.button-set .RadButton_Default.rbSkinnedButton,
.button-set .RadButton_Default .rbDecorated,
.button-set .RadButton_Default.rbVerticalButton,
.button-set .RadButton_Default.rbVerticalButton .rbDecorated,
.button-set .RadButton_Default .rbSplitRight,
.button-set .RadButton_Default .rbSplitLeft,
.button-set .rbDecorated {
    line-height: 0px;
    font-size: 14px;
    background-image: none;
    vertical-align: top;
    border-radius: 2px;
    color: #fff;
    background-color: #3498db;
    height: 24px;
}

.button-set .qti-button {
    line-height: 24px;
    font-size: 14px;
    background-image: none;
    vertical-align: top;
    border-radius: 2px;
    color: #fff;
    background-color: #3498db;
    height: 24px;
    padding: 0 5px;
}

.button-set .RadButton_Default.rbSkinnedButton {
    background-image: none;
    margin-bottom: 5px;
}

.button-set .rbPrimaryIcon {
    top: 5px;
}

/*e:button*/
/*ViewSlide*/
.ModQTIImagev2NewC .swiper-container {
    width: 100%;
}

.ModQTIImagev2NewC .swiper-slide {
    text-align: justify;
}

.ModQTIImagev2NewC .swiper-slide-inner .sp-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-bottom: 0;
}

.ModQTIImagev2NewC .swiper-slide-inner .sp-img {
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-bottom: 60.25%;
    height: 0;
    margin: 0;
}

.ModQTIImagev2NewC .swiper-slide-inner {
    /*margin-top:10px;
		padding: 10px;
		border: 1px solid #dbdbdb;*/
    padding: 5px;
    border: 1px solid #dbdbdb;
    background: white;
}

.ModQTIImagev2NewC .QTI_Image_v2_NewContent .swiper-slide-inner {
    margin-top: 0;
}

.ModQTIImagev2NewC .swiper-container p.sp-gioithieu {
    line-height: 24px;
    color: #7b7b7b;
}

.ModQTIImagev2NewC .swiper-container h2.sp-tieude {
    min-height: 45px;
}

.ModQTIImagev2NewC .swiper-container h2.sp-tieude a {
    font-weight: bold;
    line-height: 24px;
    font-size: 14px;
}

.ModQTIImagev2NewC .swiper-button-next,
.swiper-button-prev {
    height: 40px;
    background-color: rgba(0, 0, 0, 0.52);
}

.ModQTIImagev2NewC .swiper-container .swiper-button-prev,
.ModQTIImagev2NewC .swiper-container .swiper-button-next {
    opacity: 0;
    transition: all .2s ease-in-out;
}

.ModQTIImagev2NewC .swiper-container .swiper-button-prev {
    /*left: 200px;*/
}

.ModQTIImagev2NewC .swiper-container .swiper-button-next {
    /*right: 200px;*/
}

.ModQTIImagev2NewC .swiper-container:hover .swiper-button-prev,
.ModQTIImagev2NewC .swiper-container:hover .swiper-button-next {
    opacity: 1;
}

.ModQTIImagev2NewC .swiper-container:hover .swiper-button-prev {
    /*left: 10px;*/
}

.ModQTIImagev2NewC .swiper-container:hover .swiper-button-next {
    /*right: 10px;*/
}

.ModQTIImagev2NewC .swiper-button-next.swiper-button-white,
.ModQTIImagev2NewC .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-size: 50% 50%;
}

.ModQTIImagev2NewC .swiper-button-prev.swiper-button-white,
.ModQTIImagev2NewC .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-size: 50% 50%;
}

/*e:ViewSlide*/