@font-face {
	font-family: "URWDIN";
	src: url("../fonts/URWDIN-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap; 
}

@font-face {
	font-family: "URWDIN";
	src: url("../fonts/URWDIN-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap; 
}

@font-face {
	font-family: "URWDIN";
	src: url("../fonts/URWDIN-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap; 
}

@font-face {
	font-family: "URWDIN";
	src: url("../fonts/URWDIN-Bold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap; 
}

@font-face {
	font-family: "URWDIN";
	src: url("../fonts/URWDIN-Black.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap; 
}

.mr-15 {
	margin-right: 15px;
}

.mb-10 {
	margin-bottom: 10px;
}

.fw-500 {
	font-weight: 500;
}
.bg-gradient {
	background-image: linear-gradient(left, #56c3c4 , #1992bc);
	background-image: -webkit-linear-gradient(left, #56c3c4 , #1992bc);
	background-image: -o-linear-gradient(left, #56c3c4 , #1992bc);
	background-image: -moz-linear-gradient(left, #56c3c4 , #1992bc);
}

ul {
	margin-bottom: 0 !important;
}

b, strong {
	font-weight: bold !important;
}

html, body {
	font-family: "URWDIN", sans-serif;
/*	font-family: 'Roboto', sans-serif;*/
	font-weight: 400;
	margin: 0;
	font-size: 16px;
	color: #535354;
    overflow-x: hidden;
}
::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}
input[type=file]{
	cursor: pointer;
}
.container-fluid ,
.container-fluid .row > div {
    padding-right: 0;
    padding-left: 0;
}

/*formdk*/
.info-register-domain .title {
    color: #0ecce5;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}

.info-register-domain .title.title-02 {
    font-size: 22px;
    margin-bottom: 50px;
}

.info-register-domain .title span {
    font-size: 51px;
    color: #ffe210;
}

.content-register-doamin .description p {
    font-size: 20px;
    color: #fff;
    display: flex;
}

.content-register-doamin .description p span.icon {
    flex: 0 0 50px;
}

.content-register-doamin .description p span.icon img {
    width: 17px;
    height: 14px;
    object-fit: contain;
}

.content-register-doamin .img-partner img {
    width: 100%;
    height: auto;
}

.content-register-doamin .info-form {
    background: #00000063;
    padding: 40px 60px;
    border-radius: 10px;
    margin-left: 15px;
}

.content-register-doamin .info-form .title {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}

.content-register-doamin .info-form .content-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.content-register-doamin .info-form .content-form .form-group input, .content-register-doamin .info-form .content-form .form-group span.custom-file-label {
    padding: 0;
    height: 32px;
    background-image: linear-gradient(0deg, #ffffff5c, #ffffff30, #ffffff1a);
    background-color: #f0f8ff00;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
}

.content-register-doamin .info-form .content-form .form-group label {
    position: absolute;
    top: -11px;
    left: 15px;
    padding: 0 5px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0;
}
.content-register-doamin .info-form .content-form .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.content-register-doamin .info-form .content-form .row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.content-register-doamin .info-form .content-form .form-group label:after {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1b263d;
    z-index: 3;
}
.content-register-doamin .info-form .content-form .form-group label>span {
    position: relative;
    z-index: 4;
}
.content-register-doamin .info-form .content-form button.btn.btn-primary {
    padding: 0;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    background: #2ebdf6;
    border-color: #2ebdf6;
    padding: 7px;
    margin-bottom: 15px;
}

.content-register-doamin .info-form .content-form button.btn.btn-primary:hover {
    background: none;
    color: #fff;
}

.content-register-doamin p.note {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}

.section-form-register-doamin {
    height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
}
.img_preview_kyc {
    max-width: 200px;
}

.gg_captcha_wrapper {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.45);
}
.gg_captcha_wrapper.active{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
}
#form_register{
	position: relative;
}
#loader {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    visibility: hidden;
    border-radius: 10px;
}
#loader.show {
    visibility: visible;
    
}
#loader .spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #555;
    border-top-color: #fff;
    animation: spin 0.8s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
#success_notice {
  
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: auto;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 10px;
  animation: bounce 1s ease-out;
 	display: none;
}
#success_notice.active{
	display: flex;
}
.checkmark {
  font-size: 80px;
  color: #6CCB44;
}
span.checkmark img {
    max-width: 180px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#success_notice p {
    padding: 10px;
    text-align: center;
}

#success_notice p span {
    font-size: 25px;
    font-weight: bold;
    color: #0ecce5;
}

.content-register-doamin .input-group .input-group-prepend .input-group-text {
    padding: 0 10px;
    height: 32px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
    color: #000;
    width: 60px;
}
.content-register-doamin .form-group.form-group-prepend .input-group {
    border: 1px solid #fff;
    border-radius: 4px;
}

.content-register-doamin .form-group.form-group-prepend .input-group input {
    border: 0 !important;
    border-radius: 0 !important;
}
.form-group.error .input-group {
    border-color: red;
}
.form-group .has_error {
    background: red;
    padding: 5px;
    margin-top: 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    position: relative;
    display: none;
}
.form-group.error .input-group{
	border-color: red !important;
}
.form-group.error input{
	border-color: red !important;
}
.form-group.error .has_error {
    display: block;
}
.form-group .has_error:before{
	content: '';
    top: -5px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ec1c24;
    position: absolute;
    left: 15%;
    margin-left: -9px;
    transition: opacity .2s linear;
    display: none;
}
.form-group.error .has_error:before{
	display: block;
}
.content-register-doamin .info-form .content-form .form-group span#custom_front_img::after {
	font: normal normal normal 14px/1 FontAwesome;
    padding: 6px 10px;
    content: "\f030";
    height: 32px;
    color: #000;
    
    border-radius: 0 0px 4px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.content-register-doamin .info-form .content-form .form-group span#custom_back_img::after {
	font: normal normal normal 14px/1 FontAwesome;
    padding: 6px 10px;
    content: "\f030";
    height: 32px;
    color: #000;
    
    border-radius: 0 0px 4px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.content-register-doamin .info-form .content-form .form-group span#custom_face_img::after{
	font: normal normal normal 14px/1 FontAwesome;
    padding: 6px 10px;
    content: "\f030";
    height: 32px;
    color: #000;
   
    border-radius: 0 0px 4px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.content-register-doamin .info-form .content-form .form-group span.custom-file-label:after{
	width: 60px;
	
}
.img-partner {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
}

.img-partner .partner-item img {
    width: auto;
    height: 85px;
}
.logo_truong {
    width: 200px;
    height: 100px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.partner-item {
    flex: 0 0 33%;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jconfirm-buttons button {
    font-weight: 600!important;
    text-transform: capitalize !important;
}
#device_notice{
	color: #fff;
	font-size: 18px;
}
#device_notice span{
	font-weight: bold;
	color: #0ecce5;
}
select.form-control {
    height: auto !important;
    padding: 0;
    height: 32px;
    background-image: linear-gradient(0deg, #ffffff5c, #ffffff30, #ffffff1a);
    background-color: #f0f8ff00;
    border: 1px solid #fff;
    border-radius: 4px;
/*    color: #fff; */
    font-size: 13px;
    padding: 5px 10px;

}
select::placeholder {
  color: #fff !important;
}
/* popup recall */
.popup-re-call, .popup-check-domain{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999999;
    top: 0px;
    padding-top: 100px;
    text-align: left;
    overflow: hidden;
  
  }
  .popup-re-call > .content_popup, .popup-re-call > .success-conten{
    background: #FFF;
    padding: 20px 20px 0px 20px;
    width: 350px;
    margin: auto;
  }
  .popup-check-domain > .content_popup{
    background: #FFF;
    padding: 20px 20px 0px 20px;
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
  .popup-re-call > .content_popup > .input-content > img,.popup-re-call > .content_popup > .success-conten > img{
    width: 10%;
  }
  .popup-re-call > .content_popup > .input-content > .text-hello,.popup-re-call > .content_popup > .success-conten > .text-hello{
    color: #169e31;
    font-size: 22px;
    padding-top: 5px;
  }
  .popup-re-call> .content_popup > .input-content  > .conten-sub{
    color:  #337ab7;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .popup-re-call> .content_popup > .success-conten  > .conten-sub{
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .popup-re-call> .content_popup > .success-conten  > .conten-warning{
    font-size: 14px;
    margin-bottom: 10px;
    color: red;
    padding-top: 10px;
    line-height: 20px;
  }
  .popup-re-call > .content_popup >.input-content > .submit-content,
  .popup-re-call > .content_popup >.success-conten > .submit-content,
  .popup-check-domain > .content_popup > .submit-content{
    font-size: 14px;
    margin: 3px -20px 0 -20px;
    background: #e3e3e3;
    padding: 5px 20px;
    overflow: auto;
  }
  .popup-re-call > .content_popup >.input-content > .submit-content > .send-go,
  .popup-check-domain > .content_popup >.submit-content> .add_service_cart{
    background: #f16726;
    color: #FFF;
    border-radius: 3px;
  }
  
  .popup-re-call > .content_popup >.input-content > .submit-content > .go-hotline{
    width: 70%;
    float: right;
    text-align: center;
    padding: 5px 0px;
  }
  .popup-check-domain > .content_popup >.submit-content> .go-hotline{
    /*width: 70%;*/
    float: right;
    text-align: center;
    padding: 5px 0px;
  }
  .popup-re-call > .content_popup >.input-content > .success-conten > .go-hotline{
    width: 100%;
    text-align: center;
    padding: 5px 0px;
  }
  .popup-re-call > .content_popup >.input-content > .submit-content > .go-hotline > span{
    color: #f16726;
    font-weight: bold;
  }
  .popup-re-call > .content_popup > .re-close-popup,.popup-check-domain > .content_popup > .domain-close-popup {
    margin-top: -17px;
    margin-right: -12px;
  }
  .phone_error,.content_error{
    padding: 5px;
    display: none;
  }
  .request_detail .content_request .content_request_sub{
    border: 1px solid #EEE;
  }
  .request_detail .text{
    background: #EEE;
  
  }
  .request_detail .row{
    line-height: 35px;
  }
  .re-send-call,.pointer{
    cursor: pointer;
  }
  
  input[type=radio].css-checkbox-x2 {
    display: none
  }
  input[type=radio].css-checkbox-x2+label.css-label-x2 {
    padding-left: 38px;
    margin-right: 16px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    color:#ff6600
  }
  input[type=radio].css-checkbox-x2+label.css-label-x2:last-child {
    margin-right: 0px
  }
  input[type=radio].css-checkbox-x2:checked+label.css-label-x2 {
    background-position: 0 -30px
  }
  label.css-label-x2 {
    background:url(https://nhanhoa.com/khuyenmai/black-friday-2019/images/radio-x2.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.popup-re-call .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.popup-re-call .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.popup-re-call textarea {
    height: auto !important;
    margin-bottom: 15px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.phone_error, .content_error {
    padding: 5px;
    display: none;
}
.btn_show_popup p{
    cursor: pointer;
}
.jconfirm-content {
    overflow: hidden;
    padding: 5px;
    font-size: 14px;
    line-height: 25px;
}
#arcontactus {
    z-index: 999999999;
}
@keyframes bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 992px){
    html, body{
        overflow: hidden;
    }
}
@media (max-width: 992px){
	.content-register-doamin .info-form {
	    margin-left: 0;
	    padding: 20px;
	}
    .img-partner .partner-item img{
        width: 120px;
        height: auto;
    }
    .logo_truong {
        width: 200px;
        height: 85px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
	.section-form-register-doamin {
	    height: auto;
	}

	.info-register-domain .title {
	    font-size: 16px;
	    margin-bottom: 2px;
	}

	.info-register-domain .title span {
	    font-size: 25px;
	}

	.info-register-domain .title.title-02 {
	    font-size: 14px;
	    margin-bottom: 25px;
	}

	.content-register-doamin .description p {
	    font-size: 14px;
	}

	.info-register-domain {
	    margin-bottom: 30px;
	}
	.content-register-doamin {
	    padding: 50px 0;
	}
	.content-register-doamin {
	    padding: 50px 0;
	    padding-top: 80px;
	}

	.content-register-doamin .info-form .title {
	    font-size: 16px;
	    margin-bottom: 25px;
	}
	.content-register-doamin p.note {
	    font-size: 14px;
	}
	.content-register-doamin .info-form .content-form .form-group label {
	    font-size: 14px;
	    left: 10px;
	    top: -10px;
	}

	.content-register-doamin .info-form .content-form .form-group label:after {
	    bottom: 5px;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.info-register-domain .title {
	    font-size: 18px;
	}

	.info-register-domain .title.title-02 {
	    font-size: 15px;
	    margin-bottom: 30px;
	}

	.info-register-domain .title span {
	    font-size: 35px;
	}

	.content-register-doamin .description p {
	    font-size: 18px;
	}

	.content-register-doamin .info-form {
	    padding: 30px 40px;
	}

	.content-register-doamin .info-form .content-form .form-group label {
	    font-size: 14px;
	    left: 10px;
	}

	.content-register-doamin .info-form .content-form .form-group label:after {
	    bottom: 5px;
	}

	.content-register-doamin .info-form .title {
	    font-size: 16px;
	    margin-bottom: 30px;
	}

	.content-register-doamin p.note {
	    font-size: 14px;
	}

}
@media (min-width: 768px) and (max-width: 992px){
	.section-form-register-doamin {
	    height: 100vh;
	}
}
/*formdk*/



/*css header*/
header {
	padding: 46px 0 43px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.menu-section > ul {
	display: flex;
	justify-content: flex-end;
}
.menu-section > ul > li{
	padding: 7px 20px;
}
.menu-section > ul > li > a{
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}
.logo img {
    height: 57px;
    object-fit: contain;
}

img {
    max-width: 100%;
}
/*end css header*/

.title-section {
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	color: black;
}


#accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#accordion .card {
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: white;
	overflow: hidden;
}

#accordion .card .card-body{
	padding: 0.85rem 1.25rem;
	text-align: justify;
	border-left: 1px solid #ebebec;
	border-bottom: 1px solid #ebebec;
	border-right: 1px solid #ebebec;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.card-header button.btn {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: #ebebec;
}
.card-header button.btn:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 14px;
	height: 13px;
	background-image: url(../image/chevron.png);
	background-size: contain;
	background-repeat: no-repeat;
}


footer {
	background-image: url("../image/bg-footer.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 75px 0 200px;
	font-size: 18px;
}

.menu-footer {
	margin-bottom: 80px;
}

.menu-footer .title-menu {
	font-size: 24px;
	font-weight: 600;
	color: black;
	margin-bottom: 30px;
}

.menu-footer ul li a {
	color: #232323;
	line-height: 33px;
	font-size: 18px;
}
.download-app {
    margin-bottom: 30px;
}

.box-section-learn-about {
    position: relative;
    margin-bottom: 60px;
}

.box-section-learn-about .title-section {
    position: absolute;
    top: 50px;
    width: 100%;
    color: #fff;
}

.box-section-learn-about .img img {
	width: 100%;
	object-fit: cover;
	height: 65vw;
}
.content-register-doamin .info-form .content-form .form-group span.custom-file-label::after {
/*    display: none;*/
}
.box-section-segister-cv {
    background: #045aab;
    padding: 40px 0 80px;
}

.box-section-segister-cv .content .title-section {
    color: #fff;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 400;
}

.box-section-segister-cv .content .item {
    text-align: center;
}

.box-section-segister-cv .content .item .img {
    margin-bottom: 20px;
}

.box-section-segister-cv .content .item .img img {
    width: 58px;
    height: 60px;
    object-fit: contain;
}

.box-section-segister-cv .content .item .name {
    color: #fff;
}
.section-attracting-visitors {
    padding: 70px 0 40px 0;
}

.section-attracting-visitors .content-attracting-visitors .content {
    max-width: 420px;
}

.section-attracting-visitors .content-attracting-visitors .content .title-section {
    color: #139dcd;
    font-weight: 600;
    margin-bottom: 25px;
}

.section-attracting-visitors .content-attracting-visitors .content .info p {
    margin-bottom: 30px;
    display: flex;
    line-height: 1.7;
}

.section-attracting-visitors .content-attracting-visitors .content .info p>span:first-child {
    margin-right: 15px;
}
.content-attracting-visitors.attracting-visitors-02 .content.content-text-right, .content-attracting-visitors.attracting-visitors-04 .content.content-text-right {
    float: right;
}

.content-attracting-visitors {
    margin-bottom: 60px;
}

.content-attracting-visitors .img {
    padding-top: 75%;
}

.content-attracting-visitors .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.box-section.bg-ask-questions.box-section-faq {
    margin-bottom: 70px;
}
.content-register-doamin-id .info-register-domain-id {
    padding-top: 50px;
    max-width: 530px;
}


@media (min-width: 1024px) and (max-width: 1280px) {
	.menu-section > ul > li {
	    padding: 7px 18px;
	}
}
@media (min-width: 767px) and (max-width: 1200px) {
	.content-register-doamin-id .info-form .content-form {
	    padding: 20px;
	}
	.content-register-doamin-id .info-form .content-form label {
	    font-size: 11px;
	}

	.content-register-doamin-id .info-form .title {
	    margin-bottom: 20px;
	}

	.content-register-doamin-id .info-form .content-form .title-form {
	    margin-bottom: 20px;
	}

	.content-register-doamin-id p.note {
	    font-size: 13px;
	}

	.content-register-doamin-id .info-register-domain-id .description p {
	    font-size: 20px;
	}

	.box-section-learn-about .title-section {
	    top: 15px;
	}

	.box-section-learn-about .img img {
	    height: 80vw;
	}
	.menu-section > ul > li > a {
	    font-size: 14px;
	}

	.header-top>.row {
	    display: flex;
	    align-items: center;
	}

	.menu-section > ul > li {
	    padding: 7px 20px;
	}
	.title-section {
	    font-size: 22px;
	}
	header {
	    padding: 25px 0 25px;
	}
}
@media (max-width: 767px) {
	.order--1 {
        order: -1;
	}

	.order--2 {
        order: -2;
	}

	.logo {
		text-align: center;
	}

	header {
	    padding: 15px 0;
	}
	
	.header-top > .row {
	    flex-direction: row-reverse;
        justify-content: flex-end;
	}
	header {
	    padding: 15px 0;
	}

	.header-top > .row {
	    flex-direction: row-reverse;
	    justify-content: flex-end;
	    align-items: center;
	}

	.animated-arrow {
	    position: static;
	    display: block;
	    margin-left: 0;
        cursor: pointer;
	    padding: 13px 35px 16px 0px;
        left: 0;
	    top: 0;
	    z-index: 102;
	    -webkit-transition: all 0.4s ease-in-out;
	    -moz-transition: all 0.4s ease-in-out;
	    -o-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	    transition: all 0.4s ease-in-out;
	}
	.animated-arrow span, 
	.animated-arrow span:before, 
	.animated-arrow span:after {
	    cursor: pointer;
	    height: 2px;
	    width: 23px;
	    background: #424242;
	    position: absolute;
	    display: block;
	    content: '';
	}
	.animated-arrow span, 
	.animated-arrow span:before, 
	.animated-arrow span:after {
	    background: white;
	    transition: all 500ms ease-in-out;
	}

	.open .animated-arrow {
	    position: fixed;
        left: 270px;
	}
	.open .animated-arrow span {
	    background-color: transparent;
	}
	.open .animated-arrow span:before {
	    transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    bottom: 0px;
	}
	.open .animated-arrow span:after {
	    transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	}
	.animated-arrow span:before {
	    top: -7px;
	}
	.animated-arrow span:after {
	    bottom: -7px;
	}
	.open .animated-arrow span:before, 
	.animated-arrow.active span:after {
	    top: 7px;
	}

	.menu-section > ul {
		padding-top: 10px;
		width: 270px;
		left: -270px;
		height: 100%;
		position: fixed;
		top: 0;
		background-color: white;
		z-index: 103;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		background-color: white !important;
		flex-direction: column;
		justify-content: flex-start;
	}

	.open.menu-section > ul {
	    left: 0px;
	    -webkit-transition: all 0.4s ease-in-out;
	    -moz-transition: all 0.4s ease-in-out;
	    -o-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	    transition: all 0.4s ease-in-out;
	}

	.open.menu-section > ul > li {
	    border-bottom: 1px solid #f3f3f3;
	    padding: 10px 15px;
	}

	.overlapblackbg {
	    left: 0;
	    z-index: 102;
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    background-color: rgba(0,0,0,0.45);
	    cursor: pointer;
	}

	.menu-footer {
	    margin-bottom: 30px;
	}
	.menu-footer .title-menu {
		margin-bottom: 15px;
	}

	.title-section {
		font-size: 22px;
	}
	
	footer {
		padding: 50px 0;
		padding-bottom: 0;
	}
	.menu-footer .title-menu {
        font-size: 20px;
	}
	.menu-footer ul li a {
	    font-size: 16px;
	}
	.menu-section > ul > li > a {
	    color: #000;
	    font-size: 16px;
	}
	.content-register-doamin-id .info-form .content-form .form-group input.form-control, .content-register-doamin-id .info-form .content-form .form-group span.custom-file-label {
	    font-size: 12px;
	    padding: 8px 5px;
	}
	.item-difference .desc {
		max-width: unset;
	    text-align: justify;
	}

	.d-xs-block {
		display: block;
	}
	.section-form-register-doamin-id {
	    height: auto;
	}
	
	.content-register-doamin-id .info-register-domain-id .title {
	    font-size: 50px;
	}
	
	.content-register-doamin-id .info-register-domain-id .description p {
	    font-size: 16px;
	}
	
	.content-register-doamin-id .info-register-domain-id {
	    margin-bottom: 40px;
	}
	
	.content-register-doamin-id .info-form .title {
	    margin-bottom: 20px;
	}
	.box-section-segister-cv .content .item {
	    margin-bottom: 50px;
	}
	
	.box-section-segister-cv {
	    padding: 50px 0 30px;
	}
	
	.box-section-segister-cv .content .item .img img {
	    width: 50px;
	    height: 54px;
	}
	
	.content-attracting-visitors.attracting-visitors-02>.row>div:nth-child(1), .content-attracting-visitors.attracting-visitors-04>.row>div:nth-child(1) {
	    order: 2;
	}
	
	.section-attracting-visitors .content-attracting-visitors .content {
	    margin-bottom: 40px;
	}
	.content-register-doamin-id .info-form .content-form label {
	    font-size: 12px;
	    margin-bottom: 5px;
	}

	.content-register-doamin-id .info-form .content-form .title-form {
	    margin-bottom: 20px;
	}


	.content-register-doamin-id .info-form .content-form .form-group {
	    margin-bottom: 5px;
	}
	.section-attracting-visitors {
	    padding: 70px 0 10px 0;
	}
	.box-section-learn-about .img img {
	    height: 110vw;
	}

	.box-section-learn-about .title-section {
	    top: 15px;
	}
	.content-register-doamin-id .info-form .content-form {
	    padding: 20px 10px;
	}
	
	.content-register-doamin-id {
	    padding-bottom: 25px;
	}
	.box-section.bg-ask-questions.box-section-faq {
	    margin-bottom: 0;
	}

	.box-section-learn-about {
	    margin-bottom: 40px;
	}

	.box-section.bg-ask-questions.box-section-faq .title-section {
	    margin-bottom: 30px;
	}

}

@media (max-width: 576px) {
	.item-difference .desc {
		max-width: unset;
	    text-align: justify;
	}

	.d-xs-block {
		display: block;
	}
}
